]> sourceware.org Git - glibc.git/blame - ChangeLog
Set errno for log1p on pole/domain error.
[glibc.git] / ChangeLog
CommitLineData
de8aadd5
SL
12015-04-13 Stefan Liebler <stli@linux.vnet.ibm.com>
2
3 [BZ #6792]
4 * math/w_log1p.c: New file.
5 * math/w_log1pf.c: Likewise.
6 * math/w_log1pl.c: Likewise.
7 * math/Makefile (libm-calls): Add w_log1p.
8 * math/s_log1pl.c (log1pl): Remove weak_alias.
9 * sysdeps/i386/fpu/s_log1p.S (log1p): Likewise.
10 * sysdeps/i386/fpu/s_log1pf.S (log1pf): Likewise.
11 * sysdeps/i386/fpu/s_log1pl.S (log1pl): Likewise.
12 * sysdeps/x86_64/fpu/s_log1pl.S (log1pl): Likewise.
13 * sysdeps/ieee754/dbl-64/s_log1p.c (log1p): Likewise.
14 [NO_LONG_DOUBLE] (log1pl): Likewise.
15 * sysdeps/ieee754/flt-32/s_log1pf.c (log1pf): Likewise.
16 * sysdeps/ieee754/ldbl-128/s_log1pl.c (log1pl): Likewise.
17 * sysdeps/ieee754/ldbl-64-128/s_log1pl.c
18 (log1p): Remove long_double_symbol.
19 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (log1pl): Likewise.
20 * sysdeps/ieee754/ldbl-64-128/w_log1pl.c: New file.
21 * sysdeps/ieee754/ldbl-128ibm/w_log1pl.c: Likewise.
22 * sysdeps/m68k/m680x0/fpu/s_log1p.c: Define empty weak_alias to
23 remove weak_alias for corresponding log1p function.
24 * sysdeps/m68k/m680x0/fpu/s_log1pf.c: Likewise.
25 * sysdeps/m68k/m680x0/fpu/s_log1pl.c: Likewise.
26 * sysdeps/ia64/fpu/w_log1p.c: New file.
27 * sysdeps/ia64/fpu/w_log1pf.c: Likewise.
28 * sysdeps/ia64/fpu/w_log1pl.c: Likewise.
29 * math/libm-test.inc (log1p_test_data): Add errno expectations.
30
5556d30c
JM
312015-04-10 Joseph Myers <joseph@codesourcery.com>
32
33 [BZ #18247]
34 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Decrease minimum
35 decimal exponent by 1.
36 * stdlib/tst-strtod-round-data: Add more tests.
37 * stdlib/tst-strtod-round.c (tests): Regenerated.
38
b3c66c53
JM
392015-04-09 Joseph Myers <joseph@codesourcery.com>
40
41 * math/auto-libm-test-in: Add more tests of clog and clog10.
42 * math/auto-libm-test-out: Regenerated.
43 * sysdeps/i386/fpu/libm-test-ulps: Update.
44 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45
b0b88abc
RM
462015-04-09 Roland McGrath <roland@hack.frob.com>
47
8a257e2c
RM
48 * Makeconfig (module-cppflags): Exclude all .v.i files.
49 (skip-module-cppflags): Variable removed.
50
05439291
RM
51 * configure.ac (libc_config_ok): Initialize before reading
52 preconfigure scripts, not after.
53 * configure: Regenerated.
54
b0b88abc
RM
55 * test-skeleton.c (TIMEOUT): Move #define to top level.
56 (main): Grok environment variable TEST_DIRECT. If set, print
57 test expectation details into that file and then behave as if
58 given --direct.
59
2902af16
FW
602015-04-09 Florian Weimer <fweimer@redhat.com>
61
62 * malloc/tst-scratch_buffer.c (do_test): Suppress truncation
63 warning on 32-bit.
64
23ebf743
DM
652015-04-08 David S. Miller <davem@davemloft.net>
66
67 * sysdeps/sparc/fpu/libm-test-ulps: Update.
68
024bcc51
JM
692015-04-08 Joseph Myers <joseph@codesourcery.com>
70
787d22bc
JM
71 * math/auto-libm-test-in: Add more tests of atanh.
72 * math/auto-libm-test-out: Regenerated.
73 * sysdeps/i386/fpu/libm-test-ulps: Update.
74 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
75
024bcc51
JM
76 * math/auto-libm-test-in: Add more tests of atan.
77 * math/auto-libm-test-out: Regenerated.
78 * sysdeps/i386/fpu/libm-test-ulps: Update.
79 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
80
7b8399f4
FW
812015-04-08 Florian Weimer <fweimer@redhat.com>
82
83 * elf/pldd.c (main): Rewrite to use struct
84 scratch_buffer instead of extend_alloca.
85 * elf/pldd-xx.c (find_maps): Likewise.
866ba63b
FW
86 * grp/initgroups.c: Include <scratch_buffer.h> instead of
87 <alloca.h>.
88 * grp/compat-initgroups.c (compat_call): Rewrite to use struct
89 scratch_buffer instead of extend_alloca.
90 * nscd/initgrcache.c: Include <scratch_buffer.h>, now needed by
91 grp/compat-initgroups.c.
794a74af
FW
92 * nis/nss_compat/compat-initgroups.c (_nss_compat_initgroups_dyn):
93 Rewrite to use struct scratch_buffer instead of extend_alloca.
c6ee40da 94 * inet/getnameinfo.c (nrl_domainname, getnameinfo): Likewise.
561052ad 95 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
7b8399f4 96
ae63c7eb
JM
972015-04-08 Joseph Myers <joseph@codesourcery.com>
98
da0cf658
JM
99 * math/auto-libm-test-in: Add more tests of cbrt.
100 * math/auto-libm-test-out: Regenerated.
101 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
102
80352c01
JM
103 * math/auto-libm-test-in: Add more tests of cabs.
104 * math/auto-libm-test-out: Regenerated.
105 * sysdeps/i386/fpu/libm-test-ulps: Update.
106 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
107
8431838d
JM
108 [BZ #18210]
109 [BZ #18211]
110 * sysdeps/ieee754/dbl-64/e_atan2.c: Include <fenv.h>.
111 (__ieee754_atan2): Set FE_TONEAREST mode for internal
112 computations.
113 * math/auto-libm-test-in: Add more tests of atan2, carg, clog and
114 clog10.
115 * math/auto-libm-test-out: Regenerated.
116 * sysdeps/i386/fpu/libm-test-ulps: Update.
117 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
118
ae63c7eb
JM
119 [BZ #18197]
120 * sysdeps/ieee754/dbl-64/s_atan.c: Include <fenv.h>.
121 (atan): Set FE_TONEAREST mode for internal computations.
122 * math/auto-libm-test-in: Add more tests of atan.
123 * math/auto-libm-test-out: Regenerated.
124
d5856d06
JC
1252015-04-07 James Cowgill <james410@cowgill.org.uk>
126
127 [BZ #17930]
128 * sysdeps/unix/sysv/linux/mips/bits/shm.h (SHM_NORESERVE): Define.
129
72301304
FW
1302015-04-07 Florian Weimer <fweimer@redhat.com>
131
132 * malloc/scratch_buffer_grow_preserve.c: Include <string.h>
133
cfcfd461
FW
1342015-04-07 Florian Weimer <fweimer@redhat.com>
135
136 * include/scratch_buffer.h: New file.
137 * malloc/scratch_buffer_grow.c: Likewise.
138 * malloc/scratch_buffer_grow_preserve.c: Likewise.
139 * malloc/scratch_buffer_set_array_size.c: Likewise.
140 * malloc/tst-scratch_buffer.c: Likewise.
141 * malloc/Makefile (routines): Add scratch_buffer_grow.
142 (tests): Add test case.
143 * malloc/Versions (GLIBC_PRIVATE): Export
144 __libc_scratch_buffer_grow, __libc_scratch_buffer_grow_preserve,
145 __libc_scratch_buffer_set_array_size.
146
cc47c824
RH
1472015-04-06 Richard Henderson <rth@redhat.com>
148
149 * sysdeps/unix/alpha/sysdep.h: Unconditionally include dl-sysdep.h.
974c4a36 150 * sysdeps/alpha/fpu/libm-test-ulps: Update.
cc47c824 151
9e8c0381
RH
152 * math/test-fenvinline.c (feenable_test): Cast fe_exc to
153 unsigned int before printing.
154
9781a370
OB
1552015-04-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
156
157 [BZ #17596]
158 * wcsmbs/mbrtowc.c (__mbrtowc): Add check for n=0.
159 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
160
37d60d97
FW
1612015-04-02 Florian Weimer <fweimer@redhat.com>
162
163 * include/libc-internal.h (libc_max_align_t): Define.
164
b763f6ae
AS
1652015-04-02 Andreas Schwab <schwab@suse.de>
166
167 [BZ #16850]
168 * sysdeps/unix/sysv/linux/aarch64/bits/sigstack.h: New file.
169
c26efef9
MG
1702015-04-02 Mel Gorman <mgorman@suse.de>
171
172 [BZ #17195]
173 * malloc/arena.c (free): Apply trim threshold to per-thread heaps
174 as well as the main arena.
175
a3d9ab50
L
1762015-03-31 H.J. Lu <hongjiu.lu@intel.com>
177
178 [BZ #18185]
179 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo): Limit threads
180 sharing L2 cache to 2 for Silvermont/Knights Landing.
181
83569fb8
L
1822015-03-31 H.J. Lu <hongjiu.lu@intel.com>
183
184 [BZ #17711]
185 * config.make.in (have-protected-data): New.
186 * configure.ac: Check linker support for protected data symbol.
187 * configure: Regenerated.
188 * elf/Makefile (modules-names): Add tst-protected1moda and
189 tst-protected1modb if $(have-protected-data) is yes.
190 (tests): Add tst-protected1a and tst-protected1b if
191 $(have-protected-data) is yes.
192 ($(objpfx)tst-protected1a): New.
193 ($(objpfx)tst-protected1b): Likewise.
194 (tst-protected1modb.so-no-z-defs): Likewise.
195 * elf/tst-protected1a.c: New file.
196 * elf/tst-protected1b.c: Likewise.
197 * elf/tst-protected1mod.h: Likewise.
198 * elf/tst-protected1moda.c: Likewise.
199 * elf/tst-protected1modb.c: Likewise.
200
62da1e3b
L
2012015-03-31 H.J. Lu <hongjiu.lu@intel.com>
202
203 [BZ #17711]
204 * elf/dl-lookup.c (do_lookup_x): When UNDEF_MAP is NULL, which
205 indicates it is called from do_lookup_x on relocation against
206 protected data, skip the data definion in the executable from
207 copy reloc.
208 (_dl_lookup_symbol_x): Pass ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA,
209 instead of ELF_RTYPE_CLASS_PLT, to do_lookup_x for
210 EXTERN_PROTECTED_DATA relocation against STT_OBJECT symbol.
211 * sysdeps/generic/ldsodefs.h * (ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA):
212 New. Defined to 4 if DL_EXTERN_PROTECTED_DATA is defined,
213 otherwise to 0.
214 * sysdeps/i386/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
215 * sysdeps/i386/dl-machine.h (elf_machine_type_class): Set class
216 to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_386_GLOB_DAT.
217 * sysdeps/x86_64/dl-lookupcfg.h (DL_EXTERN_PROTECTED_DATA): New.
218 * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Set class
219 to ELF_RTYPE_CLASS_EXTERN_PROTECTED_DATA for R_X86_64_GLOB_DAT.
220
675ddb71
MG
2212015-03-28 Martin Galvan <martin.galvan@tallertechnologies.com>
222
223 * sysdeps/nptl/pthread.h: Remove duplicate definition of
224 PTHREAD_ADAPTIVE_MUTEX_INITIALIZER_NP.
225
4d611e12
MG
2262015-03-27 Martin Galvan <martin.galvan@tallertechnologies.com>
227
228 * sysdeps/i386/nptl/tls.h: Swap comments between THREAD_SETMEM and
229 THREAD_SETMEM_NC.
230 * sysdeps/x86_64/nptl/tls.h: Ditto.
231
7285eb53
RM
2322015-03-27 Roland McGrath <roland@hack.frob.com>
233
234 * dlfcn/tststatic.c (main): Converted to ...
235 (do_test): ... this.
236 (TEST_FUNCTION): New macro.
237 Include test-skeleton.c.
238
19a6a3ac
AM
2392015-03-26 Alan Modra <amodra@gmail.com>
240
241 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_fixup_plt):
242 Don't segfault if ifunc resolver returns a NULL. Do set plt to
243 zero for undefined weak.
244 (elf_machine_plt_conflict): Similarly.
245
a9fe4c5a
JM
2462015-03-25 Joseph Myers <joseph@codesourcery.com>
247
efd5b641
JM
248 * math/auto-libm-test-in: Add more tests of acosh, asinh and
249 atanh.
250 * math/auto-libm-test-out: Regenerated.
251 * sysdeps/i386/fpu/libm-test-ulps: Update.
252 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
253
e9b10151
JM
254 * math/auto-libm-test-in: Add another test of asin.
255 * math/auto-libm-test-out: Regenerated.
256 * sysdeps/i386/fpu/libm-test-ulps: Update.
257 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
258
9fa55373
JM
259 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (LLL_EBX_LOAD):
260 Remove macro.
261 (LLL_EBX_REG): Likewise.
262 (LLL_ENTER_KERNEL): Likewise.
263
38755f14
JM
264 * math/auto-libm-test-in: Add more tests of asin.
265 * math/auto-libm-test-out: Regenerated.
266 * sysdeps/i386/fpu/libm-test-ulps: Update.
267 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
268
a9fe4c5a
JM
269 [BZ #18138]
270 * sysdeps/unix/sysv/linux/i386/sysdep.h (struct
271 libc_do_syscall_args): New structure.
272 (INTERNAL_SYSCALL_MAIN_0): New macro.
273 (INTERNAL_SYSCALL_MAIN_1): Likewise.
274 (INTERNAL_SYSCALL_MAIN_2): Likewise.
275 (INTERNAL_SYSCALL_MAIN_3): Likewise.
276 (INTERNAL_SYSCALL_MAIN_4): Likewise.
277 (INTERNAL_SYSCALL_MAIN_5): Likewise.
278 (INTERNAL_SYSCALL_MAIN_6): Likewise. Call __libc_do_syscall.
279 (INTERNAL_SYSCALL): Define to use INTERNAL_SYSCALL_MAIN_##nr.
280 Replace conditional definitions by conditional definitions of ....
281 (INTERNAL_SYSCALL_MAIN_INLINE): ... this. New macro.
282 * sysdeps/unix/sysv/linux/i386/libc-do-syscall.S: New file.
283 * sysdeps/unix/sysv/linux/i386/Makefile [$(subdir) = nptl]
284 (libpthread-sysdep_routines): Add libc-do-syscall.
285 * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: Remove file.
286 * sysdeps/unix/sysv/linux/i386/lowlevellock.h (SYS_futex): Define
287 to __NR_futex not 240.
288
afcd9480
AM
2892015-03-25 Alan Modra <amodra@gmail.com>
290
291 * NEWS: Advertise TLS optimization.
292 * elf/elf.h (R_PPC_TLSGD, R_PPC_TLSLD, DT_PPC_OPT, PPC_OPT_TLS): Define.
293 (DT_PPC_NUM): Increment.
294 * elf/dynamic-link.h (HAVE_STATIC_TLS): Define.
295 (CHECK_STATIC_TLS): Use here.
296 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Optimize
297 TLS descriptors.
298 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
299 * sysdeps/powerpc/dl-tls.c: New file.
300 * sysdeps/powerpc/Versions: Add __tls_get_addr_opt.
301 * sysdeps/powerpc/tst-tlsopt-powerpc.c: New tls test.
302 * sysdeps/unix/sysv/linux/powerpc/Makefile: Add new test.
303 Build tst-tlsmod2.so with --no-tls-get-addr-optimize.
304 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: Update.
305 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: Likewise.
306 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: Likewise.
307
da9f3334
AM
3082015-03-25 Alan Modra <amodra@gmail.com>
309
310 * sysdeps/powerpc/powerpc64/configure.ac: Correct "linker support
311 for overlapping .opd entries" to "support...".
312 * sysdeps/powerpc/powerpc64/configure: Regenerate
313
bc899ea0
JM
3142015-03-25 Joseph Myers <joseph@codesourcery.com>
315
8d643971
JM
316 * math/auto-libm-test-in: Add more tests of acos.
317 * math/auto-libm-test-out: Regenerated.
318 * sysdeps/i386/fpu/libm-test-ulps: Update.
319 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
320
bc899ea0
JM
321 * math/auto-libm-test-in: Add more tests of expm1.
322 * math/auto-libm-test-out: Regenerated.
323 * sysdeps/i386/fpu/libm-test-ulps: Update.
324 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
325
7c84a504
JM
3262015-03-24 Joseph Myers <joseph@codesourcery.com>
327
239ed6f3
JM
328 * math/auto-libm-test-in: Add more tests of cosh and sinh.
329 * math/auto-libm-test-out: Regenerated.
330 * sysdeps/i386/fpu/libm-test-ulps: Update.
331 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
332
a737e826
JM
333 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
334 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
335
7c84a504
JM
336 * math/auto-libm-test-in: Add more tests of log2.
337 * math/auto-libm-test-out: Regenerated.
338 * sysdeps/i386/fpu/libm-test-ulps: Update.
339 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
340
7e9c7b9b
RM
3412015-03-23 Roland McGrath <roland@hack.frob.com>
342
343 * libio/iofdopen.c: Move FD_FLAGS declaration into its first use,
344 inside [F_GETFL]. Remove POSIX_MODE local variable, just test the
345 _IO_IS_APPENDING bit in READ_WRITE instead.
346
98734cc5
FW
3472015-03-23 Florian Weimer <fweimer@redhat.com>
348
349 * sysdeps/unix/sysv/linux/pthread_setaffinity.c
350 (__determine_cpumask_size): Replace extend_alloca with a
351 variable-length array. Do not treat res == 0 as an error.
352
2b028564
FW
3532015-03-23 Florian Weimer <fweimer@redhat.com>
354
355 [BZ #18100]
356 * posix/wordexp.c (eval_expr_multdiv): Check for division by zero
357 and integer overflow.
358 * posix/wordexp-test.c (test_case): Add divide-by-zero test.
359 (main): Add integer overflow tests.
360 * manual/pattern.texi (Calling Wordexp): Document additional use
361 for WRDE_SYNTAX.
362
59261ad3
AM
3632015-03-23 Alan Modra <amodra@gmail.com>
364
365 * config.h.in: Remove HAVE_ASM_PPC_REL16.
366 * sysdeps/powerpc/powerpc32/tls-macros.h: Remove HAVE_ASM_PPC_REL16
367 and false branch of conditional.
368 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
369 Likewise.
370
d583531a
ST
3712015-03-21 Samuel Thibault <samuel.thibault@ens-lyon.org
372
373 * sysdeps/mach/hurd/Makefile ($(common-objpfx)errnos.d): Depend on
374 libc-modules.h
868df0f9
ST
375 * sysdeps/mach/hurd/i386/trampoline.c (_hurd_setup_sighandler): Remove
376 unused declaration of _hurd_intr_rpc_msg_in_trap.
377 * mach/mach_init.c (__mach_init): Test whether HAVE_HOST_PAGE_SIZE is
378 defined instead of whether it is non-zero.
379 * sysdeps/mach/hurd/i386/intr-msg.h (INTR_MSG_TRAP): Use "+m"
380 input constraint instead of both input and output constraint. Use ecx
381 clobber instead of %ecx.
382 * sysdeps/mach/hurd/malloc-machine.h (mutex_init, mutex_lock,
383 mutex_unlock): Use a statement expression instead of an expression list.
384 * sysdeps/mach/hurd/setitimer.c (_hurd_itimer_thread_stack_size): Set
385 type to vm_size_t instead of vm_address_t.
386 * sysdeps/mach/hurd/fork.c (__fork): Test whether STACK_GROWTH_UP is
387 defined instead of whether it is non-zero.
388 * hurd/hurd/ioctl.h (_hurd_locked_install_cttyid): New declaration.
389 * sysdeps/mach/hurd/setsid.c: Include <hurd/ioctl.h>.
390 * sysdeps/mach/hurd/mmap.c (__mmap): Use 0 instead of NULL for
391 comparisons with mapaddr.
392 * nscd/nscd-client.h: Include <time.h>.
393 * sysdeps/mach/hurd/dl-sysdep.c (fmh): Pass vm_offset_t dummy
394 9th parameter to __vm_region instead of int.
661a7dba 395 * bits/termios.h [!__USE_MISC] (EXTPROC): Do not define.
9e70234c
ST
396 * scripts/check-local-headers.sh (exclude): Add device/,
397 hurd/hurd_types.h, hurd/ioctl_types.h, hurd/paths.h, hurd/ioctls.defs,
398 cthreads.h.
d583531a 399
298e5d56
RM
4002015-03-19 Roland McGrath <roland@hack.frob.com>
401
402 * sysdeps/arm/memcpy.S [ARM_ALWAYS_BX]: Fix computed-jump calculations
403 to account for alignment padding.
404 * sysdeps/arm/memmove.S: Likewise.
405
becb26b8
CM
4062015-03-19 Chris Metcalf <cmetcalf@ezchip.com>
407
408 * sysdeps/unix/sysv/linux/generic/README: New file.
409
c2f5813a
JM
4102015-03-18 Joseph Myers <joseph@codesourcery.com>
411
412 [BZ #18138]
413 * nptl/sem_waitcommon.c: Include <kernel-features.h>.
414 (futex_abstimed_wait)
415 [__ASSUME_FUTEX_CLOCK_REALTIME && lll_futex_timed_wait_bitset]:
416 Use lll_futex_timed_wait_bitset with FUTEX_CLOCK_REALTIME instead
417 of lll_futex_timed_wait.
418
ed6b0fe7
BH
4192015-03-18 Brad Hubbard <bhubbard@redhat.com>
420
421 [BZ #17542]
422 * sunrpc/svc.c (xprt_register): Use calloc to allocate xports.
423
f8aeae34
AO
4242015-03-17 Alexandre Oliva <aoliva@redhat.com>
425
426 [BZ #17090]
427 [BZ #17620]
428 [BZ #17621]
429 [BZ #17628]
430 * NEWS: Update.
431 * elf/dl-tls.c (_dl_update_slotinfo): Clean up outdated DTV
432 entries with Static TLS too. Skip entries past the end of the
433 allocated DTV, from Alan Modra.
434 (tls_get_addr_tail): Update to glibc_likely/unlikely. Move
435 Static TLS DTV entry set up from...
436 (_dl_allocate_tls_init): ... here (fix modid assertion), ...
437 * elf/dl-reloc.c (_dl_nothread_init_static_tls): ... here...
438 * nptl/allocatestack.c (init_one_static_tls): ... and here...
439 * elf/dlopen.c (dl_open_worker): Drop l_tls_modid upper bound
440 for Static TLS.
441 * elf/tlsdeschtab.h (map_generation): Return size_t. Check
442 that the slot we find is associated with the given map before
443 using its generation count.
444 * nptl_db/db_info.c: Include ldsodefs.h.
445 (rtld_global, dtv_slotinfo_list, dtv_slotinfo): New typedefs.
446 * nptl_db/structs.def (DB_RTLD_VARIABLE): New macro.
447 (DB_MAIN_VARIABLE, DB_RTLD_GLOBAL_FIELD): Likewise.
448 (link_map::l_tls_offset): New struct field.
449 (dtv_t::counter): Likewise.
450 (rtld_global): New struct.
451 (_rtld_global): New rtld variable.
452 (dl_tls_dtv_slotinfo_list): New rtld global field.
453 (dtv_slotinfo_list): New struct.
454 (dtv_slotinfo): Likewise.
455 * nptl_db/td_symbol_list.c: Drop gnu/lib-names.h include.
456 (td_lookup): Rename to...
457 (td_mod_lookup): ... this. Use new mod parameter instead of
458 LIBPTHREAD_SO.
459 * nptl_db/td_thr_tlsbase.c: Include link.h.
460 (dtv_slotinfo_list, dtv_slotinfo): New functions.
461 (td_thr_tlsbase): Check DTV generation. Compute Static TLS
462 addresses even if the DTV is out of date or missing them.
463 * nptl_db/fetch-value.c (_td_locate_field): Do not refuse to
464 index zero-length arrays.
465 * nptl_db/thread_dbP.h: Include gnu/lib-names.h.
466 (td_lookup): Make it a macro implemented in terms of...
467 (td_mod_lookup): ... this declaration.
468 * nptl_db/db-symbols.awk (DB_RTLD_VARIABLE): Override.
469 (DB_MAIN_VARIABLE): Likewise.
470
b97eb2bd
L
4712015-03-16 H.J. Lu <hongjiu.lu@intel.com>
472
473 [BZ #18134]
474 * sysdeps/x86_64/dl-trampoline.S (PRESERVE_BND_REGS_PREFIX): New.
475
cb219290
PE
4762015-03-15 Paul Eggert <eggert@cs.ucla.edu>
477
478 * stdlib/setenv.c (__add_to_environ): Revert previous change.
479
a3905fd9
AS
4802015-03-14 Andreas Schwab <schwab@linux-m68k.org>
481
482 [BZ #18128]
483 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (atomic_exchange_and_add)
484 (atomic_add, atomic_increment_and_test)
485 (atomic_decrement_and_test): Fix 64-bit arithmetic.
486
2ecccaed
PE
4872015-03-13 Paul Eggert <eggert@cs.ucla.edu>
488
489 * stdlib/setenv.c (__add_to_environ):
490 Dump core quickly if setenv (..., NULL, ...) is called.
491
cdaf79d0
RM
4922015-03-13 Roland McGrath <roland@hack.frob.com>
493
494 * sysdeps/arm/tls-macros.h: Include <sysdep.h>.
495 (GET_SPECIAL_RELOC, GET_SPECIAL_PCREL): New macros to encapsulate
496 all the necessary asm magic in one place.
497 (TLS_LE, TLS_IE, TLS_LD, TLS_GD): Rewritten as C expressions
498 using those.
499
cf9313e7
CD
5002015-03-13 Carlos O'Donell <carlos@redhat.com>
501
502 [BZ #14906]
503 * nscd/cache.c (prune_cache): Use TRACED_FILE. Compare and update
504 traced file mtime. Use consistent log message.
505 * nscd/connections.c [HAVE_INOTIFY] (install_watches): New function.
506 (register_traced_file): Call install_watches. Always set mtime.
507 (invalidate_cache): Iterate over all trace files. Call install_watches.
508 (inotify_check_files): Don't inline. Handle watching parent
509 directories and configuration file movement in and out.
510 (handle_inotify_events): New function.
511 (main_loop_poll): Call handle_inotify_events.
512 (main_loop_epoll): Likewise.
513 * nscd/nscd.h: Define TRACED_FILE, TRACED_DIR, and PATH_MAX.
514 (struct traced_file): Use array of inotify fds. Add parent directory,
515 and basename.
516 (struct database_dyn): Remove unused file_mtime.
517 (init_traced_file): New inline function.
518 (define_traced_file): New macro.
519 * nss/nss_db/db-init.c: Use define_traced_file.
520 (_nss_db_init): Use init_traced_file.
521 * nss/nss_files/files-init.c: Use define_traced_file.
522 (_nss_files_init): Use init_traced_file.
523
7d67a196
JM
5242015-03-12 Joseph Myers <joseph@codesourcery.com>
525
526 * soft-fp/soft-fp.h (_FP_STATIC_ASSERT): New macro.
527 [_LIBC]: Do not include <stdlib.h>.
528 [!_LIBC] (abort): Remove declaration.
529 * soft-fp/op-2.h (_FP_MUL_MEAT_2_120_240_double): Use
530 _FP_STATIC_ASSERT instead of conditionally calling abort.
531 * soft-fp/op-common.h (_FP_FROM_INT): Likewise.
532 (_FP_EXTEND_CNAN): Likewise.
533 (FP_TRUNC): Likewise.
534 (__FP_CLZ): Likewise.
535 * sysdeps/powerpc/nofpu/flt-rounds.c: Include <stdlib.h>.
536
af85ebcd
YS
5372015-03-12 Yaakov Selkowitz <yselkowi@redhat.com>
538
539 * manual/string.texi (XPG basename): Fix prototype.
540
2e807f29
SL
5412015-03-12 Stefan Liebler <stli@linux.vnet.ibm.com>
542
543 [BZ #18080]
544 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S
545 (__setcontext): Use SIG_SETMASK instead of SIG_BLOCK.
546 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S
547 (__setcontext): Likewise.
548 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S
549 (__swapcontext): Use SIG_SETMASK instead of SIG_BLOCK.
550 Call rt_sigprocmask syscall one time to set new signal mask
551 and retrieve the current signal mask instead of two calls.
552 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S
553 (__swapcontext): Likewise.
554 * stdlib/Makefile (tests): Add new testcase tst-setcontext2.
555 * stdlib/tst-setcontext2.c: New file.
556
1b2bebe6
SL
5572015-03-12 Stefan Liebler <stli@linux.vnet.ibm.com>
558
559 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
560
6a1cf708
AJ
5612015-03-11 Aurelien Jarno <aurelien@aurel32.net>
562
563 [BZ #18093]
564 * elf/cache.c (load_aux_cache): Regenerate the cache if it has
565 the wrong size.
566
a2d4cf72
PP
5672015-03-11 Paul Pluzhnikov <ppluzhnikov@google.com>
568
569 [BZ #18043]
570 * posix/wordexp.c (parse_param): Don't call setenv(..., NULL, 1).
571
5ca10a0c
AZ
5722015-03-11 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
573
574 * config.h.in [HAVE_ASM_GLOBAL_DOT_NAME]: Remove define.
575 * include/libc-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (strong_alias):
576 Remove define.
577 [HAVE_ASM_GLOBAL_DOT_NAME] (strong_data_alias): Likewise.
578 [HAVE_ASM_GLOBAL_DOT_NAME] (weak_alias): Likewise.
579 [HAVE_ASM_GLOBAL_DOT_NAME] (_symbol_version): Likewise.
580 [HAVE_ASM_GLOBAL_DOT_NAME] (_default_symbol_version): Likewise.
581 [HAVE_ASM_GLOBAL_DOT_NAME] (HIDDEN_JUMPTARGET): Likewise.
582 * nptl_db/db-symbols.h [HAVE_ASM_GLOBAL_DOT_NAME] (DOT): Remove
583 define.
584 * nptl_db/td_symbol_list.c (td_lookup): Remove
585 HAVE_ASM_GLOBAL_DOT_NAME code.
586 * sysdeps/powerpc/powerpc64/configure.ac: Remove
587 HAVE_ASM_GLOBAL_DOT_NAME check.
588 * sysdeps/powerpc/powerpc64/configure: Regenerate.
589 * sysdeps/powerpc/powerpc64/sysdep.h [HAVE_ASM_GLOBAL_DOT_NAME]
590 (DOT_LABEL): Remove define.
591 [HAVE_ASM_GLOBAL_DOT_NAME] (BODY_LABEL): Likewise.
592 [HAVE_ASM_GLOBAL_DOT_NAME] (ENTRY_2): Likewise.
593 [HAVE_ASM_GLOBAL_DOT_NAME] (END_2): Likewise.
594 * sysdeps/powerpc/powerpc64/tls-macros.h [HAVE_ASM_GLOBAL_DOT_NAME]
595 (__TLS_GET_ADDR): Likewise.
596 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h
597 [HAVE_ASM_GLOBAL_DOT_NAME] (DASHDASHPFX): Likewise.
598
e4363cfb
CD
5992015-03-11 Carlos O'Donell <carlos@redhat.com>
600
601 [BZ #18111]
602 * sysdeps/hppa/fpu/fpu_control.h (_FPU_HPPA_SHIFT_FLAGS): Define.
603 (_FPU_SETCW): Initialize cw from fpsr before storing.
604 * sysdeps/hppa/fpu/fsetexcptflg.c: Include fpu_control.h
605 (fesetexceptflag): Rewrite using fpu_control.h.
606 * sysdeps/hppa/fpu/feupdateenv.c: Handle FE_DFL_ENV, and FE_NOMASK_ENV.
607
fae1aa8d
JDA
6082015-03-11 John David Anglin <danglin@gcc.gnu.org>
609
610 [BZ #18110]
611 * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Don't modify bufptr in
612 asms.
613 * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
614
068a6274
JM
6152015-03-11 Joseph Myers <joseph@codesourcery.com>
616
617 * soft-fp/soft-fp.h (_FP_UNREACHABLE): New macro.
618 * soft-fp/op-common.h (_FP_MUL): Use _FP_UNREACHABLE instead of
619 abort.
620 (_FP_FMA): Likewise.
621 (_FP_DIV): Likewise.
622
d3821ab0
RM
6232015-03-10 Roland McGrath <roland@hack.frob.com>
624
44a6213c
RM
625 * scripts/evaluate-test.sh: Grok exit code 77 as UNSUPPORTED and exit
626 with 0 in that case.
627 * Makefile (summarize-tests): New canned sequence, factored out of
628 commands for targets tests and xtests. Display summary lines that
629 don't start with PASS: or XFAIL: rather than ones that do start with
630 ERROR: or FAIL:. Make the commands fail if any summary lines fail
631 to start with X?PASS: or XFAIL: or UNSUPPORTED: rather than if any
632 do start with ERROR: or FAIL:.
633 * dlfcn/Makefile (tests): Add bug-atexit3 back here unconditionally
634 (except for [$(build-shared) = yes]).
635 (tests-unsupported) [$(CXX) empty]: Add bug-atexit3.
636 (LDLIBS-bug-atexit3-lib.so): Conditionalize on [$(CXX) nonempty].
637 ($(objpfx)bug-atexit3, $(objpfx)bug-atexit3.out): Likewise.
638 * nptl/Makefile: Revert 2015-03-04 changes.
639 [$(CXX) empty] (tests-unsupported): New variable.
640 * debug/Makefile: Likewise.
641
d3821ab0
RM
642 * posix/regcomp.c: Fix comment typos and formatting to harmonize with
643 gnulib file. Replace __attribute with __attribute__ throughout.
644
85ca85ae
CD
6452015-03-10 Carlos O'Donell <carlos@redhat.com>
646
647 * sysdeps/hppa/fpu/libm-test-ulps: Update.
648
6411f81d
JM
6492015-03-10 Joseph Myers <joseph@codesourcery.com>
650
651 [BZ #18104]
652 * math/auto-libm-test-in: Add another test of pow.
653 * math/auto-libm-test-out: Regenerated.
654
d421868b
AZ
6552015-03-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
656
657 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_pow.c): Add
658 $(config-cflags-nofma).
659
a2f8be9c
JM
6602015-03-10 Joseph Myers <joseph@codesourcery.com>
661
662 * soft-fp/double.h [SOFT_FP_DOUBLE_H]: New multiple-include guard.
663 * soft-fp/extended.h [SOFT_FP_EXTENDED_H]: Likewise.
664 * soft-fp/op-1.h [SOFT_FP_OP_1_H]: Likewise.
665 * soft-fp/op-2.h [SOFT_FP_OP_2_H]: Likewise.
666 * soft-fp/op-4.h [SOFT_FP_OP_4_H]: Likewise.
667 * soft-fp/op-8.h [SOFT_FP_OP_8_H]: Likewise.
668 * soft-fp/op-common.h [SOFT_FP_OP_COMMON_H]: Likewise.
669 * soft-fp/quad.h [SOFT_FP_QUAD_H]: Likewise.
670 * soft-fp/single.h [SOFT_FP_SINGLE_H]: Likewise.
671 * soft-fp/soft-fp.h (SOFT_FP_H): Define to 1 rather than empty.
672 Add comment on closing #endif.
673
01d032e0
PP
6742015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
675
676 * posix/wordexp.c (CHAR_IN_SET): New macro.
677 (parse_param): Use it.
678
d439bc56
AZ
6792015-03-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
680
681 * sysdeps/powerpc/fpu/libm-test-ulps: update.
682
5f85a4bf
PP
6832015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
684
685 [BZ #18043]
686 * posix/wordexp.c (parse_param): Fix buffer overflow.
687 * posix/wordexp-test.c (test_case): Add test case.
688
f8ba70e9
PP
6892015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
690
691 [BZ #18042]
692 * posix/wordexp.c (parse_backtick): Fix off-by-one.
693 * posix/wordexp-test.c (test_case): Add test for BZ #18042.
694
36103ba2
PP
6952015-03-09 Paul Pluzhnikov <ppluzhnikov@google.com>
696
697 [BZ #18043]
698 * posix/wordexp-test.c (test_case): Add test for BZ #18043
699 (do_bz18043): Delete.
700 (at_page_end): New.
701 (testit): Refactor to have words at the edge of unreadable page.
702
18d26750
PP
7032015-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
704
705 [BZ #16734]
706 * libio/genops.c (_IO_unbuffer_all): Renamed from _IO_unbuffer_write.
707 Cleanup read-only streams as well.
708 (_IO_cleanup): Call _IO_unbuffer_all instead of _IO_unbuffer_write.
709
9f95dc5d
ST
7102015-03-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
711
712 * sysdeps/mach/hurd/bits/libc-lock.h [_LIBC]: Include
713 <bits/libc-lockP.h>
714
b838844b
JM
7152015-03-07 Joseph Myers <joseph@codesourcery.com>
716
717 * soft-fp/soft-fp.h (_FP_ZERO_INIT): New macro. Define depending
718 on [__KERNEL__].
719 * soft-fp/op-1.h (_FP_FRAC_DECL_1): Use _FP_ZERO_INIT.
720 * soft-fp/op-2.h (_FP_FRAC_DECL_2): Likewise.
721 * soft-fp/op-common.h (_FP_DECL): Likewise.
722
e0ed2fb4
L
7232015-03-06 H.J. Lu <hongjiu.lu@intel.com>
724
725 * elf/ifuncdep2.c (global): Replace
726 __attribute__((visibility("protected"))) with
727 asm (".protected global").
728 * elf/ifuncmod1.c (global): Likewise.
729 * elf/ifuncmod5.c (global): Likewise.
730
fa9dda64
JM
7312015-03-06 Joseph Myers <joseph@codesourcery.com>
732
733 * soft-fp/soft-fp.h [!_LIBC && __KERNEL__]: Include
734 <asm/sfp-machine.h> instead of <sfp-machine.h>.
735
4acc27ed
RM
7362015-03-06 Roland McGrath <roland@hack.frob.com>
737
738 * manual/install.texi (Configuring and compiling):
739 Document test-wrapper-env-only.
740 * INSTALL: Regenerated.
741
895c30cb
PP
7422015-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
743
744 [BZ #18043]
745 * posix/wordexp.c (parse_param): Fix buffer overflow.
746 * posix/wordexp-test.c (do_bz18043): Add test case.
747
5df56c7e
VB
7482015-03-06 Vincent Bernat <vincent@bernat.im>
749
750 * time/tst-strptime2.c (do_test): Ensure failing tests are
751 reported correctly.
752 * time/tst-strptime3.c (do_test): Likewise.
753
1cdf2ea1
ST
7542015-03-06 Samuel Thibault <samuel.thibault@inria.fr>
755
756 Fix aio_error thread-safety.
1cdf2ea1
ST
757 * sysdeps/pthread/aio_error.c: New file
758 * sysdeps/pthread/aio_misc.c: Remove optimistic comment about
759 synchronization.
760
d176a41a
FW
7612015-03-06 Florian Weimer <fweimer@redhat.com>
762
763 * stdio-common/vfprintf.c (THOUSANDS_SEP_T): New typedef.
764 (group_number, vfprintf): Use it.
1597b744
FW
765 (JUMP_TABLE_BASE_LABEL): New preprocessor macro.
766 (JUMP, REF): Use it.
767 (WORK_BUFFER_SIZE): New enum constant.
768 (process_arg, vfprintf): Use it.
d176a41a 769
7e7af349
RJ
7702015-03-06 Rical Jasan <ricaljasan@pacific.net>
771
772 * manual/errno.texi (Error Messages): Complete example function
773 by adding missing #define.
774 (program_invocation_name): Add statement indicating GNU
775 extension and reference which header file declares the variable.
776 (program_invocation_short_name): Likewise.
777
4ca8ddfb
MF
7782015-03-06 Mike Frysinger <vapier@gentoo.org>
779
780 * manual/errno.texi (Error Messages): Delete strerror ISO C89
781 compatibility note.
782
9162c01d
RM
7832015-03-05 Roland McGrath <roland@hack.frob.com>
784
785 * Makeconfig (test-wrapper-env-only): New variable.
786 * Rules (make-test-out): If variable $*-ENV-only is nonempty,
787 then use that with $(test-wrapper-env-only) rather than using
788 $(test-wrapper-env) $(run-program-env) $($*-ENV).
789
209826bc
L
7902015-03-05 H.J. Lu <hongjiu.lu@intel.com>
791
792 [BZ #18082]
793 * sysdeps/alpha/dl-machine.h (elf_machine_type_class): Replace
794 ELF_RTYPE_CLASS_NOCOPY with ELF_RTYPE_CLASS_COPY in comments.
795 * sysdeps/arm/dl-machine.h (elf_machine_type_class): Likewise.
796 * sysdeps/hppa/dl-machine.h (elf_machine_type_class): Likewise.
797 * sysdeps/i386/dl-machine.h (elf_machine_type_class): Likewise.
798 * sysdeps/ia64/dl-machine.h (elf_machine_type_class): Likewise.
799 * sysdeps/m68k/dl-machine.h (elf_machine_type_class): Likewise.
800 * sysdeps/microblaze/dl-machine.h (elf_machine_type_class):
801 Likewise.
802 * sysdeps/nios2/dl-machine.h (elf_machine_type_class): Likewise.
803 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_type_class):
804 Likewise.
805 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_type_class):
806 Likewise.
807 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_type_class):
808 Likewise.
809 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_type_class):
810 Likewise.
811 * sysdeps/sh/dl-machine.h (elf_machine_type_class): Likewise.
812 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_type_class):
813 Likewise.
814 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_type_class):
815 Likewise.
816 * sysdeps/tile/dl-machine.h (elf_machine_type_class): Likewise.
817 * sysdeps/x86_64/dl-machine.h (elf_machine_type_class): Likewise.
818
2cfe32bc
RM
8192015-03-04 Roland McGrath <roland@hack.frob.com>
820
8bff5aab
RM
821 * sysdeps/generic/netinet/if_ether.h: Don't #include <features.h>.
822 (ETH_ALEN): New macro.
823 (struct ether_addr): Use it for length of ether_addr_octet.
824
2752f338
RM
825 * nss/test-netdb.c: Don't #include <rpc/netdb.h>.
826 (setdb): Don't call __nss_configure_lookup for "rpc".
827 (do_test): Don't call test_rpc.
828 (output_rpcent, test_rpc): Functions moved ...
829 * sunrpc/test-rpcent.c: ... to this new file.
830 * sunrpc/Makefile (tests): Add it.
831
2cfe32bc
RM
832 * nptl/tst-cancel4.c (tf_sigpause) [!SIGCANCEL]: Call pause instead of
833 __xpg_sigpause.
834 * nptl/tst-signal3.c: Conditionalize body on [SIGRTMIN].
835 * nptl/tst-signal6.c: Likewise.
836 * rt/tst-mqueue5.c: Conditionalize body on [SIGRTMIN && SA_SIGINFO].
837 * rt/tst-timer4.c: Conditionalize body on [SA_SIGINFO].
838
e4693aa7
RM
839 * configure.ac (libc_cv_cxx_link_ok): New check.
840 Reset CXX to empty if it fails to link.
841 * configure: Regenerated.
842 * dlfcn/Makefile (tests, modules-names): Add bug-atexit3 and
843 bug-atexit3-lib only if $(CXX) is nonempty.
844 * nptl/Makefile (tests): Likewise for tst-cancel24.
845 (tests, tests-static): Likewise for tst-cancel24-static.
846 * debug/Makefile (tests): Likewise for tst-chk4, tst-chk5, tst-chk6,
847 tst-lfschk4, tst-lfschk5, and tst-lfschk6.
e27176ee
RM
848 * elf/Makefile (tests, modules-names): Likewise for tst-unique3,
849 tst-unique3lib, tst-unique3lib2, tst-unique4, and tst-unique4lib.
e4693aa7 850
8e2e833a
AS
8512015-03-04 Andreas Schwab <schwab@suse.de>
852
853 [BZ #17631]
854 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Don't define
855 for non-GCC compilers.
856 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
857 Likewise.
858
85b29045
AZ
8592015-03-03 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
860
861 [BZ #17776]
862 * sysdeps/powerpc/bits/fenvinline.h (feraiseexcept): Convert input to
863 integer before bitwise and assembly operations.
864 (feclearexcept): Likewise.
865 * math/test-fenvinline.c: New file.
866 * math/Makefile: Add test-fenvinline test.
867
a0af371c
AM
8682015-03-03 Alan Modra <amodra@gmail.com>
869
870 [BZ #16512]
871 * scripts/localplt.awk: Strip off symbol version.
872 * NEWS: Mention bug fix.
873
47465629
RM
8742015-03-02 Roland McGrath <roland@hack.frob.com>
875
876 * sysdeps/pthread/timer_routines.c
877 (timer_free_list, thread_free_list, thread_active_list): Make static.
878
6d08b022
JM
8792015-03-02 Joseph Myers <joseph@codesourcery.com>
880
881 [BZ #17779]
882 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
883 [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
884 Undefine.
885 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
886 [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
887 Likewise.
888 * sysdeps/unix/sysv/linux/sh/kernel-features.h
889 [__LINUX_KERNEL_VERSION < 0x020625] (__ASSUME_PRLIMIT64):
890 Likewise.
891
c2c6d39f
PP
8922015-03-02 Paul Pluzhnikov <ppluzhnikov@google.com>
893
894 [BZ #18036]
895 * posix/fnmatch_loop.c (END): Detect invalid pattern.
896 * posix/tst-fnmatch3.c (do_bz18036): Add test case.
897
e8b6be00
AS
8982015-03-02 Andreas Schwab <schwab@suse.de>
899
900 * elf/Makefile ($(elf-objpfx)runtime-linker.st): Fix typo in
901 variable name.
902
1a2d98af
FW
9032015-03-02 Florian Weimer <fweimer@redhat.com>
904
905 * nis/nss_nis/nis-initgroups.c (_nss_nis_initgroups_dyn):
906 Return error status.
907
e7f07af5
AO
9082015-02-27 Alexandre Oliva <aoliva@redhat.com>
909
910 [BZ #15969]
911 * locale/findlocale.c (_nl_find_locale): Introduce const
912 version of loc_name and drop unsafe type casts.
913
c7b19ca9
RM
9142015-02-27 Roland McGrath <roland@hack.frob.com>
915
916 * dlfcn/tststatic2.c (main): Converted to ...
917 (do_test): ... this.
918 (TEST_FUNCTION): New macro.
919 Include test-skeleton.c.
920
ef4ad06f
L
9212015-02-27 H.J. Lu <hongjiu.lu@intel.com>
922
923 [BZ #17711]
924 * elf/Makefile (tests): Add vismain only if PIE is enabled.
925 (tests-pie): Add vismain.
926 (CFLAGS-vismain.c): New.
927 * elf/vismain.c: Add comments for PIE requirement.
928
2ca725c5
JM
9292015-02-27 Joseph Myers <joseph@codesourcery.com>
930
931 [BZ #18046]
932 [BZ #18047]
933 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Use
934 0x1p-56L as threshold for just returning the argument.
935 * sysdeps/ieee754/ldbl-96/e_atanhl.c (__ieee754_atanhl): Use
936 0x1p-32L as threshold for just returning the argument.
937 * math/auto-libm-test-in: Add more tests of atanh.
938 * math/auto-libm-test-out: Regenerated.
939 * sysdeps/i386/fpu/libm-test-ulps: Update.
940 * sysdeps/x86_64/fpu/libm-test-ulp: Likewise.
941
af96be34
WD
9422015-02-27 Wilco Dijkstra wdijkstr@arm.com
943
944 * string/bcopy.c (bcopy): Call memmove for performance.
945
ddcf6798
WD
9462015-02-27 Wilco Dijkstra wdijkstr@arm.com
947
948 * string/bzero.c (__bzero): Call memset for performance.
949
49f476f4
JDA
9502015-02-27 John David Anglin <dave.anglin@bell.net>
951
b42e14ff 952 [BZ #18068]
49f476f4
JDA
953 * sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (__O_SYNC): Change
954 to 00100000.
955
f8ab5d38
JM
9562015-02-27 Joseph Myers <joseph@codesourcery.com>
957
958 * sysdeps/ieee754/k_standard.c (CSTR): Add comment.
959
380bd0fd
JM
9602015-02-26 Joseph Myers <joseph@codesourcery.com>
961
31331a07
JM
962 * sysdeps/ieee754/k_standard.c (CSTR): New macro.
963 (__kernel_standard): Use CSTR macro when setting exc.name.
964 * sysdeps/ieee754/Makefile [$(subdir) = math]
965 (CFLAGS-k_standard.c): Remove variable.
966
09220e66
JM
967 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Change last case for
968 setting p and q from "else if" to "else".
969 (qzero): Likewise.
970 * sysdeps/ieee754/dbl-64/e_j1.c (pone): Likewise.
971 (qone): Likewise.
972 * sysdeps/ieee754/flt-32/e_j0f.c (pzerof): Likewise.
973 (qzerof): Likewise.
974 * sysdeps/ieee754/flt-32/e_j1f.c (ponef): Likewise.
975 (qonef): Likewise.
976 * sysdeps/ieee754/ldbl-96/e_j0l.c (pzero): Likewise.
977 (qzero): Likewise.
978 * sysdeps/ieee754/ldbl-96/e_j1l.c (pone): Likewise.
979 (qone): Likewise.
980
1d9ab20c
JM
981 [BZ #18038]
982 [BZ #18039]
983 * sysdeps/ieee754/ldbl-128/e_acosl.c (__ieee754_acosl): Only
984 return pi/2 for arguments below 0x1p-113L.
985 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Only
986 return pi/2 for arguments below 0x1p-106L.
987 * math/auto-libm-test-in: Add more tests of acos.
988 * math/auto-libm-test-out: Regenerated.
989
ec0ce0d3
JM
990 [BZ #16351]
991 * sysdeps/i386/fpu/e_asin.S (dbl_min): New object.
992 (MO): New macro.
993 (__ieee754_asin): Force underflow exception for results with small
994 absolute value.
995 * sysdeps/i386/fpu/e_asinf.S (flt_min): New object.
996 (MO): New macro.
997 (__ieee754_asinf): Force underflow exception for results with
998 small absolute value.
999 * sysdeps/ieee754/dbl-64/e_asin.c: Include <float.h> and <math.h>.
1000 (__ieee754_asin): Force underflow exception for results with small
1001 absolute value.
1002 * sysdeps/ieee754/flt-32/e_asinf.c: Include <float.h>.
1003 (__ieee754_asinf): Force underflow exception for results with
1004 small absolute value.
1005 * sysdeps/ieee754/ldbl-128/e_asinl.c: Include <float.h>.
1006 (__ieee754_asinl): Force underflow exception for results with
1007 small absolute value.
1008 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Include <float.h>.
1009 (__ieee754_asinl): Force underflow exception for results with
1010 small absolute value.
1011 * sysdeps/ieee754/ldbl-96/e_asinl.c: Include <float.h>.
1012 (__ieee754_asinl): Force underflow exception for results with
1013 small absolute value.
1014 * sysdeps/x86_64/fpu/multiarch/e_asin.c [HAVE_FMA4_SUPPORT]:
1015 Include <math.h>.
1016 * math/auto-libm-test-in: Do not mark underflow exceptions as
1017 possibly missing for bug 16351.
1018 * math/auto-libm-test-out: Regenerated.
1019
380bd0fd
JM
1020 [BZ #18030]
1021 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Adjust exponent
1022 of power of 2 down when low part has opposite sign.
1023 * math/libm-test.inc (logb_test_data): Add more tests.
1024
4a28f4d5
AS
10252015-02-26 Andreas Schwab <schwab@suse.de>
1026
1027 [BZ #18032]
1028 * posix/fnmatch_loop.c (FCT): Remove extra increment when skipping
1029 over collating symbol inside a bracket expression. Minor cleanup.
1030 * posix/tst-fnmatch3.c (do_test): Add test case.
1031
524ae9ea
JM
10322015-02-26 Joseph Myers <joseph@codesourcery.com>
1033
1034 [BZ #18029]
1035 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl):
1036 Adjust exponent of power of 2 down when low part has opposite
1037 sign.
1038 * math/libm-test.inc (ilogb_test_data): Add more tests.
1039
23d43090
AO
10402015-02-26 Alexandre Oliva <aoliva@redhat.com>
1041
1042 [BZ #15969]
1043 * locale/findlocale.c (_nl_find_locale): Fix constness error in
1044 the previous change.
0d822a01
AO
1045
1046 [BZ #15969]
1047 * locale/findlocale.c (_nl_find_locale): Retry archive search
1048 after alias expansion.
1049
d19df6ac
RM
10502015-02-25 Roland McGrath <roland@hack.frob.com>
1051
ca681b7b
RM
1052 * iconv/tst-iconv3.c (main): Converted to ...
1053 (do_test): ... this.
1054 (TEST_FUNCTION): New macro.
1055 Include test-skeleton.c.
1056
fd1f2f1c
RM
1057 * iconv/tst-iconv5.c (testcode, number): Make variables static const.
1058 (convert): Make function static.
1059 (test_unalign): Likewise. Add const to argument pointee types.
1060 (main): Replace with static function do_test.
1061 Print "Succeeded." only if RET is zero.
1062 (TEST_FUNCTION): New macro.
1063 Include test-skeleton.c.
1064
d19df6ac
RM
1065 * iconv/gconv_conf.c (__gconv_get_path): Don't crash if __getcwd
1066 returns a null pointer.
1067
115e0de7
AZ
10682015-02-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1069
1070 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Define memcpy
1071 to __memcpy_ppc only for static builds.
1072
137cef7d
JM
10732015-02-25 Joseph Myers <joseph@codesourcery.com>
1074
1075 [BZ #18020]
1076 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use 2**56 and
1077 2**-56 not 2**28 and 2**-29 as thresholds for simpler formulas.
1078 * math/auto-libm-test-in: Add more tests of asinh.
1079 * math/auto-libm-test-out: Regenerated.
1080 * sysdeps/i386/fpu/libm-test-ulps: Update.
1081 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1082
cb43bb0d
CW
10832015-02-25 Cong Wang <xiyou.wangcong@gmail.com>
1084
1085 [BZ #15850]
1086 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Put in6_pktinfo
1087 and ip6_mtuinfo definitions here.
1088 * sysdeps/unix/sysv/linux/bits/in.h [_UAPI_IPV6_H]: Wrap code
1089 in this define too. Update comment.
1090
9be1052b
BS
10912015-02-24 Benno Schulenberg <bensberg@justemail.net>
1092
1093 * elf/sprof.c (load_shobj): Tweak error message to match others.
1094
6807b1db
KE
10952015-02-24 Kevin Easton <kevin@guarana.org>
1096
1097 [BZ #16145] (partial fix)
1098 * time/tzset.c (__tz_convert): Unlock tzset_lock earlier
1099 to reduce lock contention.
1100
b433df00
ML
11012015-02-24 Miroslav Lichvar <mlichvar@redhat.com>
1102
1103 * sysdeps/unix/sysv/linux/bits/timex.h: Update version.
1104 (struct timex): Update time comment.
1105 (ADJ_SETOFFSET): Define.
1106
440169d6
JM
11072015-02-24 Joseph Myers <joseph@codesourcery.com>
1108
1109 [BZ #18019]
1110 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
1111 2**56 not 2**28 as threshold for log (2x) formula.
1112 * math/auto-libm-test-in: Add more tests of acosh.
1113 * math/auto-libm-test-out: Regenerated.
1114 * sysdeps/i386/fpu/libm-test-ulps: Update.
1115 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
1116
ba7d2c54
MF
11172015-02-24 Mike Frysinger <vapier@gentoo.org>
1118
1119 * include/alloca.h [_STACK_GROWS_DOWN] (extend_alloca): Add
1120 parenthesis around the buf assignment.
1121 [_STACK_GROWS_UP] (extend_alloca): Add a char* cast.
1122
9438b237
JM
11232015-02-24 Joseph Myers <joseph@codesourcery.com>
1124
1125 [BZ #16783]
1126 * sysdeps/i386/fpu/e_scalb.S (__ieee754_scalb): Do not handle
1127 arguments (NaN, -Inf) the same as (+/-Inf, -Inf).
1128 * sysdeps/i386/fpu/e_scalbf.S (__ieee754_scalbf): Likewise.
1129 * sysdeps/i386/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1130 * sysdeps/x86_64/fpu/e_scalbl.S (__ieee754_scalbl): Likewise.
1131 * math/libm-test.inc (scalb_test_data): Add more tests.
1132
6909d276
PP
11332015-02-24 Paul Pluzhnikov <ppluzhnikov@google.com>
1134
1135 [BZ #17916]
1136 * libio/fileops.c (_IO_new_file_fopen): Limit stack use
1137 * libio/tst-fopenloc.c (do_test, do_bz17916): Add a large ccs= test
1138
65f6f938
ER
11392015-02-24 Eric Rannaud <e@nanocritical.com>
1140
1141 [BZ #17523]
1142 * io/fcntl.h (__OPEN_NEEDS_MODE): New macro.
1143 * io/bits/fcntl2.h (open): Use it.
1144 (openat): Likewise.
1145 * io/open.c (__libc_open): Likewise.
1146 * io/open64.c (__libc_open64): Likewise.
1147 * io/open64_2.c (__open64_2): Likewise.
1148 * io/open_2.c (__open_2): Likewise.
1149 * io/openat.c (__openat): Likewise.
1150 * io/openat64.c (__openat64): Likewise.
1151 * io/openat64_2.c (__openat64_2): Likewise.
1152 * io/openat_2.c (__openat_2): Likewise.
1153 * sysdeps/mach/hurd/open.c (__libc_open): Likewise.
1154 * sysdeps/mach/hurd/openat.c (__openat): Likewise.
1155 * sysdeps/posix/open64.c (__libc_open64): Likewise.
1156 * sysdeps/unix/sysv/linux/dl-openat64.c (openat64): Likewise.
1157 * sysdeps/unix/sysv/linux/generic/open.c (__libc_open): Likewise.
1158 (__open_nocancel): Likewise.
1159 * sysdeps/unix/sysv/linux/generic/open64.c (__libc_open64): Likewise.
1160 * sysdeps/unix/sysv/linux/open64.c (__libc_open64): Likewise.
1161 * sysdeps/unix/sysv/linux/openat.c (__OPENAT): Likewise.
1162
3e3002ff
SP
11632015-02-24 Siddhesh Poyarekar <siddhesh@redhat.com>
1164
1165 [BZ #14841]
1166 * resolv/gethnamaddr.c (getanswer): Skip logging if
1167 RES_USE_DNSSEC is set.
1168 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
1169
9813dd58
MF
11702015-02-24 Mike Frysinger <vapier@gentoo.org>
1171
1172 * sysdeps/unix/sysv/linux/hppa/sysdep.h: Include dl-sysdep.h.
1173
7b1ec6a0
AO
11742015-02-23 Alexandre Oliva <aoliva@redhat.com>
1175
1176 * include/stdc-predef.h (__STDC_ISO_10646__): Update to
1177 201304L, for Unicode 7.
1178
d49499c1
L
11792015-02-23 H.J. Lu <hongjiu.lu@intel.com>
1180
1181 [BZ #17836]
1182 * csu/Makefile (extra-objs): Add gmon-start.o if not builing
1183 shared library. Add gmon-start.os otherwise.
1184 ($(objpfx)g$(start-installed-name)): Use $(objpfx)S%
1185 $(objpfx)gmon-start.os if builing shared library.
1186 ($(objpfx)g$(static-start-installed-name)): Likewise.
1187
51225803
AS
11882015-02-23 Andreas Schwab <schwab@suse.de>
1189
1190 * elf/Makefile (CFLAGS-tst-audit2.c): Define.
1191
bdf1ff05
PP
11922015-02-22 Paul Pluzhnikov <ppluzhnikov@google.com>
1193
1194 [BZ #17269]
1195 * libio/wstrops.c (_IO_wstr_overflow): Guard against integer overflow
1196 (enlarge_userbuf): Likewise.
1197
95296112
CLT
11982015-02-22 Chung-Lin Tang <cltang@codesourcery.com>
1199
1200 * libio/tst-memstream2.c (TIMEOUT): Define as 100.
1201 * math/atest-exp.c (TIMEOUT): Adjust to 200.
1202 * math/atest-exp2.c (TIMEOUT): Adjust to 300.
1203 * math/atest-sincos.c (TIMEOUT): Adjust to 600.
1204
e4a399dc
JM
12052015-02-20 Joseph Myers <joseph@codesourcery.com>
1206
1207 * soft-fp/op-common.h (_FP_FROM_INT): Wrap call to abort in
1208 expression inside statement expression.
1209
7133957f
SL
12102015-02-20 Stefan Liebler <stli@linux.vnet.ibm.com>
1211
1212 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Include
1213 <sysdeps/nptl/lowlevellock.h> and remove macros and
1214 functions that are now defined there.
1215 (SYS_futex): Remove.
1216 (lll_compare_and_swap): Remove.
1217 * sysdeps/s390/bits/atomic.h (atomic_exchange_acq): Define.
1218
40176158
JM
12192015-02-19 Joseph Myers <joseph@codesourcery.com>
1220
1221 [BZ #17999]
1222 * dirent/scandir.c [!SCANDIR] (SCANDIRAT): Define to __scandirat
1223 instead of scandirat.
1224 * dirent/scandirat.c [!SCANDIRAT] (SCANDIRAT): Likewise.
1225 [!SCANDIRAT] (SCANDIRAT_WEAK_ALIAS): Define.
1226 [SCANDIRAT_WEAK_ALIAS] (scandirat): Define as weak alias of
1227 __scandirat.
1228 * include/dirent.h (scandirat): Do not use libc_hidden_proto.
1229 (__scandirat): Declare. Use libc_hidden_proto.
1230 * conform/Makefile (test-xfail-POSIX2008/dirent.h/linknamespace):
1231 Remove variable.
1232 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
1233
4629c866
JM
12342015-02-18 Joseph Myers <joseph@codesourcery.com>
1235
1236 [BZ #15319]
1237 * sysdeps/i386/fpu/e_atan2.S (dbl_min): New object.
1238 (MO): New macro.
1239 (__ieee754_atan2): For results with small absolute value, force
1240 underflow exception and remove excess range and precision from
1241 return value.
1242 * sysdeps/i386/fpu/e_atan2f.S (flt_min): New object.
1243 (MO): New macro.
1244 (__ieee754_atan2f): For results with small absolute value, force
1245 underflow exception and remove excess range and precision from
1246 return value.
1247 * sysdeps/i386/fpu/s_atan.S (dbl_min): New object.
1248 (MO): New macro.
1249 (__atan): For results with small absolute value, force underflow
1250 exception and remove excess range and precision from return value.
1251 * sysdeps/i386/fpu/s_atanf.S (flt_min): New object.
1252 (MO): New macro.
1253 (__atanf): For results with small absolute value, force underflow
1254 exception and remove excess range and precision from return value.
1255 * sysdeps/ieee754/dbl-64/e_atan2.c: Include <float.h> and
1256 <math.h>.
1257 (__ieee754_atan2): Force underflow exception for results with
1258 small absolute value.
1259 * sysdeps/ieee754/dbl-64/s_atan.c: Include <float.h> and
1260 <math_private.h>.
1261 (atan): Force underflow exception for results with small absolute
1262 value.
1263 * sysdeps/ieee754/flt-32/s_atanf.c: Include <float.h>.
1264 (__atanf): Force underflow exception for results with small
1265 absolute value.
1266 * sysdeps/ieee754/ldbl-128/s_atanl.c: Include <float.h> and
1267 <math.h>.
1268 (__atanl): Force underflow exception for results with small
1269 absolute value.
1270 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <float.h>.
1271 (__atanl): Force underflow exception for results with small
1272 absolute value.
1273 * sysdeps/x86/fpu/bits/mathinline.h
1274 [!__SSE2_MATH__ && !__x86_64__ && __LIBC_INTERNAL_MATH_INLINES]
1275 (__ieee754_atan2): Only define inline for long double.
1276 * sysdeps/x86_64/fpu/multiarch/e_atan2.c
1277 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Include <math.h>.
1278 * math/auto-libm-test-in: Do not mark underflow exceptions as
1279 possibly missing for bug 15319. Add more tests of atan2.
1280 * math/auto-libm-test-out: Regenerated.
1281 * math/libm-test.inc (casin_test_data): Do not mark underflow
1282 exceptions as possibly missing for bug 15319.
1283 (casinh_test_data): Likewise.
1284 * sysdeps/i386/fpu/libm-test-ulps: Update.
1285
9ee16d8b
SE
12862015-02-18 Steve Ellcey <sellcey@imgtec.com>
1287
1288 * sysdeps/unix/sysv/linux/mips/bits/endian.h: Remove.
1289 * sysdeps/mips/bits/endian.h: Fix comments.
1290
4ffb1771
JM
12912015-02-18 Joseph Myers <joseph@codesourcery.com>
1292
1293 [BZ #17996]
1294 * include/search.h (hcreate_r): Don't use libc_hidden_proto.
1295 (hdestroy_r): Likewise.
1296 (hsearch_r): Likewise.
1297 (__hcreate_r): Declare and use libc_hidden_proto.
1298 (__hdestroy_r): Likewise.
1299 (__hsearch_r): Likewise.
1300 * misc/hsearch.c (hsearch): Call __hsearch_r instead of hsearch_r.
1301 (hcreate): Call __hcreate_r instead of hcreate_r.
1302 (__hdestroy): Call __hdestroy_r instead of hdestroy_r.
1303 * misc/hsearch_r.c (hcreate_r): Rename to __hcreate_r and define
1304 as weak alias of __hcreate_r.
1305 (hdestroy_r): Rename to __hdestroy_r and define as weak alias of
1306 __hdestroy_r.
1307 (hsearch_r): Rename to __hsearch_r and define as weak alias of
1308 __hsearch_r.
1309 * conform/Makefile (test-xfail-XPG3/search.h/linknamespace):
1310 Remove variable.
1311 (test-xfail-XPG4/search.h/linknamespace): Likewise.
1312 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
1313 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
1314 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
1315
94c5a52a
SP
13162015-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
1317
1318 * malloc/malloc.c (__libc_malloc): Consolidate arena_lookup and
1319 arena_lock into a single arena_get.
1320
8a35c3fe
CD
13212015-02-17 Carlos O'Donell <carlos@redhat.com>
1322
1323 * dl-reloc.c: Inlucde libc-internal.h.
1324 (_dl_try_allocate_static_tls): Call ALIGN_UP.
1325 (_dl_relocate_object): Call ALIGN_UP, ALIGN_DOWN, and PTR_ALIGN_DOWN.
1326 (_dl_protect_relro): Call ALIGN_UP and ALIGN_DOWN.
1327 * malloc/arena.c (new_heap): Use pagesize. Call ALIGN_UP.
1328 (grow_heap): Likewise.
1329 * malloc/malloc.c: Include libc-internal.h.
1330 (do_check_malloc): Call powerof2.
1331 (sysmalloc): Use pagesize. Call ALIGN_UP.
1332 (systrim): Use pagesize.
1333 (mremap_chunk): Use pagesize. Call ALIGN_UP.
1334 (__libc_valloc): Use pagesize.
1335 (__libc_pvalloc): Use pagesize. Call ALIGN_UP.
1336
1a2325c0
JM
13372015-02-17 Joseph Myers <joseph@codesourcery.com>
1338
1339 [BZ #17991]
1340 * include/sys/resource.h (__getrlimit64): Declare. Use
1341 libc_hidden_proto.
1342 * resource/getrlimit64.c (getrlimit64): Rename to __getrlimit64
1343 and define as weak alias of __getrlimit64. Use libc_hidden_weak.
1344 * sysdeps/posix/spawni.c (__spawni): Call __getrlimit64 instead of
1345 getrlimit64.
1346 * sysdeps/unix/sysv/linux/getrlimit64.c (getrlimit64): Rename to
1347 __getrlimit64.
1348 [!getrlimit64] (getrlimit64): Define as weak alias of
1349 __getrlimit64. Use libc_hidden_weak.
1350 * sysdeps/unix/sysv/linux/i386/getrlimit64.c (getrlimit64): Define
1351 using __getrlimit64 not __new_getrlimit64.
1352 (__GI_getrlimit64): Likewise.
1353 * sysdeps/unix/sysv/linux/mips/getrlimit64.c (getrlimit64):
1354 Likewise.
1355 (__GI_getrlimit64): Likewise.
1356 (__old_getrlimit64): Use __getrlimit64 not __new_getrlimit64.
1357 * sysdeps/unix/sysv/linux/powerpc/powerpc64/syscalls.list
1358 (getrlimit): Add __getrlimit64 alias.
1359 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (getrlimit):
1360 Likewise.
1361 * conform/Makefile (test-xfail-XOPEN2K/spawn.h/linknamespace):
1362 Remove variable.
1363 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
1364 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
1365
8ae4bb5a
PP
13662015-02-17 Paul Pluzhnikov <ppluzhnikov@google.com>
1367
1368 * libio/fileops.c: Add missing sys/mman.h
1369 * libio/iopopen.c: Add missing fcntl.h, remove redundant unistd.h
1370
18a218b7
JM
13712015-02-17 Joseph Myers <joseph@codesourcery.com>
1372
1373 * manual/math.texi (Errors in Math Functions): Clarify goals
1374 regarding inexact and underflow exceptions.
1375
e72ad0ef
SE
13762015-02-17 Steve Ellcey <sellcey@imgtec.com>
1377
1378 * sysdeps/mips/memcpy.S: Move R6 PREFETCH_STORE_HINT check.
1379 * sysdeps/mips/memset.S: Ditto.
1380
2caa4099
SE
13812015-02-17 Steve Ellcey <sellcey@imgtec.com>
1382
1383 * sysdeps/mips/bits/endian.h (__MIPSEL): Use #ifdef instead of #if.
1384
f20bfc9b
SL
13852015-02-17 Stefan Liebler <stli@linux.vnet.ibm.com>
1386
1387 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c
1388 (__v1longjmp): Remove versioned symbol.
1389 (__v1siglongjmp): Remove alias and versioned symbol.
1390 (__v2longjmp): Use DEFINE_LONGJMP instead of alias.
1391 (__v2siglongjmp): Likewise.
1392
71c06b69
TR
13932015-02-16 Torvald Riegel <triegel@redhat.com>
1394
1395 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Remove file.
1396
a9a05adb
MF
13972015-02-16 Mike Frysinger <vapier@gentoo.org>
1398
1399 * sysdeps/unix/sysv/linux/ia64/getpagesize.c: Delete.
1400
ce8fc784
JM
14012015-02-16 Joseph Myers <joseph@codesourcery.com>
1402
1403 [BZ #17987]
1404 * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Ensure sign of
1405 zero result does not depend on the sign resulting from
1406 subtraction.
1407 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1408 Likewise.
1409 * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1410 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1411 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1412 * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1413 * math/libm-test.inc (remquo_test_data): Add more tests.
1414
0d7036bd
PE
14152015-02-16 Paul Eggert <eggert@cs.ucla.edu>
1416
1417 * manual/time.texi (TZ Variable): glibc no longer comes with tzdata.
1418 Problem reported by J William Piggott.
1419
86c56b16
JM
14202015-02-16 Joseph Myers <joseph@codesourcery.com>
1421
a820f9b3
JM
1422 [BZ #17978]
1423 * sysdeps/ieee754/dbl-64/s_remquo.c (__remquo): Do not form
1424 products 4 * y and 2 * y where those would overflow.
1425 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1426 Likewise.
1427 * sysdeps/ieee754/flt-32/s_remquof.c (__remquof): Likewise.
1428 * sysdeps/ieee754/ldbl-128/s_remquol.c (__remquol): Likewise.
1429 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
1430 * sysdeps/ieee754/ldbl-96/s_remquol.c (__remquol): Likewise.
1431 * math/libm-test.inc (remquo_test_data): Add more tests.
1432
be802953
JM
1433 * sysdeps/mips/sgidefs.h [!_ABIO64] (_ABIO64): New macro.
1434
e5e72fe9
JM
1435 * sysdeps/mips/memcpy.S [_COMPILING_NEWLIB]: Change condition to
1436 [defined _COMPILING_NEWLIB].
1437 * sysdeps/mips/memset.S [_COMPILING_NEWLIB]: Likewise.
1438 * sysdeps/mips/strcmp.S [_COMPILING_NEWLIB]: Likewise.
1439
86c56b16
JM
1440 * sysdeps/mips/sys/asm.h [__mips_isa_rev < 6]: Change condition to
1441 [!defined __mips_isa_rev || __mips_isa_rev < 6].
1442
35264d14
TR
14432015-02-16 Torvald Riegel <triegel@redhat.com>
1444
1445 * nptl/tst-cond25.c (cleanup): Explicitly check that the mutex is
1446 acquired.
1447
6f49e32a
MF
14482015-02-15 Matthew Fortune <Matthew.Fortune@imgtec.com>
1449
1450 [BZ #17792]
1451 * sysdeps/unix/sysv/linux/ia64/sys/user.h (NBPG): Remove.
1452 (UPAGES, HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR,
1453 HOST_STACK_END_ADDR): Likewise.
1454
e525154e
SE
14552015-02-13 Steve Ellcey <sellcey@imgtec.com>
1456
1457 * sysdeps/mips/bits/endian.h (__MIPSEB): Use #ifdef instead of #if.
1458 * sysdeps/mips/memcpy.S (__MIPSEB): Ditto.
1459 * sysdeps/mips/memset.S (__MIPSEB): Ditto.
1460
4ab770b7
RM
14612015-02-13 Roland McGrath <roland@hack.frob.com>
1462
1463 * sysdeps/generic/c++-types.data: New file.
1464 * sysdeps/generic/ld.abilist: New file.
1465 * sysdeps/generic/libBrokenLocale.abilist: New file.
1466 * sysdeps/generic/libanl.abilist: New file.
1467 * sysdeps/generic/libc.abilist: New file.
1468 * sysdeps/generic/libcrypt.abilist: New file.
1469 * sysdeps/generic/libdl.abilist: New file.
1470 * sysdeps/generic/libm.abilist: New file.
1471 * sysdeps/generic/libpthread.abilist: New file.
1472 * sysdeps/generic/libresolv.abilist: New file.
1473 * sysdeps/generic/librt.abilist: New file.
1474
d9afe48d
JM
14752015-02-13 Joseph Myers <joseph@codesourcery.com>
1476
1477 [BZ #17569]
1478 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo):
1479 Compute absolute value of x as modified by fmod, not original
1480 value of x.
1481 * math/libm-test.inc (RUN_TEST_ffI_f1): Rename to
1482 RUN_TEST_ffI_f1_mod8. Check extra return value mod 8.
1483 (RUN_TEST_LOOP_ffI_f1): Rename to RUN_TEST_LOOP_ffI_f1_mod8. Call
1484 RUN_TEST_ffI_f1_mod8.
1485 (remquo_test_data): Add more tests.
1486
3846188b
RM
14872015-02-13 Roland McGrath <roland@hack.frob.com>
1488
1489 * sysdeps/init_array/pt-crti.S: New file.
1490
95c26233
JM
14912015-02-13 Joseph Myers <joseph@codesourcery.com>
1492
1493 [BZ #17967]
1494 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Use
1495 __builtin_fmaf instead of relying on contraction of a * b + c.
1496
3f293d61
WP
14972015-02-12 J William Piggott <elseifthen@gmx.com>
1498
1499 [BZ #17969]
1500 * manual/time.texi: correct the zoneinfo path in the TZ Variable
1501 node.
1502
e8bd5286
JM
15032015-02-12 Joseph Myers <joseph@codesourcery.com>
1504
1505 [BZ #17964]
1506 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Use
1507 __builtin_fma instead of relying on contraction of a * b + c.
1508
04f5a636
RM
15092015-02-12 Roland McGrath <roland@hack.frob.com>
1510
96a15749
RM
1511 * Makeconfig (ASFLAGS): Add -Werror=undef.
1512 * sysdeps/arm/Versions (libc: GLIBC_2.19): New (empty) version set.
1513 * sysdeps/unix/make-syscalls.sh: Always emit #define's for
1514 SYSCALL_CANCELLABLE, SYSCALL_NOERRNO, SYSCALL_ERRVAL, to 1 or 0.
1515
04f5a636
RM
1516 * Makeconfig (after-link): New variable.
1517 (+link-pie, +link-pie-tests): Use it.
1518 (+link-static, +link-static-tests): Likewise.
1519 (+link, +link-tests): Likewise.
1520 * Makerules (build-module, build-module-asneeded): Likewise.
1521 (lib%.so, $(common-objpfx)libc.so, $(common-objpfx)linkobj/libc.so):
1522 Likewise.
1523 * elf/Makefile ($(objpfx)ld.so): Likewise.
1524
87a629c5
RS
15252015-02-12 Rüdiger Sonderfeld <ruediger@c-plusplus.net>
1526
1527 [BZ #17965]
1528 * manual/time.texi (Elapsed Time): tv_sec is of type time_t in
1529 both struct timeval and struct timespec.
1530
03d95bd4
JM
15312015-02-12 Joseph Myers <joseph@codesourcery.com>
1532
1533 [BZ #16560]
1534 * math/e_exp2l.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
1535 and redefine.
1536 (__ieee754_exp2l): Do not multiply small fractional parts by
1537 M_LN2l.
1538 * sysdeps/i386/fpu/e_exp2l.S (__ieee754_exp2l): Just add 1 to
1539 small argument.
1540 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
1541 * sysdeps/ieee754/flt-32/e_exp2f.c (__ieee754_exp2f): Likewise.
1542 * sysdeps/x86_64/fpu/e_exp2l.S (__ieee754_exp2l): Likewise.
1543 * math/auto-libm-test-in: Add more tests of exp2.
1544 * math/auto-libm-test-out: Regenerated.
1545
98408b95
RS
15462015-02-12 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
1547
1548 * sysdeps/powerpc/powerpc64/power7/strncpy.S (strncpy): Optimize
1549 unaligned path.
1550
6f741503
AZ
15512015-02-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
1552
1553 * sysdeps/unix/sysv/linux/powerpc/htm.h [TABORT]: Fix encoding for
1554 little endian.
1555
2868e070
AS
15562015-02-12 Andreas Schwab <schwab@suse.de>
1557
1558 [BZ #15790]
1559 * nptl/pthread_mutexattr_gettype.c (pthread_mutexattr_gettype):
1560 Filter out elision flags from value returned in kind.
1561 * nptl/Makefile (tests): Add tst-pthread-mutexattr.
1562 * nptl/tst-pthread-mutexattr.c: New file.
1563
ebf27d12
ST
15642015-02-11 Samuel Thibault <samuel.thibault@ens-lyon.org>
1565
1566 * abi-tags: Revert ae20c9a: rename back gnu into gnu-gnu.
1567 * configure.ac, configure: Revert ba90e05: modify gnu-* host_os back
1568 into gnu-gnu, and update comment to refer to abi-tags.
1569
d435569c
JM
15702015-02-11 Joseph Myers <joseph@codesourcery.com>
1571
1572 [BZ #15467]
1573 * sysdeps/ieee754/dbl-64/s_sincos.c: Include <errno.h>.
1574 (__sincos): Set errno to EDOM for infinite argument.
1575 * sysdeps/ieee754/flt-32/s_sincosf.c: Include <errno.h>.
1576 (SINCOSF_FUNC): Set errno to EDOM for infinite argument.
1577 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Include <errno.h>.
1578 (__sincosl): Set errno to EDOM for infinite argument.
1579 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Include <errno.h>.
1580 (__sincosl): Set errno to EDOM for infinite argument.
1581 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Include <errno.h>.
1582 (__sincosl): Set errno to EDOM for infinite argument.
1583 * math/libm-test.inc (sincos_test_data): Test errno setting.
1584
d35273f2
LH
15852015-02-11 Leonhard Holz <leonhard.holz@web.de>
1586
1587 * string/strxfrm_l.c: Remove #define STRCMP.
1588 * string/strcoll_l.c: Remove #define STRLEN.
1589 * wcsmbs/wcsxfrm_l.c: Remove #define STRCMP.
1590 * wcsmbs/wcscoll_l.c: Remove #define STRLEN.
1591
306bc0d1
JM
15922015-02-10 Joseph Myers <joseph@codesourcery.com>
1593
1594 * sysdeps/mips/soft-fp/sfp-machine.h: Move to ....
1595 * sysdeps/mips/mips32/sfp-machine.h: ... here.
1596 * sysdeps/mips/mips64/soft-fp/Makefile: Move to ....
1597 * sysdeps/mips/mips64/Makefile: ... here.
1598 * sysdeps/mips/mips64/soft-fp/e_sqrtl.c: Move to ....
1599 * sysdeps/mips/mips64/e_sqrtl.c: ... here.
1600 * sysdeps/mips/mips64/soft-fp/sfp-machine.h: Move to ....
1601 * sysdeps/mips/mips64/sfp-machine.h: ... here.
1602 * sysdeps/mips/mips32/Implies: Remove mips/soft-fp.
1603 * sysdeps/mips/mips64/n32/Implies: Remove mips/mips64/soft-fp.
1604 * sysdeps/mips/mips64/n64/Implies: Likewise.
1605
92b67e8d
RM
16062015-02-10 Roland McGrath <roland@hack.frob.com>
1607
1608 * math/test-snan.c: Drop unnecessary #include's of <stdlib.h>,
1609 <sys/time.h>, <string.h>, and <errno.h>.
1610 (dest_offset, dest_address, value, zero): Remove unused variables.
1611 (ldouble): Remove typedef.
1612 (myFPsighandler): Use simple handler signature, not SA_SIGINFO
1613 signature. Pass 1 to siglongjmp rather than 0 (which is converted to
1614 1). Fix code style.
1615 (set_sigaction_FP, remove_sigaction_FP): Functions removed.
1616 (check): Function removed.
1617 (CHECK): New macro.
1618 (TEST_FUNC): Fix code style. Use CHECK macro rather than repeating
1619 boilerplate feclearexcept + feenableexcept + sigsetjmp code.
1620 Don't call set_sigaction_FP and remove_sigaction_FP here.
1621 (ldouble_test): Just use 'long double' as macro argument, no need for
1622 the 'ldouble' typedef.
1623 (do_test): Set up SIGFPE handler at start, using plain signal rather
1624 than sigaction. Fix code style.
1625
132a1328
EF
16262015-02-10 Evangelos Foutras <evangelos@foutrelis.com>
1627
1628 [BZ #17949]
1629 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Fix position of
1630 jump label.
1631
3001e54c
AZ
16322015-02-09 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
1633
bc0cdc49
AZ
1634 * sysdeps/powerpc/powerpc32/configure.ac: Remove R_PPC_REL16 check.
1635 * sysdeps/powerpc/powerpc32/configure: Regenerated.
1636
83658961
AZ
1637 * sysdeps/powerpc/configure.ac: Remove file.
1638 * sysdeps/powerpc/configure: Likewise.
1639
10169938
AZ
1640 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1641 [sysdep_routines]: Remove wordcopy-power6 object.
1642 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
1643 (__memmove_power7): Use local call for wordcopy and memcpy symbols.
1644 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c
1645 (__memmove_ppc32): Likewise.
1646 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: Remove
1647 file.
1648 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Remove file.
1649 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c [IS_IN (libc)]:
1650 Remove preprocessor.
1651
8548a53d
AZ
1652 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile
1653 [sysdep_routines]: Remove wide chars objects.
1654 [wcsmbs]: New rule for wide char objects.
1655
b2692114
AZ
1656 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1657 Remove wordcopy-power6 obejct.
1658 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c (__memmove_ppc):
1659 Use local call for wordcopy and memcpy symbols.
1660 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: Remove file.
1661 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: Add default
1662 implementation for loader.
1663 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Remove file.
1664
18e270aa
AZ
1665 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1666 Remove wordcopy-power7 object.
1667 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: Remove file.
1668 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c
1669 (_wordcopy_fwd_aligned): Remove POWER7 specialization.
1670 (_wordcopy_fwd_dest_aligned): Likewise.
1671 (_wordcopy_bwd_aligned): Likewise.
1672 (_wordcopy_bwd_dest_aligned): Likewise.
1673
6f0993a6
AZ
1674 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c (__bcopy_ppc):
1675 Rewrite to call __memmove_ppc instead of include default
1676 implementation.
1677
3001e54c
AZ
1678 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
1679 Remove wide chars objects.
1680 [wcsmbs]: New rule for wide char objects.
1681
59b61c82
AS
16822015-02-09 Andreas Schwab <schwab@suse.de>
1683
1684 [BZ #17912]
1685 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
1686 in terms of __O_DIRECTORY.
1687
ebd7aede
ST
16882015-02-08 Samuel Thibault <samuel.thibault@ens-lyon.org>
1689
1690 * time/getdate.c: Include <stdbool.h>.
28b06757
ST
1691 * sysdeps/gnu/unwind-resume.c [!PTR_MANGLE] (__libgcc_s_init): Do not
1692 call PTR_MANGLE.
1693 [!PTR_DEMANGLE] (_Unwind_Resume, __gcc_personality_v0): Do not call
1694 PTR_DEMANGLE.
ebd7aede 1695
3999d26e
PE
16962015-02-07 Paul Eggert <eggert@cs.ucla.edu>
1697
1698 Add ersatz _Static_assert on older C hosts
1699 * misc/sys/cdefs.h (_Static_assert): Define a substitute, if on a
1700 pre-C11 C platform that is not known to support _Static_assert.
1701
e9a5bc1c
ST
17022015-02-07 Richard Braun <rbraun@sceen.net>
1703
1704 * hurd/hurd/signal.h (_hurd_critical_section_lock): Don't unlock
1705 sigstate.
e86c5b64 1706 * sysdeps/mach/hurd/mmap.c (__mmap): Also handle PROT_NONE case.
e9a5bc1c 1707
e2049d17
ST
17082015-02-07 Samuel Thibault <samuel.thibault@ens-lyon.org>
1709
1710 * sysdeps/pthread/aio_misc.c [!AIO_PRIO_DELTA_MAX]: Do not check
1711 priority against unexistent AIO_PRIO_DELTA_MAX.
5d2556c4
ST
1712 * misc/chflags.c (chflags): Set flags parameter type to unsigned long
1713 instead of int.
1714 * misc/fchflags.c (fchflags): Likewise.
1715 * sysdeps/mach/hurd/chflags.c (chflags): Likewise.
1716 * sysdeps/mach/hurd/fchflags.c (fchflags): Likewise.
1717 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC] (UF_SETTABLE, UF_NODUMP,
1718 UF_IMMUTABLE, UF_APPEND, UF_OPAQUE, UF_NOUNLINK, SF_SETTABLE,
1719 SF_ARCHIVED, SF_IMMUTABLE, SF_APPEND, SF_NOUNLINK, SF_SNAPSHOT):
1720 Declare macros.
1721 [__USE_MISC] (chflags, fchflags): Declare functions.
d5131d3c
ST
1722 * hurd/hurdselect.c (_hurd_select): In the poll case, do not return
1723 EINVAL when nfds is greater than FD_SETSIZE.
bd959902
ST
1724 * hurd/hurd/resource.h (MACH_PRIORITY_TO_NICE,
1725 NICE_TO_MACH_PRIORITY): Align nice levels on Mach priorities from 5 to
1726 45.
a9a002fb
ST
1727 * hurd/hurdselect.c (_hurd_select): Pass MACH_RCV_INTERRUPT to
1728 __mach_msg. If that returns MACH_RCV_INTERRUPTED, set ERR to EINTR.
c187253f
ST
1729 * hurd/hurdselect.c (_hurd_select): Remove unreachable check for
1730 MACH_RCV_TIMED_OUT.
f96ec27a
ST
1731 * hurd/hurd/signal.h (_hurd_self_sigstate,
1732 _hurd_critical_section_lock, _hurd_critical_section_unlock):
1733 Explicit casts from void *.
4fc81a77 1734 * sysdeps/mach/hurd/tls.h: Include <stdint.h> and <sysdep.h>.
ae20c9a1 1735 * abi-tags: Rename gnu-gnu os into gnu.
e2049d17 1736
f05826f0
ST
1737 [BZ #4719]
1738 * sysdeps/mach/hurd/bits/ioctls.h (_IOT__IOTBASE_long, _IOT_char,
1739 _IOT_short, _IOT_int, _IOT_long, _IOT__IOTBASE_int8_t,
1740 _IOT__IOTBASE_uint8_t, _IOT__IOTBASE_int16_t, _IOT__IOTBASE_uint16_t,
1741 _IOT__IOTBASE_int32_t, _IOT__IOTBASE_uint32_t, _IOT__IOTBASE_int64_t,
1742 _IOT__IOTBASE_uint64_t, _IOT__IOTBASE_size_t, _IOT__IOTBASE_ssize_t,
1743 _IOTBASE_unsigned, _IOTBASE_signed): Define macros.
1744
a5eb23de
ST
1745 [BZ #17944]
1746 * hurd/hurdsocket.h: New file, defines _hurd_sun_path_dupa which
1747 duplicates ADDR->sun_path with sockaddr LEN limitation.
1748 * sysdeps/mach/hurd/connect.c: Include <string.h>
1749 (__connect): Give result of _hurd_sun_path_dupa to name lookup.
1750 * sysdeps/mach/hurd/sendmsg.c: Likewise.
1751 * sysdeps/mach/hurd/sendto.c: Likewise.
1752 * sysdeps/mach/hurd/bind.c: Call _hurd_sun_path_dupa instead of
1753 implementing it by hand.
1754
ac9e0e5e
RM
17552015-02-06 Roland McGrath <roland@hack.frob.com>
1756
f8d1bb4c
RM
1757 * sysdeps/arm/sysdep.h [!PROF] [ARCH_HAS_T2 && !PIC] (LDR_GLOBAL):
1758 Use sfi_breg on ldr.
1759 [!PROF] [ARCH_HAS_T2 && PIC && ARM_PCREL_MOVW_OK] (LDR_GLOBAL):
1760 Likewise.
1761
022f4812
RM
1762 * nptl/tst-cancel25.c (tf2): Test for SIGCANCEL being blocked only if
1763 it's defined.
1764 * nptl/tst-signal7.c (do_test): Test SIGCANCEL only if it's defined.
1765 Test SIGSETXID only if it's defined.
1766
1ac074e6
RM
1767 * nptl/tst-locale1.c (useless): Use SIGRTMIN only if it's defined.
1768
f50ad78b
RM
1769 * rt/tst-timer2.c (do_test): Don't initialize SIGEV.sigev_signo, which
1770 will not be used. Use NULL rather than 0 for .sigev_notify_attributes.
1771
9e7265f4
RM
1772 * nptl/tst-align2.c: Moved ...
1773 * sysdeps/unix/sysv/linux/tst-align-clone.c: ... here.
1774 * nptl/Makefile (tests): Remove tst-align2.
1775 * sysdeps/unix/sysv/linux/Makefile
1776 [$(subdir) = nptl] (tests): Add tst-align-clone.
1777 * nptl/tst-getpid1.c: Moved ...
1778 * sysdeps/unix/sysv/linux/tst-getpid1.c: ... here.
1779 * nptl/tst-getpid2.c: Moved ...
1780 * sysdeps/unix/sysv/linux/tst-getpid2.c: ... here.
1781 * nptl/Makefile (tests): Move tst-getpid1 and tst-getpid2 ...
1782 * sysdeps/unix/sysv/linux/Makefile
1783 [$(subdir) = nptl] (tests): ... here.
1784 * nptl/Makefile (tst-getpid2-ENV): Move variable ...
1785 * sysdeps/unix/sysv/linux/Makefile
1786 [$(subdir) = nptl] (tst-getpid2-ENV): ... here.
1787
62ad2abc
RM
1788 * nptl/tst-cleanup2.c (do_test): Use signal rather than sigaction.
1789 Drop trailing \n from perror argument. Use return rather than exit.
1790
cfa69b0b
RM
1791 * nptl/tst-cancel20.c (do_test): Conditionalize SA_SIGINFO-using tests
1792 on [SA_SIGINFO].
1793 * nptl/tst-cancel21.c (do_test): Likewise.
1794 * debug/tst-backtrace6.c: Include <signal.h> first thing.
1795 Conditionalize inclusion of tst-backtrace5.c on [SA_SIGINFO].
1796 [!SA_SIGINFO]: Make it a stub test.
1797
82727806
RM
1798 * misc/tst-pselect.c (do_test): Don't set SA_NOCLDWAIT in sa_flags for
1799 SIGCHLD; it's redundant with SIG_IGN as sa_handler.
1800
da3a1594
RM
1801 * posix/tst-getlogin.c: Move to ...
1802 * login/tst-getlogin.c: ... here.
1803 * posix/Makefile (tests): Move tst-getlogin to ...
1804 * login/Makefile (tests): ... here.
1805
b65c0ff9
RM
1806 * libio/tst-atime.c (do_test): Move local variables SV and E
1807 inside [ST_NOATIME] conditional.
1808
56606ab3
RM
1809 * dirent/tst-fdopendir.c (O_NOATIME): If not defined, #define to 0.
1810
ebf7d6ee
RM
1811 * nptl/tst-kill5.c (do_test): Use INT_MAX rather than SIGRTMAX + 10.
1812
ca0e0675
RM
1813 * nptl/tst-join5.c: Drop #include <sys/syscall.h>.
1814 (wait_code): New function replaces macro.
1815 Call nanosleep rather than syscall.
1816
8c28bbc6
RM
1817 * nptl/pt-system.c: Rewritten. Put everything under
1818 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1819 Use IFUNC to redirect when possible.
1820
ec2a88b3
RM
1821 * nptl/pt-longjmp.c: Rewritten. Put everything under
1822 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1823 Use IFUNC to redirect when possible.
1824
beff1d13
RM
1825 * nptl/pt-fork.c: Rewritten. Put everything under
1826 [SHLIB_COMPAT (libpthread, GLIBC_2_0, GLIBC_2_22)].
1827 Use IFUNC to redirect when possible.
1828 * nptl/Versions (libpthread: GLIBC_2.22): New (empty) version set.
1829
ea02c6b8
RM
1830 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: Remove all
1831 code under [!__ASSUME_FUTEX_CLOCK_REALTIME], since that is defined
1832 unconditionally nowadays. This included the only reference to
1833 __vdso_clock_gettime that appears outside libc proper.
1834 * sysdeps/unix/sysv/linux/x86_64/Versions (libc: GLIBC_PRIVATE):
1835 Remove version set (containing only __vdso_clock_gettime).
1836 * sysdeps/unix/sysv/linux/x86/libc-vdso.h (__vdso_clock_gettime):
1837 Add attribute_hidden.
1838 * sysdeps/unix/sysv/linux/i386/init-first.c (__vdso_clock_gettime):
1839 Likewise. Drop __attribute__ ((nocommon)), libc_hidden_proto, and
1840 libc_hidden_data_def.
1841 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
1842 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
1843
a1309c2b
RM
1844 * inet/Versions (libc: GLIBC_2.0): Move getrpcbyname, getrpcbyname_r,
1845 getrpcbynumber, getrpcbynumber_r, getrpcent, getrpcent_r, endrpcent,
1846 setrpcent, and getrpcport to ...
1847 * sunrpc/Versions (libc: GLIBC_2.0): ... here.
1848 * inet/Versions (libc: GLIBC_2.1.2): Move getrpcbyname_r,
1849 getrpcbynumber_r, and getrpcent_r to ...
1850 * sunrpc/Versions (libc: GLIBC_2.1.2): ... this new set.
1851 * inet/getrpcbyname.c: Moved ...
1852 * sunrpc/getrpcbyname.c: ... here.
1853 * inet/getrpcbyname_r.c: Moved ...
1854 * sunrpc/getrpcbyname_r.c: ... here.
1855 * inet/getrpcbynumber.c: Moved ...
1856 * sunrpc/getrpcbynumber.c: ... here.
1857 * inet/getrpcbynumber_r.c: Moved ...
1858 * sunrpc/getrpcbynumber_r.c: ... here.
1859 * inet/getrpcent.c: Moved ...
1860 * sunrpc/getrpcent.c: ... here.
1861 * inet/getrpcent_r.c: Moved ...
1862 * sunrpc/getrpcent_r.c: ... here.
1863 * inet/Makefile (routines): Move those to ...
1864 * sunrpc/Makefile (routines): ... here.
1865 * nss/Makefile (databases): Add key and rpc only if sunrpc appears in
1866 the $(subdirs) list.
1867 (CPPFLAGS-getent.c): New variable. Pass -D option to set HAVE_SUNRPC
1868 to 0 or 1, indicating whether sunrpc appears in the $(subdirs) list.
1869 * nss/getent.c (print_rpc, rpc_keys): Conditionalize on [HAVE_SUNRPC].
1870 (databases): Conditionalize rpc entry on [HAVE_SUNRPC].
1871
ac9e0e5e
RM
1872 * elf/Makefile (routines): Include $(all-dl-routines), not just
1873 $(dl-routines).
1874 (rtld-routines): Likewise. Use = rather than :=.
1875 * sysdeps/aarch64/Makefile [$(subdir) = elf]
1876 (sysdep_routines, sysdep-rtld-routines): Don't add tlsdesc and
1877 dl-tlsdesc to these; sysdep-dl-routines alone is enough.
1878 * sysdeps/arm/Makefile: Likewise.
1879 * sysdeps/i386/Makefile: Likewise.
1880 * sysdeps/x86_64/Makefile: Likewise.
1881 * sysdeps/hppa/Makefile [$(subdir) = elf]
1882 (sysdep_routines, sysdep-rtld-routines): Don't add
1883 $(sysdep-dl-routines) to these.
1884 * sysdeps/ia64/Makefile: Likewise.
1885 * sysdeps/unix/sysv/linux/ia64/Makefile: Likewise.
1886 * sysdeps/unix/sysv/linux/aarch64/Makefile [$(subdir) = elf]
1887 [$(build-shared) = yes] (sysdep_routines, sysdep-rtld-routines):
1888 Don't add dl-static to these; sysdep-dl-routines alone is enough.
1889 * sysdeps/unix/sysv/linux/m68k/Makefile: Likewise.
1890 * sysdeps/unix/sysv/linux/mips/Makefile: Likewise.
1891 * sysdeps/unix/sysv/linux/powerpc/Makefile: Likewise.
1892 * sysdeps/unix/sysv/linux/tile/Makefile: Likewise.
1893 * sysdeps/powerpc/Makefile [$(subdir) = elf]
1894 (sysdep_routines, sysdep-rtld-routines): Don't add dl-machine to
1895 these; sysdep-dl-routines alone is enough.
1896
639e42eb
JM
18972015-02-06 Joseph Myers <joseph@codesourcery.com>
1898
1c7a4a51
JM
1899 [BZ #17932]
1900 * soft-fp/op-common.h (_FP_FMA): Set exponent of result in case
1901 where multiplication results in zero and third argument is finite
1902 and nonzero.
1903 * math/auto-libm-test-in: Add more tests of fma.
1904 * math/auto-libm-test-out: Regenerated.
1905
61f006c1
JM
1906 * soft-fp/op-common.h (_FP_CMP_CHECK_DENORM): New macro.
1907 (_FP_CMP_CHECK_FLUSH_ZERO): Likewise.
1908 (_FP_CMP): Use_FP_CMP_CHECK_DENORM and _FP_CMP_CHECK_FLUSH_ZERO.
1909 (_FP_CMP_EQ): Likewise.
1910 (_FP_CMP_UNORD): Use _FP_CMP_CHECK_DENORM.
1911
639e42eb
JM
1912 * soft-fp/op-common.h (FP_EXTEND): Rename to _FP_EXTEND_CNAN with
1913 extra argument CHECK_NAN. Redefine as wrapper around
1914 _FP_EXTEND_CNAN.
1915
3c0c543b
CD
19162015-02-06 Carlos O'Donell <carlos@systemhalted.org>
1917
4e42b5b8
CD
1918 * version.h (RELEASE): Set to "stable".
1919 (VERSION): Set to "2.21"
1920 * include/features.h (__GLIBC_MINOR__): Set to 21.
1921
3c0c543b
CD
1922 * sysdeps/unix/sysv/linux/hppa/pthread.h: Sync with pthread.h.
1923
5bd80bfe 19242015-02-05 Paul Pluzhnikov <ppluzhnikov@google.com>
76c109f2 1925 Paul Eggert <eggert@cs.ucla.edu>
5bd80bfe
PP
1926
1927 [BZ #16618]
1928 * stdio-common/tst-sscanf.c (main): Test for buffer overflow.
1929 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Compute needed
1930 size in bytes. Store needed elements in wpmax. Use needed size
1931 in bytes for extend_alloca.
1932
3f823f48
CD
19332015-02-05 Carlos O'Donell <carlos@systemhalted.org>
1934
04cb913d
CD
1935 * manual/install.texi: Latest tested versions are GCC 4.9.2,
1936 binutls 2.25, and texinfo 5.2.
1937 * INSTALL: Regenerate.
1938 * sysdeps/nios2/configure: Regenerate.
1939 * sysdeps/unix/sysv/linux/nios2/configure: Regenerate.
1940 * manual/contrib.texi: Update.
1941 * po/be.po: Update.
1942 * po/bg.po: Update.
1943 * po/ca.po: Update.
1944 * po/cs.po: Update.
1945 * po/da.po: Update.
1946 * po/de.po: Update.
1947 * po/el.po: Update.
1948 * po/eo.po: Update.
1949 * po/es.po: Update.
1950 * po/fi.po: Update.
1951 * po/fr.po: Update.
1952 * po/gl.po: Update.
1953 * po/hr.po: Update.
1954 * po/hu.po: Update.
1955 * po/ia.po: Update.
1956 * po/id.po: Update.
1957 * po/it.po: Update.
1958 * po/ja.po: Update.
1959 * po/ko.po: Update.
1960 * po/lt.po: Update.
1961 * po/nb.po: Update.
1962 * po/nl.po: Update.
1963 * po/pl.po: Update.
1964 * po/pt_BR.po: Update.
1965 * po/ru.po: Update.
1966 * po/rw.po: Update.
1967 * po/sk.po: Update.
1968 * po/sl.po: Update.
1969 * po/sv.po: Update.
1970 * po/tr.po: Update.
1971 * po/uk.po: Update.
1972 * po/vi.po: Update.
1973 * po/zh_CN.po: Update.
1974 * po/zh_TW.po: Update.
1975
3f823f48
CD
1976 * sysdeps/hppa/Makefile (CFLAGS-dl-fptr.c): Add -Wno-error.
1977 * sysdeps/hppa/bits/setjmp.h: Union is named __jmp_buf_internal_tag.
1978 * sysdeps/hppa/dl-irel.h: Remove #warning.
1979 * sysdeps/hppa/entry.h: Provide prototype for
1980 __canonicalize_funcptr_for_compare and cast argument.
1981 * sysdeps/hppa/fpu/fegetexcept.c (fegetexcept): Add semicolon.
1982 * sysdeps/hppa/fpu/ftestexcept.c (fetestexcept): Likewise.
1983 * sysdeps/hppa/sotruss-lib.c: New file.
1984 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h
1985 (atomic_compare_and_exchange_val_acq): Use __typeof__.
1986 (atomic_compare_and_exchange_bool_acq): Likewise.
1987 * sysdeps/unix/sysv/linux/hppa/mmap.c: Use weak alias.
1988 * sysdeps/unix/sysv/linux/hppa/pthread.h: Include pthread.h.
1989
1990 * sysdeps/unix/sysv/linux/hppa/syscall.S: Delete file.
1991 * sysdeps/unix/sysv/linux/hppa/sysdep.c: Move syscall from here...
1992 * sysdeps/unix/sysv/linux/hppa/syscall.c: ... to here.
1993
34c56048
CLT
19942015-02-05 Chung-Lin Tang <cltang@codesourcery.com>
1995
1996 * sysdeps/nios2/machine-gmon.h (NIOS2_MCOUNT_CALL): Correct name of
1997 called function in non-PIC case.
1998
d4abeca5
DM
19992015-01-31 David S. Miller <davem@davemloft.net>
2000
edac0a60
DM
2001 * sysdeps/sparc/sparc32/bits/atomic.h
2002 (__sparc32_atomic_do_unlock24): Put the memory barrier before the
2003 unlock not after it.
2004 (__v9_compare_and_exchange_val_32_acq): Use unions to avoid getting
2005 volatile register usage warnings from the compiler.
2006
d4abeca5
DM
2007 * sysdeps/sparc/nptl/sem_init.c: Delete.
2008 * sysdeps/sparc/nptl/sem_post.c: Delete.
2009 * sysdeps/sparc/nptl/sem_timedwait.c: Delete.
2010 * sysdeps/sparc/nptl/sem_wait.c: Delete.
2011 * sysdeps/sparc/sparc32/sem_init.c: New file.
2012 * sysdeps/sparc/sparc32/sem_waitcommon.c: New file.
2013 * sysdeps/sparc/sparc32/sem_open.c: Generic nptl version with
2014 padding explicitly initialized.
2015 * sysdeps/sparc/sparc32/sem_post.c: Generic nptl version using
2016 padding for in-semaphore spinlock.
2017 * sysdeps/sparc/sparc32/sem_wait.c: Likewise.
2018 * sysdeps/sparc/sparc32/sem_trywait.c: Delete.
2019 * sysdeps/sparc/sparc32/sem_timedwait.c: Delete.
2020 * sysdeps/sparc/sparc32/sparcv9/sem_init.c: New file.
2021 * sysdeps/sparc/sparc32/sparcv9/sem_open.c: New file.
2022 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: New file.
2023 * sysdeps/sparc/sparc32/sparcv9/sem_waitcommon.c: New file.
2024 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: Redirect to nptl
2025 version.
2026 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: Delete.
2027 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Delete.
2028
5f3d0b78
L
20292015-01-30 H.J. Lu <hongjiu.lu@intel.com>
2030
2031 [BZ #17801]
2032 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
2033 Set the bit_AVX_Fast_Unaligned_Load bit for AVX2.
2034 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX_Fast_Unaligned_Load):
2035 New.
2036 (index_AVX_Fast_Unaligned_Load): Likewise.
2037 (HAS_AVX_FAST_UNALIGNED_LOAD): Likewise.
2038 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Check the
2039 bit_AVX_Fast_Unaligned_Load bit instead of the bit_AVX_Usable bit.
2040 * sysdeps/x86_64/multiarch/memcpy_chk.S (__memcpy_chk): Likewise.
2041 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy): Likewise.
2042 * sysdeps/x86_64/multiarch/mempcpy_chk.S (__mempcpy_chk): Likewise.
2043 * sysdeps/x86_64/multiarch/memmove.c (__libc_memmove): Replace
2044 HAS_AVX with HAS_AVX_FAST_UNALIGNED_LOAD.
2045 * sysdeps/x86_64/multiarch/memmove_chk.c (__memmove_chk): Likewise.
2046
b658fdd8
AS
20472015-01-29 Andreas Schwab <schwab@suse.de>
2048
2049 * sysdeps/nptl/allocrtsig.c: Include <signal.h>.
2050
3cb26316
SP
20512015-01-29 Siddhesh Poyarekar <siddhesh@redhat.com>
2052
2053 [BZ #17892]
2054 * nscd/nscd_stat.c (send_stats): Initialize DATA.
2055
527de9e4
MS
20562015-01-28 Martin Sebor <msebor@redhat.com>
2057
2058 * math/README.libm-test: Clarify. Add "How to read the test output."
2059
06991eb8
CM
20602015-01-28 Chris Metcalf <cmetcalf@ezchip.com>
2061
2062 * sysdeps/tile/tilegx/bits/atomic.h [!_LP64] (__HAVE_64B_ATOMICS):
2063 Define to 0.
2064
df341342
JM
20652015-01-28 Joseph Myers <joseph@codesourcery.com>
2066
2067 * sysdeps/mips/bits/atomic.h [_MIPS_SIM == _ABIN32]
2068 (__HAVE_64B_ATOMICS): Define to 0.
2069
08cee2a4
AZ
20702015-01-28 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
2071
d4d0ecb2
AZ
2072 [BZ #17885]
2073 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Fix correct
2074 value to set as new flag.
2075
08cee2a4
AZ
2076 [BZ #16576]
2077 * sysdeps/powerpc/fpu/math_private.h [__CPU_HAS_FSQRT]: Remove define
2078 and use _ARCH_PPCSQ instead.
2079 (__ieee754_sqrt): Likewise.
2080 (__ieee754_sqrtf): Likewise.
2081 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Build only if
2082 _ARCH_PPCSQ is defined.
2083 (__ieee754_sqrt): Use _ARCH_PPCSQ to select wheter to use hardware
2084 fsqrt instruction.
2085 * sysdeps/powerpc/fpu/e_sqrtf.c (__ieee754_sqrtf): Build only if
2086 _ARCH_PPCSQ is defined.
2087 (__ieee754_sqrtf): Use _ARCH_PPCSQ to select wheter to use hardware
2088 fsqrts instruction.
2089 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Remove file.
2090
5fe8e359
AK
20912015-01-27 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
2092
2093 * iconv/loop.c: Suppress array out of bound warning caused by GCC
2094 bug (GCC BZ #64739).
2095
24bb7432
AS
20962015-01-25 Andreas Schwab <schwab@linux-m68k.org>
2097
fa20da31
AS
2098 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h (lll_futex_requeue):
2099 Mark _retval as used.
2100 (lll_futex_wake_unlock): Likewise.
2101 (lll_futex_timed_wait_requeue_pi): Likewise.
2102
45819cbc
AS
2103 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
2104 (atomic_compare_and_exchange_val_acq): Use uint32_t for the
2105 register variables.
2106
403cc231
AS
2107 * sysdeps/m68k/m680x0/fpu/fraiseexcpt.c (__feraiseexcept): Use
2108 libm_hidden_def.
2109
24bb7432
AS
2110 * sysdeps/m68k/bits/byteswap.h (__bswap_16, __bswap_32)
2111 (__bswap_64): Mark as __always_inline.
2112
9317ea65
B
21132015-01-25 Bram <bug_rh@spam.wizbit.be>
2114
2115 [BZ #15378]
2116 * elf/dl-load.c (open_path): Avoid writing to 'env_path_list'
2117 when none of the search directories exist.
2118
0e87343e
AZ
21192015-01-24 Adhemerval Zanellla <azanella@linux.vnet.ibm.com>
2120
bea58013
AZ
2121 [BZ #17869]
2122 * sysdeps/powerpc/powerpc64/power8/memset.S: Use power7 instead of
2123 power8 in .machine directive.
2124
0e87343e
AZ
2125 [BZ #17868]
2126 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Force value
2127 set dependency from opd value.
2128
ede0236c
L
21292015-01-23 H.J. Lu <hongjiu.lu@intel.com>
2130
2131 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
972af9e8
L
2132 Treat model numbers 0x4a/0x4d/0x5a/0x5d as Intel Silvermont
2133 architecture.
ede0236c 2134
22971c35
L
21352015-01-23 H.J. Lu <hongjiu.lu@intel.com>
2136
2137 [BZ #17870]
2138 * nptl/sem_post.c (__new_sem_post): Replace unsigned long int
2139 with uint64_t.
2140 * nptl/sem_waitcommon.c (__sem_wait_cleanup): Replace 1UL with
2141 (uint64_t) 1.
e0da28a1 2142 (__new_sem_wait_fast): Replace unsigned long with uint64_t.
22971c35
L
2143 (__new_sem_wait_slow): Replace unsigned long int with uint64_t.
2144 Replace 1UL with (uint64_t) 1.
2145 * sysdeps/nptl/internaltypes.h (new_sem): Replace unsigned long
2146 int with uint64_t.
2147
da5bf245
RM
21482015-01-23 Roland McGrath <roland@hack.frob.com>
2149
2ec2d703
RM
2150 * inet/if_index.c (if_nameindex): Add missing libc_hidden_weak.
2151 (if_freenameindex): Likewise.
2152
da5bf245
RM
2153 * resource/getrlimit64.c: Add missing libc_hidden_def.
2154
d7423856
JM
21552015-01-22 Joseph Myers <joseph@codesourcery.com>
2156
2157 * soft-fp/op-common.h (_FP_ADD_INTERNAL): Declare labels with
2158 __label__.
2159 (_FP_FMA): Likewise.
2160 (_FP_TO_INT_ROUND): Likewise.
2161 (_FP_FROM_INT): Likewise.
2162
6b2ba95b
AZ
21632015-01-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2164
2165 [BZ #16418]
2166 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c (__get_clockfreq):
2167 Make code racy and cancel safe.
2168
ccdb048d
CD
21692015-01-21 Carlos O'Donell <carlos@redhat.com>
2170
191220b3
CD
2171 * sysdeps/arm/unwind-resume.h: Fix copyright year.
2172 * dlfcn/tst-rec-dlopen.c: Fix incorrect copyright year and
2173 attribution.
2174
0897c551
CD
2175 * pwd/tst-getpw.c: Rewrite.
2176
ccdb048d
CD
2177 [BZ #17702]
2178 * dlfcn/Makefile (tests): Add tst-rec-dlopen.
2179 (modules-names): Add moddummy1 and moddummy2.
2180 ($(objpfx)tst-rec-dlopen): Define.
2181 * dlfcn/moddummy1.c: New file.
2182 * dlfcn/moddummy2.c: New file.
2183 * dlfcn/tst-rec-dlopen.c: New file.
2184 * elf/dl-cache.c (_dl_load_cache_lookup):
2185 Return char*. Copy result with alloca/strcpy/strdup.
2186 * elf/dl-load.c (_dl_map_object): _dl_load_cached_lookup
2187 returns char*. Free cached. If not saving realname
2188 free cached.
2189 * elf/dl-open.c (dl_open_worker): Do not assert that
2190 _r_debug->r_state is RT_CONSISTENT.
2191 * sysdeps/generic/ldsodefs.h: _dl_load_cache_lookup
2192 returns char*.
2193
042e1521
CD
21942015-01-21 Torvald Riegel <triegel@redhat.com>
2195 Carlos O'Donell <carlos@redhat.com>
2196
2197 [BZ #12674]
2198 * nptl/sem_waitcommon.c: New file.
2199 * nptl/sem_wait.c: Include sem_waitcommon.c.
2200 (__sem_wait_cleanup, do_futex_wait): Remove.
2201 (__new_sem_wait): Adapt.
2202 (__new_sem_trywait): New function.
2203 (__old_sem_trywait): Moved here from nptl/sem_trywait.c.
2204 * nptl/sem_timedwait.c: Include sem_waitcommon.c.
2205 (__sem_wait_cleanup, do_futex_timed_wait): Remove.
2206 (sem_timedwait): Adapt.
2207 * nptl/sem_post.c (__new_sem_post): Adapt.
2208 (futex_wake): New function.
2209 (__old_sem_post): Add release MO fence.
2210 * nptl/sem_open.c (sem_open): Adapt.
2211 * nptl/sem_init.c (__new_sem_init): Adapt.
2212 (futex_private_if_supported): New function.
2213 * nptl/sem_getvalue.c (__new_sem_getvalue): Adapt.
2214 (__old_sem_getvalue): Add using previous code.
2215 * sysdeps/nptl/internaltypes.h: Adapt.
2216 * nptl/tst-sem13.c (do_test): Adapt.
2217 * nptl/tst-sem11.c (main): Adapt.
2218 * nptl/sem_trywait.c: Remove.
2219 * nptl/DESIGN-sem.txt: Remove.
2220 * nptl/Makefile (libpthread-routines): Remove sem_trywait.
2221 (gen-as-const-headers): Remove structsem.sym.
2222 * nptl/structsem.sym: Remove.
2223 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Remove.
2224 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Remove.
2225 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Remove.
2226 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Remove.
2227 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Remove.
2228 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Remove.
2229 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Remove.
2230 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Remove.
2231 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Remove.
2232 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Remove.
2233 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Remove.
2234 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Remove.
2235 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Remove.
2236 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: Remove.
2237 * sysdeps/unix/sysv/linux/sh/sem_post.S: Remove.
2238 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Remove.
2239 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Remove.
2240 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Remove.
2241 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: Remove.
2242 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Remove.
2243 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Remove.
2244 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Remove.
2245
fe0e85af
CD
22462015-01-20 Carlos O'Donell <carlos@redhat.com>
2247
a8db092e
CD
2248 * INSTALL: Regenerated.
2249
fe0e85af
CD
2250 * po/libc.pot: Regenerated.
2251
522e6ee3
CLT
22522015-01-18 Chung-Lin Tang <cltang@codesourcery.com>
2253 Sandra Loosemore <sandra@codesourcery.com>
2254 Andrew Jenner <andrew@codesourcery.com>
2255 Joseph Myers <joseph@codesourcery.com>
2256 Nathan Sidwell <nathan@codesourcery.com>
2257
2258 * NEWS: Mention new Nios II port.
2259 * sysdeps/nios2/Implies: New file.
2260 * sysdeps/nios2/Makefile: New file.
2261 * sysdeps/nios2/Subdirs: New file.
2262 * sysdeps/nios2/Versions: New file.
2263 * sysdeps/nios2/__longjmp.S: New file.
2264 * sysdeps/nios2/abort-instr.h: New file.
2265 * sysdeps/nios2/backtrace.c: New file.
2266 * sysdeps/nios2/bits/endian.h: New file.
2267 * sysdeps/nios2/bits/fenv.h: New file.
2268 * sysdeps/nios2/bits/link.h: New file.
2269 * sysdeps/nios2/bits/setjmp.h: New file.
2270 * sysdeps/nios2/bsd-_setjmp.S: New file.
2271 * sysdeps/nios2/bsd-setjmp.S: New file.
2272 * sysdeps/nios2/configure: New generated file.
2273 * sysdeps/nios2/configure.ac: New file.
2274 * sysdeps/nios2/crti.S: New file.
2275 * sysdeps/nios2/crtn.S: New file.
2276 * sysdeps/nios2/dl-init.c: New file.
2277 * sysdeps/nios2/dl-machine.h: New file.
2278 * sysdeps/nios2/dl-sysdep.h: New file.
2279 * sysdeps/nios2/dl-tls.h: New file.
2280 * sysdeps/nios2/dl-trampoline.S: New file.
2281 * sysdeps/nios2/gccframe.h: New file.
2282 * sysdeps/nios2/gmp-mparam.h: New file.
2283 * sysdeps/nios2/jmpbuf-offsets.h: New file.
2284 * sysdeps/nios2/jmpbuf-unwind.h: New file.
2285 * sysdeps/nios2/ldsodefs.h: New file.
2286 * sysdeps/nios2/libc-tls.c: New file.
2287 * sysdeps/nios2/libm-test-ulps: New file.
2288 * sysdeps/nios2/machine-gmon.h: New file.
2289 * sysdeps/nios2/math-tests.h: New file.
2290 * sysdeps/nios2/math_private.h: New file.
2291 * sysdeps/nios2/memusage.h: New file.
2292 * sysdeps/nios2/nptl/Makefile: New file.
2293 * sysdeps/nios2/nptl/bits/pthreadtypes.h: New file.
2294 * sysdeps/nios2/nptl/bits/semaphore.h: New file.
2295 * sysdeps/nios2/nptl/pthread_spin_lock.c: New file.
2296 * sysdeps/nios2/nptl/pthreaddef.h: New file.
2297 * sysdeps/nios2/nptl/tcb-offsets.sym: New file.
2298 * sysdeps/nios2/nptl/tls.h: New file.
2299 * sysdeps/nios2/preconfigure: New file.
2300 * sysdeps/nios2/s_fma.c: New file.
2301 * sysdeps/nios2/s_fmaf.c: New file.
2302 * sysdeps/nios2/setjmp.S: New file.
2303 * sysdeps/nios2/sfp-machine.h: New file.
2304 * sysdeps/nios2/sotruss-lib.c: New file.
2305 * sysdeps/nios2/stackguard-macros.h: New file.
2306 * sysdeps/nios2/stackinfo.h: New file.
2307 * sysdeps/nios2/start.S: New file.
2308 * sysdeps/nios2/sysdep.h: New file.
2309 * sysdeps/nios2/tls-macros.h: New file.
2310 * sysdeps/nios2/tst-audit.h: New file.
2311 * sysdeps/unix/sysv/linux/nios2/Implies: New file.
2312 * sysdeps/unix/sysv/linux/nios2/Makefile: New file.
2313 * sysdeps/unix/sysv/linux/nios2/Versions: New file.
2314 * sysdeps/unix/sysv/linux/nios2/arch-fork.h: New file.
2315 * sysdeps/unix/sysv/linux/nios2/bits/atomic.h: New file.
2316 * sysdeps/unix/sysv/linux/nios2/bits/mman.h: New file.
2317 * sysdeps/unix/sysv/linux/nios2/cacheflush.c: New file.
2318 * sysdeps/unix/sysv/linux/nios2/clone.S: New file.
2319 * sysdeps/unix/sysv/linux/nios2/configure: New generated file.
2320 * sysdeps/unix/sysv/linux/nios2/configure.ac: New file.
2321 * sysdeps/unix/sysv/linux/nios2/getcontext.S: New file.
2322 * sysdeps/unix/sysv/linux/nios2/kernel-features.h: New file.
2323 * sysdeps/unix/sysv/linux/nios2/kernel_rt_sigframe.h: New file.
2324 * sysdeps/unix/sysv/linux/nios2/makecontext.c: New file.
2325 * sysdeps/unix/sysv/linux/nios2/profil-counter.h: New file.
2326 * sysdeps/unix/sysv/linux/nios2/setcontext.S: New file.
2327 * sysdeps/unix/sysv/linux/nios2/shlib-versions: New file.
2328 * sysdeps/unix/sysv/linux/nios2/sigcontextinfo.h: New file.
2329 * sysdeps/unix/sysv/linux/nios2/swapcontext.S: New file.
2330 * sysdeps/unix/sysv/linux/nios2/sys/cachectl.h: New file.
2331 * sysdeps/unix/sysv/linux/nios2/sys/procfs.h: New file.
2332 * sysdeps/unix/sysv/linux/nios2/sys/ucontext.h: New file.
2333 * sysdeps/unix/sysv/linux/nios2/sys/user.h: New file.
2334 * sysdeps/unix/sysv/linux/nios2/syscall.S: New file.
2335 * sysdeps/unix/sysv/linux/nios2/sysdep-cancel.h: New file.
2336 * sysdeps/unix/sysv/linux/nios2/sysdep.S: New file.
2337 * sysdeps/unix/sysv/linux/nios2/sysdep.h: New file.
2338 * sysdeps/unix/sysv/linux/nios2/ucontext_i.sym: New file.
2339 * sysdeps/unix/sysv/linux/nios2/vfork.S: New file.
2340 * sysdeps/unix/sysv/linux/nios2/c++-types.data: New file.
2341 * sysdeps/unix/sysv/linux/nios2/ld.abilist: New file.
2342 * sysdeps/unix/sysv/linux/nios2/libBrokenLocale.abilist: New file.
2343 * sysdeps/unix/sysv/linux/nios2/libanl.abilist: New file.
2344 * sysdeps/unix/sysv/linux/nios2/libc.abilist: New file.
2345 * sysdeps/unix/sysv/linux/nios2/libcrypt.abilist: New file.
2346 * sysdeps/unix/sysv/linux/nios2/libdl.abilist: New file.
2347 * sysdeps/unix/sysv/linux/nios2/libm.abilist: New file.
2348 * sysdeps/unix/sysv/linux/nios2/libnsl.abilist: New file.
2349 * sysdeps/unix/sysv/linux/nios2/libpthread.abilist: New file.
2350 * sysdeps/unix/sysv/linux/nios2/libresolv.abilist: New file.
2351 * sysdeps/unix/sysv/linux/nios2/librt.abilist: New file.
2352 * sysdeps/unix/sysv/linux/nios2/libthread_db.abilist: New file.
2353 * sysdeps/unix/sysv/linux/nios2/libutil.abilist: New file.
2354 * sysdeps/unix/sysv/linux/nios2/localplt.data: New file.
2355
026eb207
SL
23562015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com>
2357
2358 [BZ #17844]
2359 * sysdeps/unix/sysv/linux/s390/s390-32/getutent.c
2360 (getutent): Use weak_alias in non SHARED case
2361 and default_symbol_version in SHARED case.
2362 * sysdeps/unix/sysv/linux/s390/s390-32/getutent_r.c
2363 (getutent_r, pututline): Likewise.
2364 * sysdeps/unix/sysv/linux/s390/s390-32/getutid.c
2365 (getutid): Likewise.
2366 * sysdeps/unix/sysv/linux/s390/s390-32/getutid_r.c
2367 (getutid_r): Likewise.
2368 * sysdeps/unix/sysv/linux/s390/s390-32/getutline.c
2369 (getutline): Likewise.
2370 * sysdeps/unix/sysv/linux/s390/s390-32/getutline_r.c
2371 (getutline_r): Likewise.
2372 * sysdeps/unix/sysv/linux/s390/s390-32/updwtmp.c
2373 (updwtmp): Likewise.
2374
1d532483
SL
23752015-01-16 Stefan Liebler <stli@linux.vnet.ibm.com>
2376
2377 [BZ #17848]
2378 * sysdeps/s390/s390-32/memcmp.S
2379 (memcmp_g5): Rename to __memcmp_g5.
2380 * sysdeps/s390/s390-32/memcpy.S
2381 (memcpy_g5): Rename to __memcpy_g5.
2382 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2383 (memcpy_mvcle) Rename to __memcpy_mvcle.
2384 * sysdeps/s390/s390-32/memset.S
2385 (memset_g5): Rename to __memset_g5.
2386 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
2387 (IFUNC_RESOLVE): Prefix ifunc-resolve function
2388 and use prefixed functions.
2389 * sysdeps/s390/s390-32/multiarch/memcmp.S
2390 (memcmp_z196): Rename to __memcmp_z196.
2391 (memcmp_z10): Rename to __memcmp_z10.
2392 (memcmp): Set alias to __memcmp_g5.
2393 (bcmp): Set alias to __memcmp_g5.
2394 * sysdeps/s390/s390-32/multiarch/memcpy.S
2395 (memcpy_z196): Rename to __memcpy_z196.
2396 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2397 (memcpy_z10): Rename to __memcpy_z10.
2398 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2399 (memcpy): Set alias to __memcpy_g5.
2400 * sysdeps/s390/s390-32/multiarch/memset.S
2401 (memset_z196): Rename to __memset_z196.
2402 Jump to __memset_mvcle instead of memset_mvcle.
2403 (memset_z10): Rename to __memset_z10.
2404 Jump to __memset_mvcle instead of memset_mvcle.
2405 (memset_mvcle) Rename to __memset_mvcle.
2406 (memset): Set alias to __memset_g5.
2407 * sysdeps/s390/s390-64/memcmp.S
2408 (memcmp_z900): Rename to __memcmp_z900.
2409 * sysdeps/s390/s390-64/memcpy.S
2410 (memcpy_z900): Rename to __memcpy_z900.
2411 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2412 (memcpy_mvcle) Rename to __memcpy_mvcle.
2413 * sysdeps/s390/s390-64/memset.S
2414 (memset_z900): Rename to __memset_z900.
2415 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c
2416 (IFUNC_RESOLVE): Prefix ifunc-resolve function
2417 and use prefixed functions.
2418 * sysdeps/s390/s390-64/multiarch/memcmp.S
2419 (memcmp_z196): Rename to __memcmp_z196.
2420 (memcmp_z10): Rename to __memcmp_z10.
2421 (memcmp): Set alias to __memcmp_z900.
2422 (bcmp): Set alias to __memcmp_z900.
2423 * sysdeps/s390/s390-64/multiarch/memcpy.S
2424 (memcpy_z196): Rename to __memcpy_z196.
2425 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2426 (memcpy_z10): Rename to __memcpy_z10.
2427 Jump to __memcpy_mvcle instead of memcpy_mvcle.
2428 (memcpy): Set alias to __memcpy_z900.
2429 * sysdeps/s390/s390-64/multiarch/memset.S
2430 (memset_z196): Rename to __memset_z196.
2431 Jump to __memset_mvcle instead of memset_mvcle.
2432 (memset_z10): Rename to __memset_z10.
2433 Jump to __memset_mvcle instead of memset_mvcle.
2434 (memset_mvcle) Rename to __memset_mvcle.
2435 (memset): Set alias to __memset_z900.
2436
53fbd169
JM
24372015-01-14 Joseph Myers <joseph@codesourcery.com>
2438
2439 [BZ #17748]
2440 * sysdeps/powerpc/nofpu/feholdexcpt.c (__feholdexcept): Call
2441 __fesetenv instead of fesetenv.
2442
d639a363
SP
24432015-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
2444
2445 * sysdeps/s390/dl-tls.h [IS_IN (rtld)]: Define __tls_get_addr
2446 macro.
2447
d3b00f46
AZ
24482015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2449
ce6615c9
AZ
2450 * sysdeps/powerpc/powerpc64/power7/memcmp.S (memcmp): Fix performance
2451 regression on LE.
2452
d3b00f46
AZ
2453 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power8.S: New file.
2454 * sysdeps/powerpc/powerpc64/power8/strncmp.S: New file.
2455 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
2456 strncmp-power8 object.
2457 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2458 (__libc_ifunc_impl_list): Add __strncmp_power8 implementation.
2459 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c (strncmp): Likewise.
2460 * NEWS: Update.
2461
72607db0
RS
24622015-01-13 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
2463 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2464
2465 * sysdeps/powerpc/powerpc64/power7/strcmp.S (strcmp): Optimize
2466 trailing byte check.
2467
54dc5461
DM
24682015-01-13 David S. Miller <davem@davemloft.net>
2469
2470 * include/signal.h (__sigreturn): Guard with __USE_MISC.
2471
1c6e6f23
RM
24722015-01-13 Roland McGrath <roland@hack.frob.com>
2473
2474 * login/logout.c (logout): Use memset rather than bzero.
2475 * nis/nss_compat/compat-pwd.c (getpwent_next_file): Likewise.
2476 * nis/nss_compat/compat-spwd.c (getspent_next_file): Likewise.
2477 * resolv/gethnamaddr.c (gethostbyaddr): Use memcmp rather than bcmp.
2478 (_gethtbyaddr): Likewise.
2479 * locale/programs/simple-hash.c (bcopy): Macro removed.
2480
96d6fd6c
AZ
24812015-01-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2482
8bedcb5f
AZ
2483 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2484 Add strcmp-power8 object.
2485 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2486 (__libc_ifunc_impl_list): Add __strcmp_power8 implementation.
2487 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power8.S: New file.
2488 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c (strcmp): Add
2489 __strcmp_power8 implementation.
2490 * sysdeps/powerpc/powerpc64/power8/strcmp.S: New file.
2491 * NEWS: Update.
2492
f06a4faf
AZ
2493 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
2494 Add strncpy-power8 and stpncpy-power8 objects.
2495 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2496 (__libc_ifunc_impl_list): Add __strncpy_power8 and stpncpy_power8
2497 implementations.
2498 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power8.S: New file.
2499 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c (__stpncpy): Add
2500 __stpncpy_power8 implementation.
2501 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power8.S: New file.
2502 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c (strncpy): Add
2503 __strncpy_power8 implementation.
2504 * sysdeps/powerpc/powerpc64/power8/stpncpy.S: New file.
2505 * sysdeps/powerpc/powerpc64/power8/strncpy.S: New file.
2506 * NEWS: Update.
2507
9f2f36e5
AZ
2508 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.c: New file.
2509 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: Remove file.
2510 * sysdeps/powerpc/powerpc64/power7/strncat.S: Likewise.
2511
96d6fd6c 2512 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
94c96809
AZ
2513 strncat-power8 object.
2514 * sysdeps/powerpc/powerpc64/multiarch/strcat.c (strcat): Add
2515 __strcat_power8 implementation.
2516 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2517 (__libc_ifunc_impl_list): Add __strcat_power8 implementation.
2518 * sysdeps/powerpc/powerpc64/multiarch/strcat-power8.c: New file:
2519 optimized strcat for power8.
2520
2521 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]: Add
96d6fd6c
AZ
2522 strcpy-power8 and stpcpy-power8 objects.
2523 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
2524 (__libc_ifunc_impl_list): Add __strcpy_power8 and __stpcpy_power8
2525 implementations.
2526 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power8.S: New file:
2527 multiarch stpcpy implementation for POWER8.
2528 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power8.S: New file;
2529 multiarch strcpy implementation for POWER8.
2530 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c (strcpy): Add
2531 __strcpy_power8 function.
2532 * sysdeps/powerpc/powerpc64/power8/stpcpy.S: New file: optimized
2533 stpcpy for POWER8.
2534 * sysdeps/powerpc/powerpc64/power8/strcpy.S: New file: optimized
2535 strcpy for POWER8.
2536 * NEWS: Update.
2537
0f9e5854
LH
25382015-01-13 Leonhard Holz <leonhard.holz@web.de>
2539
2540 [BZ #16009]
2541 * string/strxfrm_l.c (STRXFRM): Allocate fixed size cache for
2542 weights and rules. Use do_xfrm_cached if data fits in cache,
2543 do_xfrm otherwise. Moved former main loop to...
2544 * (do_xfrm_cached): New function.
2545 * (do_xfrm): Non-caching version of do_xfrm_cached. Uses
2546 find_idx, find_position and stack_push.
2547 * (find_idx): New function.
2548 * (find_position): Likewise.
2549 * localedata/sort-test.sh: Added test run for do_xfrm.
2550 * localedata/xfrm-test.c (main): Added command line option
2551 -nocache to run the test with strings that are too large for
2552 the STRXFRM cache.
2553
c60ec0e0
TR
25542015-01-13 Torvald Riegel <triegel@redhat.com>
2555
2556 * sysdeps/nptl/fork.c (__libc_fork): Provide address of futex
2557 variable to lll_futex_wake call, not the value itself.
2558
34e93d6c
JM
25592015-01-12 Joseph Myers <joseph@codesourcery.com>
2560
5a9e4c09
JM
2561 [BZ #17803]
2562 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (twom63): Rename to
2563 twom64. Adjust value to 0x1p-64L.
2564 (__scalblnl): Only return standard underflowing result for K <=
2565 -64 not K <= -63; adjust exponent for underflowing result by 64
2566 not 63.
2567 * math/libm-test.inc (scalbn_test_data): Add more tests.
2568 (scalbln_test_data): Likewise.
2569
34e93d6c
JM
2570 [BZ #17834]
2571 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (two63): Change value to
2572 0x1p63L.
2573 (__scalblnl): Get new exponent of adjusted subnormal value from ES
2574 not HX.
2575 * math/libm-test.inc (scalbn_test_data): Add more tests.
2576 (scalbln_test_data): Likewise.
2577
ca677d3c
AZ
25782015-01-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2579 Stefani Seibold <stefani@seibold.net>
2580
2581 * sysdeps/unix/sysv/linux/x86_64/Makefile [$(subdir) = elf]
2582 (sysdep_routines): Add dl-vdso here, ...
2583 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = elf]
2584 (sysdep_routines): ... not here.
2585 * sysdeps/unix/sysv/linux/i386/gettimeofday.c: New file: set syscall
2586 fallback when vDSO is not presented.
2587 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_clock_gettime):
2588 Define with libc_hidden_proto/libc_hidden_data_def definitions.
2589 (_libc_vdso_platform_setup): Rename to __vdso_platform_setup.
2590 * sysdeps/unix/sysv/linux/i386/init-first.c: New file: likewise.
2591 * sysdeps/unix/sysv/linux/i386/time.c: New file: likewise.
2592 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Moved to ...
2593 * sysdeps/unix/sysv/linux/x86/libc-vdso.h: ... here.
2594 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: Move to ...
2595 * sysdeps/unix/sysv/linux/x86/clock_gettime.c: ... here.
2596 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: Move to ...
2597 * sysdeps/unix/sysv/linux/x86/gettimeofday.c: ... here. Also added
2598 fallback configurable symbol when vDSO is not available.
2599 * sysdeps/unix/sysv/linux/x86_64/time.c: Move to ...
2600 * sysdeps/unix/sysv/linux/x86/time.c: ... here. Also refactored to
2601 be able to redefine fallback symbol when vDSO is not available.
2602 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: Move to ...
2603 * sysdeps/unix/sysv/linux/x86/timespec_get.c: ... here.
2604
49a9f6ab 26052015-01-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8d2c0a59 2606
56cf2763
AZ
2607 * sysdeps/powerpc/nptl/tls.h (tcbhead_t): Add tm_capable field.
2608 (TLS_INIT_TP): Add tm_capable initialization.
2609 (TLS_DEFINE_INIT_TP): Likewise.
2610 (THREAD_GET_TM_CAPABLE): New file: get tm_capable field value from
2611 TCB.
2612 (THREAD_SET_TM_CAPABLE): New file: set tm_capable field value in TCB.
2613 * sysdeps/powerpc/nptl/tcb-offsets.sym (TM_CAPABLE): Add field offset
2614 calculation.
2615 * sysdeps/powerpc/powerpc32/sysdep.h (DO_CALL): Abort hardware
2616 transactoion is lock elision is built and TCB tm_capable is set.
2617 * sysdeps/powerpc/powerpc64/sysdep.h (DO_CALL): Likewise.
2618 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
2619 (INTERNAL_SYSCALL_NCS): Likewise.
2620 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
2621 (INTERNAL_SYSCALL_NCS): Likewise.
2622 * sysdeps/powerpc/sysdep.h (ABORT_TRANSACTION): New define.
2623
4b45943a
AZ
2624 * sysdeps/powerpc/nptl/elide.h: New file: generic lock elision support
2625 for powerpc.
2626 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2627 [pthread_rwlock_t] (__pad1): Change size to 7 bytes in 64 bits case
2628 and remove it for 32 bits case.
2629 [pthread_rwlock_t] (__rwelision): New field for lock elision.
2630 (__PTHREAD_RWLOCK_ELISION_EXTRA): Adjust for new lock elision field
2631 initialization.
2632 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c (elision_init):
2633 Disable lock elision with rdlocks if elision is not available.
2634
8d2c0a59
AZ
2635 * sysdeps/unix/sysv/linux/powerpc/Makefile [nptl]
2636 (sysdep_routines): Add lock elision objects.
2637 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
2638 [pthread_mutex_t] (__spins): Rework to add lock elision field.
2639 [pthread_mutex_t] (__elision): Add field.
2640 [__PTHREAD_SPINS]: Adjust to init lock elision field.
2641 * sysdeps/unix/sysv/linux/powerpc/elision-conf.c: New file: lock
2642 elision definitions for powerpc.
2643 * sysdeps/unix/sysv/linux/powerpc/elision-lock.c: New file:
2644 implementation of lock elision for powerpc.
2645 * sysdeps/unix/sysv/linux/powerpc/elision-timed.c: New file:
2646 implementation of timed lock elision for powerpc.
2647 * sysdeps/unix/sysv/linux/powerpc/elision-trylock.c: New file:
2648 implementation of trylock with lock elision for powerpc.
2649 * sysdeps/unix/sysv/linux/powerpc/elision-unlock.c: New file:
2650 implementaion of unlock for lock elision for powerpc.
2651 * sysdeps/unix/sysv/linux/powerpc/force-elision.h: New file:
2652 automatic enable lock elision for mutexes.
2653 * sysdeps/unix/sysv/linux/powerpc/htm.h: New file: hardware
2654 transaction execution definitions for powerpc.
2655 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: New file: add TLE
2656 definitions.
2657 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_cond_lock.c: New file.
2658 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_lock.c: Likewise.
2659 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_timedlock.c: Likewise.
2660 * sysdeps/unix/sysv/linux/powerpc/pthread_mutex_trylock.c: Likewise.
2661 * NEWS: Update.
2662
bc0ed9f7
RM
26632015-01-09 Roland McGrath <roland@hack.frob.com>
2664
2665 * sysdeps/posix/shm-directory.c: Use <> rather than ""
2666 for #include of <shm-directory.h>.
2667
585d9c18
CLT
26682015-01-09 Chung-Lin Tang <cltang@codesourcery.com>
2669
2670 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Remove MIN() and
2671 assign raw DT_REL[A]COUNT value to ranges[0].nrelative.
2672
aee6626c
MF
26732015-01-09 Matthew Fortune <matthew.fortune@imgtec.com>
2674
2675 [BZ #17791]
2676 * NEWS: Mention bug fix.
2677 * sysdepsysdeps/unix/sysv/linux/microblaze/sys/user.h
2678 (PAGE_SHIFT, PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Remove.
2679 (HOST_TEXT_START_ADDR, HOST_STACK_END_ADDR): Remove.
2680
9e560f48
TR
26812015-01-09 Torvald Riegel <triegel@redhat.com>
2682
2683 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Delete file.
2684
e1cfbd0c
TR
26852015-01-09 Torvald Riegel <triegel@redhat.com>
2686
2687 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: Delete file.
2688
cf71e44f
DH
26892015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
2690
2691 * sysdeps/microblaze/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as void
2692 pointer and cast to uintptr_t.
2693
b360ee62
DH
26942015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
2695
2696 * sysdeps/microblaze/nptl/tls.h (__microblaze_get_thread_area): Function
2697 removed.
2698 (READ_THREAD_POINTER): Use __microblaze_thread_area instead.
2699
caff764e
DH
27002015-01-09 David Holsgrove <david.holsgrove@xilinx.com>
2701
2702 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Use NULL instead
2703 of 0.
2704
59ff172f
RM
27052015-01-08 Roland McGrath <roland@hack.frob.com>
2706
c97d27f1
RM
2707 * sysdeps/pthread/timer_routines.c: Fix <pthreadP.h> include to use
2708 <nptl/pthreadP.h> instead.
2709 * sysdeps/pthread/aio_notify.c: Include <signal.h> for raise decl.
2710
08734ccd
RM
2711 * signal/allocrtsig.c (RESERVED_SIGRT): New macro, defined to 0 if not
2712 already defined.
2713 [__SIGRTMIN] (init): Function removed.
2714 [__SIGRTMIN] (initialized): Variable removed.
2715 [!__SIGRTMIN] (current_rtmin, current_rtmax): Variables removed.
2716 [__SIGRTMIN] (current_rtmin, current_rtmax): Initialize to
2717 __SIGRTMIN + RESERVED_SIGRT and __SIGRTMAX, respectively.
2718 (__libc_current_sigrtmin) [__SIGRTMIN]: Don't call init.
2719 (__libc_current_sigrtmin) [!__SIGRTMIN]: Just return -1.
2720 (__libc_current_sigrtmin): Add __libc_current_sigrtmin_private alias.
2721 (__libc_current_sigrtmax) [__SIGRTMIN]: Don't call init.
2722 (__libc_current_sigrtmax) [!__SIGRTMIN]: Just return -1.
2723 (__libc_current_sigrtmax): Add __libc_current_sigrtmax_private alias.
2724 (__libc_allocate_rtsig) [__SIGRTMIN]: Don't call init.
2725 (__libc_allocate_rtsig): Add __libc_allocate_rtsig_private alias.
2726 * sysdeps/nptl/allocrtsig.c: New file.
2727 * sysdeps/unix/sysv/linux/allocrtsig.c: File removed.
2728 * sysdeps/unix/sysv/linux/testrtsig.h: File removed.
2729 * sysdeps/generic/testrtsig.h: File removed.
2730
7b052e33
RM
2731 * nptl/pthread_sigmask.c [SIGCANCEL || SIGTIMER || SIGSETXID]: #error.
2732 (pthread_sigmask): Call sigprocmask, not __sigprocmask.
2733
cc40d25e
RM
2734 * nptl/nptl-init.c (pthread_functions): Conditionalize
2735 .ptr__nptl_setxid initialization on [SIGSETXID].
2736
9287adf0
RM
2737 * sysdeps/nptl/sys/procfs.h: New file.
2738 * nptl_db/Makefile (headers): Add it.
2739 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Don't add it.
2740
59ff172f
RM
2741 * nptl/pthreadP.h (check_cpuset_attr): Moved ...
2742 * sysdeps/unix/sysv/linux/check-cpuset.h: ... to this new file.
2743 * nptl/pthread_attr_setaffinity.c: Include it.
2744 * nptl/pthread_setattr_default_np.c: Likewise.
2745 * nptl/check-cpuset.h: New file.
2746
b9205857
RH
27472015-01-08 Richard Henderson <rth@redhat.com>
2748
2749 * elf/Makefile (CFLAGS-tst-execstack-mod.c): Add -Wno-trampolines
2750 (CFLAGS-tst-execstack-prog.c): Likewise.
2751 * nptl/Makefile (CFLAGS-tst-execstack-mod.c): Likewise.
2752
1a0a8d15
CLT
27532015-01-08 Chung-Lin Tang <cltang@codesourcery.com>
2754 Sandra Loosemore <sandra@codesourcery.com>
2755 Andrew Jenner <andrew@codesourcery.com>
2756 Joseph Myers <joseph@codesourcery.com>
2757 Nathan Sidwell <nathan@codesourcery.com>
2758
2759 * elf/elf.h (EM_ALTERA_NIOS2): New machine number for Altera Nios II.
2760 (DT_NIOS2_GP): New dynamic entry type for Nios II _gp address.
2761 (R_NIOS2_NONE,R_NIOS2_S16,R_NIOS2_U16): Define Nios II relocations.
2762 (R_NIOS2_PCREL16,R_NIOS2_CALL26,R_NIOS2_IMM5): Likewise.
2763 (R_NIOS2_CACHE_OPX,R_NIOS2_IMM6,R_NIOS2_IMM8,R_NIOS2_HI16): Likewise.
2764 (R_NIOS2_LO16,R_NIOS2_HIADJ16,R_NIOS2_BFD_RELOC_32): Likewise.
2765 (R_NIOS2_BFD_RELOC_16,R_NIOS2_BFD_RELOC_8,R_NIOS2_GPREL): Likewise.
00b8b9ba
SP
2766 (R_NIOS2_GNU_VTINHERIT,R_NIOS2_GNU_VTENTRY,R_NIOS2_UJMP): Likewise.
2767 (R_NIOS2_CJMP,R_NIOS2_CALLR,R_NIOS2_ALIGN,R_NIOS2_GOT16): Likewise.
2768 (R_NIOS2_CALL16,R_NIOS2_GOTOFF_LO,R_NIOS2_GOTOFF_HA): Likewise.
2769 (R_NIOS2_PCREL_LO,R_NIOS2_PCREL_HA,R_NIOS2_TLS_GD16): Likewise.
2770 (R_NIOS2_TLS_LDM16,R_NIOS2_TLS_LDO16,R_NIOS2_TLS_IE16): Likewise.
2771 (R_NIOS2_TLS_LE16,R_NIOS2_TLS_DTPMOD,R_NIOS2_TLS_DTPREL): Likewise.
1a0a8d15
CLT
2772 (R_NIOS2_TLS_TPREL,R_NIOS2_COPY,R_NIOS2_GLOB_DAT): Likewise.
2773 (R_NIOS2_JUMP_SLOT,R_NIOS2_RELATIVE,R_NIOS2_GOTOFF): Likewise.
2774 (R_NIOS2_CALL26_NOAT,R_NIOS2_GOT_LO,R_NIOS2_GOT_HA): Likewise.
2775 (R_NIOS2_CALL_LO,R_NIOS2_CALL_HA): Likewise.
2776
dd6e8af6
AZ
27772015-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2778
2779 * sysdeps/unix/sysv/linux/futimens.c (futimens): Use address of first
2780 timespec struct member in syscall macro.
2781 * sysdeps/unix/sysv/linux/utimensat.c (utimensat): Likewise.
2782 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Use address of
2783 first timeval struct member in syscall macro.
2784 * sysdeps/unix/sysv/linux/utimes.c (__utimeS): Likewise.
2785
8116321f
JM
27862015-01-07 Joseph Myers <joseph@codesourcery.com>
2787
2788 [BZ #17748]
2789 * include/fenv.h (__feupdateenv): Use libm_hidden_proto.
2790 * math/feupdateenv.c (__feupdateenv): Use libm_hidden_def.
2791 * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Rename to
2792 __feupdateenv and define as weak alias of __feupdateenv. Use
2793 libm_hidden_weak.
2794 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Use
2795 libm_hidden_def.
2796 * sysdeps/arm/feupdateenv.c (feupdateenv): Rename to __feupdateenv
2797 and define as weak alias of __feupdateenv. Use libm_hidden_weak.
2798 * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2799 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Use
2800 libm_hidden_def.
2801 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Rename to
2802 __feupdateenv and define as weak alias of __feupdateenv. Use
2803 libm_hidden_weak.
2804 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Use
2805 libm_hidden_def.
2806 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Rename to
2807 __feupdateenv and define as weak alias of __feupdateenv. Use
2808 libm_hidden_weak.
2809 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Use
2810 libm_hidden_def.
2811 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2812 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2813 (__feupdateenv): Likewise.
2814 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Rename to
2815 __feupdateenv and define as weak alias of __feupdateenv. Use
2816 libm_hidden_weak.
2817 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2818 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Use
2819 libm_hidden_def.
2820 * sysdeps/tile/math_private.h (__feupdateenv): New inline
2821 function.
2822 * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Use
2823 libm_hidden_def.
2824 * sysdeps/generic/math_private.h (default_libc_feupdateenv): Call
2825 __feupdateenv instead of feupdateenv.
2826 (default_libc_feupdateenv_test): Likewise.
2827 (libc_feresetround_ctx): Likewise.
2828
882dfe18
AZ
28292015-01-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2830
2831 * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Fix function
2832 prototype.
2833
39a12f8d
CM
28342015-01-07 Chris Metcalf <cmetcalf@ezchip.com>
2835
2836 * posix/regcomp.c (parse_bracket_exp): Initialize type to
2837 COLL_SYM in a couple of places to avoid uninitialized variable
2838 wanings on tilegx gcc 4.8.2.
2839
dc400d7b
RE
28402015-01-07 Richard Earnshaw <rearnsha@arm.com>
2841
2842 * sysdeps/aarch64/strcpy.S: New file.
2843 * sysdeps/aarch64/stpcpy.S: New file.
2844 * NEWS: Updated.
2845
ec582ca0
RE
28462015-01-07 Richard Earnshaw <rearnsha@arm.com>
2847
2848 * sysdeps/aarch64/strrchr.S: New file.
2849 * NEWS: Updated.
2850
d5b1c5ed
EB
28512015-01-07 Eric Biggers <ebiggers3@gmail.com>
2852
2853 [BZ #17658]
2854 * stdlib/setenv.c: Fix memory leak when setting large,
2855 duplicate string.
2856
fb87ee96
VN
28572015-01-06 Vladimir A. Nazarenko <naszar@ya.ru>
2858
60f046a8 2859 [BZ #17273]
fb87ee96
VN
2860 * misc/mntent_r.c (__getmntent_r): Cut off trailing spaces
2861 and tabs from buffer before parsing fstab entry.
2862 * misc/tst-mntent.c (main): Add test for mount entry with
2863 trailing spaces and tabs.
2864
cd42798a
JM
28652015-01-06 Joseph Myers <joseph@codesourcery.com>
2866
01238691
JM
2867 [BZ #17748]
2868 * include/fenv.h (__fesetround): Declare. Use libm_hidden_proto.
2869 * math/fesetround.c (fesetround): Rename to __fesetround and
2870 define as weak alias of __fesetround. Use libm_hidden_weak.
2871 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Likewise.
2872 * sysdeps/alpha/fpu/fesetround.c (fesetround): Likewise.
2873 * sysdeps/arm/fesetround.c (fesetround): Likewise.
2874 * sysdeps/hppa/fpu/fesetround.c (fesetround): Likewise.
2875 * sysdeps/i386/fpu/fesetround.c (fesetround): Likewise.
2876 * sysdeps/ia64/fpu/fesetround.c (fesetround): Likewise.
2877 * sysdeps/m68k/fpu/fesetround.c (fesetround): Likewise.
2878 * sysdeps/mips/fpu/fesetround.c (fesetround): Likewise.
2879 * sysdeps/powerpc/fpu/fenv_libc.h (__fesetround): Rename to
2880 __fesetround_inline.
2881 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetround_ppc): Call
2882 __fesetround_inline instead of __fesetround.
2883 * sysdeps/powerpc/fpu/fesetround.c (fesetround): Rename to
2884 __fesetround and define as weak alias of __fesetround. Use
2885 libm_hidden_weak. Call __fesetround_inline instead of
2886 __fesetround.
2887 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Rename to
2888 __fesetround and define as weak alias of __fesetround. Use
2889 libm_hidden_weak.
2890 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c (fesetround):
2891 Likewise.
2892 * sysdeps/s390/fpu/fesetround.c (fesetround): Likewise.
2893 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
2894 * sysdeps/sparc/fpu/fesetround.c (fesetround): Likewise.
2895 * sysdeps/tile/math_private.h (__fesetround): New inline function.
2896 * sysdeps/x86_64/fpu/fesetround.c (fesetround): Rename to
2897 __fesetround and define as weak alias of __fesetround. Use
2898 libm_hidden_weak.
2899 * sysdeps/generic/math_private.h (default_libc_fesetround): Call
2900 __fesetround instead of fesetround.
2901 (default_libc_feholdexcept_setround): Likewise.
2902 (libc_feholdsetround_ctx): Likewise.
2903 (libc_feholdsetround_noex_ctx): Likewise.
2904
cd42798a
JM
2905 [BZ #17748]
2906 * include/fenv.h (__fesetenv): Use libm_hidden_proto.
2907 * math/fesetenv.c (__fesetenv): Use libm_hidden_def.
2908 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2909 and define as weak alias of __fesetenv. Use libm_hidden_weak.
2910 * sysdeps/alpha/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2911 * sysdeps/arm/fesetenv.c (fesetenv): Rename to __fesetenv and
2912 define as weak alias of __fesetenv. Use libm_hidden_weak.
2913 * sysdeps/hppa/fpu/fesetenv.c (fesetenv): Likewise.
2914 * sysdeps/i386/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2915 * sysdeps/ia64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2916 define as weak alias of __fesetenv. Use libm_hidden_weak.
2917 * sysdeps/m68k/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2918 * sysdeps/mips/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2919 define as weak alias of __fesetenv. Use libm_hidden_weak.
2920 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Use
2921 libm_hidden_def.
2922 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Likewise.
2923 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c (__fesetenv):
2924 Likewise.
2925 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Rename to __fesetenv and
2926 define as weak alias of __fesetenv. Use libm_hidden_weak.
2927 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
2928 * sysdeps/sparc/fpu/fesetenv.c (__fesetenv): Use libm_hidden_def.
2929 * sysdeps/tile/math_private.h (__fesetenv): New inline function.
2930 * sysdeps/x86_64/fpu/fesetenv.c (fesetenv): Rename to __fesetenv
2931 and define as weak alias of __fesetenv. Use libm_hidden_weak.
2932 * sysdeps/generic/math_private.h (default_libc_fesetenv): Use
2933 __fesetenv instead of fesetenv.
2934 (libc_feresetround_noex_ctx): Likewise.
2935 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
2936 * sysdeps/hppa/fpu/feupdateenv.c (feupdateenv): Likewise.
2937 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Likewise.
2938 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
2939 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
2940 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
2941 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
2942 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c
2943 (__feupdateenv): Likewise.
2944 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
2945 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
2946 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
2947 * sysdeps/x86_64/fpu/feupdateenv.c (__feupdateenv): Likewise.
2948
38949026
AJ
29492015-01-06 Aurelien Jarno <aurelien@aurel32.net>
2950
1cf98e27 2951 [BZ #17806]
38949026
AJ
2952 * resolv/res_init.c (__res_iclose): Only clear nsinit if the
2953 addresses have been freed.
2954
5fe55e9c
AJ
29552015-01-06 Aurelien Jarno <aurelien@aurel32.net>
2956
2957 * resolv/res_init.c (__res_vinit): Improve comments about nserv
2958 and nservall.
2959
dc8ab018
OB
29602015-01-06 Ondřej Bílka <neleai@seznam.cz>
2961
2962 * sysdeps/unix/sysv/linux/check_pf.c (make_request):
2963 Clean up check_pf allocation pattern. addresses
2964
14bb4e57
AZ
29652015-01-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
2966
2967 * nptl/pthread_cancel.c (pthread_cancel): Use ANSI prototype.
2968 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Likewise.
2969 * nptl/pthread_cond_wait.c (__pthread_cond_wait): Likewise.
2970 * nptl/pthread_exit.c (__pthread_exit): Likewise.
2971 * nptl/pthread_join.c (pthread_join): Likewise.
2972 * nptl/pthread_timedjoin.c (pthread_timedjoin_np): Likewise.
2973 * sysdeps/posix/waitid.c (__waitid): Likewise.
2974 * sysdeps/unix/sysv/linux/arm/pread.c (__libc_pread): Likewise.
2975 * sysdeps/unix/sysv/linux/arm/pread64.c (__libc_pread64): Likewise.
2976 * sysdeps/unix/sysv/linux/arm/pwrite.c (__libc_pwrite): Likewise.
2977 * sysdeps/unix/sysv/linux/arm/pwrite64.c (__libc_pwrite64): Likewise.
2978 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c (__libc_pread):
2979 Likewise.
2980 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c
2981 (__libc_pread64): Likewise.
2982 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c
2983 (__libc_pwrite): Likewise.
2984 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c
2985 (__libc_pwrite64): Likewsie.
2986 * sysdeps/unix/sysv/linux/mips/pread.c (__libc_pread): Likewise.
2987 * sysdeps/unix/sysv/linux/mips/pread64.c (__libc_pread64): Likewise.
2988 * sysdeps/unix/sysv/linux/mips/pwrite.c (__libc_pwrite): Likewise.
2989 * sysdeps/unix/sysv/linux/mips/pwrite64.c (__libc_pwrite64): Likewise.
2990 * sysdeps/unix/sysv/linux/msgrcv.c (__libc_msgrcv): Likewise.
2991 * sysdeps/unix/sysv/linux/msgsnd.c (__libc_msgsnd): Likewise.
2992 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
2993 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c (__libc_pread):
2994 Likewise.
2995 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
2996 (__libc_pread64): Likewise.
2997 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c (__libc_pwrite):
2998 Likewise.
2999 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
3000 (__libc_pwrite64): Likewise.
3001 * sysdeps/unix/sysv/linux/pread.c (__libc_pread): Likewise.
3002 * sysdeps/unix/sysv/linux/pread64.c (__libc_pread64): Likewise.
3003 * sysdeps/unix/sysv/linux/preadv.c (PREADV): Likewise.
3004 * sysdeps/unix/sysv/linux/pthread_kill.c (__pthread_kill): Likewise.
3005 * sysdeps/unix/sysv/linux/pwrite.c (__libc_pwrite): Likewise.
3006 * sysdeps/unix/sysv/linux/pwrite64.c (__libc_pwrite64): Likewise.
3007 * sysdeps/unix/sysv/linux/pwritev.c (__libc_pwritev): Likewise.
3008 * sysdeps/unix/sysv/linux/sh/pread.c (__libc_pread): Likewise.
3009 * sysdeps/unix/sysv/linux/sh/pread64.c (__libc_pread64): Likewise.
3010 * sysdeps/unix/sysv/linux/sh/pwrite.c (__libc_pwrite): Likewise.
3011 * sysdeps/unix/sysv/linux/sh/pwrite64.c (__libc_write64): Likewise.
3012 * sysdeps/unix/sysv/linux/sigsuspend.c (__sigsuspend): Likewise.
3013 * sysdeps/unix/sysv/linux/sigtimedwait.c (__sigtimedwait): Likewise.
3014 * sysdeps/unix/sysv/linux/sigwait.c (__sigwait): Likewise.
3015 * sysdeps/unix/sysv/linux/sigwaitinfo.c (__sigwaitinfo): Likewise.
3016 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c (__libc_msgrcv):
3017 Likewise.
3018
10a5e112
AS
30192015-01-06 Andrew Senkevich <andrew.n.senkevich@gmail.com>
3020
3021 * math/Makefile (CFLAGS-test-float.c): Remove -frounding-math.
3022 (CFLAGS-test-double.c): Likewise.
3023 (CFLAGS-test-ldouble.c): Likewise.
3024 (CPPFLAGS-test-ifloat.c): Likewise.
3025 (CPPFLAGS-test-idouble.c): Likewise.
3026 (CPPFLAGS-test-ildoubl.c): Likewise.
3027 (CFLAGS-test-test-fenv.c): Remove variable.
3028 (CFLAGS-test-misc.c): Likewise.
3029
57ada0e7
L
30302015-01-06 H.J. Lu <hongjiu.lu@intel.com>
3031
3032 [BZ #17797]
3033 * bits/time.h (CLOCKS_PER_SEC): Changed to ((clock_t) 1000000).
3034 * sysdeps/unix/sysv/linux/bits/time.h (CLOCKS_PER_SEC): Likewise.
3035 * sysdeps/unix/sysv/linux/clock.c (clock): _Static_assert
3036 CLOCKS_PER_SEC == 1000000.
3037 * time/clocktest.c (main): Replace %ld with %jd and cast to
3038 intmax_t.
3039
46abb64d
RM
30402015-01-05 Roland McGrath <roland@hack.frob.com>
3041
3042 * sysdeps/generic/unwind-resume.h: New file.
3043 * sysdeps/gnu/unwind-resume.c: Include it.
3044 (libgcc_s_personality): Use PERSONALITY_PROTO macro for the prototype.
3045 (__gcc_personality_v0): Likewise, and PERSONALITY_ARGS for the callee
3046 argument list.
3047 (libgcc_s_resume): Variable renamed to __libgcc_s_resume, made hidden
3048 global rather than static.
3049 (_Unwind_Resume): Update user.
3050 Conditionalize definition on [!HAVE_ARCH_UNWIND_RESUME].
3051 (init): Likewise. Renamed to __libgcc_s_init, made hidden global
3052 rather than static. Add __attribute__ ((cold)).
3053 (_Unwind_Resume, __gcc_personality_v0): Update callers.
3054 * sysdeps/nptl/unwind-forcedunwind.c: Likewise.
3055 * sysdeps/arm/arm-unwind-resume.S: New file.
3056 * sysdeps/arm/rt-arm-unwind-resume.S: New file.
3057 * sysdeps/arm/pt-arm-unwind-resume.S: New file.
3058 * sysdeps/arm/Makefile [$(subdir) = csu]
3059 (sysdep_routines, shared-only-routines): Add arm-unwind-resume.
3060 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
3061 Add rt-arm-unwind-resume.
3062 [$(subdir) = nptl]
3063 (libpthread-sysdep_routines, libpthread-shared-only-routines):
3064 Add pt-arm-unwind-resume.
3065 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: File removed.
3066 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: File removed.
3067
ef9faf13
JM
30682015-01-05 Joseph Myers <joseph@codesourcery.com>
3069
3070 [BZ #17748]
3071 * include/fenv.h (__feholdexcept): Declare. Use
3072 libm_hidden_proto.
3073 * math/feholdexcpt.c (feholdexcept): Rename to __feholdexcept and
3074 define as weak alias of __feholdexcept. Use libm_hidden_weak.
3075 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3076 * sysdeps/alpha/fpu/feholdexcpt.c (feholdexcept): Likewise.
3077 * sysdeps/arm/feholdexcpt.c (feholdexcept): Likewise.
3078 * sysdeps/hppa/fpu/feholdexcpt.c (feholdexcept): Likewise.
3079 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Likewise.
3080 * sysdeps/ia64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3081 * sysdeps/m68k/fpu/feholdexcpt.c (feholdexcept): Likewise.
3082 * sysdeps/mips/fpu/feholdexcpt.c (feholdexcept): Likewise.
3083 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3084 * sysdeps/powerpc/nofpu/feholdexcpt.c (feholdexcept): Likewise.
3085 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c
3086 (feholdexcept): Likewise.
3087 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
3088 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
3089 * sysdeps/sparc/fpu/feholdexcpt.c (feholdexcept): Likewise.
3090 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
3091 * sysdeps/generic/math_private.h (default_libc_feholdexcept): Use
3092 __feholdexcept instead of feholdexcept.
3093 (default_libc_feholdexcept_setround): Likewise.
3094
295a453e
SE
30952015-01-05 Steve Ellcey <sellcey@imgtec.com>
3096
3097 * sysdeps/mips/memset.S (memset): Modify for mips32r6/mips64r6
3098 to avoid using stl/str to align destination.
3099
882c4b9f
SE
31002015-01-05 Steve Ellcey <sellcey@imgtec.com>
3101
3102 * sysdeps/mips/memcpy.S: Add support for mips32r6/mips64r6.
3103
ac4c11f5
JM
31042015-01-05 Joseph Myers <joseph@codesourcery.com>
3105
3106 [BZ #17796]
3107 * sysdeps/unix/sysv/linux/mips/mips64/n64/posix_fadvise.c
3108 [!SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)] (posix_fadvise64):
3109 Define as weak alias not strong alias.
3110
03403e30
SE
31112015-01-05 Steve Ellcey <sellcey@imgtec.com>
3112
3113 * sysdeps/mips/dl-machine.h (elf_machine_load_address): Replace
3114 bltzal with addiupc.
3115 (RTLD_START): Ditto.
3116
1dca195e
CM
31172015-01-05 Chris Metcalf <cmetcalf@ezchip.com>
3118
00b8b9ba
SP
3119 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso.h: Fix return type
3120 for __vdso_* functions in declarations.
3121 * sysdeps/unix/sysv/linux/tile/init-first.c: Likewise for
3122 definitions.
3123 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL,
3124 INTERNAL_VSYSCALL): Use struct return types to check for error.
7ea793f3 3125
1dca195e
CM
3126 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c [!defined _LP64
3127 && REGISTER_CAST_INT32_TO_INT64]: Provide explicit lround()
3128 function with cast from llround().
3129 * sysdeps/tile/sysdep.h (REGISTER_CAST_INT32_TO_INT64): Define.
3130 * sysdeps/x86_64/x32/sysdep.h (REGISTER_CAST_INT32_TO_INT64):
3131 Define.
3132
a287953a
JM
31332015-01-05 Joseph Myers <joseph@codesourcery.com>
3134
ab70da77
JM
3135 [BZ #17793]
3136 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c (posix_fadvise64):
3137 Define as weak alias not strong alias.
3138
b8986484
JM
3139 [BZ #17635]
3140 * ctype/ctype-c99.c: New file. isblank implementation moved from
3141 ...
3142 * ctype/ctype-extn.c: ... here.
3143 (__isblank_l): Move to ...
3144 * ctype/ctype-c99_l.c: ... here. New file.
3145 * ctype/Makefile (routines): Add ctype-c99 and ctype-c99_l.
3146 * conform/Makefile (test-xfail-ISO99/ctype.h/linknamespace):
3147 Remove variable.
3148 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
3149 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
3150 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
3151 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
3152 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
3153
a287953a
JM
3154 [BZ #17777]
3155 * sysdeps/unix/sysv/linux/wordsize-64/posix_fadvise.c
3156 (posix_fadvise64): Define as weak alias not strong alias.
3157 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
3158 (posix_fallocate64): Likewise.
3159 * conform/Makefile (test-xfail-XOPEN2K/fcntl.h/linknamespace):
3160 Remove variable.
3161 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
3162 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
3163 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
3164 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
3165 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
3166
b1efe3bb
MF
31672015-01-05 Matthew Fortune <matthew.fortune@imgtec.com>
3168
3169 [BZ #16191]
3170 * NEWS: Mention bug fix.
3171 * sysdeps/unix/sysv/linux/mips/sys/user.h (PAGE_SHIFT): Remove.
3172 (PAGE_SIZE, PAGE_MASK, NBPG, UPAGES): Likewise.
3173 (HOST_TEXT_START_ADDR, HOST_DATA_START_ADDR): Likewise.
3174 (HOST_STACK_END_ADDR): Likewise.
3175
9706dc5f
JM
31762015-01-02 Joseph Myers <joseph@codesourcery.com>
3177
b93c2205
JM
3178 [BZ #17748]
3179 * include/fenv.h (__fegetround): Declare. Use libm_hidden_proto.
3180 * math/fegetround.c (fegetround): Rename to __fegetround and
3181 define as weak alias of __fegetround. Use libm_hidden_weak.
3182 * sysdeps/aarch64/fpu/fegetround.c (fegetround): Likewise.
3183 * sysdeps/alpha/fpu/fegetround.c (fegetround): Likewise.
3184 * sysdeps/arm/fegetround.c (fegetround): Likewise.
3185 * sysdeps/hppa/fpu/fegetround.c (fegetround): Likewise.
3186 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
3187 * sysdeps/ia64/fpu/fegetround.c (fegetround): Likewise.
3188 * sysdeps/m68k/fpu/fegetround.c (fegetround): Likewise.
3189 * sysdeps/mips/fpu/fegetround.c (fegetround): Likewise.
3190 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
3191 Undefine after rather than before function definition; use
3192 parentheses around function name in definition.
3193 (__fegetround): Also undefine macro after function definition.
3194 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Rename to
3195 __fegetround and define as weak alias of __fegetround. Use
3196 libm_hidden_weak. Do not undefine as macro.
3197 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
3198 Likewise.
3199 * sysdeps/s390/fpu/fegetround.c (fegetround): Rename to
3200 __fegetround and define as weak alias of __fegetround. Use
3201 libm_hidden_weak.
3202 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
3203 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
3204 * sysdeps/tile/math_private.h (__fegetround): New inline function.
3205 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Rename to
3206 __fegetround and define as weak alias of __fegetround. Use
3207 libm_hidden_weak.
3208 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Use
3209 __fegetround instead of fegetround.
3210
253a59cc
JM
3211 [BZ #17782]
3212 * sysdeps/unix/sysv/linux/mips/bits/termios.h (TIOCSER_TEMT):
3213 Condition macro definition on [__USE_MISC].
3214
27dae011
JM
3215 [BZ #17781]
3216 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h
3217 (struct sigaction): Change type of sa_flags field to int.
3218
172019c0
JM
3219 [BZ #17780]
3220 * sysdeps/unix/sysv/linux/mips/bits/fcntl.h (struct flock)
3221 [!__USE_FILE_OFFSET64 && _MIPS_SIM != _ABI64]: Rename pad field to
3222 __glibc_reserved0.
3223
522ad1d6
JM
3224 * nptl/version.c (banner): Use single year in copyright notice.
3225
9706dc5f
JM
3226 * NEWS: Update copyright dates.
3227 * catgets/gencat.c (print_version): Likewise.
3228 * csu/version.c (banner): Likewise.
3229 * debug/catchsegv.sh: Likewise.
3230 * debug/pcprofiledump.c (print_version): Likewise.
3231 * debug/xtrace.sh (do_version): Likewise.
3232 * elf/ldconfig.c (print_version): Likewise.
3233 * elf/ldd.bash.in: Likewise.
3234 * elf/pldd.c (print_version): Likewise.
3235 * elf/sotruss.sh: Likewise.
3236 * elf/sprof.c (print_version): Likewise.
3237 * iconv/iconv_prog.c (print_version): Likewise.
3238 * iconv/iconvconfig.c (print_version): Likewise.
3239 * locale/programs/locale.c (print_version): Likewise.
3240 * locale/programs/localedef.c (print_version): Likewise.
3241 * login/programs/pt_chown.c (print_version): Likewise.
3242 * malloc/memusage.sh (do_version): Likewise.
3243 * malloc/memusagestat.c (print_version): Likewise.
3244 * malloc/mtrace.pl: Likewise.
3245 * manual/libc.texinfo: Likewise.
3246 * nptl/version.c (banner): Likewise.
3247 * nscd/nscd.c (print_version): Likewise.
3248 * nss/getent.c (print_version): Likewise.
3249 * nss/makedb.c (print_version): Likewise.
3250 * posix/getconf.c (main): Likewise.
3251 * scripts/test-installation.pl: Likewise.
3252 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Likewise.
3253
b8607aac
WN
32542015-01-02 Will Newton <will.newton@linaro.org>
3255
3256 * sysdeps/arm/armv7/configure: Removed.
3257 * sysdeps/arm/armv7/configure.ac: Likewise.
3258
b168057a
JM
32592015-01-02 Joseph Myers <joseph@codesourcery.com>
3260
3261 * All files with FSF copyright notices: Update copyright dates
3262 using scripts/update-copyrights.
3263 * intl/plural.c: Regenerated.
3264 * locale/programs/charmap-kw.h: Likewise.
3265 * locale/programs/locfile-kw.h: Likewise.
3266
b217c15f
SP
32672015-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
3268
3269 * scripts/gen-posix-conf-vars.awk (END): Don't use sprintf.
3270
73a268c7
JM
32712014-12-31 Joseph Myers <joseph@codesourcery.com>
3272
3273 [BZ #17748]
3274 * include/fenv.h (__fegetenv): Use libm_hidden_proto.
3275 * math/fegetenv.c (__fegetenv): Use libm_hidden_def.
3276 * sysdeps/aarch64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3277 and define as weak alias of __fegetenv. Use libm_hidden_weak.
3278 * sysdeps/alpha/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3279 * sysdeps/arm/fegetenv.c (fegetenv): Rename to __fegetenv and
3280 define as weak alias of __fegetenv. Use libm_hidden_weak.
3281 * sysdeps/hppa/fpu/fegetenv.c (fegetenv): Likewise.
3282 * sysdeps/i386/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3283 * sysdeps/ia64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3284 define as weak alias of __fegetenv. Use libm_hidden_weak.
3285 * sysdeps/m68k/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3286 * sysdeps/mips/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3287 define as weak alias of __fegetenv. Use libm_hidden_weak.
3288 * sysdeps/powerpc/fpu/fegetenv.c (__fegetenv): Use
3289 libm_hidden_def.
3290 * sysdeps/powerpc/nofpu/fegetenv.c (__fegetenv): Likewise.
3291 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (__fegetenv):
3292 Likewise.
3293 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Rename to __fegetenv and
3294 define as weak alias of __fegetenv. Use libm_hidden_weak.
3295 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
3296 * sysdeps/sparc/fpu/fegetenv.c (__fegetenv): Use libm_hidden_def.
3297 * sysdeps/tile/math_private.h (__fegetenv): New inline function.
3298 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Rename to __fegetenv
3299 and define as weak alias of __fegetenv. Use libm_hidden_weak.
3300 * sysdeps/generic/math_private.h (libc_feholdsetround_ctx): Use
3301 __fegetenv instead of fegetenv.
3302 (libc_feholdsetround_noex_ctx): Likewise.
3303
0bd95672
MF
33042014-12-31 Matthew Fortune <matthew.fortune@imgtec.com>
3305
3306 * elf/elf.h (PT_MIPS_ABIFLAGS): Define.
3307 (Elf_MIPS_ABIFlags_v0): New structure.
3308 (EF_MIPS_FP64): Define.
3309 (MIPS_AFL_REG_NONE, MIPS_AFL_REG_32, MIPS_AFL_REG_64): Likewise.
3310 (MIPS_AFL_REG_128, MIPS_AFL_ASE_DSP, MIPS_AFL_ASE_DSP64): Likewise.
3311 (MIPS_AFL_ASE_DSPR2, MIPS_AFL_ASE_EVA, MIPS_AFL_ASE_MCU): Likewise.
3312 (MIPS_AFL_ASE_MDMX, MIPS_AFL_ASE_MIPS3D, MIPS_AFL_ASE_MT): Likewise.
3313 (MIPS_AFL_ASE_SMARTMIPS, MIPS_AFL_ASE_VIRT): Likewise.
3314 (MIPS_AFL_ASE_VIRT64, MIPS_AFL_ASE_MSA, MIPS_AFL_ASE_MSA64): Likewise.
3315 (MIPS_AFL_ASE_MIPS16, MIPS_AFL_ASE_MICROMIPS): Likewise.
3316 (MIPS_AFL_ASE_XPA, MIPS_AFL_EXT_XLR, MIPS_AFL_EXT_OCTEON2): Likewise.
3317 (MIPS_AFL_EXT_OCTEONP, MIPS_AFL_EXT_LOONGSON_3A): Likewise.
3318 (MIPS_AFL_EXT_OCTEON, MIPS_AFL_EXT_5900, MIPS_AFL_EXT_4010): Likewise.
3319 (MIPS_AFL_EXT_4100, MIPS_AFL_EXT_3900, MIPS_AFL_EXT_10000): Likewise.
3320 (MIPS_AFL_EXT_SB1, MIPS_AFL_EXT_4111, MIPS_AFL_EXT_4120): Likewise.
3321 (MIPS_AFL_EXT_5400, MIPS_AFL_EXT_5500): Likewise.
3322 (MIPS_AFL_EXT_LOONGSON_2E, MIPS_AFL_EXT_LOONGSON_2F): Likewise.
3323 (Val_GNU_MIPS_ABI_FP_ANY, Val_GNU_MIPS_ABI_FP_DOUBLE): New enum values.
3324 (Val_GNU_MIPS_ABI_FP_SINGLE, Val_GNU_MIPS_ABI_FP_SOFT): Likewise.
3325 (Val_GNU_MIPS_ABI_FP_OLD_64, Val_GNU_MIPS_ABI_FP_XX): Likewise.
3326 (Val_GNU_MIPS_ABI_FP_64, Val_GNU_MIPS_ABI_FP_64A): Likewise.
3327 (Val_GNU_MIPS_ABI_FP_MAX): Likewise.
3328 * sysdeps/mips/Makefile [subdir=elf]: Add tst-abi-interlink,
3329 tst-mode-switch-1, tst-mode-switch-2, tst-mode-switch-3 tests.
3330 * sysdeps/mips/bits/linkmap.h (struct link_map_machine): Add fpmode
3331 field.
3332 * sysdeps/mips/dl-machine.h (elf_machine_matches_host): Reject
3333 EF_MIPS_FP64.
3334 * sysdeps/mips/dl-machine-reject-phdr.h: New file.
3335 * sysdeps/mips/tst-abi-fp32mod.c: Likewise.
3336 * sysdeps/mips/tst-abi-fpxxmod.c: Likewise.
3337 * sysdeps/mips/tst-abi-fpxxomod.c: Likewise.
3338 * sysdeps/mips/tst-abi-fp64mod.c: Likewise.
3339 * sysdeps/mips/tst-abi-fp64amod.c: Likewise.
3340 * sysdeps/mips/tst-abi-interlink.c: Likewise.
3341 * sysdeps/mips/tst-mode-switch-1.c: Likewise.
3342 * sysdeps/mips/tst-mode-switch-2.c: Likewise.
3343 * sysdeps/mips/tst-mode-switch-3.c: Likewise.
3344 * sysdeps/unix/sysv/linux/mips/configure.ac (o32-fpabi): Define to
3345 record the current FP ABI extension.
3346 (mips-mode-switch): Define to show if kernel headers support mode
3347 switching.
3348 * sysdeps/unix/sysv/linux/mips/configure: Regenerate.
3349 * sysdeps/unix/sysv/linux/mips/ldsodefs.h: Increase maximum
3350 supported SYSV ABI version to 3.
3351 * sysdeps/unix/sysv/linux/mips/libc-abis: Add new MIPS_O32_FP64
3352 feature.
3353
f59ad976
RS
33542014-12-31 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
3355 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3356
3357 * sysdeps/powerpc/powerpc64/power7/strcpy.S (strcpy): Optimize unaligned
3358 path.
3359 * benchtests/bench-strcpy.c (test_main): Add more unaligned inputs.
3360
4a3d3999
JM
33612014-12-31 Joseph Myers <joseph@codesourcery.com>
3362
3363 * sysdeps/powerpc/bits/fenvinline.h (fegetround): Rename macro to
3364 __fegetround and redefine to call __fegetround. Remove condition
3365 on [!__NO_MATH_INLINES].
3366 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove inline
3367 function.
3368 * sysdeps/powerpc/nofpu/fenv_libc.h: Remove file.
3369 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
3370 Remove macro.
3371 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Include <fenv.h>
3372 instead of <fenv_libc.h>.
3373 (__llrintl): Call fegetround instead of __fegetround.
3374 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Include <fenv.h>
3375 instead of <fenv_libc.h>.
3376 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
3377 (__lrintl): Call fegetround instead of __fegetround.
3378 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Include <fenv.h>
3379 instead of <fenv_libc.h>.
3380 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
3381 (__rintl): Call fegetround instead of __fegetround.
3382
195f3afc
SP
33832014-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
3384
3385 * scripts/gen-posix-conf-vars.awk: Don't use multi-dimensional
3386 arrays.
3387
7062bd42
L
33882014-12-30 H.J. Lu <hongjiu.lu@intel.com>
3389
3390 [BZ #17775]
3391 * sysdeps/i386/dl-machine.h (PI_STATIC_AND_HIDDEN): Removed.
3392 (elf_machine_dynamic) [!PI_STATIC_AND_HIDDEN]: Likewise.
3393 (elf_machine_load_address) [!PI_STATIC_AND_HIDDEN]: Likewise.
3394
07256e18
AS
33952014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
3396
3397 * sysdeps/i386/tls-macros.h: Include <features.h>.
3398 (TLS_LE): Use non-PIC version for GCC >= 5.0.
3399 (TLS_IE): Likewise.
3400 (TLS_LD): Likewise.
3401 (TLS_GD): Likewise.
3402 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Don't
3403 define for GCC >= 5.0.
3404
1ff950ad
CM
34052014-12-30 Chris Metcalf <cmetcalf@ezchip.com>
3406
3407 * math/test-fenv.c (test_single_exception, set_single_exc,
3408 feenv_nomask_test, feenv_mask_test, feexcp_nomask_test,
3409 feexcp_mask_test, feenable_test, fe_single_test): Add
3410 [!FE_ALL_EXCEPT] test so these routines are not compiled in the
3411 case where they are not used.
3412 * math/libm-test.inc: Likewise.
3413 * setjmp/test-setjmp-fp.c: Mark attribute ((unused)) on variable
3414 unused in the absence of FP rounding/exception support.
3415 * stdio-common/tst-printf-round.c: Likewise.
3416 * stdlib/tst-strtod-round.c: Likewise.
3417 * stdlib/tst-strtod-underflow.c: Likewise.
3418
0747f818
JM
34192014-12-30 Joseph Myers <joseph@codesourcery.com>
3420
3421 [BZ #17723]
3422 * include/fenv.h (__feraiseexcept): Use libm_hidden_proto.
3423 * math/fraiseexcpt.c (__feraiseexcept): Use libm_hidden_def.
3424 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3425 __feraiseexcept and define as weak alias of __feraiseexcept. Use
3426 libm_hidden_weak.
3427 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Likewise.
3428 * sysdeps/hppa/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3429 * sysdeps/i386/fpu/fraiseexcpt.c (__feraiseexcept): Use
3430 libm_hidden_def.
3431 * sysdeps/ia64/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3432 __feraiseexcept and define as weak alias of __feraiseexcept. Use
3433 libm_hidden_weak.
3434 * sysdeps/m68k/coldfire/fpu/fraiseexcpt.c (feraiseexcept):
3435 Likewise.
3436 * sysdeps/microblaze/math_private.h (__feraiseexcept): New macro.
3437 * sysdeps/mips/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3438 __feraiseexcept and define as weak alias of __feraiseexcept. Use
3439 libm_hidden_weak.
3440 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3441 libm_hidden_def.
3442 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
3443 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c
3444 (__feraiseexcept): Likewise.
3445 * sysdeps/s390/fpu/fraiseexcpt.c (feraiseexcept): Rename to
3446 __feraiseexcept and define as weak alias of __feraiseexcept. Use
3447 libm_hidden_weak.
3448 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Likewise.
3449 * sysdeps/sparc/fpu/fraiseexcpt.c (__feraiseexcept): Use
3450 libm_hidden_def.
3451 * sysdeps/tile/math_private.h (__feraiseexcept): New macro.
3452 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (__feraiseexcept):
3453 Use libm_hidden_def.
3454 * sysdeps/x86_64/fpu/fraiseexcpt.c (__feraiseexcept): Use
3455 libm_hidden_def.
3456 (feraiseexcept): Define as weak not strong alias. Use
3457 libm_hidden_weak.
3458 * sysdeps/x86/fpu/bits/fenv.h (__feraiseexcept_invalid_divbyzero):
3459 New inline function. Factored out of ...
3460 (feraiseexcept): ... here. Use __feraiseexcept_invalid_divbyzero.
3461 * sysdeps/x86/fpu/include/bits/fenv.h: New file.
3462 * math/e_scalb.c (invalid_fn): Call __feraiseexcept instead of
3463 feraiseexcept.
3464 * math/w_acos.c (__acos): Likewise.
3465 * math/w_asin.c (__asin): Likewise.
3466 * math/w_ilogb.c (__ilogb): Likewise.
3467 * math/w_j0.c (y0): Likewise.
3468 * math/w_j1.c (y1): Likewise.
3469 * math/w_jn.c (yn): Likewise.
3470 * math/w_log.c (__log): Likewise.
3471 * math/w_log10.c (__log10): Likewise.
3472 * sysdeps/aarch64/fpu/feupdateenv.c (feupdateenv): Likewise.
3473 * sysdeps/aarch64/fpu/math_private.h
3474 (libc_feupdateenv_test_aarch64): Likewise.
3475 * sysdeps/alpha/fpu/feupdateenv.c (__feupdateenv): Likewise.
3476 * sysdeps/arm/fenv_private.h (libc_feupdateenv_test_vfp): Likewise.
3477 * sysdeps/arm/feupdateenv.c (feupdateenv): Likewise.
3478 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Likewise.
3479 * sysdeps/m68k/fpu/feupdateenv.c (__feupdateenv): Likewise.
3480 * sysdeps/mips/fpu/feupdateenv.c (feupdateenv): Likewise.
3481 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Likewise.
3482 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
3483 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
3484 * sysdeps/sparc/fpu/feupdateenv.c (__feupdateenv): Likewise.
3485
8d2b2763
L
34862014-12-30 H.J. Lu <hongjiu.lu@intel.com>
3487
3488 [BZ #17732]
3489 * io/test-utime.c (main): Replace %ld with %jd and cast to
3490 intmax_t.
41fad830 3491 * libio/tst-ftell-active-handler.c (do_append_test): Likewise.
e401d5ca
L
3492 * nptl/tst-mutex5.c: Include <stdint.h>.
3493 (do_test): Replace %ld with %jd and cast to intmax_t.
6490d945
L
3494 * posix/tst-regex.c (run_test): Likewise.
3495 (run_test_backwards): Likewise.
5d619de4
L
3496 * rt/tst-clock.c: Include <stdint.h>.
3497 (clock_test): Replace %ld with %jd and cast to intmax_t.
3498 * rt/tst-cpuclock1.c: Include <stdint.h>.
3499 (do_test): Replace %lu with %ju and cast to uintmax_t.
3500 * rt/tst-cpuclock2.c: Include <stdint.h>.
3501 (do_test): Replace %lu with %ju and cast to uintmax_t.
3502 * rt/tst-mqueue1.c: Include <stdint.h>.
3503 (check_attrs): Replace %ld with %jd and cast to intmax_t.
3504 * rt/tst-mqueue3.c (fct): Replace %ld with %jd and cast to
3505 intmax_t.
3506 * rt/tst-mqueue4.c (do_test): Likewise.
3507 * rt/tst-timer4.c: Include <stdint.h>.
3508 (check_ts): Replace %ld with %jd and cast to intmax_t.
3509 (do_test): Likewise.
ad86fbc3
L
3510 * stdio-common/tst-fmemopen2.c (do_test): Replace %ld with %jd
3511 and cast to intmax_t.
37f46900 3512 * sysdeps/pthread/tst-timer.c (main): Likewise.
fe342f50
L
3513 * time/clocktest.c (main): Likewise.
3514 * time/tst-posixtz.c (do_test): Likewise.
126f6c72 3515 * timezone/tst-timezone.c (main): Likewise.
8d2b2763 3516
8b4416d8
AS
35172014-12-30 Andrew Senkevich <andrew.senkevich@intel.com>
3518 H.J. Lu <hongjiu.lu@intel.com>
3519
3520 * sysdeps/i386/i686/multiarch/bcopy-sse2-unaligned.S: New file.
3521 * sysdeps/i386/i686/multiarch/memcpy-sse2-unaligned.S: Likewise.
3522 * sysdeps/i386/i686/multiarch/memmove-sse2-unaligned.S: Likewise.
3523 * sysdeps/i386/i686/multiarch/mempcpy-sse2-unaligned.S: Likewise.
3524 * sysdeps/i386/i686/multiarch/bcopy.S: Select the sse2_unaligned
3525 version if bit_Fast_Unaligned_Load is set.
3526 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
3527 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
3528 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
3529 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
3530 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
3531 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
3532 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
3533 bcopy-sse2-unaligned, memcpy-sse2-unaligned,
3534 memmove-sse2-unaligned and mempcpy-sse2-unaligned.
3535 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c (MAX_IFUNC): Set
3536 to 4.
3537 (__libc_ifunc_impl_list): Test __bcopy_sse2_unaligned,
3538 __memmove_chk_sse2_unaligned, __memmove_sse2_unaligned,
3539 __memcpy_chk_sse2_unaligned, __memcpy_sse2_unaligned,
3540 __mempcpy_chk_sse2_unaligned, and __mempcpy_sse2_unaligned.
3541
e47b8d3b
CM
35422014-12-29 Chris Metcalf <cmetcalf@ezchip.com>
3543
6d6d7fde
CM
3544 * sysdeps/unix/sysv/linux/tst-setgetname.c (do_test): Use #ifndef
3545 instead of #if to avoid a Wundef warning.
3546 * stdlib/tst-limits.c (do_test): Likewise.
3547
cd2c37c9
CM
3548 * sysdeps/tile/math_private.h (fetestexcept): Add macro to
3549 parallel other exception macros.
3550 (fegetenv): Convert from macro to extern inline so that it applies
3551 retroactively to inline functions already seen by the compiler.
3552 (fesetenv, feupdateenv, fegetround, fesetround): Likewise.
3553
e47b8d3b
CM
3554 * posix/Makefile (before-compile): Use $(objpfx) for
3555 posix-conf-vars-def.h.
3556
4a6aca7b
SP
35572014-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
3558
7910c2ae
SP
3559 * posix/getconf.c (main): Use size_t for type of I.
3560 * scripts-gen-posix-conf-vars.awk (END): Use size_t for type of
3561 NSPEC.
3562
50cbbaa9
SP
3563 * posix/posix-conf-vars.list (SPEC:XBS5): Add sysconf prefix.
3564 * posix/confstr.c: Define NEED_SPEC_ARRAY to 0.
3565 * posix/posix-envs.def: Likewise.
3566 * sysdeps/posix/sysconf.c: Likewise.
3567 * posix/getconf.c: Define NEED_SPEC_ARRAY to 1.
3568 (specs): Remove array.
3569 * scripts/gen-posix-conf-vars.awk: Support generation of specs
3570 array.
3571
3b566046
SP
3572 * posix/posix-conf-vars.list: Add _POSIX sysconf namespace.
3573 * sysdeps/posix/sysconf.c: Include posix-conf-vars.h.
3574 (__sysconf): Use CONF_IS_* macros.
3575
4a6aca7b
SP
3576 * posix/Makefile (before-compile): Add posix-conf-vars-def.h.
3577 ($(objpfx)posix-conf-vars-def.h): New target.
3578 * posix/posix-conf-vars.list: New file.
3579 * posix/posix-conf-vars.h: New file.
3580 * posix/confstr.c: Include posix-conf-vars.h.
3581 (confstr): Use CONF_IS_* macros.
3582 * posix/posix-envs.def: Include posix-conf-vars.h. Use
3583 CONF_IS_* macros.
3584 * scripts/gen-posix-conf-vars.awk: New file.
3585
7c1395a7
CM
35862014-12-26 Chris Metcalf <cmetcalf@ezchip.com>
3587
0025b4cc
CM
3588 * sysdeps/tile/math_private.h (fegetenv, fesetenv, feupdateenv,
3589 fegetround): Add no-op macros to avoid linknamespace issues.
3590
d8aaf74b
CM
3591 * sysdeps/unix/sysv/linux/clock_settime.c (SYSDEP_SETTIME): Remove
3592 definitions of INTERNAL_VSYSCALL and INLINE_VSYSCALL.
3593
5d24aa60
CM
3594 * sysdeps/unix/sysv/linux/tile/sysdep.h
3595 (HAVE_CLOCK_GETTIME_VSYSCALL): Move definition out of
3596 assembly-specific section to avoid a redefinition warning.
3597
7c1395a7
CM
3598 * sysdeps/tile/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast to
3599 long before casting to pointer to avoid a cast warning.
3600
3c87c616
CM
36012014-12-23 Chris Metcalf <cmetcalf@ezchip.com>
3602
3603 * sysdeps/tile/tilegx/Implies: New file.
3604
f559d8cf
RE
36052014-12-23 Richard Earnshaw <rearnsha@arm.com>
3606
3607 * string/stpcpy.c (__stpcpy): Rewrite using strlen and memcpy.
3608
7d81e8d6
FW
36092014-12-23 Florian Weimer <fweimer@redhat.com>
3610
3611 * iconvdata/run-iconv-test.sh: Actually test iconv modules.
3612
90aa3d09
JM
36132014-12-22 Joseph Myers <joseph@codesourcery.com>
3614
3615 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES): Do
3616 not define.
3617 * sysdeps/unix/sysv/linux/utimes.c: Do not include
3618 <kernel-features.h>.
3619 (__utimes) [__NR_utimes]: Make code unconditional.
3620 (__utimes) [!__ASSUME_UTIMES]: Remove conditional code.
3621 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
3622 (__ASSUME_UTIMES): Do not undefine.
3623 * sysdeps/unix/sysv/linux/tile/kernel-features.h
3624 (__ASSUME_UTIMES): Likewise.
3625 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
3626 (__ASSUME_UTIMES): Define for [__LINUX_KERNEL_VERSION >= 0x030e00]
3627 instead of undefining for [__LINUX_KERNEL_VERSION < 0x030e00].
3628 * sysdeps/unix/sysv/linux/hppa/utimes.c: New file.
3629
4c0c0e2a
SE
36302014-12-22 Steve Ellcey <sellcey@imgtec.com>
3631
3632 * sysdeps/mips/memcpy.S: Fix preprocessor indentation.
3633
0dacd7a3
CM
36342014-12-22 Chris Metcalf <cmetcalf@ezchip.com>
3635
b638f96a
CM
3636 [BZ #17747]
3637 * math/w_j0.c [defined NO_LONG_DOUBLE] (j0, y0): Convert strong
3638 alias to weak alias for j0l, y0l.
3639 * math/w_j1.c [defined NO_LONG_DOUBLE] (j1, y1): Likewise.
3640 * math/w_jn.c [defined NO_LONG_DOUBLE] (jn, yn): Likewise.
3641
0dacd7a3
CM
3642 [BZ #17746]
3643 * sysdeps/tile/tilegx/strstr.c (STRSTR2): Remove implicit boolean
3644 conversion.
3645
528479c4
SE
36462014-12-22 Steve Ellcey <sellcey@imgtec.com>
3647
3648 * sysdeps/unix/mips/sysdep.h (__mips_isa_rev): Set
3649 to zero if not already defined.
3650
f56f9124
JM
36512014-12-22 Joseph Myers <joseph@codesourcery.com>
3652
3653 [BZ #17724]
3654 * sysdeps/ieee754/k_standard.c: Don't include <float.h>.
3655 (__kernel_standard_f): Remove. Moved to k_standardf.c.
3656 (__kernel_standard_l): Remove. Moved to k_standardl.c with
3657 (char *) casts added.
3658 * sysdeps/ieee754/k_standardf.c: New file.
3659 * sysdeps/ieee754/k_standardl.c: Likewise.
3660 * math/Makefile (libm-support): Remove k_standard.
3661 (libm-calls): Add k_standard.
3662
8622d556
WD
36632014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
3664
3665 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
3666 Optimize to avoid an unnecessary FPCR read.
3667
f3806bdb
WD
36682014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
3669
3670 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv):
3671 Optimize to reduce FPCR/FPSR accesses.
3672
9b47df58
WD
36732014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
3674
3675 * sysdeps/aarch64/fpu/ftestexcept.c (fetestexcept):
3676 Call libc_fetestexcept_aarch64.
3677
97be3cac
WD
36782014-12-22 Wilco Dijkstra <wdijkstr@arm.com>
3679
3680 * sysdeps/aarch64/fpu/fesetround.c (fesetround):
3681 Call libc_fesetround_aarch64.
3682
935ab817
JM
36832014-12-22 Joseph Myers <joseph@codesourcery.com>
3684
3685 [BZ #17733]
3686 * sysdeps/unix/sysv/linux/bind.S (NO_WEAK_ALIAS): Do not define.
3687 (__bind): Do not define as weak alias.
3688 * sysdeps/unix/sysv/linux/getsockname.S (NO_WEAK_ALIAS): Do not
3689 define.
3690 (__getsockname): Do not define as weak alias.
3691
cc8623f1
WN
36922014-12-22 Will Newton <will.newton@linaro.org>
3693
3694 * manual/install.texi: Document that we require bison 2.7
3695 or above.
3696 * INSTALL: Regenerate.
3697 * configure.ac: Use AC_CHECK_PROG_VER instead of
3698 AC_PATH_PROG when checking for bison and check for
3699 version 2.7 or above.
3700 * configure: Regenerate.
3701
a19ca65a
CM
37022014-12-21 Chris Metcalf <cmetcalf@ezchip.com>
3703
92901170 3704 [BZ #17745]
e969965a
CM
3705 * sysdeps/tile/ffs.c (__ffs): Moved ffsll definition...
3706 * sysdeps/tile/ffsll.c (ffsll): To here.
3707
a19ca65a
CM
3708 * sysdeps/unix/sysv/linux/tile/localplt.data: Removed.
3709
050f7298
L
37102014-12-21 H.J. Lu <hongjiu.lu@intel.com>
3711
3712 * elf/dl-tls.c (__tls_get_addr): Provide the hidden definition
3713 if not defined.
3714 * sysdeps/i386/dl-tls.h (___tls_get_addr): Provide the hidden
3715 definition.
3716 * sysdeps/i386/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3717 hidden ___tls_get_addr.
3718 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_dynamic): Call the
3719 hidden __tls_get_addr.
3720 * sysdeps/generic/localplt.data (__tls_get_addr): Removed.
3721 * sysdeps/unix/sysv/linux/i386/localplt.data (___tls_get_addr):
3722 Likewise.
3723
6df5547e
AS
37242014-12-21 Andreas Schwab <schwab@linux-m68k.org>
3725
3726 * sysdeps/m68k/dl-machine.h (RTLD_START): Remove @PLTPC from
3727 _dl_init call.
3728
7432d613
L
37292014-12-21 H.J. Lu <hongjiu.lu@intel.com>
3730
3731 * sysdeps/i386/dl-machine.h (_dl_start_user): Remove @PLT
3732 from "call _dl_init@PLT".
3733 * sysdeps/x86_64/dl-machine.h (_dl_start_user): Likewise.
7432d613 3734
98fe149e
AK
37352014-12-21 Anders Kaseorg <andersk@mit.edu>
3736
3737 * manual/search.texi: (Array Sort Function): Clarify stable sorting
3738 guarantees.
3739
d12455f5
CM
37402014-12-20 Chris Metcalf <cmetcalf@ezchip.com>
3741
3742 * sysdeps/unix/sysv/linux/tile/localplt.data: New file.
3743
95dee05f
CM
37442014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
3745
92901170 3746 [BZ #17744]
95dee05f
CM
3747 * sysdeps/tile/tilegx/strstr.c (STRSTR): Call __strnlen, not
3748 strnlen.
3749
2ef4b74a
SE
37502014-12-19 Steve Ellcey <sellcey@imgtec.com>
3751
3752 * sysdeps/mips/addmul_1.S (__mpn_addmul_1): Use mulu/muhu instead
3753 of multu on MIPSr6.
3754 * sysdeps/mips/mul_1.S (__mpn_mul_1): Ditto.
3755 * sysdeps/mips/submul_1.S (__mpn_submul_1): Ditto.
3756 * sysdeps/mips/mips64/addmul_1.S (__mpn_addmul_1): Ditto.
3757 * sysdeps/mips/mips64/mul_1.S (__mpn_mul_1): Ditto.
3758 * sysdeps/mips/mips64/submul_1.S (__mpn_submul_1): Ditto.
3759
37602014-12-19 Steve Ellcey <sellcey@imgtec.com>
3761
3762 * sysdeps/mips/sys/asm.h (PTR_ADDU): Use addu on mips32r6/mips64r6.
3763 (PTR_ADDIU): Use addiu for mips32r6/mips64r6.
3764 (PTR_SUBU): Use subu for mips32r6/mips64r6.
3765 (PTR_SUBIU): Use subu for mips32r6/mips64r6 (subiu does not exist).
9d1fc928 3766 * sysdeps/mips/machine-gmon.h (PTR_ADDU_STRING) Use addu for
2ef4b74a
SE
3767 mips32r6/mips64r6.
3768 (PTR_SUBU_STRING) Use subu for mips32r6/mips64r6.
3769
3eb38795
OB
37702014-12-19 Ondřej Bílka <neleai@seznam.cz>
3771
3772 * string/strncat.c (STRNCAT): Simplify implementation.
3773
6d4188dd
DM
37742014-12-19 David S. Miller <davem@davemloft.net>
3775
0d4ba8be
DM
3776 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Use a union to
3777 access the quad as both a long double and as a series of 4 words.
3778
6d4188dd
DM
3779 * get-dynamic-info.h (elf_get_dynamic_info): Ignore -Warray-bounds for a
3780 link_map->l_info array access.
3781
4ef91cdc
CM
37822014-12-19 Chris Metcalf <cmetcalf@ezchip.com>
3783
804c54f7
CM
3784 * iconvdata/tst-loading.c (TIMEOUT): Increase timeout 10 sec.
3785
4ef91cdc
CM
3786 * math/atest-exp.c (TIMEOUT): Increase timeout to 10 sec.
3787 * math/atest-exp2.c (TIMEOUT): Likewise.
3788 * math/atest-sincos.c (TIMEOUT): Likewise.
3789
afd176d6
L
37902014-12-19 H.J. Lu <hongjiu.lu@intel.com>
3791
3792 * sysdeps/x86_64/x32/Makefile (CFLAGS-s_llround.c): Replace
3793 -Wno-error with -fno-builtin-lround.
3794
a4a43a90
TR
37952014-12-19 Torvald Riegel <triegel@redhat.com>
3796
3797 * sysdeps/unix/sysv/linux/i386/lowlevellock-futex.h: New file.
3798 Contains futex constants and functions moved over from ...
3799 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here. Include
3800 <lowlevellock-futex.h>.
3801 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3802 (lll_timedwait_tid): Add comments and parentheses around macro
3803 arguments.
3804
76f71081
TR
38052014-12-19 Torvald Riegel <triegel@redhat.com>
3806
3807 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Include
3808 <lowlevellock-futex.h>. Remove FUTEX_* constants defined there.
3809 (__lll_private_flag): Remove.
3810 (lll_futex_wait): Likewise.
3811 (lll_futex_timed_wait): Likewise.
3812 (lll_futex_wake): Likewise.
3813 (lll_futex_requeue): Likewise.
3814 (lll_wait_tid): Use lll_futex_wait instead of assembly code.
3815 (__lll_timedwait_tid): Spell out argument names.
3816 (lll_timedwait_tid): Add comments and parentheses around macro
3817 arguments.
3818 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Make FUTEX_* constants,
3819 LLL_SHARED and LLL_PRIVATE usable from assembly code.
3820
6b814909
TR
38212014-12-19 Torvald Riegel <triegel@redhat.com>
3822
3823 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Remove file.
3824 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
3825 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
3826 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Likewise.
3827 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Likewise.
3828 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Likewise.
3829 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Likewise.
3830 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Likewise.
3831 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Likewise.
3832 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: Likewise.
3833 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: Likewise.
3834 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Likewise.
3835 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Likewise.
3836 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Likewise.
3837 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Likewise.
3838 * sysdeps/unix/sysv/linux/sh/sem_post.S: Likewise.
3839 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Likewise.
3840 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: Likewise.
3841 * sysdeps/unix/sysv/linux/sh/sem_wait.S: Likewise.
3842
9cd4d4ab
L
38432014-12-19 H.J. Lu <hongjiu.lu@intel.com>
3844
3845 * sysdeps/x86_64/x32/Makefile: New file.
3846
c9c1a2d0
L
38472014-12-19 H.J. Lu <hongjiu.lu@intel.com>
3848
3849 * sysdeps/i386/ldbl2mpn.c (__mpn_extract_long_double): Replace
3850 1L with (mp_limb_t) 1.
3851
af102d95
RM
38522014-12-17 Roland McGrath <roland@hack.frob.com>
3853
dd690454
RM
3854 * sysdeps/nptl/fork.c (__fork_generation_pointer): Variable moved ...
3855 * nptl/libc_pthread_init.c: ... here.
3856 * sysdeps/nptl/fork.c (__fork_handlers): Variable moved ...
3857 * nptl/register-atfork.c: ... here.
3858
74eb826c
RM
3859 * sysdeps/nptl/gai_misc.h (__gai_start_notify_thread):
3860 Use pthread_sigmask rather than INTERNAL_SYSCALL.
3861 Use assert_perror to check its return value.
3862 (__gai_create_helper_thread): Likewise.
3863
c9ce306b
RM
3864 * inet/if_index.c (__if_freenameindex): Add libc_hidden_def.
3865
af102d95
RM
3866 * malloc/malloc.c (alloc_perturb, free_perturb): Remove inline keyword.
3867
8ac5a76a
JM
38682014-12-17 Joseph Myers <joseph@codesourcery.com>
3869
ea41469b
JM
3870 [BZ #17725]
3871 * sysdeps/generic/profil-counter.h (profil_counter): Rename to
3872 __profil_counter.
3873 * sysdeps/unix/sysv/linux/hppa/profil-counter.h (profil_counter):
3874 Likewise.
3875 * sysdeps/unix/sysv/linux/i386/profil-counter.h (profil_counter):
3876 Likewise.
3877 * sysdeps/unix/sysv/linux/ia64/profil-counter.h (profil_counter):
3878 Likewise.
3879 * sysdeps/unix/sysv/linux/s390/s390-32/profil-counter.h
3880 (profil_counter): Likewise.
3881 * sysdeps/unix/sysv/linux/s390/s390-64/profil-counter.h
3882 (profil_counter): Likewise.
3883 * sysdeps/unix/sysv/linux/sh/profil-counter.h (profil_counter):
3884 Likewise.
3885 * sysdeps/unix/sysv/linux/tile/profil-counter.h (profil_counter):
3886 Likewise.
3887 * sysdeps/unix/sysv/linux/x86_64/profil-counter.h
3888 (profil_counter): Likewise.
3889 * sysdeps/unix/sysv/linux/arm/profil-counter.h (profil_counter):
3890 Likewise.
3891 [!__profil_counter] (profil_counter): Define as weak alias of
3892 __profil_counter.
3893 * sysdeps/unix/sysv/linux/sparc/sparc32/profil-counter.h
3894 (profil_counter): Rename to __profil_counter.
3895 [!__profil_counter] (profil_counter): Define as weak alias of
3896 __profil_counter.
3897 * sysdeps/unix/sysv/linux/sparc/sparc64/profil-counter.h
3898 (profil_counter): Rename to __profil_counter.
3899 [!__profil_counter] (profil_counter): Define as weak alias of
3900 __profil_counter.
3901 * sysdeps/posix/profil.c: Update comment referring to
3902 profil_counter.
3903 (__profil): Use __profil_counter instead of profil_counter.
3904 * sysdeps/posix/sprofil.c (profil_counter): Rename to
3905 __profil_counter. Use __profil_counter_ushort and
3906 __profil_counter_uint in definitions.
3907 (__sprofil): Use __profil_counter_uint and __profil_counter_ushort
3908 instead of profil_counter_uint and profil_counter_ushort.
3909
8ac5a76a
JM
3910 [BZ #17722]
3911 * inet/inet_mkadr.c (inet_makeaddr): Rename to __inet_makeaddr and
3912 define as weak alias of __inet_makeaddr.
3913 * resolv/inet_addr.c (inet_addr): Rename to __inet_addr and define
3914 as weak alias of __inet_addr.
3915 * resolv/inet_pton.c (inet_pton): Rename to __inet_pton and define
3916 as weak alias of __inet_pton. Use libc_hidden_weak.
3917 * include/arpa/inet.h (__inet_pton): Declare. Use
3918 libc_hidden_proto.
3919 (inet_makeaddr): Don't use libc_hidden_proto.
3920 (__inet_makeaddr): Declare. Use libc_hidden_proto.
3921 * resolv/res_init.c (__res_vinit): Use __inet_pton instead of
3922 inet_pton. Use __inet_makeaddr instead of inet_makeaddr.
3923 * conform/Makefile (test-xfail-POSIX/pthread.h/linknamespace):
3924 Remove variable.
3925 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
3926 (test-xfail-POSIX/time.h/linknamespace): Likewise.
3927
66ce3cb1
SE
39282014-12-17 Steve Ellcey <sellcey@imgtec.com>
3929
3930 * inet/getnetgrent_r.c: Move while loop to be inside if statement.
3931
d22ce01b
SL
39322014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
3933
3934 * stdio-common/bug-vfprintf-nargs.c (do_test):
3935 Cast value to intptr_t to avoid format warning
3936 for usage with PRIdPTR printing macro.
3937
eca2772b
SL
39382014-12-17 Stefan Liebler <stli@linux.vnet.ibm.com>
3939
3940 * libio/tst-widetext.c (do_test):
3941 Use format type %td instead of %Zd for ptrdiff_t
3942 in order to avoid format warning.
3943
bdf079da
AS
39442014-12-17 Andreas Schwab <schwab@suse.de>
3945
3946 * nscd/mem.c (gc): Add size_t cast to match printf format.
3947
3eb5d2fc
RM
39482014-12-16 Roland McGrath <roland@hack.frob.com>
3949
3950 * sysdeps/gnu/unwind-resume.c: #include <sysdep.h>.
3951 (init): Apply PTR_MANGLE to pointers before storing them.
3952 (_Unwind_Resume, __gcc_personality_v0): Apply PTR_DEMANGLE to pointers
3953 before using them.
3954
d003ada2
JM
39552014-12-16 Joseph Myers <joseph@codesourcery.com>
3956
380292ba
JM
3957 [BZ #17719]
3958 * sysdeps/x86_64/memrchr.S (memrchr): Rename to __memrchr and
3959 define as weak alias of __memrchr.
3960 (__memrchr): Do not define as strong alias of memrchr.
3961 * conform/Makefile (test-xfail-XPG4/libgen.h/linknamespace):
3962 Remove variable.
3963 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
3964 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
3965 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
3966
9a44d530
JM
3967 [BZ #17717]
3968 * inet/if_index.c (if_nametoindex): Rename to __if_nametoindex and
3969 define as weak alias of __if_nametoindex. Use libc_hidden_weak.
3970 (if_indextoname): Rename to __if_indextoname and define as weak
3971 alias of __if_indextoname. Use libc_hidden_weak.
3972 (if_freenameindex): Rename to __if_freenameindex and define as
3973 weak alias of __if_freenameindex.
3974 (if_nameindex): Rename to __if_nameindex and define as weak alias
3975 of __if_nameindex.
3976 * sysdeps/mach/hurd/if_index.c (if_nametoindex): Rename to
3977 __if_nametoindex and define as weak alias of __if_nametoindex.
3978 Use libc_hidden_weak.
3979 (if_freenameindex): Rename to __if_freenameindex and define as
3980 weak alias of __if_freenameindex.
3981 (if_nameindex): Rename to __if_nameindex and define as weak alias
3982 of __if_nameindex.
3983 (if_indextoname): Rename to __if_indextoname and define as weak
3984 alias of __if_indextoname. Use libc_hidden_weak.
3985 * sysdeps/unix/sysv/linux/if_index.c (if_nametoindex): Rename to
3986 __if_nametoindex and define as weak alias of __if_nametoindex.
3987 Use libc_hidden_weak.
3988 (if_freenameindex): Rename to __if_freenameindex and define as
3989 weak alias of __if_freenameindex. Use libc_hidden_weak.
3990 (if_nameindex_netlink): Use __if_freenameindex instead of
3991 if_freenameindex.
3992 (if_nameindex): Rename to __if_nameindex and define as weak alias
3993 of __if_nameindex. Use libc_hidden_weak.
3994 (if_indextoname): Rename to __if_indextoname and define as weak
3995 alias of __if_indextoname. Use libc_hidden_weak.
3996 * include/net/if.h [!_ISOMAC] (__if_nametoindex): Declare and use
3997 libc_hidden_proto.
3998 [!_ISOMAC] (__if_freenameindex): Likewise.
3999 * resolv/res_init.c (__res_vinit): Use __if_nametoindex instead of
4000 if_nametoindex.
4001 * conform/Makefile (test-xfail-XPG4/grp.h/linknamespace): Remove
4002 variable.
4003 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
4004 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
4005 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
4006 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
4007 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
4008 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
4009 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
4010
d003ada2
JM
4011 * conform/Makefile (test-xfail-UNIX98/semaphore.h/linknamespace):
4012 Remove variable.
4013 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
4014 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
4015
a0d424ef
SP
40162014-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
4017
0cd85520
SP
4018 * resolv/res_send.c (__libc_res_nsend): Disable warning 'array
4019 subscript above bounds'
4020
a0d424ef
SP
4021 * resolv/res_send.c (__libc_res_nsend): Fix check for nsmap
4022 bounds.
4023
0e426475
AS
40242014-12-16 Arjun Shankar <arjun.is@lostca.se>
4025
8b460906
AS
4026 * libio/tst-fopenloc.c: Use test-skeleton.c.
4027
fa13e15b
AS
4028 * stdlib/tst-bsearch.c: Use test-skeleton.c.
4029 (entry): Rename to ITEM.
4030 (do_test, comp): Adjust.
4031
0e426475
AS
4032 * stdio-common/tst-fseek.c: Use test-skeleton.c.
4033
4f646bce
TR
40342014-12-16 Torvald Riegel <triegel@redhat.com>
4035
4036 * string/tester.c: Include <libc-internal.h>.
4037 (test_memset): Ignore -Wmemset-transposed-args.
4038
a07c4427
TR
40392014-12-16 Torvald Riegel <triegel@redhat.com>
4040
4041 * misc/tst-mntent2.c (do_test): Fix warning.
4042
1469f466
TR
40432014-12-16 Torvald Riegel <triegel@redhat.com>
4044
4045 * elf/tst-unique4lib.cc(a): Mark as used.
4046
11e3417a
FW
40472014-12-16 Florian Weimer <fweimer@redhat.com>
4048
4049 [BZ #17630]
4050 * resolv/nss_dns/dns-network.c (getanswer_r): Iterate over alias
4051 names.
4052
ae61fc7b
AM
40532014-12-16 Allan McRae <allan@archlinux.org>
4054
4055 * stdio-common/Makefile (tests): Re-add bug26.
4056
363a9899
OB
40572014-12-15 Ondřej Bílka <neleai@seznam.cz>
4058
4059 [BZ #17657]
4060 * locale/programs/ld-ctype.c (find_translit2, read_widestring): Return
4061 static array.
4062
d52c62df
TR
40632014-12-15 Bernard Ogden <bernie.ogden@linaro.org>
4064
4065 * nptl/lowlevellock.c (__lll_lock_wait_private): Add comments.
4066 (__lll_lock_wait): Likewise.
4067 (__lll_timedlock_wait): Likewise.
4068 (__lll_timedwait_tid): Likewise.
4069 * nptl/lowlevelrobustlock.c (__lll_robust_lock_wait): Likewise.
4070 (__lll_robust_timedlock_wait): Likewise.
4071 * sysdeps/nptl/lowlevellock.h (lll_trylock): Likewise.
4072 (lll_cond_trylock): Likewise.
4073 (__lll_lock): Likewise.
4074 (__lll_robust_lock): Likewise.
4075 (__lll_cond_lock): Likewise.
4076 (lll_robust_cond_lock): Likewise.
4077 (__lll_timedlock): Likewise.
4078 (__lll_robust_timedlock): Likewise.
4079 (__lll_unlock): Likewise.
4080 (__lll_robust_unlock): Likewise.
4081 (lll_wait_tid): Likewise.
4082 (lll_timedwait_tid): Likewise.
4083
045a6bcd
TR
40842014-12-15 Torvald Riegel <triegel@redhat.com>
4085
4086 * nptl/tst-sem4.c (do_test): Start with a fresh semaphore state.
4087
7f786dc1
TR
40882014-12-15 Torvald Riegel <triegel@redhat.com>
4089
4090 * nptl/tst-mutex5.c (do_test): Do not skip tests if elision is enabled.
4091
e7e21cba
AZ
40922014-12-15 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
4093
4094 * stdio-common/test-vfprintf.c: Include <libc-internal.h>.
4095 * stdio-common/tst-sprintf.c: Likewise.
4096
bc89c0fc
TR
40972014-12-15 Torvald Riegel <triegel@redhat.com>
4098
4099 * sysdeps/unix/sysv/linux/s390/pthread_once.c: Remove file.
4100
a5357b7c
JL
41012014-12-15 Jeff Law <law@redhat.com>
4102
4103 [BZ #16617]
4104 * stdio-common/vfprintf.c (vfprintf): Allocate large specs array
4105 on the heap. (CVE-2012-3406)
4106 * stdio-common/bug23-2.c, stdio-common/bug23-3.c: New file.
4107 * stdio-common/bug23-4.c: New file. Test case by Joseph Myers.
4108 * stdio-common/Makefile (tests): Add bug23-2, bug23-3, bug23-4.
4109
3a12c70f
WN
41102014-12-15 Will Newton <will.newton@linaro.org>
4111
4112 * manual/install.texi: Bump required version of texinfo
4113 to 4.7 from 4.5.
4114 * INSTALL: Regenerated.
4115 * configure.ac: Check for makeinfo version 4.7 and above.
4116 * configure: Regenerated.
4117
e4f639e4
RM
41182014-12-12 Roland McGrath <roland@hack.frob.com>
4119
4120 * sysdeps/posix/shm-directory.h (SHM_GET_NAME): Take new argument
4121 PREFIX, string constant to insert between directory and name.
4122 * sysdeps/posix/shm_open.c: Update caller.
4123 * sysdeps/posix/shm_unlink.c: Likewise.
4124 * nptl/semaphoreP.h (struct mountpoint_info): Type removed.
4125 (__where_is_shmfs, mountpoint, __namedsem_once): Declarations removed.
4126 (SEM_SHM_PREFIX): New macro.
4127 * sysdeps/posix/Makefile (librt-routines): Add shm-directory only if
4128 [$(have-thread-library) = no].
4129 * nptl/Makefile (libpthread-routines): Add shm-directory.
4130 * nptl/Versions (GLIBC_PRIVATE): Add __shm_directory.
4131 * sysdeps/nptl/shm-directory.h: New file.
4132 * sysdeps/posix/shm-directory.c
4133 [IS_IN (libpthread)] (__shm_directory): Add hidden_def.
4134 * sysdeps/unix/sysv/linux/shm-directory.c: Likewise.
4135 * nptl/sem_open.c (check_add_mapping): Use munmap function rather than
4136 INTERNAL_SYSCALL.
4137 (__where_is_shmfs): Function removed.
4138 (mountpoint, defaultmount, defaultdir, __namedsem_once):
4139 Variables removed.
4140 (sem_open): Use __libc_close function rather than INTERNAL_SYSCALL.
4141 Use SHM_GET_NAME.
4142 * nptl/sem_unlink.c: Prototypify. Use SHM_GET_NAME.
4143
4144 * sysdeps/nptl/bits/libc-lockP.h [IS_IN (libpthread)]
4145 (PTFAVAIL, __libc_ptf_call, __libc_ptf_call_always): Define as
4146 unconditional for use inside libpthread.
4147 [IS_IN (libpthread)]: Include <nptl/pthreadP.h>.
4148
439c43f6
RM
41492014-12-12 Roland McGrath <roland@hack.frob.com>
4150
c76d1ff5
RM
4151 * nptl/pthread_getaffinity.c: New file.
4152 * nptl/pthread_setaffinity.c: New file.
4153 * nptl/pthread_getname.c: New file.
4154 * nptl/pthread_setname.c: New file.
4155
439c43f6
RM
4156 * nptl/pthread_create.c (START_THREAD_DEFN)
4157 [! __ASSUME_SET_ROBUST_LIST]: Add missing & in lll_futex_wake argument.
4158
48e435cd
SL
41592014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
4160 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4161
4162 * resolv/res_send.c (send_vc): Disable warning resplen may
4163 be used uninitialized.
4164
9d9c0019
SL
41652014-12-12 Stefan Liebler <stli@linux.vnet.ibm.com>
4166
4167 * nptl/tst-mutex6.c
4168 (ATTR_NULL): New define checks ATTR against NULL.
4169 (do_test): Use !ATTR_NULL instead of ATTR != NULL.
4170 * nptl/tst-mutexpp6.c (ATTR_NULL): New define.
4171
9173840b
JL
41722014-12-11 James Lemke <jwlemke@codesourcery.com>
4173
4174 [BZ #17581]
4175 * malloc/hooks.c
4176 (mem2mem_check): Revert my previous change.
4177 (malloc_check_get_size): Revert my previous change.
4178 (mem2chunk_check): Revert my previous change.
4179
78e21c5d
RM
41802014-12-11 Roland McGrath <roland@hack.frob.com>
4181
4182 * sysdeps/posix/shm-directory.c: New file.
4183 * sysdeps/posix/shm-directory.h: New file.
4184 * sysdeps/posix/Makefile [($(subdir) = rt] (librt-routines): Add it.
4185 * sysdeps/posix/shm_open.c: Use SHM_GET_NAME.
4186 Use O_NOFOLLOW and O_CLOEXEC if available. Transmute EISDIR to EINVAL.
4187 * sysdeps/posix/shm_unlink.c: Use SHM_GET_NAME.
4188 Transmute EPERM to EACCES.
4189 * sysdeps/unix/sysv/linux/shm-directory.c: New file, most code taken
4190 from ...
4191 * sysdeps/unix/sysv/linux/shm_open.c: ... here. File removed.
4192 * sysdeps/unix/sysv/linux/shm_unlink.c: File removed.
4193
f82c43af
KK
41942014-12-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4195
4196 * sysdeps/sh/jmpbuf_unwind.h (_jmpbuf_sp): Declare SP as void
4197 pointer and cast to uintptr_t.
4198 * sysdeps/sh/nptl/tls.h (TLS_INIT_TP): Use NULL instead of 0.
4199 * sysdeps/unix/sysv/linux/sh/lowlevellock.h (lll_futex_timed_wait):
4200 Add cast to avoid warning.
4201 * sysdeps/unix/sysv/linux/sh/register-dump.h: Use 0 instead of NULL.
4202
fc00cf7b
JM
42032014-12-11 Joseph Myers <joseph@codesourcery.com>
4204
4205 * nptl/semaphore.h: Move to ...
4206 * sysdeps/pthread/semaphore.h: ... here.
4207 * Makefile (installed-headers): Change nptl/semaphore.h to
4208 sysdeps/pthread/semaphore.h.
4209
1c4053db
RM
42102014-12-11 Roland McGrath <roland@hack.frob.com>
4211
73b0c1a1
RM
4212 * misc/tst-error1.c (do_test): Ignore -Wformat-security for
4213 generated error format strings.
4214
1c4053db
RM
4215 * stdio-common/tstdiomisc.c (t2): Ignore -Wformat and
4216 -Wformat-extra-args warnings for scanf formats.
4217 * stdio-common/scanf4.c (main): Ignore -Wformat-zero-length around
4218 test of zero-length format (duh).
4219 * stdio-common/scanf7.c (main): Ignore -Wformat warnings for
4220 corner-case scanf format test.
4221 * stdio-common/test-vfprintf.c (do_test): Ignore -Wformat-security for
4222 generated fprintf format string.
4223 * stdio-common/tst-sprintf.c (do_test): Ignore -Wformat warnings for
4224 corner-case sprintf format tests.
4225 * stdio-common/tst-printf.c: Ignore -Wformat throughout.
4226 * stdio-common/tst-printfsz.c (main): Ignore -Wformat and
4227 -Wformat-extra-args warnings throughout.
4228 * stdio-common/Makefile (CFLAGS-tstdiomisc.c): Variable removed.
4229 (CFLAGS-scanf4.c): Likewise.
4230 (CFLAGS-scanf7.c): Likewise.
4231 (CFLAGS-tst-sprintf.c): Likewise.
4232 (CFLAGS-tst-printf.c): Likewise.
4233 (CFLAGS-tst-printfsz.c): Likewise.
4234
47d51f4f
JM
42352014-12-11 Joseph Myers <joseph@codesourcery.com>
4236
a1edbf3c
JM
4237 * include/cpio.h: New file.
4238 * include/fmtmsg.h: Likewise.
4239
47d51f4f
JM
4240 * tst-mbswcs1.c (show): Use %zu format instead of %Zd. Cast
4241 corresponding format argument to size_t.
4242 * tst-mbswcs2.c (show): Likewise. Use %td format for ptrdiff_t
4243 arguments.
4244 * tst-mbswcs3.c (show): Use %zu format instead of %Zd. Cast
4245 corresponding format argument to size_t.
4246 * tst-mbswcs4.c (show): Likewise. Use %td format for ptrdiff_t
4247 arguments.
4248 * tst-mbswcs5.c (show): Use %zu format instead of %Zd. Cast
4249 corresponding format argument to size_t.
4250 * tst-trans.c (do_test): Use %lc format for wint_t arguments.
4251 * Makefile (CFLAGS-tst-mbswcs1.c): Remove variable.
4252 (CFLAGS-tst-mbswcs2.c): Likewise.
4253 (CFLAGS-tst-mbswcs3.c): Likewise.
4254 (CFLAGS-tst-mbswcs4.c): Likewise.
4255 (CFLAGS-tst-mbswcs5.c): Likewise.
4256 (CFLAGS-tst-trans.c): Likewise
4257
e9813cfb
RM
42582014-12-11 Roland McGrath <roland@hack.frob.com>
4259
4260 * posix/regexbug1.c (main): Use "%s" format with regerror results,
4261 rather than assuming they won't contain any '%'s.
4262
f627ca82
CM
42632014-12-11 Chris Metcalf <cmetcalf@ezchip.com>
4264
4265 * sysdeps/tile/tilegx/memset.c (__memcpy): Add
4266 inhibit_loop_to_libcall to avoid recursive calls.
4267 * sysdeps/tile/tilegx/memcpy.c (__memcpy): Likewise.
4268 * sysdeps/tile/tilepro/memcpy.c (__memcpy): Likewise.
4269
7f296942
AZ
42702014-12-11 Adhemerval Zanella <Azanella@linux.vnet.ibm.com>
4271
4272 * include/sys/socket.h (__sendmmsg): Add __USE_GNU guards on function
4273 prototype.
4274
d0276e18
SE
42752014-12-11 Steve Ellcey <sellcey@imgtec.com>
4276
4277 * sysdeps/mips/dl-trampoline.c: Modify switch expression to have
4278 integer value instead of boolean.
4279
fc56e970
SE
42802014-12-11 Steve Ellcey <sellcey@imgtec.com>
4281
4282 * malloc/malloc.c: Fix powerof2 check.
4283
40e53917
SL
42842014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
4285
4286 * locale/programs/locfile.h (maybe_swap_uint32):
4287 Remove inline and add unused attribute.
4288
1ea166df
SL
42892014-12-11 Stefan Liebler <stli@linux.vnet.ibm.com>
4290
9d9c0019 4291 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
1ea166df
SL
4292 Truncating assembler expression to a .long expression.
4293
acf869f4
AS
42942014-12-11 Andreas Schwab <schwab@suse.de>
4295
4296 * elf/rtld.c (struct map_args): Constify str member.
4297 (do_preload): Constify fname argument.
4298
9d969099
AZ
42992014-12-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4300
4301 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Remove overflow warnings for
4302 constants definition.
4303
da5bcaa4
AS
43042014-12-11 Andreas Schwab <schwab@suse.de>
4305
b0a3c164
AS
4306 [BZ #16657]
4307 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Use
4308 FORCE_ELISION instead of DO_ELISION.
4309 * sysdeps/unix/sysv/linux/x86/force-elision.h (DO_ELISION):
4310 Remove.
4311 * sysdeps/unix/sysv/linux/s390/force-elision.h (DO_ELISION):
4312 Likewise.
4313
da5bcaa4
AS
4314 * iconvdata/gconv-modules: Remove duplicate entry.
4315
6d248857
WN
43162014-12-11 Will Newton <will.newton@linaro.org>
4317
4318 Merge gettext 0.19.3 into intl/.
4319
4320 This involves a number of cosmetic changes to comments
4321 and ANSI function definitions and prototypes throughout
4322 all the files. The gettext copyright header is used but
4323 with the date ranges taken from the glibc copy.
4324
4325 * NEWS: Add gettext merge to 2.21.
4326 * intl/bindtextdom.c: Switch to gettext copyright.
4327 Use ANSI definitions and prototypes.
4328 Use gl_* locking primitives rather than __libc_* ones.
4329 Use __builtin_expect rather than __glibc_likely/unlikely.
4330 * intl/dcgettext.c: Switch to gettext copyright.
4331 Use ANSI definitions and prototypes.
4332 * intl/dcigettext.c: Switch to gettext copyright.
4333 Use ANSI definitions and prototypes.
4334 (INTDIV0_RAISES_SIGFPE): New define.
4335 Use gl_* locking primitives rather than __libc_* ones.
4336 Include eval-plural.h instead of plural-eval.c.
4337 Use __builtin_expect rather than __glibc_likely/unlikely.
4338 * intl/dcngettext.c: Switch to gettext copyright.
4339 Use ANSI definitions and prototypes.
4340 * intl/dgettext.c: Likewise.
4341 * intl/dngettext.c: Likewise.
4342 * intl/plural-eval.c: Renamed to...
4343 * intl/eval-plural.h: ...this.
4344 * intl/explodename.c: Switch to gettext copyright.
4345 Use ANSI definitions and prototypes.
4346 (_nl_explode_name): Use strchr instead of __rawmemchr.
4347 * intl/finddomain.c: Switch to gettext copyright.
4348 Use ANSI definitions and prototypes.
4349 Use gl_* locking primitives rather than __libc_* ones.
4350 (_nl_find_domain): Use malloc rather than alloca for
4351 allocation of temporary locale name.
4352 * intl/gettext.c: Switch to gettext copyright.
4353 Use ANSI definitions and prototypes.
4354 * intl/gettextP.h: Switch to gettext copyright.
4355 Use ANSI definitions and prototypes.
4356 Use gl_* locking primitives rather than __libc_* ones.
4357 * intl/gmo.h: Switch to gettext copyright.
4358 (struct sysdep_string): Move struct segment_pair outside of
4359 struct definition.
4360 * intl/hash-string.c: Use ANSI definitions and prototypes.
4361 * intl/hash-string.h: Switch to gettext copyright.
4362 Use ANSI definitions and prototypes.
4363 * intl/l10nflist.c: Switch to gettext copyright.
4364 Use ANSI definitions and prototypes.
4365 (_nl_normalize_codeset): Avoid integer overflow.
4366 * intl/loadinfo.h: Switch to gettext copyright.
4367 Use ANSI definitions and prototypes.
4368 (LIBINTL_DLL_EXPORTED): New define.
4369 (PATH_SEPARATOR): New define.
4370 * intl/loadmsgcat.c: Switch to gettext copyright.
4371 * intl/localealias.c: Switch to gettext copyright.
4372 Use ANSI definitions and prototypes.
4373 (_nl_expand_alias): Use PATH_SEPARATOR.
4374 * intl/ngettext.c: Switch to gettext copyright.
4375 Use ANSI definitions and prototypes.
4376 * intl/plural-exp.c: Likewise.
4377 * intl/plural-exp.h: Switch to gettext copyright.
4378 Use ANSI definitions and prototypes.
4379 (struct expression): Move definition of enum operator outside
4380 of struct definition.
4381 * intl/plural.c: Regenerate.
4382 * intl/plural.y: Switch to gettext copyright.
4383 Use ANSI definitions and prototypes.
4384 Port to bison 3.0.
4385 * intl/textdomain.c: Switch to gettext copyright.
4386 Use ANSI definitions and prototypes.
4387 Use gl_* locking primitives rather than __libc_* ones.
4388
48c43298
SE
43892014-12-10 Steve Ellcey <sellcey@imgtec.com>
4390
4391 * debug/warning-nop.c: Add used atrribute.
4392
2b89bce9
JM
43932014-12-10 Joseph Myers <joseph@codesourcery.com>
4394
c153ac9f
JM
4395 * sysdeps/unix/sysv/linux/mips/mips32/waitid.c: New file.
4396
2b89bce9
JM
4397 * sysdeps/unix/sysv/linux/mips/mips64/Makefile
4398 [$(subdir) == signal] (CFLAGS-sigaction.c): New variable.
4399 [$(subdir) == nptl] (CFLAGS-sigaction.c): Likewise.
4400
2cfbdb9a
JM
44012014-12-10 Joseph Myers <joseph@codesourcery.com>
4402 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4403
4404 [BZ #17634]
4405 * wcsmbs/wcschr.c [!WCSCHR] (wcschr): Define as __wcschr.
4406 Undefine after defining function. Define as weak alias of
4407 __wcschr. Use libc_hidden_weak.
4408 * include/wchar.h (__wcschr): Declare. Use libc_hidden_proto.
4409 * sysdeps/i386/i686/multiarch/wcschr-c.c [IS_IN (libc) && SHARED]
4410 (libc_hidden_def): Also define __GI___wcschr alias.
4411 * sysdeps/i386/i686/multiarch/wcschr.S (wcschr): Rename to
4412 __wcschr and define as weak alias of __wcschr.
4413 * sysdeps/powerpc/power6/wcschr.c [!WCSCHR] (WCSCHR): Define as
4414 __wcschr.
4415 [!WCSCHR] (DEFAULT_WCSCHR): Define.
4416 [DEFAULT_WCSCHR] (__wcschr): Use libc_hidden_def.
4417 [DEFAULT_WCSCHR] (wcschr): Define as weak alias of __wcschr. Use
4418 libc_hidden_weak. Do not use libc_hidden_def.
4419 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c
4420 [IS_IN (libc) && SHARED] (libc_hidden_def): Also define
4421 __GI___wcschr alias.
4422 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c
4423 [IS_IN (libc)] (wcschr): Define as macro expanding to
4424 __redirect_wcschr.
4425 [IS_IN (libc)] (__wcschr_ppc): Use __redirect_wcschr in typeof.
4426 [IS_IN (libc)] (__wcschr_power6): Likewise.
4427 [IS_IN (libc)] (__wcschr_power7): Likewise.
4428 [IS_IN (libc)] (__libc_wcschr): New. Define with libc_ifunc
4429 instead of wcschr.
4430 [IS_IN (libc)] (wcschr): Undefine and define as weak alias of
4431 __libc_wcschr.
4432 [!IS_IN (libc)] (libc_hidden_def): Do not undefine and redefine.
4433 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c (wcschr): Rename to
4434 __wcschr and define as weak alias of __wcschr. Use
4435 libc_hidden_builtin_def.
4436 * sysdeps/x86_64/wcschr.S (wcschr): Rename to __wcschr and define
4437 as weak alias of __wcschr. Use libc_hidden_weak.
4438 * time/alt_digit.c (_nl_get_walt_digit): Use __wcschr instead of
4439 wcschr.
4440 * time/era.c (_nl_init_era_entries): Likewise.
4441 * conform/Makefile (test-xfail-ISO/time.h/linknamespace): Remove
4442 variable.
4443 (test-xfail-XPG3/time.h/linknamespace): Likewise.
4444 (test-xfail-XPG4/time.h/linknamespace): Likewise.
4445
1b8bf351
JM
44462014-12-10 Joseph Myers <joseph@codesourcery.com>
4447
4448 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Use %ld
4449 format for long int variable.
4450
f5f46d51
AK
44512014-12-10 Anders Kaseorg <andersk@MIT.EDU>
4452
4453 [BZ #10672]
07008f7d 4454 * manual/search.texi: (Array Sort Function): Remove claim how to make
f5f46d51
AK
4455 qsort stable.
4456
217a74a8
AS
44572014-12-10 Andreas Schwab <schwab@suse.de>
4458
4459 [BZ #12847]
4460 * sysdeps/nptl/fork.c (fresetlockfiles): Skip files with
4461 user-controlled locks.
4462
aa76a5c7
RE
44632014-12-10 Richard Earnshaw <rearnsha@arm.com>
4464
4465 * sysdeps/aarch64/strchrnul.S (vrepmask): Use a call-clobbered
4466 register.
4467
2084e7ca
JM
44682014-12-10 Joseph Myers <joseph@codesourcery.com>
4469
a4ecc9eb
JM
4470 * configure.ac (--disable-werror): New configure option.
4471 (enable_werror): New AC_SUBST.
4472 * configure: Regenerated.
4473 * config.make.in (enable-werror): New variable.
4474 * Makeconfig [$(enable-werror) = yes] (+gccwarn): Add -Werror
4475 -Wno-error=undef.
4476 (+gccwarn-c): Do not use -Werror=implicit-function-declaration.
4477 * manual/install.texi (Configuring and compiling): Document
4478 --disable-werror.
4479 * INSTALL: Regenerated.
4480 * debug/Makefile (CFLAGS-tst-chk1.c): Add -Wno-error.
4481 (CFLAGS-tst-chk2.c): Likewise.
4482 (CFLAGS-tst-chk3.c): Likewise.
4483 (CFLAGS-tst-chk4.cc): Likewise.
4484 (CFLAGS-tst-chk5.cc): Likewise.
4485 (CFLAGS-tst-chk6.cc): Likewise.
4486 (CFLAGS-tst-lfschk1.c): Likewise.
4487 (CFLAGS-tst-lfschk2.c): Likewise.
4488 (CFLAGS-tst-lfschk3.c): Likewise.
4489 (CFLAGS-tst-lfschk4.cc): Likewise.
4490 (CFLAGS-tst-lfschk5.cc): Likewise.
4491 (CFLAGS-tst-lfschk6.cc): Likewise.
4492
0f88636c
JM
4493 * stdio-common/tst-printfsz.c: Include <libc-internal.h>.
4494 (main): Disable -Wdeprecated-declarations around calls to
4495 register_printf_function.
4496
c81e9deb
JM
4497 * stdio-common/tst-unlockedio.c: Include <libc-internal.h>.
4498 (do_test): Disable -Wdiv-by-zero around some calls to
4499 fwrite_unlocked and fread_unlocked.
4500
2084e7ca
JM
4501 * include/libc-internal.h (DIAG_PUSH_NEEDS_COMMENT): New macro.
4502 (DIAG_POP_NEEDS_COMMENT): Likewise.
4503 (_DIAG_STR1): Likewise.
4504 (_DIAG_STR): Likewise.
4505 (DIAG_IGNORE_NEEDS_COMMENT): Likewise.
4506 * stdio-common/bug21.c: Include <libc-internal.h>.
4507 (do_test): Disable -Wformat around call to sscanf.
4508 * stdio-common/scanf14.c: Include <libc-internal.h>.
4509 (main): Disable -Wformat around some calls to scanf functions.
4510
df7ecc6b
TR
45112014-12-09 Torvald Riegel <triegel@redhat.com>
4512
4513 * sysdeps/unix/sysv/linux/sh/pthread_once.S: Remove file.
4514
2aa3862e
AZ
45152014-12-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4516
4517 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix wide-character
4518 stack variable alignment.
4519
c5c2b7c3
JM
45202014-12-06 Joseph Myers <joseph@codesourcery.com>
4521
4522 [BZ #17682]
4523 * resource/Versions (libc): Add __getrlimit at GLIBC_PRIVATE.
4524 * resource/getrlimit.c (__getrlimit): Use libc_hidden_def.
4525 * sysdeps/mach/hurd/getrlimit.c (__getrlimit): Likewise.
4526 * include/sys/resource.h (__getrlimit): Use libc_hidden_proto.
4527 * nptl/nptl-init.c (__pthread_initialize_minimal_internal): Use
4528 __getrlimit instead of getrlimit.
4529 * nptl/pthread_cond_timedwait.c (__pthread_cond_timedwait): Use
4530 __gettimeofday instead of gettimeofday.
4531 * nptl/pthread_rwlock_timedrdlock.c (pthread_rwlock_timedrdlock):
4532 Likewise.
4533 * nptl/pthread_rwlock_timedwrlock.c (pthread_rwlock_timedwrlock):
4534 Likewise.
4535 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
4536 * conform/Makefile (test-xfail-POSIX2008/aio.h/linknamespace):
4537 Remove variable.
4538 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
4539 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
4540
9752c3cd
AZ
45412014-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
4542
4543 * libio/tst-ftell-active-handler.c (do_ftell_test): Fix buffer overrun
4544 for wide-character tests.
4545
4bee4cd9
RM
45462014-12-04 Roland McGrath <roland@hack.frob.com>
4547
4548 * io/openat64.c: #include <libc-internal.h>
4549 (__openat64): Prototypify. Use ignore_value on MODE.
4550 * io/openat.c: Likewise.
4551 * misc/reboot.c: #include <libc-internal.h>
4552 (reboot): Prototypify. Use ignore_value on HOWTO.
4553 * misc/ptrace.c: #include <libc-internal.h>
4554 (ptrace): Prototypify. Use ignore_value for va_arg'd parameters.
4555
84dbedb6
JM
45562014-12-04 Joseph Myers <joseph@codesourcery.com>
4557
4558 * conform/list-header-symbols.pl (%extra_syms): Add h_errno for
4559 XPG4, UNIX98 and XOPEN2K.
4560 * conform/Makefile (test-xfail-XOPEN2K/grp.h/linknamespace):
4561 Remove variable.
4562 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
4563
b7a3e1c4 45642014-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
be349d70 4565
af50dfc1 4566 * libio/fileops.c: Use ISO C style for function definitions.
24b97882
SP
4567 * libio/iofopen.c: Likewise.
4568 * libio/wfileops.c: Likewise.
4569
fe8b4d98
SP
4570 [BZ #17653]
4571 * libio/fileops.c (_IO_new_file_underflow): Unset cached
4572 offset on EOF.
4573 * libio/wfileops.c (_IO_wfile_underflow): Likewise.
4574 * libio/tst-ftell-active-handler.c (fgets_func_t): New type.
4575 (fgets_func): Function pointer to fgets and fgetws.
4576 (do_ftell_test): Add test to verify ftell value after read
4577 EOF.
4578 (do_test): Set fgets_func.
4579
61b4f792
SP
4580 * libio/tst-ftell-active-handler.c (do_ftruncate_test): Add
4581 O_TRUNC flag for w and w+ modes.
4582 (do_rewind_test): Likewise.
4583 (do_ftell_test): Likewise.
4584 (do_write_test): Likewise.
4585
be349d70
SP
4586 [BZ #17647]
4587 * libio/fileops.c (do_ftell): Seek only when there are
4588 unflushed writes.
4589 * libio/wfileops.c (do_ftell_wide): Likewise.
4590 * libio/tst-ftell-active-handler.c (do_ftruncate_test): New
4591 test case.
4592 (do_one_test): Call it.
4593
e3d6dba5
JM
45942014-12-03 Joseph Myers <joseph@codesourcery.com>
4595
4596 * conform/list-header-symbols.pl (%extra_syms): Add getdate_err
4597 for XPG4, UNIX98, XOPEN2K and XOPEN2K8.
4598 * conform/Makefile (test-xfail-XOPEN2K/pthread.h/linknamespace):
4599 Remove variable.
4600 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
4601 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
4602 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
4603
7f994279
JM
46042014-12-02 Joseph Myers <joseph@codesourcery.com>
4605
28a91e8f
JM
4606 * conform/Makefile (test-xfail-XOPEN2K/aio.h/linknamespace):
4607 Remove variable.
4608 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
4609
7f994279
JM
4610 [BZ #17668]
4611 * inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
4612 as weak alias of __getifaddrs. Use libc_hidden_weak.
4613 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4614 __freeifaddrs. Use libc_hidden_weak.
4615 * sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
4616 define as weak alias of __getifaddrs. Use libc_hidden_weak.
4617 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4618 __freeifaddrs. Use libc_hidden_weak.
4619 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
4620 __getifaddrs and define as weak alias of __getifaddrs. Use
4621 libc_hidden_weak.
4622 (freeifaddrs): Rename to __freeifaddrs and define as weak alias of
4623 __freeifaddrs. Use libc_hidden_weak.
4624 * conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
4625 Remove variable.
4626 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
4627 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
4628
bbe4c142
PJ
46292014-12-02 Petar Jovanovic <petar.jovanovic@rt-rk.com>
4630
4631 [BZ #17601]
4632 * sysdeps/mips/start.S (__start): Use indirect jump to call
4633 __libc_start_main.
4634
66cadc05
JM
46352014-12-02 Joseph Myers <joseph@codesourcery.com>
4636
909e16d9
JM
4637 * nptl/tst-stack4.c (dso_process): Use int not uintptr_t for t.
4638
4e0b9016
JM
4639 * nptl/tst-mutex1.c: Include <stdbool.h>.
4640 [!ATTR] (ATTR_NULL): New macro.
4641 (do_test): Test !ATTR_NULL instead of ATTR != NULL.
4642 * nptl/tst-mutexpi1.c (ATTR_NULL): New macro.
4643 * nptl/tst-mutexpp1.c (ATTR_NULL): New macro.
4644
b1aff6a4
JM
4645 * posix/tst-getopt_long1.c (do_test): Cast elements of argv array
4646 to char *.
4647
266865c0
JM
4648 [BZ #17665]
4649 * posix/unistd.h [__USE_MISC || (__USE_XOPEN && !__USE_UNIX98)]:
4650 Change conditional to [__USE_MISC].
4651
84e5e756
JM
4652 [BZ #17664]
4653 * misc/mntent_r.c (__getmntent_r): Use __fgets_unlocked instead of
4654 fgets_unlocked.
4655 * resolv/res_hconf.c [IS_IN (libc)] (fgets_unlocked): Define to
4656 __fgets_unlocked.
4657 * resolv/res_init.c (__res_vinit): Use __fgets_unlocked instead of
4658 fgets_unlocked.
4659 * conform/Makefile (test-xfail-XPG4/sys/statvfs.h/linknamespace):
4660 Remove variable.
4661 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
4662 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
4663 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
4664 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
4665 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
4666 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
4667 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
4668 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
4669 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
4670
66cadc05
JM
4671 * elf/tst-unique4lib.cc (b): Mark with __attribute__ ((used)).
4672
2e8a2de2 46732014-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
0f0a1c82
AZ
4674
4675 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4676 Remove strpbrk objects.
4677 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4678 (__libc_ifunc_impl_list): Remove strpbrk implementation.
4679 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: Remove file.
4680 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Remove file.
4681 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: Remove file.
4682 * sysdeps/powerpc/powerpc64/strpbrk.S: New file.
4683
bb2542e0
AZ
4684 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4685 Remove strcspn objects.
4686 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4687 (__libc_ifunc_impl_list): Remove strcspn implementation.
4688 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: Remove file.
4689 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Remove file.
4690 * sysdeps/powerpc/powerpc64/power7/strcspn.S: Remove file.
4691 * sysdeps/powerpc/powerpc64/strcspn.S: New file.
2e8a2de2
AZ
4692
4693 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
4694 Remove strspn objetcs.
4695 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
4696 (__libc_ifunc_impl_list): Remove strspn implementation.
4697 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: Remove file.
4698 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
4699 * sysdeps/powerpc/powerpc64/power7/strspn.S: Remove file.
4700 * sysdeps/powerpc/powerpc64/strspn.S: New file.
4701
08f1e1d2
JL
47022014-12-01 James Lemke <jwlemke@codesourcery.com>
4703
4704 [BZ #17581]
4705 * malloc/hooks.c
4706 (mem2mem_check): Add a terminator to the chain of checking blocks.
4707 (malloc_check_get_size): Use it here.
4708 (mem2chunk_check): Ditto.
4709
a8a7d7d2
RS
47102014-12-01 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
4711
4712 * sysdeps/powerpc/powerpc64/strtok.S: New file.
4713 * sysdeps/powerpc/powerpc64/strtok_r.S: New file.
4714
97114a38
CD
47152014-11-29 Carlos O'Donell <carlos@redhat.com>
4716
c8dc1727
CD
4717 * bits/ioctl-types.h: Indent preprocessor directives correctly.
4718
6d03458e
CD
4719 * nptl/nptl-init.c: Include libc-internal.h.
4720 (__pthread_initialize_minimal_internal): Use ROUND_UP.
4721
97114a38
CD
4722 * elf/ldconfig.c (search_dir): Expand comment.
4723
0e7e69ba
JM
47242014-11-29 Joseph Myers <joseph@codesourcery.com>
4725
4726 * conform/Makefile (linknamespace-symlist-stdlibs-base): New
4727 variable.
4728 (linknamespace-symlist-stdlibs-tests): Likewise.
4729 (tests-special): Append $(linknamespace-symlist-stdlibs-tests)
4730 instead of $(objpfx)symlist-stdlibs.
4731 (linknamespace-libs-isoc): New variable.
4732 (linknamespace-libs): Use $(linknamespace-libs-isoc).
4733 (linknamespace-libs-ISO): New variable.
4734 (linknamespace-libs-ISO99): Likewise.
4735 (linknamespace-libs-ISO11): Likewise.
4736 (linknamespace-libs-XPG3): Likewise.
4737 (linknamespace-libs-XPG4): Likewise.
4738 (linknamespace-libs-POSIX): Likewise.
4739 (linknamespace-libs-UNIX98): Likewise.
4740 (linknamespace-libs-XOPEN2K): Likewise.
4741 (linknamespace-libs-POSIX2008): Likewise.
4742 (linknamespace-libs-XOPEN2K8): Likewise.
4743 ($(objpfx)symlist-stdlibs): Replace by
4744 $(linknamespace-symlist-stdlibs-tests). Use
4745 $(linknamespace-libs-$*) as set of libraries.
4746 ($(linknamespace-header-tests)): Update dependencies. Use
4747 $(objpfx)symlist-stdlibs-$$std for --libsyms argument.
4748 (test-xfail-XPG4/sys/mman.h/linknamespace): Remove.
4749 * conform/linknamespace.pl: Remove comment about considering
4750 definitions of symbols from irrelevant libraries.
4751
d8dd0080
L
47522014-11-28 H.J. Lu <hongjiu.lu@intel.com>
4753
4754 [BZ #13862]
4755 * elf/dl-tls.c: Include <atomic.h>.
4756 (oom): Remove #ifdef SHARED/#endif.
4757 (_dl_static_dtv, _dl_initial_dtv): Moved before ...
4758 (_dl_resize_dtv): This. Extracted from _dl_update_slotinfo.
4759 (_dl_allocate_tls_init): Resize DTV if the current DTV isn't
4760 big enough.
4761 (_dl_update_slotinfo): Call _dl_resize_dtv to resize DTV.
4762 * nptl/Makefile (tests): Add tst-stack4.
4763 (modules-names): Add tst-stack4mod.
4764 ($(objpfx)tst-stack4): New.
4765 (tst-stack4mod.sos): Likewise.
4766 ($(objpfx)tst-stack4.out): Likewise.
4767 ($(tst-stack4mod.sos)): Likewise.
4768 (clean): Likewise.
4769 * nptl/tst-stack4.c: New file.
4770 * nptl/tst-stack4mod.c: Likewise.
4771
167da422
B
47722014-11-27 J. Brown <jb999@gmx.de>
4773
4774 * sysdeps/x86/bits/string.h: Add recent CPUs.
4775
9114625b
JM
47762014-11-27 Joseph Myers <joseph@codesourcery.com>
4777
6b5189eb
JM
4778 * misc/tst-pselect.c (do_test): Use sigprocmask instead of
4779 sigblock.
4780
49051f8e
JM
4781 * libio/bug-ungetwc1.c (do_test): Verify results of getwc and
4782 feof.
4783
9114625b
JM
4784 * dlfcn/failtestmod.c (constr): Do not store result of dlsym in a
4785 variable.
4786
e7300fef
SL
47872014-11-27 Stefan Liebler <stli@linux.vnet.ibm.com>
4788
4789 * nscd/connections.c: Include libc-internal.h because of macro
4790 usage ignore_value.
4791
1721f0a4
SP
47922014-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
4793
4794 * string/bits/string3.h (__warn_memset_zero_len): Don't
4795 declare for gcc newer than 5.0.
4796 (memset): Don't test for zero-length __LEN for gcc newer than
4797 5.0.
4798
be970916
JM
47992014-11-27 Joseph Myers <joseph@codesourcery.com>
4800
d88548f4
JM
4801 * stdio-common/tst-fmemopen.c (do_test): Cast st_size values to
4802 size_t for %zu format.
4803
be970916
JM
4804 * nss/tst-nss-test1.c (do_test): Use %td printf format for pointer
4805 difference, not %ju.
4806
3b20fd5c
JM
48072014-11-26 Joseph Myers <joseph@codesourcery.com>
4808
8915eace
JM
4809 * include/libc-internal.h (ignore_value): New macro.
4810 * nscd/connections.c (restart): Wrap calls to setuid and setgid
4811 with ignore_value.
4812
f1a5a0e3
JM
4813 * sysdeps/mips/__longjmp.c (____longjmp): Use prototype
4814 definition.
4815
59ef1715
JM
4816 * nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
4817 pthread_cleanup_push to void *.
4818
a6f3079b
JM
4819 * sysdeps/unix/sysv/linux/arm/libc-do-syscall.S (_FORTIFY_SOURCE):
4820 Undefine.
4821
706688aa
JM
4822 [BZ #16619]
4823 [BZ #16740]
4824 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Use 1LL << 52
4825 instead of 1L << 52.
4826
12da14a5
JM
4827 * libio/bug-rewind.c (do_test): Check fwscanf return values.
4828 * libio/bug-rewind2.c (do_test): Likewise.
4829
bd5dadac
JM
4830 * debug/test-stpcpy_chk-ifunc.c: Remove file.
4831 * debug/test-strcpy_chk-ifunc.c: Likewise.
4832 * wcsmbs/test-wcschr-ifunc.c: Likewise.
4833 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
4834 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
4835 * wcsmbs/test-wcslen-ifunc.c: Likewise.
4836 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
4837 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
4838 * Rules [$(multi-arch) = no] (tests): Do not filter out
4839 $(tests-ifunc).
4840 [$(multi-arch) = no] (xtests): Do not filter out $(xtests-ifunc).
4841 * debug/Makefile (tests-ifunc): Remove variable.
4842 (tests): Do not add $(tests-ifunc).
4843 * wcsmbs/Makefile (tests-ifunc): Remove variable.
4844 (tests): Do not add $(tests-ifunc).
4845 * benchtests/bench-string.h (TEST_IFUNC): Remove macro.
4846 [TEST_IFUNC]: Remove conditionals.
4847 * string/test-string.h (TEST_IFUNC): Remove macro.
4848 [TEST_IFUNC]: Remove conditionals.
4849
3b20fd5c
JM
4850 * string/test-strchr.c [!WIDE] (L): New macro.
4851 [WIDE] (L): Likewise.
4852 (check1): Use CHAR instead of char. Use L on string and character
4853 constants.
4854
704f7947
AZ
48552014-11-26 Adhemerval Zanella <azanella@linux.ibm.com>
4856
4857 * csu/tst-atomic.c (do_test): Add atomic_exchange_and_add_{acq,rel}
4858 tests.
4859 * sysdeps/powerpc/bits/atomic.h
4860 (__arch_atomic_exchange_and_add_32_acq): Add definition.
4861 (__arch_atomic_exchange_and_add_32_rel): Likewise.
4862 (atomic_exchange_and_add_acq): Likewise.
4863 (atomic_exchange_and_add_rel): Likewise.
4864 * sysdeps/powerpc/powerpc32/bits/atomic.h
4865 (__arch_atomic_exchange_and_add_64_acq): Add definition.
4866 (__arch_atomic_exchange_and_add_64_rel): Likewise.
4867 * sysdeps/powerpc/powerpc64/bits/atomic.h
4868 (__arch_atomic_exchange_and_add_64_acq): Add definition.
4869 (__arch_atomic_exchange_and_add_64_rel): Likewise.
4870
cdcb42d7
TR
48712014-11-26 Torvald Riegel <triegel@redhat.com>
4872
4873 * nptl/tpp.c (__init_sched_fifo_prio, __pthread_tpp_change_priority):
4874 Change synchronization of __sched_fifo_min_prio and
4875 __sched_fifo_max_prio.
4876 * nptl/pthread_mutexattr_getprioceiling.c
4877 (pthread_mutexattr_getprioceiling): Likewise.
4878 * nptl/pthread_mutexattr_setprioceiling.c
4879 (pthread_mutexattr_setprioceiling): Likewise.
4880 * nptl/pthread_mutex_init.c (__pthread_mutex_init): Likewise.
4881 * nptl/pthread_mutex_setprioceiling.c (pthread_mutex_setprioceiling):
4882 Likewise.
4883
c82f5c0c
JM
48842014-11-26 Joseph Myers <joseph@codesourcery.com>
4885
4886 * setjmp/jmpbug.c (test): Make foo volatile and cast it to
4887 void.
4888
439e1ad6
JM
48892014-11-25 Joseph Myers <joseph@codesourcery.com>
4890
4891 * stdio-common/tst-printf-round.c (test_hex_in_one_mode): Make
4892 third argument const.
4893
b1eda10e
PE
48942014-11-25 Paul Eggert <eggert@cs.ucla.edu>
4895
4896 fnmatch: work around GCC compiler warning bug with uninit var
4897 * posix/fnmatch_loop.c (FCT): Use a scalar not a one-item array.
4898 This works around a bug with x86-64 GCC 4.9.2 and earlier
4899 where 'gcc -O2 -Wmaybe-uninitialized' incorrectly complains
4900 "../locale/weightwc.h:93:7: warning: '*((void *)&str+4)' may be
4901 used uninitialized in this function [-Wmaybe-uninitialized]".
4902
bde2667a
JM
49032014-11-25 Joseph Myers <joseph@codesourcery.com>
4904
4905 * posix/bug-regex31.c (main): Return RES not 0.
4906
5fbb5691
AB
49072014-11-25 Anton Blanchard <anton@samba.org>
4908
4909 * sysdeps/powerpc/bits/atomic.h
4910 (__arch_compare_and_exchange_bool_64_rel): Load from mem.
4911
467fec0b
BM
49122014-11-24 Sterling Augustine <saugustine@google.com>
4913
4914 * sysdeps/x86_64/start.S (_start): Use ENTRY and END macros.
4915
e9ff8efb
RC
49162014-11-24 Ryan Cumming <etaoins@gmail.com>
4917
4918 [BZ #17608]
4919 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_TAI.
4920
9744496f
JM
49212014-11-24 Joseph Myers <joseph@codesourcery.com>
4922
4923 [BZ #17633]
4924 * stdio-common/perror.c (perror): Call __fileno instead of fileno.
4925 * conform/Makefile (test-xfail-ISO/stdio.h/linknamespace): Remove
4926 variable.
4927 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
4928 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
4929
6423d475
WD
49302014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
4931
4932 * string/strncpy.c (strncpy): Improve performance by using memset.
4933
49342014-11-24 Wilco Dijkstra <wdijkstr@arm.com>
b863d2bc
WD
4935
4936 * string/strcpy.c (strcpy):
4937 Improve performance by using strlen and memcpy.
4938
5d178c37
LH
49392014-11-24 Leonhard Holz <leonhard.holz@web.de>
4940
4941 * string/strcoll_l.c (get_next_seq): __always_inline.
4942 * string/strcoll_l.c (do_compare): __always_inline.
4943
279bc5b3
SP
49442014-11-24 Siddhesh Poyarekar <siddhesh@redhat.com>
4945
7a9ebfa1
SP
4946 * include/bits/stdlib-float.h: Use IS_IN only if _ISOMAC is
4947 defined.
4948 * include/mqueue.h: Likewise.
4949 * include/stdlib.h: Likewise.
4950
4f41c682
SP
4951 * stdlib/isomac.c (fmt): Replace NOT_IN_libc with IN_MODULE.
4952 (get_null_defines): Adjust.
4953 * sunrpc/Makefile: Adjust comment.
4954 * Makerules (CPPFLAGS-nonlib): Remove NOT_IN_libc.
4955 * elf/Makefile (CPPFLAGS-sotruss-lib): Likewise.
4956 (CFLAGS-interp.c): Likewise.
4957 (CFLAGS-ldconfig.c): Likewise.
4958 (CPPFLAGS-.os): Likewise.
4959 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
4960 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
4961 * extra-modules.mk (extra-modules.mk): Likewise.
4962 * iconv/Makefile (CPPFLAGS-iconvprogs): Likewise.
4963 * locale/Makefile (CPPFLAGS-locale_programs): Likewise.
4964 * malloc/Makefile (CPPFLAGS-memusagestat): Likewise.
4965 * nscd/Makefile (CPPFLAGS-nscd): Likewise.
4966 * nss/Makefile (CPPFLAGS-nss_test1): Likewise.
4967 * stdlib/Makefile (CFLAGS-tst-putenvmod.c): Likewise.
4968 * sysdeps/gnu/Makefile ($(objpfx)errlist-compat.c): Likewise.
4969 * sysdeps/unix/sysv/linux/Makefile (CPPFLAGS-lddlibc4): Likewise.
4970 * iconvdata/Makefile (CPPFLAGS): Likewise.
4971 (cpp-srcs-left): Add libof for all iconvdata routines.
4972 * bits/stdio-lock.h: Replace NOT_IN_libc with IS_IN.
4973 * include/assert.h: Likewise.
4974 * include/ctype.h: Likewise.
4975 * include/errno.h: Likewise.
4976 * include/libc-symbols.h: Likewise.
4977 * include/math.h: Likewise.
4978 * include/netdb.h: Likewise.
4979 * include/resolv.h: Likewise.
4980 * include/stdio.h: Likewise.
4981 * include/stdlib.h: Likewise.
4982 * include/string.h: Likewise.
4983 * include/sys/stat.h: Likewise.
4984 * include/wctype.h: Likewise.
4985 * intl/l10nflist.c: Likewise.
4986 * libidn/idn-stub.c: Likewise.
4987 * libio/libioP.h: Likewise.
4988 * nptl/libc_multiple_threads.c: Likewise.
4989 * nptl/pthreadP.h: Likewise.
4990 * posix/regex_internal.h: Likewise.
4991 * resolv/res_hconf.c: Likewise.
4992 * sysdeps/arm/armv7/multiarch/memcpy.S: Likewise.
4993 * sysdeps/arm/memmove.S: Likewise.
4994 * sysdeps/arm/sysdep.h: Likewise.
4995 * sysdeps/generic/_itoa.h: Likewise.
4996 * sysdeps/generic/symbol-hacks.h: Likewise.
4997 * sysdeps/gnu/errlist.awk: Likewise.
4998 * sysdeps/gnu/errlist.c: Likewise.
4999 * sysdeps/i386/i586/memcpy.S: Likewise.
5000 * sysdeps/i386/i586/memset.S: Likewise.
5001 * sysdeps/i386/i686/memcpy.S: Likewise.
5002 * sysdeps/i386/i686/memmove.S: Likewise.
5003 * sysdeps/i386/i686/mempcpy.S: Likewise.
5004 * sysdeps/i386/i686/memset.S: Likewise.
5005 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
5006 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
5007 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: Likewise.
5008 * sysdeps/i386/i686/multiarch/memchr-sse2.S: Likewise.
5009 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
5010 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
5011 * sysdeps/i386/i686/multiarch/memcmp-ssse3.S: Likewise.
5012 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
5013 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
5014 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
5015 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
5016 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
5017 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
5018 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
5019 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
5020 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
5021 * sysdeps/i386/i686/multiarch/memrchr-c.c: Likewise.
5022 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: Likewise.
5023 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: Likewise.
5024 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
5025 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
5026 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
5027 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
5028 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
5029 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
5030 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
5031 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: Likewise.
5032 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
5033 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Likewise.
5034 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
5035 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
5036 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
5037 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
5038 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
5039 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
5040 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
5041 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
5042 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
5043 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
5044 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
5045 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
5046 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
5047 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
5048 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
5049 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
5050 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
5051 * sysdeps/i386/i686/multiarch/wcschr-c.c: Likewise.
5052 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: Likewise.
5053 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
5054 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
5055 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
5056 * sysdeps/i386/i686/multiarch/wcscpy-c.c: Likewise.
5057 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Likewise.
5058 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
5059 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
5060 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: Likewise.
5061 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
5062 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: Likewise.
5063 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: Likewise.
5064 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
5065 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
5066 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
5067 * sysdeps/ia64/fpu/libm-symbols.h: Likewise.
5068 * sysdeps/nptl/bits/libc-lock.h: Likewise.
5069 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5070 * sysdeps/nptl/bits/stdio-lock.h: Likewise.
5071 * sysdeps/posix/closedir.c: Likewise.
5072 * sysdeps/posix/opendir.c: Likewise.
5073 * sysdeps/posix/readdir.c: Likewise.
5074 * sysdeps/posix/rewinddir.c: Likewise.
5075 * sysdeps/powerpc/novmx-sigjmp.c: Likewise.
5076 * sysdeps/powerpc/powerpc32/__longjmp.S: Likewise.
5077 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
5078 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
5079 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
5080 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Likewise.
5081 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Likewise.
5082 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: Likewise.
5083 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: Likewise.
5084 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: Likewise.
5085 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: Likewise.
5086 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: Likewise.
5087 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: Likewise.
5088 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: Likewise.
5089 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: Likewise.
5090 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: Likewise.
5091 * sysdeps/powerpc/powerpc32/power4/multiarch/memset.c: Likewise.
5092 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: Likewise.
5093 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: Likewise.
5094 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: Likewise.
5095 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr.c: Likewise.
5096 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: Likewise.
5097 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: Likewise.
5098 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: Likewise.
5099 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: Likewise.
5100 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: Likewise.
5101 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: Likewise.
5102 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: Likewise.
5103 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: Likewise.
5104 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: Likewise.
5105 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: Likewise.
5106 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: Likewise.
5107 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: Likewise.
5108 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: Likewise.
5109 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: Likewise.
5110 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: Likewise.
5111 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
5112 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
5113 * sysdeps/powerpc/powerpc64/__longjmp.S: Likewise.
5114 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: Likewise.
5115 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: Likewise.
5116 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: Likewise.
5117 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: Likewise.
5118 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: Likewise.
5119 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: Likewise.
5120 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Likewise.
5121 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: Likewise.
5122 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: Likewise.
5123 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: Likewise.
5124 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: Likewise.
5125 * sysdeps/powerpc/powerpc64/multiarch/memset.c: Likewise.
5126 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: Likewise.
5127 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.S: Likewise.
5128 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c: Likewise.
5129 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: Likewise.
5130 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: Likewise.
5131 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: Likewise.
5132 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: Likewise.
5133 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: Likewise.
5134 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: Likewise.
5135 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: Likewise.
5136 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: Likewise.
5137 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.S: Likewise.
5138 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c: Likewise.
5139 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: Likewise.
5140 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: Likewise.
5141 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: Likewise.
5142 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: Likewise.
5143 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: Likewise.
5144 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: Likewise.
5145 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: Likewise.
5146 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: Likewise.
5147 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: Likewise.
5148 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: Likewise.
5149 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: Likewise.
5150 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: Likewise.
5151 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: Likewise.
5152 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: Likewise.
5153 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: Likewise.
5154 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: Likewise.
5155 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c: Likewise.
5156 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
5157 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c: Likewise.
5158 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c: Likewise.
5159 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
5160 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Likewise.
5161 * sysdeps/s390/s390-32/multiarch/memcmp.S: Likewise.
5162 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
5163 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
5164 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
5165 * sysdeps/s390/s390-64/multiarch/memcmp.S: Likewise.
5166 * sysdeps/s390/s390-64/multiarch/memcpy.S: Likewise.
5167 * sysdeps/s390/s390-64/multiarch/memset.S: Likewise.
5168 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
5169 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
5170 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: Likewise.
5171 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
5172 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
5173 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Likewise.
5174 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: Likewise.
5175 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
5176 * sysdeps/unix/alpha/sysdep.S: Likewise.
5177 * sysdeps/unix/alpha/sysdep.h: Likewise.
5178 * sysdeps/unix/make-syscalls.sh: Likewise.
5179 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5180 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5181 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5182 * sysdeps/unix/sysv/linux/alpha/vfork.S: Likewise.
5183 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5184 * sysdeps/unix/sysv/linux/arm/sysdep.h: Likewise.
5185 * sysdeps/unix/sysv/linux/getpid.c: Likewise.
5186 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5187 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5188 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Likewise.
5189 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5190 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5191 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5192 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5193 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5194 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
5195 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5196 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5197 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5198 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5199 * sysdeps/unix/sysv/linux/m68k/sysdep.h: Likewise.
5200 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5201 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5202 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5203 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5204 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5205 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5206 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5207 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5208 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: Likewise.
5209 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5210 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5211 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
5212 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5213 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
5214 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5215 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
5216 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5217 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
5218 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: Likewise.
5219 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5220 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5221 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5222 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
5223 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5224 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5225 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5226 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
5227 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5228 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5229 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5230 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5231 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5232 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5233 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Likewise.
5234 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5235 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5236 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5237 * sysdeps/wordsize-32/symbol-hacks.h: Likewise.
5238 * sysdeps/x86_64/memcpy.S: Likewise.
5239 * sysdeps/x86_64/memmove.c: Likewise.
5240 * sysdeps/x86_64/memset.S: Likewise.
5241 * sysdeps/x86_64/multiarch/init-arch.h: Likewise.
5242 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
5243 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
5244 * sysdeps/x86_64/multiarch/memcmp.S: Likewise.
5245 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: Likewise.
5246 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
5247 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
5248 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
5249 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
5250 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
5251 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
5252 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
5253 * sysdeps/x86_64/multiarch/memset-avx2.S: Likewise.
5254 * sysdeps/x86_64/multiarch/memset.S: Likewise.
5255 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
5256 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Likewise.
5257 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
5258 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
5259 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
5260 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
5261 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Likewise.
5262 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
5263 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
5264 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
5265 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
5266 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
5267 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
5268 * sysdeps/x86_64/multiarch/wcscpy-c.c: Likewise.
5269 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
5270 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
5271 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Likewise.
5272 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
5273 * sysdeps/x86_64/strcmp.S: Likewise.
5274
76ca86a5
SP
5275 * extra-lib.mk (CPPFLAGS-$(lib)): Remove IS_IN_$(lib).
5276
a3848485
SP
5277 * elf/Makefile (CPPFLAGS-.os): Remove IS_IN_rtld.
5278 * elf/dl-open.c: Use IS_IN (rtld) instead if IS_IN_rtld.
5279 * elf/rtld-Rules: Likewise.
5280 * elf/setup-vdso.h: Likewise.
5281 * include/assert.h: Likewise.
5282 * include/bits/stdlib-float.h: Likewise.
5283 * include/errno.h: Likewise.
5284 * include/sys/stat.h: Likewise.
5285 * include/unistd.h: Likewise.
5286 * sysdeps/aarch64/setjmp.S: Likewise.
5287 * sysdeps/alpha/setjmp.S: Likewise.
5288 * sysdeps/arm/__longjmp.S: Likewise.
5289 * sysdeps/arm/aeabi_unwind_cpp_pr1.c: Likewise.
5290 * sysdeps/arm/setjmp.S: Likewise.
5291 * sysdeps/arm/sysdep.h: Likewise.
5292 * sysdeps/generic/_itoa.h: Likewise.
5293 * sysdeps/generic/dl-sysdep.h: Likewise.
5294 * sysdeps/generic/ldsodefs.h: Likewise.
5295 * sysdeps/i386/dl-tls.h: Likewise.
5296 * sysdeps/i386/setjmp.S: Likewise.
5297 * sysdeps/m68k/setjmp.c: Likewise.
5298 * sysdeps/mach/hurd/dl-execstack.c: Likewise.
5299 * sysdeps/mach/hurd/opendir.c: Likewise.
5300 * sysdeps/posix/getcwd.c: Likewise.
5301 * sysdeps/posix/opendir.c: Likewise.
5302 * sysdeps/posix/profil.c: Likewise.
5303 * sysdeps/powerpc/dl-procinfo.h: Likewise.
5304 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
5305 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
5306 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
5307 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
5308 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Likewise.
5309 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
5310 * sysdeps/s390/dl-tls.h: Likewise.
5311 * sysdeps/s390/s390-32/setjmp.S: Likewise.
5312 * sysdeps/s390/s390-64/setjmp.S: Likewise.
5313 * sysdeps/sh/sh3/setjmp.S: Likewise.
5314 * sysdeps/sh/sh4/setjmp.S: Likewise.
5315 * sysdeps/unix/alpha/sysdep.h: Likewise.
5316 * sysdeps/unix/arm/sysdep.S: Likewise.
5317 * sysdeps/unix/i386/sysdep.S: Likewise.
5318 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5319 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
5320 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
5321 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
5322 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5323 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: Likewise.
5324 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
5325 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5326 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: Likewise.
5327 * sysdeps/unix/sysv/linux/m68k/bits/m68k-vdso.h: Likewise.
5328 * sysdeps/unix/sysv/linux/m68k/m68k-helpers.S: Likewise.
5329 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
5330 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
5331 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
5332 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
5333 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
5334 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
5335 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
5336 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
5337 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
5338 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
5339 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
5340 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
5341 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
5342 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5343 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
5344 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
5345 * sysdeps/unix/x86_64/sysdep.S: Likewise.
5346 * sysdeps/x86_64/setjmp.S: Likewise.
5347
a109996e
SP
5348 * include/math.h: Use IS_IN instead of IS_IN_libm.
5349 * sysdeps/alpha/fpu/s_copysign.c: Likewise.
5350 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
5351 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
5352 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: Likewise.
5353 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
5354 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
5355 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
5356 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
5357 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
5358 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
5359 * sysdeps/ieee754/ldbl-64-128/s_copysignl.c: Likewise.
5360 * sysdeps/ieee754/ldbl-64-128/s_finitel.c: Likewise.
5361 * sysdeps/ieee754/ldbl-64-128/s_frexpl.c: Likewise.
5362 * sysdeps/ieee754/ldbl-64-128/s_isinfl.c: Likewise.
5363 * sysdeps/ieee754/ldbl-64-128/s_isnanl.c: Likewise.
5364 * sysdeps/ieee754/ldbl-64-128/s_modfl.c: Likewise.
5365 * sysdeps/ieee754/ldbl-64-128/s_scalbnl.c: Likewise.
5366 * sysdeps/ieee754/ldbl-64-128/s_signbitl.c: Likewise.
5367 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: Likewise.
5368 * sysdeps/ieee754/ldbl-opt/s_copysign.c: Likewise.
5369 * sysdeps/ieee754/ldbl-opt/s_finite.c: Likewise.
5370 * sysdeps/ieee754/ldbl-opt/s_frexp.c: Likewise.
5371 * sysdeps/ieee754/ldbl-opt/s_isinf.c: Likewise.
5372 * sysdeps/ieee754/ldbl-opt/s_isnan.c: Likewise.
5373 * sysdeps/ieee754/ldbl-opt/s_ldexp.c: Likewise.
5374 * sysdeps/ieee754/ldbl-opt/s_ldexpl.c: Likewise.
5375 * sysdeps/ieee754/ldbl-opt/s_modf.c: Likewise.
5376 * sysdeps/ieee754/ldbl-opt/s_scalbln.c: Likewise.
5377 * sysdeps/ieee754/ldbl-opt/s_scalbn.c: Likewise.
5378 * sysdeps/powerpc/power5+/fpu/s_modf.c: Likewise.
5379 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Likewise.
5380 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
5381 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
5382 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c:
5383 Likewise.
5384 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c:
5385 Likewise.
5386 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c:
5387 Likewise.
5388 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c:
5389 Likewise.
5390 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c:
5391 Likewise.
5392 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
5393 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Likewise.
5394 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
5395 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
5396 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
5397 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
5398 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: Likewise.
5399 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: Likewise.
5400 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: Likewise.
5401 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: Likewise.
5402 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: Likewise.
5403 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Likewise.
5404 * sysdeps/powerpc/powerpc64/fpu/s_copysignl.S: Likewise.
5405 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
5406 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
5407 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
5408 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
5409 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
5410 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
5411 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
5412 * sysdeps/powerpc/powerpc64/power7/fpu/s_isnan.S: Likewise.
5413 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: Likewise.
5414 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: Likewise.
5415 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: Likewise.
5416 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: Likewise.
5417 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
5418 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S: Likewise.
5419
ce9f10f7
SP
5420 * nptl/lowlevellock.c: Use IS_IN instead of IS_IN_libpthread.
5421 * nptl/pthreadP.h: Likewise.
5422 * nptl_db/structs.def: Likewise.
5423 * sysdeps/arm/sysdep.h: Likewise.
5424 * sysdeps/nptl/bits/libc-lock.h: Likewise.
5425 * sysdeps/nptl/bits/libc-lockP.h: Likewise.
5426 * sysdeps/sparc/sparc32/lowlevellock.c: Likewise.
5427 * sysdeps/unix/alpha/sysdep.h: Likewise.
5428 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5429 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
5430 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5431 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5432 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5433 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5434 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
5435 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5436 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5437 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5438 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5439 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5440 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5441 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5442 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: Likewise.
5443 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: Likewise.
5444 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5445 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5446 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5447 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5448 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5449 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5450 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
5451 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5452 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: Likewise.
5453 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5454
016afc75
SP
5455 * include/mqueue.h: Use IS_IN instead of IS_IN_librt.
5456 * nptl/pthreadP.h: Likewise.
5457 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: Likewise.
5458 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: Likewise.
5459 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: Likewise.
5460 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Likewise.
5461 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Likewise.
5462 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: Likewise.
5463 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
5464 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: Likewise.
5465 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: Likewise.
5466 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: Likewise.
5467 * sysdeps/unix/sysv/linux/mips/sysdep-cancel.h: Likewise.
5468 * sysdeps/unix/sysv/linux/not-cancel.h: Likewise.
5469 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
5470 Likewise.
5471 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
5472 Likewise.
5473 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Likewise.
5474 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Likewise.
5475 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Likewise.
5476 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Likewise.
5477 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Likewise.
5478 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: Likewise.
5479 * sysdeps/unix/sysv/linux/tile/waitpid.S: Likewise.
5480 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Likewise.
5481
9b42a0b3
SP
5482 * dlfcn/dladdr.c: Use IS_IN.
5483 * dlfcn/dladdr1.c: Likewise.
5484 * dlfcn/dlclose.c: Likewise.
5485 * dlfcn/dlerror.c: Likewise.
5486 * dlfcn/dlinfo.c: Likewise.
5487 * dlfcn/dlmopen.c: Likewise.
5488 * dlfcn/dlopen.c: Likewise.
5489 * dlfcn/dlsym.c: Likewise.
5490 * dlfcn/dlvsym.c: Likewise.
5491
85f36372
SP
5492 * include/ifaddrs.h: Use IS_IN.
5493 * inet/check_pf.c: Likewise.
5494 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
5495 * nscd/Makefile (CPPFLAGS-nscd): Remove IS_IN_nscd.
5496
fb6784e3
SP
5497 * elf/Makefile (CFLAGS-ldconfig.c): Remove definition of
5498 IS_IN_ldconfig.
5499 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.c: Use IS_IN.
5500 * sysdeps/unix/sysv/linux/x86_64/dl-procinfo.h: Likewise.
5501
2886d2d1
SP
5502 * include/shlib-compat.h [!NOT_IN_libc]: Remove.
5503 * nss/nss_files/files-parse.c (IS_IN_libc): Replace with
5504 IS_IN (libc).
5505
9a484857
SP
5506 * elf/Makefile (libof-sotruss-lib): Set as extramodules.
5507
a10178bd
SP
5508 * elf/Makefile (CPPFLAGS-.os): Remove IN_LIB.
5509 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
5510 * extra-lib.mk (CPPFLAGS-$(lib)): Likewise.
5511 * include/libc-symbols.h (IS_IN_LIB): New macro.
5512 * include/errno.h: Use IS_IN_LIB instead of IN_LIB.
5513 * include/netdb.h: Likewise.
5514 * include/stap-probe.h: Remove all uses of IN_LIB.
5515
279bc5b3
SP
5516 * Makeconfig (module-cppflags-real): Define MODULE_NAME
5517 instead of IN_MODULE.
5518 * include/libc-symbols.h (IN_MODULE): Define using
5519 MODULE_NAME.
5520 (PASTE_NAME, PASTE_NAME1): New macros.
5521 * include/stap-probe.h (LIBC_PROBE_1): Use MODULE_NAME instead
5522 of IN_LIB.
5523 (STAP_PROBE_ASM): Likewise.
5524
e0cfa510
ST
55252014-11-23 Samuel Thibault <samuel.thibault@ens-lyon.org>
5526
5527 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Call
5528 __mach_init in dlopened libc.
5529
34d97d87
MF
55302014-11-22 Mike Frysinger <vapier@gentoo.org>
5531
5532 * sysdeps/arm/preconfigure.ac: Delete EABI check.
5533 * sysdeps/arm/preconfigure: Regenerate.
5534
33cd1f74
RM
55352014-11-21 Roland McGrath <roland@hack.frob.com>
5536
5537 * nptl/pthread_create.c (__pthread_create_2_1): Set
5538 ATTR_FLAG_POLICY_SET and/or ATTR_FLAG_SCHED_SET in PD->flags
5539 when copying values from IATTR into PD.
5540
8c230039
WN
55412014-11-21 Will Newton <will.newton@linaro.org>
5542 Andrew Pinski <andrew.pinski@caviumnetworks.com>
5543
6d3db89b
AP
5544 * sysdeps/aarch64/dl-machine.h (elf_machine_load_address):
5545 Refactor inline-asm. Also add comment.
5546
01194ba1
WN
5547 * sysdeps/aarch64/bits/link.h (la_aarch64_gnu_pltenter): Use
5548 ElfW macro instead of hardcoded Elf64 types.
5549 (la_aarch64_gnu_pltenter): Likewise.
5550 * sysdeps/aarch64/dl-machine.h
5551 (elf_machine_runtime_setup): Use ElfW(Addr).
5552
8c230039
WN
5553 * elf/elf.h (R_AARCH64_P32_ABS32, R_AARCH64_P32_COPY,
5554 R_AARCH64_P32_GLOB_DAT, R_AARCH64_P32_JUMP_SLOT,
5555 R_AARCH64_P32_RELATIVE, R_AARCH64_P32_TLS_DTPMOD,
5556 R_AARCH64_P32_TLS_DTPREL, R_AARCH64_P32_TLS_TPREL,
5557 R_AARCH64_P32_TLSDESC, R_AARCH64_P32_IRELATIVE): Define.
5558 (R_AARCH64_TLS_DTPMOD64): Rename to ..
5559 (R_AARCH64_TLS_DTPMOD): This.
5560 (R_AARCH64_TLS_DTPREL64): Rename to ...
5561 (R_AARCH64_TLS_DTPREL): This.
5562 (R_AARCH64_TLS_TPREL64): Rename to ...
5563 (R_AARCH64_TLS_TPREL): This.
5564 * sysdeps/aarch64/dl-machine.h (elf_machine_type_class): Update
5565 R_AARCH64_TLS_DTPMOD64, R_AARCH64_TLS_DTPREL64, and
5566 R_AARCH64_TLS_TPREL64.
5567 (elf_machine_rela): Likewise.
5568
0d79fa53
TR
55692014-11-21 Torvald Riegel <triegel@redhat.com>
5570
5571 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS): Fix value
5572 by setting it to 0. 64b atomics are not supported currently.
5573
b59d114b
AO
55742014-11-21 Alexandre Oliva <aoliva@redhat.com>
5575
5576 [BZ #16469]
5577 * resolv/res_query.c (__libc_res_nsearch): Skip leading dot in
5578 search domain names.
5579
f3d945d5
AO
55802014-11-21 Alexandre Oliva <aoliva@redhat.com>
5581
5582 [BZ #16469]
5583 * NEWS: Update.
5584 * resolv/res_query.c (__libc_res_nquerydomain): Retain
5585 trailing dot.
5586 * posix/tst-getaddrinfo5.c: New.
5587 * posix/Makefile (tests): Add it.
5588
49698902
AO
55892014-11-21 Alexandre Oliva <aoliva@redhat.com>
5590
5591 [BZ #14498]
5592 * NEWS: Fixed.
5593 * nss/nss_db/db-XXX.c (_nss_db_get##name##_r): Update hidx
5594 after parsing line but before break_if_match.
5595 * nss/nss_files/files-service (DB_LOOKUP): Don't "continue;"
5596 if there is a protocol mismatch.
5597
81959214
MS
55982014-11-21 Ma Shimiao <mashimiao.fnst@cn.fujitsu.com>
5599
5600 * manual/sysinfo.texi (addmntent): It is actually MT-Safe,
5601 because the potential race is on the user-supplied stream.
5602
7729e0e9
AO
56032014-11-21 Alexandre Oliva <aoliva@redhat.com>
5604
5605 * sysdeps/posix/ctermid.c (ctermid): Return a pointer to a
5606 string literal if not passed a buffer.
5607 * manual/job.texi (ctermid): Update reasoning, note deviation
5608 from posix, suggest mtasurace when not passed a buffer, for
5609 future non-preliminary safety notes.
5610
a4ea5e28
AO
56112014-11-21 Alexandre Oliva <aoliva@redhat.com>
5612
5613 * manual/users.texi (cuserid): Fix MT-Safety note for the case
5614 of not passing it a buffer.
5615 Reported by Peng Haitao.
5616
a2b581cb
AO
56172014-11-21 Alexandre Oliva <aoliva@redhat.com>
5618
5619 * manual/Makefile ($(objpfx)stamp-summary): Require
5620 check-safety.sh to pass.
5621 * manual/check-safety.sh: Wish for verification that every
5622 @deftypefn and @deftypefun is followed by a @safety remark.
5623
f214ff74
RM
56242014-11-20 Roland McGrath <roland@hack.frob.com>
5625
7f0dfae0
RM
5626 * nptl/unwind.c (unwind_cleanup): Use __libc_fatal.
5627
2f531bbb
RM
5628 * nptl/pthread_setcanceltype.c [!SIGCANCEL]: Return ENOTSUP early for
5629 PTHREAD_CANCEL_ASYNCHRONOUS.
5630 * nptl/pthread_cancel.c [!SIGCANCEL]: Just abort rather than trying to
5631 send SIGCANCEL.
5632
f214ff74
RM
5633 * nptl/default-sched.h: New file.
5634 * sysdeps/unix/sysv/linux/default-sched.h: New file.
5635 * nptl/pthread_create.c: Include it.
5636 (__pthread_create_2_1): Use collect_default_sched instead of making
5637 Linux syscalls here directly.
5638
e37c91d4
TR
56392014-11-20 Torvald Riegel <triegel@redhat.com>
5640
5641 * nptl/pthread_once.c (clear_once_control, __pthread_once_slow,
5642 __pthread_once): Use C11 atomics.
5643
1eccfecd
TR
56442014-11-20 Torvald Riegel <triegel@redhat.com>
5645
5646 * csu/tst-atomic.c (do_test): Add tests for C11-like atomics.
5647
ff871426
TR
56482014-11-20 Torvald Riegel <triegel@redhat.com>
5649
5650 * include/atomic.h (__atomic_link_error, __atomic_check_size,
5651 atomic_thread_fence_acquire, atomic_thread_fence_release,
5652 atomic_thread_fence_seq_cst, atomic_load_relaxed,
5653 atomic_load_acquire, atomic_store_relaxed, atomic_store_release,
5654 atomic_compare_exchange_weak_relaxed,
5655 atomic_compare_exchange_weak_acquire,
5656 atomic_compare_exchange_weak_release,
5657 atomic_exchange_acquire, atomic_exchange_release,
5658 atomic_fetch_add_relaxed, atomic_fetch_add_acquire,
5659 atomic_fetch_add_release, atomic_fetch_add_acq_rel,
5660 atomic_fetch_and_acquire,
5661 atomic_fetch_or_relaxed, atomic_fetch_or_acquire): New.
5662
1ea339b6
TR
56632014-11-20 Torvald Riegel <triegel@redhat.com>
5664
5665 * sysdeps/aarch64/bits/atomic.h (__HAVE_64B_ATOMICS,
5666 USE_ATOMIC_COMPILER_BUILTINS): Define.
5667 * sysdeps/alpha/bits/atomic.h (__HAVE_64B_ATOMICS,
5668 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5669 * sysdeps/arm/bits/atomic.h (__HAVE_64B_ATOMICS,
5670 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5671 * sysdeps/i386/i486/bits/atomic.h (__HAVE_64B_ATOMICS,
5672 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5673 * sysdeps/ia64/bits/atomic.h (__HAVE_64B_ATOMICS,
5674 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5675 * sysdeps/m68k/coldfire/bits/atomic.h (__HAVE_64B_ATOMICS,
5676 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5677 * sysdeps/m68k/m680x0/m68020/bits/atomic.h (__HAVE_64B_ATOMICS,
5678 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5679 * sysdeps/microblaze/bits/atomic.h (__HAVE_64B_ATOMICS,
5680 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5681 * sysdeps/mips/bits/atomic.h (__HAVE_64B_ATOMICS,
5682 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5683 * sysdeps/powerpc/powerpc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5684 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5685 * sysdeps/powerpc/powerpc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5686 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5687 * sysdeps/s390/bits/atomic.h (__HAVE_64B_ATOMICS,
5688 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5689 * sysdeps/sparc/sparc32/bits/atomic.h (__HAVE_64B_ATOMICS,
5690 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5691 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (__HAVE_64B_ATOMICS,
5692 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5693 * sysdeps/sparc/sparc64/bits/atomic.h (__HAVE_64B_ATOMICS,
5694 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5695 * sysdeps/tile/tilegx/bits/atomic.h (__HAVE_64B_ATOMICS,
5696 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5697 * sysdeps/tile/tilepro/bits/atomic.h (__HAVE_64B_ATOMICS,
5698 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5699 * sysdeps/unix/sysv/linux/hppa/bits/atomic.h (__HAVE_64B_ATOMICS,
5700 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5701 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h
5702 (__HAVE_64B_ATOMICS, USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5703 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (__HAVE_64B_ATOMICS,
5704 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5705 * sysdeps/x86_64/bits/atomic.h (__HAVE_64B_ATOMICS,
5706 USE_ATOMIC_COMPILER_BUILTINS): Likewise.
5707
cbd463e2
RM
57082014-11-19 Roland McGrath <roland@hack.frob.com>
5709
d960211f
RM
5710 * nptl/pthread_create.c (__pthread_create_2_1): Don't try to validate
5711 the sched_priority value here. It was already checked when the user
5712 called pthread_attr_setschedparam.
5713
cbd463e2
RM
5714 * nptl/tst-bad-schedattr.c: New file.
5715 * nptl/Makefile (tests): Add it.
5716
a39208bd
CD
57172014-11-19 Carlos O'Donell <carlos@redhat.com>
5718 Florian Weimer <fweimer@redhat.com>
5719 Joseph Myers <joseph@codesourcery.com>
5720 Adam Conrad <adconrad@0c3.net>
5721 Andreas Schwab <schwab@suse.de>
5722 Brooks <bmoses@google.com>
5723
5724 [BZ #17625]
5725 * wordexp-test.c (__dso_handle): Add prototype.
5726 (__register_atfork): Likewise.
5727 (__app_register_atfork): New function.
5728 (registered_forks): New global.
5729 (register_fork): New function.
5730 (test_case): Add 3 new tests for WRDE_CMDSUB.
5731 (main): Call __app_register_atfork.
5732 (testit): If WRDE_NOCMD set registered_forks to zero, run test, and if
5733 fork count is non-zero fail the test.
5734 * posix/wordexp.c (exec_comm): Return WRDE_CMDSUB if WRDE_NOCMD flag
5735 is set.
5736 (parse_dollars): Remove check for WRDE_NOCMD.
5737 (parse_dquote): Likewise.
5738
9cd47470
SP
57392014-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
5740
130ac68c
SP
5741 * Makeconfig (built-modules): List non-library modules to be
5742 built.
5743 (module-cppflags): Include libc-modules.h for
5744 everything except shlib-versions.v.i.
5745 (CPPFLAGS): Use it.
5746 (before-compile): Add libc-modules.h.
5747 ($(common-objpfx)libc-modules.h,
5748 $(common-objpfx)libc-modules.stmp): New targets.
5749 (common-generated): Add libc-modules.h and libc-modules.stmp.
5750 ($(common-objpfx)Versions.v.i): Depend on libc-modules.h.
5751 * include/libc-symbols.h: Don't include libc-modules.h.
5752 * include/libc-modules.h: Remove file.
5753 * scripts/gen-libc-modules.awk: New script to generate
5754 libc-modules.h.
5755 * sysdeps/unix/Makefile ($(common-objpfx)sysd-syscalls):
5756 Depend on libc-modules.stmp.
5757
286663c3
SP
5758 * include/shlib-compat.h (_SHLIB_COMPAT): Use IS_IN.
5759
9cd47470
SP
5760 * Makeconfig (in-module): Get value of libof set for the
5761 translation unit.
5762 (CPPFLAGS): Use $(in-module).
5763 * Makerules: Don't suffix routine names for nonlib.
5764 * include/libc-modules.h: New file.
5765 * include/libc-symbols.h: Include libc-modules.h
5766 (IS_IN): New macro to replace IS_IN_* macros.
5767 * elf/Makefile: Set libof-* for each routine.
5768 * elf/rtld-Rules: Likewise.
5769 * extra-modules.mk: Likewise.
5770 * iconv/Makefile: Likewise.
5771 * iconvdata/Makefile: Likewise.
5772 * locale/Makefile: Likewise.
5773 * malloc/Makefile: Likewise.
5774 * nss/Makefile: Likewise.
5775 * sysdeps/gnu/Makefile: Likewise.
5776 * sysdeps/ieee754/ldbl-opt/Makefile: Likewise.
5777 * sysdeps/unix/sysv/linux/Makefile: Likewise.
5778 * sysdeps/s390/s390-64/Makefile: Likewise.
5779 * nscd/Makefile: Set libof-* for each routine. Set CFLAGS and
5780 CPPFLAGS for nscd instead of nonlib.
5781
32fed10f
RM
57822014-11-18 Roland McGrath <roland@hack.frob.com>
5783
d71035bd
RM
5784 * nptl/createthread.c: New file.
5785
6540b991
RM
5786 * nptl/createthread.c: Moved ...
5787 * sysdeps/unix/sysv/linux/createthread.c: ... here.
5788
32fed10f
RM
5789 * nptl/createthread.c: Add proper top-line comment.
5790 (do_clone): Folded into ...
5791 (create_thread): ... here. Take new arguments STOPPED_START and
5792 THREAD_RAN. Always set PD->stopped_start to something here. Don't
5793 increment __nptl_threads, do event-reporting logic, do
5794 CHECK_THREAD_SYSINFO, or set THREAD_SELF->header.multiple_threads
5795 here. Set *THREAD_RAN after ARCH_CLONE call succeeds. Don't do any
5796 resource cleanup if sched_setaffinity or sched_setscheduler fails,
5797 just send SIGCANCEL.
5798 * nptl/pthread_create.c: Forward-declare create_thread before
5799 including createthread.c.
5800 (start_thread): Use new macro START_THREAD_DEFN to replace defining
5801 declaration, and new macro START_THREAD_SELF to replace argument.
5802 Remove return statement.
5803 (report_thread_creation): New function.
5804 (__pthread_create_2_1): Use it. Do TD_CREATE reporting,
5805 synchronization logic, and __nptl_nthreads increment here, around
5806 calling create_thread. Do CHECK_THREAD_SYSINFO and initialize
5807 PD->parent_cancelhandling here, before create_thread. When
5808 create_thread fails, do __nptl_nthreads decrement, setxid_futex wake,
5809 __deallocate_stack, and ENOMEM translation here.
5810
107a5bf0
JM
58112014-11-18 Joseph Myers <joseph@codesourcery.com>
5812
5813 [BZ #17616]
5814 * sysdeps/ieee754/dbl-64/mpa.c (mpone): Rename to __mpone.
5815 (mptwo): Rename to __mptwo.
5816 (__inv): Use __mptwo instead of mptwo.
5817 * sysdeps/ieee754/dbl-64/mpa.h (mpone): Rename to __mpone.
5818 (mptwo): Rename to __mptwo.
5819 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __mpone instead
5820 of mpone and __mptwo instead of mptwo.
5821 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Use __mpone
5822 instead of mpone.
5823 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
5824 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Likewise.
5825 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use __mpone instead
5826 of mpone and __mptwo instead of mptwo.
5827 (__mpranred): Use __mpone instead of mpone.
5828 * conform/Makefile (test-xfail-ISO/math.h/linknamespace): Remove
5829 variable.
5830 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
5831 (test-xfail-ISO99/math.h/linknamespace): Likewise.
5832 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
5833 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
5834 (test-xfail-ISO11/math.h/linknamespace): Likewise.
5835 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
5836 (test-xfail-XPG3/math.h/linknamespace): Likewise.
5837 (test-xfail-XPG4/math.h/linknamespace): Likewise.
5838 (test-xfail-POSIX/math.h/linknamespace): Likewise.
5839 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
5840 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
5841 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
5842 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
5843 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
5844 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
5845 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
5846 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
5847 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
5848 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
5849
3b679ab3
TV
58502014-11-18 Tom de Vries <tom@codesoucery.com>
5851
5852 * manual/signal.texi (Primitives Interrupted by Signals): In section,
5853 replace BSD Handler xref with BSD Signal Handling.
4886f341
RH
5854
58552014-11-17 Richard Henderson <rth@redhat.com>
5856
5857 * sysdeps/alpha/soft-fp/local-soft-fp.h (_FP_UNPACK_RAW_2): Remove.
5858 (_FP_PACK_RAW_2): Remove.
5859 (AXP_DECL_RETURN_Q): Rename from FP_DECL_RETURN, use _FP_UNION_Q.
5860 (AXP_RETURN_Q): Rename from FP_RETURN, use _FP_UNION_Q.
5861 (AXP_UNPACK_RAW_Q, AXP_UNPACK_SEMIRAW_Q, AXP_UNPACK_Q): New.
5862 (AXP_PACK_RAW_Q, AXP_PACK_SEMIRAW_Q, AXP_PACK_Q): New.
5863 * sysdeps/alpha/soft-fp/ots_add.c (_OtsAddX): Update to match.
5864 * sysdeps/alpha/soft-fp/ots_cmp.c (internal_equality): Likewise.
5865 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Likewise.
5866 * sysdeps/alpha/soft-fp/ots_cvtqux.c (_OtsCvtQUX): Likewise.
5867 * sysdeps/alpha/soft-fp/ots_cvtqx.c (_OtsCvtQX): Likewise.
5868 * sysdeps/alpha/soft-fp/ots_cvttx.c (_OtsConvertFloatTX): Likewise.
5869 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Likewise.
5870 * sysdeps/alpha/soft-fp/ots_cvtxt.c (_OtsConvertFloatXT): Likewise.
5871 * sysdeps/alpha/soft-fp/ots_div.c (_OtsDivX): Likewise.
5872 * sysdeps/alpha/soft-fp/ots_mul.c (_OtsMulX): Likewise.
5873 * sysdeps/alpha/soft-fp/ots_nintxq.c (_OtsNintXQ): Likewise.
5874 * sysdeps/alpha/soft-fp/ots_sub.c (_OtsSubX): Likewise.
5875
0781a777
RM
58762014-11-14 Roland McGrath <roland@hack.frob.com>
5877
5878 * signal/signal.h [__USE_MISC]
5879 (struct sigvec): Remove type.
5880 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): Remove macros.
5881 (sigvec): Remove declaration.
5882 * sysdeps/posix/sigvec.c: Moved ...
5883 * signal/sigvec.c: ... here, replacing old file.
5884 (struct sigvec): New type, copied from old signal.h definition.
5885 (SV_ONSTACK, SV_INTERRUPT, SV_RESETHAND): New macros, likewise copied.
5886 (__sigvec): Convert definition to prototype.
5887 (sigvec): Replace weak_alias with compat_symbol.
5888 * signal/Versions (libc: GLIBC_2.21): New version set.
5889 * include/signal.h: Remove __sigvec declaration.
5890 * sysdeps/unix/bsd/sigvec.c: Remove file.
5891 * sysdeps/unix/bsd/syscalls.list: Remove sigvec.
5892 * manual/signal.texi (BSD Handler): Remove subsection.
5893 Move siginterrupt up to ...
5894 (BSD Signal Handling): ... here. Mark it as XPG rather than BSD.
5895 (Blocking in BSD): Fold subsection into its parent.
5896 * NEWS: Mention sigvec removal.
5897
a4733812
JM
58982014-11-14 Joseph Myers <joseph@codesourcery.com>
5899
5ae4fe60
JM
5900 * sysdeps/x86_64/fpu/dla.h [__FMA4__ && __GNUC_PREREQ (4, 6)]
5901 (DLA_FMS): Make definition conditional only on [__FMA4__].
5902 [__FMA4__ && !__GNUC_PREREQ (4, 6)] (DLA_FMS): Remove conditional
5903 definition.
5904
6a0dd472
JM
5905 * sysdeps/arm/sysdep.h [PROF && __GNUC_PREREQ(4,4)] (CALL_MCOUNT):
5906 Make definition conditional only on [PROF].
5907 [PROF && !__GNUC_PREREQ(4,4)] (CALL_MCOUNT): Remove conditional
5908 definition.
5909 [__GNUC_PREREQ(4,4)] (mcount): Make definition unconditional.
5910 [!__GNUC_PREREQ(4,4)] (mcount): Remove conditional definition.
5911
a4733812
JM
5912 * signal/signal.h (__sigpause): Only declare if [__USE_XOPEN &&
5913 !__GNUC__].
5914 * include/signal.h (__sigpause): Move declaration above call to
5915 libc_hidden_proto.
5916 * conform/Makefile (test-xfail-ISO/signal.h/linknamespace): Remove
5917 variable.
5918 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
5919 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
5920
cf7246dd
DM
59212014-11-14 David S. Miller <davem@davemloft.net>
5922
5923 * sysdeps/sparc/sparc64/rtld-memcpy.c (NO_MEMPCPY_STPCPY_REDIRECT):
5924 Define before including <string/memcpy.c> and <string/mempcpy.c>.
5925
c1b0aadc
JM
59262014-11-14 Joseph Myers <joseph@codesourcery.com>
5927
4863355a
JM
5928 * configure.ac (libc_cv_compiler_ok): Require GCC 4.6 or later.
5929 * configure: Regenerated.
5930 * manual/install.texi (Tools for Compilation): Document a
5931 requirement of GCC 4.6 or later and that GCC 4.9 is the newest
5932 compiler verified to work.
5933 * INSTALL: Regenerated.
5934
c1b0aadc
JM
5935 * include/string.h [NO_MEMPCPY_STPCPY_REDIRECT] (mempcpy): Do not
5936 redeclare with asm name.
5937 [NO_MEMPCPY_STPCPY_REDIRECT] (stpcpy): Likewise.
5938 * string/mempcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Define before
5939 including <string.h>.
5940 * string/stpcpy.c (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5941 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c
5942 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5943 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c
5944 [!NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5945 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c
5946 [SHARED && !NOT_IN_libc] (NO_MEMPCPY_STPCPY_REDIRECT): Likewise.
5947
2a1cfd94
JM
59482014-11-13 Joseph Myers <joseph@codesourcery.com>
5949
bf438382
JM
5950 * stdlib/strtol.c (__strtol): Use prototype definition.
5951
2a1cfd94
JM
5952 [BZ #17594]
5953 * stdlib/strtol.c (SYM__): New macro.
5954 (SYM__1): Likewise.
5955 (__strtol): Likewise.
5956 (strtol): Rename to __strtol and define as weak alias of
5957 __strtol. Use libc_hidden_weak.
5958
20ed0d26
SL
59592014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
5960
5961 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START):
5962 Use numbered labels in inline assembly.
5963
53244a4e
SL
59642014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
5965
5966 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp):
5967 Add setjmp LIBC_PROBE.
5968 * sysdeps/s390/s390-64/setjmp.S (__sigsetjmp):
5969 Likewise.
5970 * sysdeps/s390/s390-32/__longjmp.c (__longjmp):
5971 Add longjmp, longjmp_target LIBC_PROBE.
5972 * sysdeps/s390/s390-64/__longjmp.c (__longjmp):
5973 Likewise.
5974
47df8251
SL
59752014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
5976
5977 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
5978 Gate the definition of refsym additionally with !RTLD_BOOTSTRAP
5979 to get rid of unused variable warning.
5980
618cebef
SL
59812014-11-13 Stefan Liebler <stli@linux.vnet.ibm.com>
5982
5983 * sysdeps/s390/s390-32/backtrace.c (__backtrace):
5984 Check for unwind_backtrace == NULL only in SHARED case.
5985 (__backchain_backtrace): Compile only in SHARED case.
5986 * sysdeps/s390/s390-64/backtrace.c (__backtrace):
5987 Likewise.
5988 (__backchain_backtrace): Declare as static.
5989
c6aab2cb
RM
59902014-11-12 Roland McGrath <roland@hack.frob.com>
5991
5992 * nptl/createthread.c [!TLS_MULTIPLE_THREADS_IN_TCB]
5993 (__libc_multiple_threads_ptr): Variable moved ...
5994 * nptl/nptl-init.c [!TLS_MULTIPLE_THREADS_IN_TCB]: ... here.
5995
5a6fa4d7
JM
59962014-11-12 Joseph Myers <joseph@codesourcery.com>
5997
24f4f825
JM
5998 * conform/GlibcConform.pm: New file.
5999 * conform/conformtest.pl: Use GlibcConform module.
6000 * conform/linknamespace.pl: New file.
6001 * conform/list-header-symbols.pl: Likewise.
6002 * conform/Makefile (linknamespace-symlists-base): New variable.
6003 (linknamespace-symlists-tests): Likewise.
6004 (linknamespace-header-base): Likewise.
6005 (linknamespace-header-tests): Likewise.
6006 (tests-special): Add new tests.
6007 ($(linknamespace-symlists-tests)): New rule.
6008 (linknamespace-libs): New variable.
6009 ($(objpfx)symlist-stdlibs): New rule.
6010 ($(linknamespace-header-tests)): Likewise.
6011 (test-xfail-XPG3/varargs.h/linknamespace): New variable.
6012 (test-xfail-XPG4/varargs.h/linknamespace): Likewise.
6013 (test-xfail-UNIX98/varargs.h/linknamespace): Likewise.
6014 (test-xfail-XPG4/ndbm.h/linknamespace): Likewise.
6015 (test-xfail-UNIX98/ndbm.h/linknamespace): Likewise.
6016 (test-xfail-XOPEN2K/ndbm.h/linknamespace): Likewise.
6017 (test-xfail-XOPEN2K8/ndbm.h/linknamespace): Likewise.
6018 (test-xfail-ISO/math.h/linknamespace): Likewise.
6019 (test-xfail-ISO/signal.h/linknamespace): Likewise.
6020 (test-xfail-ISO/stdio.h/linknamespace): Likewise.
6021 (test-xfail-ISO/time.h/linknamespace): Likewise.
6022 (test-xfail-ISO99/complex.h/linknamespace): Likewise.
6023 (test-xfail-ISO99/ctype.h/linknamespace): Likewise.
6024 (test-xfail-ISO99/math.h/linknamespace): Likewise.
6025 (test-xfail-ISO99/signal.h/linknamespace): Likewise.
6026 (test-xfail-ISO99/stdio.h/linknamespace): Likewise.
6027 (test-xfail-ISO99/tgmath.h/linknamespace): Likewise.
6028 (test-xfail-ISO11/complex.h/linknamespace): Likewise.
6029 (test-xfail-ISO11/ctype.h/linknamespace): Likewise.
6030 (test-xfail-ISO11/math.h/linknamespace): Likewise.
6031 (test-xfail-ISO11/signal.h/linknamespace): Likewise.
6032 (test-xfail-ISO11/stdio.h/linknamespace): Likewise.
6033 (test-xfail-ISO11/tgmath.h/linknamespace): Likewise.
6034 (test-xfail-XPG3/ctype.h/linknamespace): Likewise.
6035 (test-xfail-XPG3/fnmatch.h/linknamespace): Likewise.
6036 (test-xfail-XPG3/glob.h/linknamespace): Likewise.
6037 (test-xfail-XPG3/math.h/linknamespace): Likewise.
6038 (test-xfail-XPG3/regex.h/linknamespace): Likewise.
6039 (test-xfail-XPG3/search.h/linknamespace): Likewise.
6040 (test-xfail-XPG3/stdio.h/linknamespace): Likewise.
6041 (test-xfail-XPG3/time.h/linknamespace): Likewise.
6042 (test-xfail-XPG3/unistd.h/linknamespace): Likewise.
6043 (test-xfail-XPG3/wordexp.h/linknamespace): Likewise.
6044 (test-xfail-XPG4/ctype.h/linknamespace): Likewise.
6045 (test-xfail-XPG4/fmtmsg.h/linknamespace): Likewise.
6046 (test-xfail-XPG4/fnmatch.h/linknamespace): Likewise.
6047 (test-xfail-XPG4/glob.h/linknamespace): Likewise.
6048 (test-xfail-XPG4/grp.h/linknamespace): Likewise.
6049 (test-xfail-XPG4/libgen.h/linknamespace): Likewise.
6050 (test-xfail-XPG4/math.h/linknamespace): Likewise.
6051 (test-xfail-XPG4/netdb.h/linknamespace): Likewise.
6052 (test-xfail-XPG4/pwd.h/linknamespace): Likewise.
6053 (test-xfail-XPG4/regex.h/linknamespace): Likewise.
6054 (test-xfail-XPG4/search.h/linknamespace): Likewise.
6055 (test-xfail-XPG4/stdio.h/linknamespace): Likewise.
6056 (test-xfail-XPG4/stdlib.h/linknamespace): Likewise.
6057 (test-xfail-XPG4/sys/mman.h/linknamespace): Likewise.
6058 (test-xfail-XPG4/sys/statvfs.h/linknamespace): Likewise.
6059 (test-xfail-XPG4/syslog.h/linknamespace): Likewise.
6060 (test-xfail-XPG4/time.h/linknamespace): Likewise.
6061 (test-xfail-XPG4/unistd.h/linknamespace): Likewise.
6062 (test-xfail-XPG4/wordexp.h/linknamespace): Likewise.
6063 (test-xfail-POSIX/aio.h/linknamespace): Likewise.
6064 (test-xfail-POSIX/fnmatch.h/linknamespace): Likewise.
6065 (test-xfail-POSIX/glob.h/linknamespace): Likewise.
6066 (test-xfail-POSIX/math.h/linknamespace): Likewise.
6067 (test-xfail-POSIX/mqueue.h/linknamespace): Likewise.
6068 (test-xfail-POSIX/pthread.h/linknamespace): Likewise.
6069 (test-xfail-POSIX/regex.h/linknamespace): Likewise.
6070 (test-xfail-POSIX/sched.h/linknamespace): Likewise.
6071 (test-xfail-POSIX/semaphore.h/linknamespace): Likewise.
6072 (test-xfail-POSIX/sys/mman.h/linknamespace): Likewise.
6073 (test-xfail-POSIX/time.h/linknamespace): Likewise.
6074 (test-xfail-POSIX/unistd.h/linknamespace): Likewise.
6075 (test-xfail-POSIX/wordexp.h/linknamespace): Likewise.
6076 (test-xfail-UNIX98/aio.h/linknamespace): Likewise.
6077 (test-xfail-UNIX98/ctype.h/linknamespace): Likewise.
6078 (test-xfail-UNIX98/fmtmsg.h/linknamespace): Likewise.
6079 (test-xfail-UNIX98/fnmatch.h/linknamespace): Likewise.
6080 (test-xfail-UNIX98/glob.h/linknamespace): Likewise.
6081 (test-xfail-UNIX98/grp.h/linknamespace): Likewise.
6082 (test-xfail-UNIX98/libgen.h/linknamespace): Likewise.
6083 (test-xfail-UNIX98/math.h/linknamespace): Likewise.
6084 (test-xfail-UNIX98/mqueue.h/linknamespace): Likewise.
6085 (test-xfail-UNIX98/netdb.h/linknamespace): Likewise.
6086 (test-xfail-UNIX98/pthread.h/linknamespace): Likewise.
6087 (test-xfail-UNIX98/pwd.h/linknamespace): Likewise.
6088 (test-xfail-UNIX98/regex.h/linknamespace): Likewise.
6089 (test-xfail-UNIX98/sched.h/linknamespace): Likewise.
6090 (test-xfail-UNIX98/search.h/linknamespace): Likewise.
6091 (test-xfail-UNIX98/semaphore.h/linknamespace): Likewise.
6092 (test-xfail-UNIX98/stdio.h/linknamespace): Likewise.
6093 (test-xfail-UNIX98/stdlib.h/linknamespace): Likewise.
6094 (test-xfail-UNIX98/sys/mman.h/linknamespace): Likewise.
6095 (test-xfail-UNIX98/sys/statvfs.h/linknamespace): Likewise.
6096 (test-xfail-UNIX98/syslog.h/linknamespace): Likewise.
6097 (test-xfail-UNIX98/time.h/linknamespace): Likewise.
6098 (test-xfail-UNIX98/unistd.h/linknamespace): Likewise.
6099 (test-xfail-UNIX98/wchar.h/linknamespace): Likewise.
6100 (test-xfail-UNIX98/wordexp.h/linknamespace): Likewise.
6101 (test-xfail-XOPEN2K/aio.h/linknamespace): Likewise.
6102 (test-xfail-XOPEN2K/complex.h/linknamespace): Likewise.
6103 (test-xfail-XOPEN2K/fcntl.h/linknamespace): Likewise.
6104 (test-xfail-XOPEN2K/fmtmsg.h/linknamespace): Likewise.
6105 (test-xfail-XOPEN2K/fnmatch.h/linknamespace): Likewise.
6106 (test-xfail-XOPEN2K/glob.h/linknamespace): Likewise.
6107 (test-xfail-XOPEN2K/grp.h/linknamespace): Likewise.
6108 (test-xfail-XOPEN2K/libgen.h/linknamespace): Likewise.
6109 (test-xfail-XOPEN2K/math.h/linknamespace): Likewise.
6110 (test-xfail-XOPEN2K/mqueue.h/linknamespace): Likewise.
6111 (test-xfail-XOPEN2K/net/if.h/linknamespace): Likewise.
6112 (test-xfail-XOPEN2K/netdb.h/linknamespace): Likewise.
6113 (test-xfail-XOPEN2K/pthread.h/linknamespace): Likewise.
6114 (test-xfail-XOPEN2K/pwd.h/linknamespace): Likewise.
6115 (test-xfail-XOPEN2K/regex.h/linknamespace): Likewise.
6116 (test-xfail-XOPEN2K/search.h/linknamespace): Likewise.
6117 (test-xfail-XOPEN2K/semaphore.h/linknamespace): Likewise.
6118 (test-xfail-XOPEN2K/signal.h/linknamespace): Likewise.
6119 (test-xfail-XOPEN2K/spawn.h/linknamespace): Likewise.
6120 (test-xfail-XOPEN2K/stdlib.h/linknamespace): Likewise.
6121 (test-xfail-XOPEN2K/sys/mman.h/linknamespace): Likewise.
6122 (test-xfail-XOPEN2K/sys/statvfs.h/linknamespace): Likewise.
6123 (test-xfail-XOPEN2K/sys/wait.h/linknamespace): Likewise.
6124 (test-xfail-XOPEN2K/syslog.h/linknamespace): Likewise.
6125 (test-xfail-XOPEN2K/tgmath.h/linknamespace): Likewise.
6126 (test-xfail-XOPEN2K/time.h/linknamespace): Likewise.
6127 (test-xfail-XOPEN2K/ucontext.h/linknamespace): Likewise.
6128 (test-xfail-XOPEN2K/unistd.h/linknamespace): Likewise.
6129 (test-xfail-XOPEN2K/wordexp.h/linknamespace): Likewise.
6130 (test-xfail-POSIX2008/aio.h/linknamespace): Likewise.
6131 (test-xfail-POSIX2008/complex.h/linknamespace): Likewise.
6132 (test-xfail-POSIX2008/ctype.h/linknamespace): Likewise.
6133 (test-xfail-POSIX2008/dirent.h/linknamespace): Likewise.
6134 (test-xfail-POSIX2008/fcntl.h/linknamespace): Likewise.
6135 (test-xfail-POSIX2008/grp.h/linknamespace): Likewise.
6136 (test-xfail-POSIX2008/math.h/linknamespace): Likewise.
6137 (test-xfail-POSIX2008/mqueue.h/linknamespace): Likewise.
6138 (test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
6139 (test-xfail-POSIX2008/netdb.h/linknamespace): Likewise.
6140 (test-xfail-POSIX2008/pthread.h/linknamespace): Likewise.
6141 (test-xfail-POSIX2008/regex.h/linknamespace): Likewise.
6142 (test-xfail-POSIX2008/semaphore.h/linknamespace): Likewise.
6143 (test-xfail-POSIX2008/spawn.h/linknamespace): Likewise.
6144 (test-xfail-POSIX2008/sys/mman.h/linknamespace): Likewise.
6145 (test-xfail-POSIX2008/sys/statvfs.h/linknamespace): Likewise.
6146 (test-xfail-POSIX2008/tgmath.h/linknamespace): Likewise.
6147 (test-xfail-POSIX2008/time.h/linknamespace): Likewise.
6148 (test-xfail-POSIX2008/unistd.h/linknamespace): Likewise.
6149 (test-xfail-XOPEN2K8/aio.h/linknamespace): Likewise.
6150 (test-xfail-XOPEN2K8/complex.h/linknamespace): Likewise.
6151 (test-xfail-XOPEN2K8/dirent.h/linknamespace): Likewise.
6152 (test-xfail-XOPEN2K8/fcntl.h/linknamespace): Likewise.
6153 (test-xfail-XOPEN2K8/fmtmsg.h/linknamespace): Likewise.
6154 (test-xfail-XOPEN2K8/grp.h/linknamespace): Likewise.
6155 (test-xfail-XOPEN2K8/libgen.h/linknamespace): Likewise.
6156 (test-xfail-XOPEN2K8/math.h/linknamespace): Likewise.
6157 (test-xfail-XOPEN2K8/mqueue.h/linknamespace): Likewise.
6158 (test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
6159 (test-xfail-XOPEN2K8/netdb.h/linknamespace): Likewise.
6160 (test-xfail-XOPEN2K8/pthread.h/linknamespace): Likewise.
6161 (test-xfail-XOPEN2K8/pwd.h/linknamespace): Likewise.
6162 (test-xfail-XOPEN2K8/regex.h/linknamespace): Likewise.
6163 (test-xfail-XOPEN2K8/search.h/linknamespace): Likewise.
6164 (test-xfail-XOPEN2K8/semaphore.h/linknamespace): Likewise.
6165 (test-xfail-XOPEN2K8/spawn.h/linknamespace): Likewise.
6166 (test-xfail-XOPEN2K8/sys/mman.h/linknamespace): Likewise.
6167 (test-xfail-XOPEN2K8/sys/statvfs.h/linknamespace): Likewise.
6168 (test-xfail-XOPEN2K8/syslog.h/linknamespace): Likewise.
6169 (test-xfail-XOPEN2K8/tgmath.h/linknamespace): Likewise.
6170 (test-xfail-XOPEN2K8/time.h/linknamespace): Likewise.
6171 (test-xfail-XOPEN2K8/unistd.h/linknamespace): Likewise.
6172
cc67478e
JM
6173 [BZ #17589]
6174 * intl/localealias.c [_LIBC] (FGETS): Use __fgets_unlocked instead
6175 of fgets_unlocked.
6176
9975e3d3
JM
6177 [BZ #17585]
6178 * string/memmem.c [!_LIBC] (__memmem): Define to memmem.
6179 (memmem): Rename to __memmem and define as weak alias of
6180 __memmem. Use libc_hidden_weak.
6181 (__memmem): Use libc_hidden_def.
6182 * include/string.h (__memmem): Declare. Use libc_hidden_proto.
6183 * locale/findlocale.c (valid_locale_name): Use __memmem instead of
6184 memmem.
6185
c4eae752
JM
6186 [BZ #17582]
6187 * libio/iofgets.c [weak_alias && !_IO_MTSAFE_IO]
6188 (__fgets_unlocked): Add alias of _IO_fgets. Use libc_hidden_def.
6189 * libio/iofgets_u.c (fgets_unlocked): Rename to __fgets_unlocked
6190 and define as weak alias of __fgets_unlocked. Use
6191 libc_hidden_weak.
6192 (__fgets_unlocked): Use libc_hidden_def.
6193 * include/stdio.h (__fgets_unlocked): Declare. Use
6194 libc_hidden_proto.
6195 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Use
6196 __fgets_unlocked instead of fgets_unlocked.
6197 * sysdeps/unix/sysv/linux/alpha/getsysstats.c
6198 (GET_NPROCS_CONF_PARSER): Likewise.
6199 * sysdeps/unix/sysv/linux/sparc/getsysstats.c
6200 (GET_NPROCS_CONF_PARSER): Likewise.
6201
01cad84e
JM
6202 [BZ #17574]
6203 * wcsmbs/wmemset.c (wmemset): Rename to __wmemset and define as
6204 weak alias of __wmemset. Use libc_hidden_weak.
6205 (__wmemset): Use libc_hidden_def.
6206 * include/wchar.h (__wmemset): Declare. Use libc_hidden_proto.
6207 * stdio-common/printf_fp.c (___printf_fp): Call __wmemset instead
6208 of wmemset.
6209
939da411
JM
6210 [BZ #17573]
6211 * include/string.h [NOT_IN_libc || !SHARED] (mempcpy): Declare
6212 with asm name __mempcpy.
6213 [NOT_IN_libc || !SHARED] (stpcpy): Declare with asm name __stpcpy.
6214
293d9a41
JM
6215 [BZ #17572]
6216 * sysdeps/x86_64/rawmemchr.S (rawmemchr): Rename to __rawmemchr
6217 and define as weak alias of __rawmemchr.
6218 (__rawmemchr): Do not define as strong alias of rawmemchr.
6219
bef8fd60
JM
6220 [BZ #17571]
6221 * stdlib/msort.c (qsort_r): Rename to __qsort_r and define as weak
6222 alias of __qsort_r.
6223 (qsort): Call __qsort_r instead of qsort_r.
6224 * include/stdlib.h (qsort_r): Do not call libc_hidden_proto.
6225 (__qsort_r): Declare. Call libc_hidden_proto.
6226 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Call __qsort_r
6227 instead of qsort_r.
6228 * nscd/gai.c (__qsort_r): Define to qsort_r.
6229 * posix/tst-rfc3484.c (__qsort_r): Likewise.
6230 * posix/tst-rfc3484-2.c (__qsort_r): Likewise.
6231 * posix/tst-rfc3484-3.c (__qsort_r): Likewise.
6232
c52ff39e
JM
6233 [BZ #17570]
6234 * malloc/malloc.c (malloc_info): Rename to __malloc_info and
6235 define as weak alias of __malloc_info.
6236
2f5c1b00
JM
6237 [BZ #17584]
6238 * dirent/rewinddir.c (rewinddir): Rename to __rewinddir and define
6239 as weak alias of __rewinddir. Don't use libc_hidden_def.
6240 (__rewinddir): Use libc_hidden_def.
6241 * sysdeps/mach/hurd/rewinddir.c: Rename to __rewinddir and define
6242 as weak alias of __rewinddir. Don't use libc_hidden_def.
6243 (__rewinddir): Use libc_hidden_def.
6244 * sysdeps/posix/rewinddir.c: Rename to __rewinddir and define as
6245 weak alias of __rewinddir. Don't use libc_hidden_def.
6246 (__rewinddir): Use libc_hidden_def.
6247 * include/dirent.h (rewinddir): Don't use libc_hidden_proto.
6248 (__rewinddir): Use libc_hidden_proto.
6249 * sysdeps/posix/getcwd.c [!_LIBC] (__rewinddir): Define to
6250 rewinddir.
6251 (__getcwd): Use __rewinddir instead of rewinddir.
6252
5a6fa4d7
JM
6253 [BZ #17583]
6254 * libio/fileno.c (fileno): Rename to __fileno and define as weak
6255 alias of __fileno. Use libc_hidden_weak.
6256 (__fileno): Use libc_hidden_def.
6257 [weak_alias] (fileno_unlocked): Define as weak alias of __fileno.
6258 * libio/ftello.c (ftello): Rename to __ftello and define as weak
6259 alias of __ftello.
6260 [__OFF_T_MATCHES_OFF64_T] (ftello64): Define as weak alias of
6261 __ftello.
6262 * libio/iofread.c [weak_alias && !_IO_MTSAFE_IO]
6263 (__fread_unlocked): Define as strong alias of _IO_fread. Use
6264 libc_hidden_def.
6265 (fread_unlocked): Don't use libc_hidden_ver.
6266 * libio/iofread_u.c (fread_unlocked): Rename to __fread_unlocked
6267 and define as weak alias of __fread_unlocked. Don't use
6268 libc_hidden_def.
6269 (__fread_unlocked): Use libc_hidden_def.
6270 * include/stdio.h (__fileno): Declare. Use libc_hidden_proto.
6271 (ftello): Don't use libc_hidden_proto.
6272 (__ftello): Declare. Use libc_hidden_proto.
6273 (fread_unlocked): Don't use libc_hidden_proto.
6274 (__fread_unlocked): Declare. Use libc_hidden_proto.
6275 * time/tzfile.c (__tzfile_read): Use __fileno, __fread_unlocked
6276 and __ftello instead of fileno, fread_unlocked and ftello.
6277
2581b98e
SP
62782012-11-12 Siddhesh Poyarekar <siddhesh@redhat.com>
6279
6280 * sysdeps/s390/s390-32/bcopy.S (__bcopy): Use GOT instead of
6281 GOT12.
6282 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_load_address):
6283 Likewise.
6284 (_dl_start_user): Likewise.
6285 * sysdeps/s390/s390-32/setjmp.S (__sigsetjmp): Likewise.
6286
533bb7c2
SP
62872014-11-12 Carlos O'Donell <carlos@redhat.com>
6288 Siddhesh Poyarekar <siddhesh@redhat.com>
6289
6290 * sysdeps/s390/s390-32/dl-machine.h (_dl_start_user):
6291 Move argv and envp down instead of moving argc up.
6292 * sysdeps/s390/s390-32/dl-sysdep.h: New file.
6293
fffa1cf8
LH
62942014-11-12 Leonhard Holz <leonhard.holz@web.de>
6295
6296 [BZ #17506]
6297 * test-skeleton.c (main): Return successful if one of
6298 EXPECTED_SIGNAL or EXPECTED_STATUS is met when both given.
6299 * string/tst-strcoll-overflow.c: Define expected status.
6300
fb89b46d
TU
63012014-11-12 Tatiana Udalova <t.udalova@samsung.com>
6302
6303 [BZ #17475]
6304 * locale/iso-639.def: Define Bhili and Tulu language codes.
6305
5c40c3ba
AH
63062014-11-11 Alan Hayward <alan.hayward@arm.com>
6307
6308 * sysdeps/unix/sysv/linux/aarch64/bits/ipc.h: New file.
6309
b17fe01b 63102014-11-10 Renlin Li <Renlin.Li@arm.com>
80085def
RL
6311
6312 [BZ #17555]
6313 * sysdeps/aarch64/start.S (_start): Delete x29 overwritten assignment.
6314
bd805071
AS
63152014-11-10 Andrew Senkevich <andrew.n.senkevich@gmail.com>
6316
6317 * configure.ac: Updated check of minimal required version to
6318 2.22.
6319 * manual/install.texi (Tools for Compilation): Updated version
6320 number.
6321 * configure: Regenerated.
6322 * INSTALL: Likewise.
6323
1400983e
AS
63242014-11-07 Andreas Schwab <schwab@linux-m68k.org>
6325
6326 * sysdeps/unix/sysv/linux/m68k/localplt.data (ld.so): Remove
6327 __tls_get_addr.
6328
2c46a66a
JM
63292014-11-07 Joseph Myers <joseph@codesourcery.com>
6330
6331 * include/sys/wait.h (__libc_waitpid): Remove declaration.
6332 * posix/waitpid.c (__libc_waitpid): Rename to __waitpid.
6333 (__waitpid): Don't define as alias. Use libc_hidden_def not
6334 libc_hidden_weak.
6335 (waitpid): Define as alias of __waitpid.
6336 * sysdeps/unix/bsd/waitpid.c (__libc_waitpid): Rename to
6337 __waitpid.
6338 (__waitpid): Don't define as alias. Use libc_hidden_def not
6339 libc_hidden_weak.
6340 (waitpid): Define as alias of __waitpid.
6341 * sysdeps/unix/sysv/linux/i386/syscalls.list (waitpid): Remove
6342 __libc_waitpid alias.
6343 * sysdeps/unix/sysv/linux/m68k/syscalls.list (waitpid): Likewise.
6344 * sysdeps/unix/sysv/linux/powerpc/syscalls.list (waitpid):
6345 Likewise.
6346 * sysdeps/unix/sysv/linux/sh/syscalls.list (waitpid): Likewise.
6347 * sysdeps/unix/sysv/linux/sparc/syscalls.list (waitpid): Likewise.
6348 * sysdeps/unix/sysv/linux/tile/waitpid.S (__libc_waitpid): Remove
6349 alias.
6350 * sysdeps/unix/sysv/linux/waitpid.c (__libc_waitpid): Rename to
6351 __waitpid.
6352 (__waitpid): Don't define as alias. Use libc_hidden_def not
6353 libc_hidden_weak.
6354 (waitpid): Define as alias of __waitpid.
6355
da53d6db
CD
63562014-11-06 Carlos O'Donell <carlos@redhat.com>
6357
a2887bdb
CD
6358 * manual/llio.texi: Add comment that write safety has been
6359 fixed in Linux.
6360
da53d6db
CD
6361 * elf/Makefile (all-built-dso): Add $(common-objpfx)elf/ld.so.
6362 (localplt-build-dso): Add elf/ld.so.
6363 * sysdeps/unix/sysv/linux/i386/localplt.data: Add ___tls_get_addr
6364 i.e. 3 underscore version, __libc_memalign, malloc, calloc, realloc,
6365 and free for ld.so.
6366 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: Add
6367 __libc_memalign, malloc, calloc, realloc, and free for ld.so.
6368 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data:
6369 Likewise.
6370 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
6371 Likewise.
6372 * sysdeps/unix/sysv/linux/s390/localplt.data: Likewise.
6373 * sysdeps/generic/localplt.data: Add __tls_get_addr i.e. 2 underscore
6374 version, __libc_memalign, malloc, calloc, realloc and free for ld.so.
6375 * sysdeps/unix/sysv/linux/aarch64/localplt.data: Likewise.
6376 * sysdeps/unix/sysv/linux/arm/localplt.data: Likewise.
6377 * sysdeps/unix/sysv/linux/alpha/localplt.data: Likewise.
6378 * sysdeps/unix/sysv/linux/ia64/localplt.data: Likewise.
6379 * sysdeps/unix/sysv/linux/m68k/localplt.data: Likewise.
6380 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Likewise.
6381 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: Likewise.
6382 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: Likewise.
6383
9cf27b8d
JM
63842014-11-05 Joseph Myers <joseph@codesourcery.com>
6385
6386 [BZ #14132]
6387 * include/libc-symbols.h (INTUSE): Remove macro.
6388 (INTDEF): Likewise.
6389 (INTVARDEF): Likewise.
6390 (_INTVARDEF): Likewise.
6391 (INTDEF2): Likewise.
6392 (INTVARDEF2): Likewise.
6393 * elf/rtld.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Use
6394 rtld_hidden_def instead of INTVARDEF.
6395 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]
6396 (_dl_starting_up_internal): Remove declaration.
6397 (_dl_starting_up): Use rtld_hidden_proto.
6398 * elf/dl-init.c [!HAVE_INLINED_SYSCALLS] (_dl_starting_up): Remove
6399 declaration.
6400 [!HAVE_INLINED_SYSCALLS] (_dl_starting_up_internal): Likewise.
6401 (_dl_init) [!HAVE_INLINED_SYSCALLS]: Don't use INTUSE with
6402 _dl_starting_up.
6403 * elf/dl-writev.h (_dl_writev): Likewise.
6404 * sysdeps/powerpc/powerpc64/dl-machine.h [!HAVE_INLINED_SYSCALLS]
6405 (DL_STARTING_UP_DEF): Use __GI__dl_starting_up instead of
6406 _dl_starting_up_internal.
6407
af83568d
AZ
64082014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6409
6410 * stdio-common/tst-fmemopen.c (do_test): Refactor to use
6411 test-skeleton.c.
6412
b01ee67c
WN
64132014-11-05 Will Newton <will.newton@linaro.org>
6414
6415 * benchtests/Makefile: (bench-malloc): Add malloc thread
6416 scalability benchmark.
6417 * benchtests/bench-malloc-threads.c: New file.
6418
be9d4ccc
RE
64192014-11-05 Richard Earnshaw <rearnsha@arm.com>
6420
6421 * sysdeps/aarch64/strchrnul.S: New file.
6422
7110166d
AZ
64232014-11-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6424
6425 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Simplify
6426 definition.
6427 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
6428 Likwise.
6429 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
6430 Likewise.
6431 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
6432 Likewise.
6433 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
6434 Likewise.
6435 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
6436 Likewise.
6437
64382014-11-05 Arjun Shankar <arjun.is@lostca.se>
29955b5d
AS
6439
6440 * catgets/test-gencat.c: Use test-skeleton.c.
6441 * catgets/tst-catgets.c: Likewise.
6442 * csu/tst-empty.c: Likewise.
6443 * elf/tst-audit2.c: Likewise.
6444 * elf/tst-global1.c: Likewise.
6445 * elf/tst-pathopt.c: Likewise.
6446 * elf/tst-piemod1.c: Likewise.
6447 * elf/tst-tls10.c: Likewise.
6448 * elf/tst-tls11.c: Likewise.
6449 * elf/tst-tls12.c: Likewise.
6450 * gnulib/tst-gcc.c: Likewise.
6451 * iconvdata/tst-e2big.c: Likewise.
6452 * iconvdata/tst-loading.c: Likewise.
6453 * iconv/tst-iconv1.c: Likewise.
6454 * iconv/tst-iconv2.c: Likewise.
6455 * inet/test-inet6_opt.c: Likewise.
6456 * inet/tst-gethnm.c: Likewise.
6457 * inet/tst-network.c: Likewise.
6458 * inet/tst-ntoa.c: Likewise.
6459 * intl/tst-codeset.c: Likewise.
6460 * intl/tst-gettext2.c: Likewise.
6461 * intl/tst-gettext3.c: Likewise.
6462 * intl/tst-ngettext.c: Likewise.
6463 * intl/tst-translit.c: Likewise.
6464 * io/test-stat.c: Likewise.
6465 * libio/test-fmemopen.c: Likewise.
6466 * libio/tst-freopen.c: Likewise.
6467 * libio/tst-sscanf.c: Likewise.
6468 * libio/tst-ungetwc1.c: Likewise.
6469 * libio/tst-ungetwc2.c: Likewise.
6470 * libio/tst-widetext.c: Likewise.
6471 * localedata/tst-ctype.c: Likewise.
6472 * localedata/tst-digits.c: Likewise.
6473 * localedata/tst-leaks.c: Likewise.
6474 * localedata/tst-mbswcs1.c: Likewise.
6475 * localedata/tst-mbswcs2.c: Likewise.
6476 * localedata/tst-mbswcs3.c: Likewise.
6477 * localedata/tst-mbswcs4.c: Likewise.
6478 * localedata/tst-mbswcs5.c: Likewise.
6479 * localedata/tst-setlocale.c: Likewise.
6480 * localedata/tst-trans.c: Likewise.
6481 * localedata/tst-wctype.c: Likewise.
6482 * localedata/tst-xlocale1.c: Likewise.
6483 * login/tst-grantpt.c: Likewise.
6484 * malloc/tst-calloc.c: Likewise.
6485 * malloc/tst-malloc.c: Likewise.
6486 * malloc/tst-mallocstate.c: Likewise.
6487 * malloc/tst-mcheck.c: Likewise.
6488 * malloc/tst-mtrace.c: Likewise.
6489 * malloc/tst-obstack.c: Likewise.
6490 * math/atest-exp2.c: Likewise.
6491 * math/atest-exp.c: Likewise.
6492 * math/atest-sincos.c: Likewise.
6493 * math/test-matherr.c: Likewise.
6494 * math/test-misc.c: Likewise.
6495 * math/test-powl.c: Likewise.
6496 * math/tst-definitions.c: Likewise.
6497 * misc/tst-dirname.c: Likewise.
6498 * misc/tst-efgcvt.c: Likewise.
6499 * misc/tst-fdset.c: Likewise.
6500 * misc/tst-hsearch.c: Likewise.
6501 * misc/tst-mntent2.c: Likewise.
6502 * nptl/tst-sem7.c: Likewise.
6503 * nptl/tst-sem8.c: Likewise.
6504 * nptl/tst-sem9.c: Likewise.
6505 * nss/test-netdb.c: Likewise.
6506 * posix/tst-fnmatch.c: Likewise.
6507 * posix/tst-getlogin.c: Likewise.
6508 * posix/tst-gnuglob.c: Likewise.
6509 * posix/tst-mmap.c: Likewise.
6510 * pwd/tst-getpw.c: Likewise.
6511 * resolv/tst-inet_ntop.c: Likewise.
6512 * rt/tst-timer.c: Likewise.
6513 * stdio-common/test-fseek.c: Likewise.
6514 * stdio-common/test-popen.c: Likewise.
6515 * stdio-common/test-vfprintf.c: Likewise.
6516 * stdio-common/tst-cookie.c: Likewise.
6517 * stdio-common/tst-fileno.c: Likewise.
6518 * stdio-common/tst-gets.c: Likewise.
6519 * stdio-common/tst-obprintf.c: Likewise.
6520 * stdio-common/tst-perror.c: Likewise.
6521 * stdio-common/tst-sprintf2.c: Likewise.
6522 * stdio-common/tst-sprintf3.c: Likewise.
6523 * stdio-common/tst-sprintf.c: Likewise.
6524 * stdio-common/tst-swprintf.c: Likewise.
6525 * stdio-common/tst-tmpnam.c: Likewise.
6526 * stdio-common/tst-unbputc.c: Likewise.
6527 * stdio-common/tst-wc-printf.c: Likewise.
6528 * stdlib/tst-environ.c: Likewise.
6529 * stdlib/tst-fmtmsg.c: Likewise.
6530 * stdlib/tst-limits.c: Likewise.
6531 * stdlib/tst-rand48-2.c: Likewise.
6532 * stdlib/tst-rand48.c: Likewise.
6533 * stdlib/tst-random2.c: Likewise.
6534 * stdlib/tst-random.c: Likewise.
6535 * stdlib/tst-strtol.c: Likewise.
6536 * stdlib/tst-strtoll.c: Likewise.
6537 * stdlib/tst-tls-atexit.c: Likewise.
6538 * stdlib/tst-xpg-basename.c: Likewise.
6539 * string/test-ffs.c: Likewise.
6540 * string/tst-bswap.c: Likewise.
6541 * string/tst-inlcall.c: Likewise.
6542 * string/tst-strtok.c: Likewise.
6543 * string/tst-strxfrm.c: Likewise.
6544 * sysdeps/x86_64/tst-audit10.c: Likewise.
6545 * sysdeps/x86_64/tst-audit3.c: Likewise.
6546 * sysdeps/x86_64/tst-audit4.c: Likewise.
6547 * sysdeps/x86_64/tst-audit5.c: Likewise.
6548 * time/tst-ftime_l.c: Likewise.
6549 * time/tst-getdate.c: Likewise.
6550 * time/tst-mktime3.c: Likewise.
6551 * time/tst-mktime.c: Likewise.
6552 * time/tst-posixtz.c: Likewise.
6553 * time/tst-strptime2.c: Likewise.
6554 * time/tst-strptime3.c: Likewise.
6555 * wcsmbs/tst-btowc.c: Likewise.
6556 * wcsmbs/tst-mbrtowc.c: Likewise.
6557 * wcsmbs/tst-mbsrtowcs.c: Likewise.
6558 * wcsmbs/tst-wchar-h.c: Likewise.
6559 * wcsmbs/tst-wcpncpy.c: Likewise.
6560 * wcsmbs/tst-wcrtomb.c: Likewise.
6561 * wcsmbs/tst-wcsnlen.c: Likewise.
6562 * wcsmbs/tst-wcstof.c: Likewise.
6563
2004e7fb
JM
65642014-11-04 Joseph Myers <joseph@codesourcery.com>
6565
ab97ee8f
JM
6566 [BZ #14132]
6567 * elf/dl-profile.c (_dl_mcount): Use rtld_hidden_def instead of
6568 INTDEF.
6569 * sysdeps/generic/ldsodefs.h (_dl_mcount_internal): Remove
6570 declaration.
6571 (_dl_mcount): Use rtld_hidden_proto.
6572 * elf/dl-runtime.c (_dl_profile_fixup): Don't use INTUSE with
6573 _dl_mcount.
6574 * elf/rtld.c (_rtld_global_ro): Likewise.
6575
c5684fdb
JM
6576 [BZ #14132]
6577 * elf/dl-init.c (_dl_init): Don't use INTDEF.
6578 * sysdeps/aarch64/dl-machine.h (RTLD_START): Use _dl_init instead
6579 of _dl_init_internal.
6580 * sysdeps/alpha/dl-machine.h (RTLD_START): Likewise.
6581 * sysdeps/arm/dl-machine.h (RTLD_START): Likewise.
6582 * sysdeps/hppa/dl-machine.h (RTLD_START): Likewise.
6583 * sysdeps/i386/dl-machine.h (RTLD_START): Likewise.
6584 * sysdeps/ia64/dl-machine.h (RTLD_START): Likewise.
6585 * sysdeps/m68k/dl-machine.h (RTLD_START): Likewise.
6586 * sysdeps/microblaze/dl-machine.h (RTLD_START): Likewise.
6587 * sysdeps/mips/dl-machine.h (RTLD_START): Likewise.
6588 * sysdeps/powerpc/powerpc32/dl-start.S (_start): Likewise.
6589 * sysdeps/s390/s390-32/dl-machine.h (RTLD_START): Likewise.
6590 * sysdeps/s390/s390-64/dl-machine.h (RTLD_START): Likewise.
6591 * sysdeps/sh/dl-machine.h (RTLD_START): Likewise.
6592 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
6593 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
6594 * sysdeps/tile/dl-start.S (_start): Likewise.
6595 * sysdeps/x86_64/dl-machine.h (RTLD_START): Likewise.
6596 * sysdeps/x86_64/x32/dl-machine.h (RTLD_START): Likewise.
6597
4243cbea
JM
6598 [BZ #14132]
6599 * sysdeps/generic/ldsodefs.h (_dl_argv): Use rtld_hidden_proto.
6600 [IS_IN_rtld] (_dl_argv_internal): Do not declare.
6601 (rtld_progname): Make macro definition unconditional.
6602 * elf/rtld.c (_dl_argv): Use rtld_hidden_data_def instead of
6603 INTDEF.
6604 (dlmopen_doit): Do not use INTUSE with _dl_argv.
6605 (dl_main): Likewise.
6606 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
6607 * sysdeps/alpha/dl-machine.h (RTLD_START): Use __GI__dl_argv
6608 instead of _dl_argv_internal.
6609 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
6610 __GI__dl_argv instead of INTUSE(_dl_argv).
6611 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Use
6612 __GI__dl_argv instead of _dl_argv_internal.
6613
2004e7fb
JM
6614 * soft-fp/op-common.h (_FP_TO_INT_ROUND): New macro.
6615 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_D): New
6616 macro.
6617 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_D): Likewise.
6618 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_E):
6619 New macro.
6620 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_E): Likewise.
6621 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_ROUND_Q): New
6622 macro.
6623 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_ROUND_Q): Likewise.
6624 * soft-fp/single.h (FP_TO_INT_ROUND_S): New macro.
6625
97827bfc
AS
66262014-11-04 Andreas Schwab <schwab@suse.de>
6627
6628 * posix/regex_internal.h: Don't include <locale/elem-hash.h>.
6629
5e4df284
AZ
66302014-11-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6631
6632 * sysdeps/powerpc/powerpc64/power8/memset.S (MTVSRD_V1_R4): Encode
6633 mtvsrd instruction in binary form.
6634
04b76b5a
AS
66352014-11-03 Andreas Schwab <schwab@suse.de>
6636
6637 [BZ #17522]
6638 * libio/wfileops.c (_IO_wdo_write): If the file buffer has room
6639 for less than MB_LEN_MAX use a local buffer of that size.
6640 * libio/tst-fputws.c: New file.
6641 * libio/Makefile (tests): Add tst-fputws.
6642
4c6da7da
JM
66432014-11-01 Jose E. Marchesi <jose.marchesi@oracle.com>
6644
6645 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu): fix
6646 the size of the fpu_fr.fpu_dregs[] array.
6647
1679ba8e
JM
66482014-11-01 Joseph Myers <joseph@codesourcery.com>
6649
6650 * posix/nanosleep.c (__libc_nanosleep): Rename to __nanosleep.
6651 (__nanosleep): Do not define as alias.
6652 (nanosleep): Define as alias of __nanosleep.
6653 * sysdeps/unix/sysv/linux/syscalls.list (nanosleep): Remove
6654 __libc_nanosleep name.
6655
2626c183
JM
66562014-10-31 Joseph Myers <joseph@codesourcery.com>
6657
6658 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): Mention need to update
6659 install.texi in comment.
6660
7f981fc2
TR
66612014-10-31 Torvald Riegel <triegel@redhat.com>
6662
6663 * sysdeps/powerpc/bits/atomic.h (atomic_write_barrier): Remove and...
6664 * sysdeps/powerpc/powerpc32/bits/atomic.h (atomic_write_barrier):
6665 ... add here and use lwsync or sync ...
6666 * sysdeps/powerpc/powerpc64/bits/atomic.h (atomic_write_barrier):
6667 ... and add here using lwsync.
6668
d6f373d2
MF
66692014-10-31 Matthew Fortune <matthew.fortune@imgtec.com>
6670
6671 * elf/dl-machine-reject-phdr.h: New file.
6672 * elf/dl-load.c: #include that.
6673 (open_verify): Call elf_machine_reject_phdr_p and ignore the file
6674 if that returned true.
6675
67c37987
RM
66762014-10-31 Roland McGrath <roland@hack.frob.com>
6677
6678 [BZ #17496]
6679 * Makerules: Move gnu/lib-names.h generation chunk up, to right after
6680 gen-as-const-headers chunk. Add a big scare comment after the last
6681 safe place to touch before-compile.
6682
94a42455 66832014-10-31 Joseph Myers <joseph@codesourcery.com>
f62ff286 6684
f3f5d895
JM
6685 * manual/install.texi (Tools for Compilation): Update autoconf
6686 version requirements.
6687 * INSTALL: Regenerated.
6688
f62ff286
JM
6689 * misc/pselect.c [!__pselect] (__libc_pselect): Remove alias.
6690 * sysdeps/unix/sysv/linux/pselect.c [__NR_pselect6]
6691 (__libc_pselect): Likewise.
94a42455
JM
6692
6693 [BZ #14138]
6694 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Remove file.
6695 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
6696 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
6697 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
6698
ff9dbdc0
TR
66992014-10-31 Torvald Riegel <triegel@redhat.com>
6700
6701 * sysdeps/sparc/sparc32/bits/atomic.h (atomic_write_barrier): Use
6702 correct barrier instruction.
6703 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h (atomic_write_barrier):
6704 Likewise.
6705 * sysdeps/sparc/sparc64/bits/atomic.h (atomic_write_barrier):
6706 Likewise.
6707
b4f66884
RM
67082014-10-30 Roland McGrath <roland@hack.frob.com>
6709
6710 * include/ctype.h: Include <ctype/ctype.h> first thing rather than
6711 after defining inlines. Instead, just use parens to defeat macro
6712 expansion of __isctype in its declaration.
6713
e19c95fd
JM
67142014-10-30 Joseph Myers <joseph@codesourcery.com>
6715
6716 * include/sys/uio.h (__libc_readv): Remove declaration.
6717 (__libc_writev): Likewise.
6718 * misc/readv.c (__libc_readv): Rename to __readv.
6719 (__readv): Do not define as alias.
6720 (readv): Define as alias of __readv.
6721 * misc/writev.c (__libc_writev): Rename to __writev.
6722 (__writev): Do not define as alias.
6723 (writev): Define as alias of __writev.
6724 * sysdeps/posix/readv.c (__libc_readv): Rename to __readv.
6725 (__readv): Do not define as alias.
6726 (readv): Define unconditionally as alias of __readv.
6727 * sysdeps/posix/writev.c (__libc_writev): Rename to __writev.
6728 (__writev): Do not define as alias.
6729 (writev): Define unconditionally as alias of __writev.
6730 * sysdeps/unix/syscalls.list (readv): Do not define __libc_readv
6731 name.
6732 (writev): Do not define __libc_writev name.
6733
65b00b6c
RM
67342014-10-30 Roland McGrath <roland@hack.frob.com>
6735
6736 * iconv/iconv_charmap.c (add_bytes): Make IN argument pointer to const.
6737 (convert_charseq): New function, broken out of ...
6738 (use_from_charmap): ... here. Call it.
6739 (use_to_charmap): Use convert_charseq and free instead of duplicating
6740 its code with a variable-length stack struct.
6741
d4e157aa
JM
67422014-10-30 Joseph Myers <joseph@codesourcery.com>
6743
6744 * include/fcntl.h (__libc_creat): Remove declaration.
6745 * io/creat.c (__libc_creat): Rename to creat.
6746 (creat): Do not define as alias.
6747 * sysdeps/unix/sysv/linux/alpha/creat.c (creat64): Define as alias
6748 of creat instead of __libc_creat.
6749 * sysdeps/unix/sysv/linux/generic/creat.c (__libc_creat): Rename
6750 to creat.
6751 (creat): Do not define as alias.
6752 [__WORDSIZE == 64] (creat64): Define as alias of creat instead of
6753 __libc_creat.
6754 * sysdeps/unix/sysv/linux/syscalls.list (creat): Do not define
6755 __libc_creat name.
6756 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list (creat):
6757 Likewise.
6758
0c6891a0
CD
67592014-10-29 Carlos O'Donell <carlos@redhat.com>
6760
6761 * manual/llio.texi: Add comments discussing why write() may be
6762 considered MT-unsafe on Linux.
6763
cc00cece
CD
67642014-10-28 Carlos O'Donell <carlos@redhat.com>
6765
6766 * dl-load.c (local_strdup): Remove.
6767 (expand_dynamic_string_token): Use __strdup.
6768 (decompose_rpath): Likewise.
6769 (_dl_map_object): Likewise.
6770
51e623f2
JM
67712014-10-28 Joseph Myers <joseph@codesourcery.com>
6772
6773 [BZ #14132]
6774 * sysdeps/generic/unwind-dw2-fde.c
6775 (__register_frame_info_bases_internal): Do not declare.
6776 (__register_frame_info_table_bases_internal): Likewise.
6777 (__deregister_frame_info_bases_internal): Likewise.
6778 (__register_frame_info_bases): Declare and use hidden_proto before
6779 definition. Use hidden_def instead of INTDEF.
6780 (__register_frame_info_table_bases): Likewise.
6781 (__deregister_frame_info_bases): Likewise.
6782 (__register_frame_info): Do not use INTUSE.
6783 (__register_frame): Likewise.
6784 (__register_frame_info_table): Likewise.
6785 (__register_frame_table): Likewise.
6786 (__deregister_frame_info): Likewise.
6787 (__deregister_frame): Likewise.
6788
03d41216
GC
67892014-10-27 Gratian Crisan <gratian.crisan@ni.com>
6790
6791 * sysdeps/unix/sysv/linux/arm/kernel-features.h
6792 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_FUTEX_LOCK_PI): Do
6793 not undefine.
6794 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_REQUEUE_PI):
6795 Likewise.
6796 [__LINUX_KERNEL_VERSION >= 0x030E03] (__ASSUME_SET_ROBUST_LIST):
6797 Likewise.
6798
a4b3624d
JM
67992014-10-27 Joseph Myers <joseph@codesourcery.com>
6800
6801 [BZ #14138]
6802 * sysdeps/unix/sysv/linux/arm/setfsgid.c: Remove file.
6803 * sysdeps/unix/sysv/linux/arm/setfsuid.c: Likewise.
6804 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Likewise.
6805 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Likewise.
6806 * sysdeps/unix/sysv/linux/m68k/setfsgid.c: Likewise.
6807 * sysdeps/unix/sysv/linux/m68k/setfsuid.c: Likewise.
6808 * sysdeps/unix/sysv/linux/s390/s390-32/setfsgid.c: Likewise.
6809 * sysdeps/unix/sysv/linux/s390/s390-32/setfsuid.c: Likewise.
6810 * sysdeps/unix/sysv/linux/sh/setfsgid.c: Likewise.
6811 * sysdeps/unix/sysv/linux/sh/setfsuid.c: Likewise.
6812 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsgid.c: Likewise.
6813 * sysdeps/unix/sysv/linux/sparc/sparc32/setfsuid.c: Likewise.
6814 * sysdeps/unix/sysv/linux/arm/syscalls.list (setfsgid): Add
6815 syscall.
6816 (setfsuid): Likewise.
6817 * sysdeps/unix/sysv/linux/i386/syscalls.list (setfsgid): Likewise.
6818 (setfsuid): Likewise.
6819 * sysdeps/unix/sysv/linux/m68k/syscalls.list (setfsgid): Likewise.
6820 (setfsuid): Likewise.
6821 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setfsgid):
6822 Likewise.
6823 (setfsuid): Likewise.
6824 * sysdeps/unix/sysv/linux/sh/syscalls.list (setfsgid): Likewise.
6825 (setfsuid): Likewise.
6826 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (setfsgid):
6827 Likewise.
6828 (setfsuid): Likewise.
6829
3574f2fd
AS
68302014-10-27 Andreas Schwab <schwab@suse.de>
6831
6832 [BZ #17501]
6833 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Fix
6834 check for Slow_SSE4_2 feature bit.
6835 * sysdeps/i386/i686/multiarch/strcmp.S (STRCMP): Likewise.
6836 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
6837 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP, __strcascmp):
6838 Likewise. Fix check for Fast_Unaligned_Load feature bit.
6839
70996a37
RM
68402014-10-24 Roland McGrath <roland@hack.frob.com>
6841
461a7b1e
RM
6842 * configure.ac: Validate compiler version with a empirical test of
6843 __GNUC__ and __GNUC_MINOR__ predefined values, rather than by grepping
6844 $CC -v output.
6845 * configure: Regenerated.
6846
70996a37
RM
6847 * inet/htons.c (htons): Prototypify.
6848 * inet/htonl.c (htonl): Likewise.
6849
e80514b5
WD
68502014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6851
6852 * string/strncat.c (strncat): Improve performance by using strlen.
6853
6e46de42
WD
68542014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6855
6856 * string/strcat.c (strcat): Improve performance by using strlen/strcpy.
6857
6a9ad2fa
WD
68582014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6859
6860 * sysdeps/aarch64/fpu/fgetexcptflg.c (fegetexceptflag):
6861 Call libc_fetestexcept_aarch64.
6862
1c8810ed
WD
68632014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6864
6865 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept):
6866 Call libc_feholdexcept_aarch64.
6867
8b1af712
WD
68682014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6869
6870 * sysdeps/aarch64/fpu/fegetround.c (fegetround):
6871 Call get_rounding_mode.
6872
a7b00c11
WD
68732014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6874
6875 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept):
6876 Simplify logic.
6877
3a84f1a6
WD
68782014-10-24 Wilco Dijkstra <wdijkstr@arm.com>
6879
6880 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept):
6881 Simplify logic.
6882
48eb7a94
JM
68832014-10-24 Joseph Myers <joseph@codesourcery.com>
6884
c8bc4038
JM
6885 [BZ #14138]
6886 * sysdeps/unix/sysv/linux/arm/getegid.c: Remove file.
6887 * sysdeps/unix/sysv/linux/arm/geteuid.c: Likewise.
6888 * sysdeps/unix/sysv/linux/arm/getgid.c: Likewise.
6889 * sysdeps/unix/sysv/linux/arm/getgroups.c: Likewise.
6890 * sysdeps/unix/sysv/linux/arm/getresgid.c: Likewise.
6891 * sysdeps/unix/sysv/linux/arm/getresuid.c: Likewise.
6892 * sysdeps/unix/sysv/linux/arm/getuid.c: Likewise.
6893 * sysdeps/unix/sysv/linux/i386/getegid.c: Likewise.
6894 * sysdeps/unix/sysv/linux/i386/geteuid.c: Likewise.
6895 * sysdeps/unix/sysv/linux/i386/getgid.c: Likewise.
6896 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
6897 * sysdeps/unix/sysv/linux/i386/getresgid.c: Likewise.
6898 * sysdeps/unix/sysv/linux/i386/getresuid.c: Likewise.
6899 * sysdeps/unix/sysv/linux/i386/getuid.c: Likewise.
6900 * sysdeps/unix/sysv/linux/m68k/getegid.c: Likewise.
6901 * sysdeps/unix/sysv/linux/m68k/geteuid.c: Likewise.
6902 * sysdeps/unix/sysv/linux/m68k/getgid.c: Likewise.
6903 * sysdeps/unix/sysv/linux/m68k/getgroups.c: Likewise.
6904 * sysdeps/unix/sysv/linux/m68k/getresgid.c: Likewise.
6905 * sysdeps/unix/sysv/linux/m68k/getresuid.c: Likewise.
6906 * sysdeps/unix/sysv/linux/m68k/getuid.c: Likewise.
6907 * sysdeps/unix/sysv/linux/s390/s390-32/getegid.c: Likewise.
6908 * sysdeps/unix/sysv/linux/s390/s390-32/geteuid.c: Likewise.
6909 * sysdeps/unix/sysv/linux/s390/s390-32/getgid.c: Likewise.
6910 * sysdeps/unix/sysv/linux/s390/s390-32/getgroups.c: Likewise.
6911 * sysdeps/unix/sysv/linux/s390/s390-32/getresgid.c: Likewise.
6912 * sysdeps/unix/sysv/linux/s390/s390-32/getresuid.c: Likewise.
6913 * sysdeps/unix/sysv/linux/s390/s390-32/getuid.c: Likewise.
6914 * sysdeps/unix/sysv/linux/sh/getegid.c: Likewise.
6915 * sysdeps/unix/sysv/linux/sh/geteuid.c: Likewise.
6916 * sysdeps/unix/sysv/linux/sh/getgid.c: Likewise.
6917 * sysdeps/unix/sysv/linux/sh/getgroups.c: Likewise.
6918 * sysdeps/unix/sysv/linux/sh/getresgid.c: Likewise.
6919 * sysdeps/unix/sysv/linux/sh/getresuid.c: Likewise.
6920 * sysdeps/unix/sysv/linux/sh/getuid.c: Likewise.
6921 * sysdeps/unix/sysv/linux/sparc/sparc32/getegid.c: Likewise.
6922 * sysdeps/unix/sysv/linux/sparc/sparc32/geteuid.c: Likewise.
6923 * sysdeps/unix/sysv/linux/sparc/sparc32/getgid.c: Likewise.
6924 * sysdeps/unix/sysv/linux/sparc/sparc32/getgroups.c: Likewise.
6925 * sysdeps/unix/sysv/linux/sparc/sparc32/getuid.c: Likewise.
6926 * sysdeps/unix/sysv/linux/arm/syscalls.list (getegid): Add
6927 syscall.
6928 (geteuid): Likewise.
6929 (getgid): Likewise.
6930 (getuid): Likewise.
6931 (getresgid): Likewise.
6932 (getresuid): Likewise.
6933 (getgroups): Likewise.
6934 * sysdeps/unix/sysv/linux/i386/syscalls.list (getegid): Likewise.
6935 (geteuid): Likewise.
6936 (getgid): Likewise.
6937 (getuid): Likewise.
6938 (getresgid): Likewise.
6939 (getresuid): Likewise.
6940 (getgroups): Likewise.
6941 * sysdeps/unix/sysv/linux/m68k/syscalls.list (getegid): Likewise.
6942 (geteuid): Likewise.
6943 (getgid): Likewise.
6944 (getuid): Likewise.
6945 (getresgid): Likewise.
6946 (getresuid): Likewise.
6947 (getgroups): Likewise.
6948 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (getegid):
6949 Likewise.
6950 (geteuid): Likewise.
6951 (getgid): Likewise.
6952 (getuid): Likewise.
6953 (getresgid): Likewise.
6954 (getresuid): Likewise.
6955 (getgroups): Likewise.
6956 * sysdeps/unix/sysv/linux/sh/syscalls.list (getegid): Likewise.
6957 (geteuid): Likewise.
6958 (getgid): Likewise.
6959 (getuid): Likewise.
6960 (getresgid): Likewise.
6961 (getresuid): Likewise.
6962 (getgroups): Likewise.
6963 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (getegid):
6964 Likewise.
6965 (geteuid): Likewise.
6966 (getgid): Likewise.
6967 (getuid): Likewise.
6968 (getgroups): Likewise.
6969
48eb7a94
JM
6970 [BZ #14138]
6971 * sysdeps/unix/sysv/linux/i386/chown.c: Remove file.
6972 * sysdeps/unix/sysv/linux/i386/fchown.c: Likewise.
6973 * sysdeps/unix/sysv/linux/i386/lchown.c: Likewise.
6974 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
6975 * sysdeps/unix/sysv/linux/s390/s390-32/fchown.c: Remove file.
6976 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Likewise.
6977 * sysdeps/unix/sysv/linux/sh/chown.c: Likewise.
6978 * sysdeps/unix/sysv/linux/sh/fchown.c: Likewise.
6979 * sysdeps/unix/sysv/linux/sh/lchown.c: Likewise.
6980 * sysdeps/unix/sysv/linux/sparc/sparc32/chown.c: Likewise.
6981 * sysdeps/unix/sysv/linux/sparc/sparc32/fchown.c: Likewise.
6982 * sysdeps/unix/sysv/linux/sparc/sparc32/lchown.c: Likewise.
6983 * sysdeps/unix/sysv/linux/s390/s390-32/Versions (GLIBC_2.1): Add
6984 __chown.
6985 * sysdeps/unix/sysv/linux/i386/syscalls.list (chown): Add syscall.
6986 (lchown): Likewise.
6987 (fchown): Likewise.
6988 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (chown):
6989 Likewise.
6990 (lchown): Likewise.
6991 (fchown): Likewise.
6992 * sysdeps/unix/sysv/linux/sh/syscalls.list (chown): Likewise.
6993 (lchown): Likewise.
6994 (fchown): Likewise.
6995 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list (chown):
6996 Likewise.
6997 (lchown): Likewise.
6998 (fchown): Likewise.
6999
ea9a7c8b
WD
70002014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
7001
7002 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept):
7003 Simplify logic.
7004
e226de33
WD
70052014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
7006
7007 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7008 Cleanup logic.
7009
6e3d8ed3
WD
70102014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
7011
7012 * sysdeps/aarch64/fpu/fsetexcptflg.c (fsetexceptflag):
7013 Remove unused include.
7014
eb04247d
WD
70152014-10-23 Wilco Dijkstra <wdijkstr@arm.com>
7016
7017 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Remove spaces.
7018 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Remove spaces.
7019 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Remove spaces.
7020 * sysdeps/aarch64/fpu/fraiseexcpt.c (feraiseexcept): Remove spaces.
7021
13d84554
CD
70222014-10-23 Carlos O'Donell <carlos@systemhalted.org>
7023 Helge Deller <deller@gmx.de>
7024
7025 [BZ #17508]
7026 * sysdeps/unix/sysv/linux/hppa/bits/signum.h: Remove SIGEMT.
7027 Define SIGSTKFLT as 7. Define SIGSYS as 31. Define SIGXCPU as 12.
7028 Remove SIGLOST. Define SIGXFSZ as 30. Define __SIGRTMIN as 32.
7029
15f9c5df
JM
70302014-10-23 Joseph Myers <joseph@codesourcery.com>
7031
7032 [BZ #14132]
7033 * sysdeps/powerpc/powerpc32/libgcc-compat.S (__ashldi3_v_glibc20):
7034 Remove macro definition.
7035 (__ashrdi3_v_glibc20): Likewise.
7036 (__lshrdi3_v_glibc20): Likewise.
7037 (__cmpdi2_v_glibc20): Likewise.
7038 (__ucmpdi2_v_glibc20): Likewise.
7039 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixdfdi_v_glibc20): Likewise.
7040 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
7041 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
7042 [!_SOFT_FLOAT && !__NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
7043 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
7044 [!_SOFT_FLOAT && !__NO_FPRS__] (__floatdisf_v_glibc20): Likewise.
7045
c6dfed24
RM
70462014-10-22 Roland McGrath <roland@hack.frob.com>
7047
7048 * inet/netgroup.h (struct name_list): Use C99 [] syntax rather than
7049 old GNU extension [0] syntax.
7050 * nscd/nscd_helper.c (open_socket): Use a flexible array member and
7051 alloca rather than an array member with variable length.
7052 * nscd/netgroupcache.c (addgetnetgrentX): Likewise.
7053 * nscd/nscd.c (invalidate_db): New function, broken out of ...
7054 (parse_opt): ... here. Likewise use alloca there.
7055 Validate the -i argument before checking for rootness.
7056 (send_shutdown): New function, broken out of ...
7057 (parse_opt): ... here.
7058
8c2b1ed8
RM
70592014-10-22 Roland McGrath <roland@hack.frob.com>
7060
7061 * sysdeps/arm/__longjmp.S [NEED_HWCAP] [IS_IN_rtld]: Use LDST_PCREL
7062 macro to get at the _rt_local_ro field.
7063 [NEED_HWCAP] [!IS_IN_rtld]: Use LDR_GLOBAL to get at _rtld_global_ro
7064 ([PIC] case) or _dl_hwcap ([!PIC] case).
7065 * sysdeps/arm/setjmp.S: Likewise.
7066
7067 * config.h.in (ARM_PCREL_MOVW_OK): New macro.
7068 * sysdeps/arm/configure.ac: New check to define it.
7069 * sysdeps/arm/configure: Regenerated.
7070 * sysdeps/arm/sysdep.h [__ASSEMBLER__]: Include <arm-features.h>.
7071 (LDST_INDEXED_NOINDEX, LDST_INDEXED_INDEX): New macros.
7072 (LDST_INDEXED, LDST_PC_INDEXED): New macros, differing definitions
7073 depending on [ARM_NO_INDEX_REGISTER] and [__thumb2__].
7074 (LDST_PCREL) [!__thumb2__ && ARCH_HAS_T2 && ARM_PCREL_MOVW_OK]:
7075 Use move/movt pair instead of a load.
7076 (LDST_GLOBAL): Macro removed.
7077 (LDR_GLOBAL): New macro replaces it.
7078 (LDR_HIDDEN): New macro.
7079 (PTR_MANGLE_LOAD): Use LDR_GLOBAL rather than LDST_GLOBAL.
7080 Use LDR_HIDDEN instead for __pointer_chk_guard_local.
7081
7082 * setjmp/tst-setjmp-static.c: New file.
7083 * setjmp/Makefile (tests): Add it.
7084 (tests-static): New variable.
7085
b5af9297
MR
70862014-10-22 Maciej W. Rozycki <macro@codesourcery.com>
7087
7088 [BZ #17485]
7089 * sysdeps/unix/sysv/linux/mips/vfork.S (__libc_vfork): Define.
7090
a13d0d74
JM
70912014-10-21 Joseph Myers <joseph@codesourcery.com>
7092
7093 [BZ #14132]
7094 * math/s_ldexpf.c (__ldexpf): Do not use INTDEF.
7095
f05e73f6
RM
70962014-10-21 Roland McGrath <roland@hack.frob.com>
7097
7098 * nptl/version.c (__nptl_main): Call __libc_write, not __write.
7099
6ab1d1ea
RM
71002014-10-20 Roland McGrath <roland@hack.frob.com>
7101
7102 * io/fts.c (dirent_not_directory): New function.
7103 (fts_build): Call it.
7104
ab49e763
RM
71052014-10-20 Roland McGrath <roland@hack.frob.com>
7106
e436eb79
RM
7107 * nptl/version.c (__nptl_main): Use normal __write rather than
7108 INTERNAL_SYSCALL.
7109 (banner): Update copyright years.
7110
6af246cf
RM
7111 * nptl/pthread_rwlock_timedrdlock.c: #include <sys/time.h> before using
7112 gettimeofday.
7113 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
7114 * nptl/pthread_cond_timedwait.c: Likewise.
7115 * nptl/pthread_mutex_timedlock.c: Likewise.
7116 * nptl/sem_timedwait.c: Likewise.
7117
ab49e763
RM
7118 * sysdeps/nptl/bits/libc-lock.h
7119 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
7120 (__libc_lock_init_recursive): Return void, not 0.
7121 * sysdeps/nptl/bits/libc-lockP.h (__libc_lock_init): Likewise.
7122 (__libc_rwlock_init): Likewise.
7123 * sysdeps/nptl/bits/stdio-lock.h (_IO_lock_init): Likewise.
7124
f50277c1
TR
71252014-10-20 Torvald Riegel <triegel@redhat.com>
7126
7127 [BZ #15215]
7128 * nptl/pthread_once.c (__pthread_once): Split out fast path to ...
7129 (__pthread_once_slow): ... here.
7130 * sysdeps/unix/sysv/linux/i386/pthread_once.S: Remove file.
7131 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Remove file.
7132
63668b70
TR
71332014-10-20 Torvald Riegel <triegel@redhat.com>
7134
7135 [BZ #15215]
7136 * nptl/pthreadP.h (__PTHREAD_ONCE_INPROGRESS, __PTHREAD_ONCE_DONE,
7137 __PTHREAD_ONCE_FORK_GEN_INCR): New.
7138 * sysdeps/nptl/fork.c (__libc_fork): Use them.
7139 * nptl/pthread_once.c (__pthread_once): Likewise.
7140 Update comments.
7141
42b7f5d4
JM
71422014-10-20 Joseph Myers <joseph@codesourcery.com>
7143
7144 [BZ #14138]
7145 * sysdeps/unix/syscalls.list (readv): Use __libc_readv as strong
7146 name.
7147 (writev): Use __libc_writev as strong name.
7148 * sysdeps/unix/sysv/linux/readv.c: Remove file.
7149 * sysdeps/unix/sysv/linux/writev.c: Likewise.
7150
b0643088
RM
71512014-10-17 Roland McGrath <roland@hack.frob.com>
7152
114c4e09
RM
7153 * nptl/createthread.c (TLS_DEFINE_INIT_TP, TLS_VALUE): Macros removed.
7154
674b8978
RM
7155 * sysdeps/i386/nptl/tls.h
7156 (THREAD_SELF_SYSINFO, THREAD_SYSINFO): Macros removed.
7157 [NEED_DL_SYSINFO] (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO):
7158 New macros.
7159 * sysdeps/ia64/nptl/tls.h [NEED_DL_SYSINFO]
7160 (SETUP_THREAD_SYSINFO, CHECK_THREAD_SYSINFO): New macros.
7161 * nptl/allocatestack.c (allocate_stack) [NEED_DL_SYSINFO]:
7162 Call SETUP_THREAD_SYSINFO instead of doing an assignment.
7163 * nptl/createthread.c (create_thread) [NEED_DL_SYSINFO]:
7164 Call CHECK_THREAD_SYSINFO instead of doing an assert.
7165
184ee940
RM
7166 * nptl/nptl-init.c (__pthread_initialize_minimal_internal):
7167 Conditionalize FUTEX_PRIVATE_FLAG and FUTEX_CLOCK_REALTIME probes
7168 on [__NR_futex].
7169 * nptl/pthread_mutex_init.c (prio_inherit_missing): New function,
7170 broken out of ...
7171 (__pthread_mutex_init): ... here. Call it.
7172 * nptl/pthread_mutex_lock.c (__pthread_mutex_lock_full):
7173 Conditionalize PI cases on [__NR_futex].
7174 * nptl/pthread_mutex_timedlock.c (pthread_mutex_timedlock): Likewise.
7175 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock): Likewise.
7176 * nptl/pthread_mutex_unlock.c (__pthread_mutex_unlock_full): Likewise.
7177
327ae257
RM
7178 * nptl/nptl-init.c (sighandler_setxid, __xidcmd): Make definitions
7179 conditional on [SIGSETXID].
7180 (sigcancel_handler): Make definition conditional on [SIGCANCEL].
7181 (__pthread_initialize_minimal_internal): Set up SIGCANCEL only if it
7182 is defined. Likewise for SIGSETXID.
7183 * nptl/allocatestack.c (setxid_mark_thread, setxid_unmark_thread):
7184 Conditionalize definitions on [SIGSETXID].
7185 (setxid_signal_thread, __nptl_setxid_error, __nptl_setxid): Likewise.
7186 * nptl/pthread_create.c (start_thread): Conditionalize SIGCANCEL
7187 unblocking on [SIGCANCEL].
7188
b0643088
RM
7189 * nptl/nptl-init.c (__nptl_set_robust): Conditionalize body on
7190 [__NR_set_robust_list].
7191
33cc770b
SP
71922014-10-17 Siddhesh Poyarekar <siddhesh@redhat.com>
7193
7194 * string/strcoll_l.c (get_next_seq): Fix up formatting.
7195 (do_compare): Likewise.
7196
0742aef6
LH
71972014-10-17 Leonhard Holz <leonhard.holz@web.de>
7198
7199 [BZ #15884]
7200 * string/strcoll_l.c: Don't include stdio.h.
7201 (coll_seq): Remove members idxarr and rulearr.
7202 (get_next_seq_cached): Remove function.
7203 (get_next_seq): Likewise.
7204 (get_next_seq_nocache): Rename to get_next_seq.
7205 (do_compare): Remove function.
7206 (do_compare_nocache): Rename to do_compare.
7207 (STRCOLL): Remove weight and rules cache.
7208
ee54ce44
RM
72092014-10-16 Roland McGrath <roland@hack.frob.com>
7210
7211 * sysdeps/arm/soft-fp/sfp-machine.h: Filed moved ...
7212 * sysdeps/arm/sfp-machine.h: ... to here.
7213 * sysdeps/arm/Implies: Remove arm/soft-fp.
7214
a75d3b02
JM
72152014-10-14 Joseph Myers <joseph@codesourcery.com>
7216
7217 * conform/data/sys/utsname.h-data (*_t): Allow.
7218 * conform/data/sys/wait.h-data [POSIX] (uid_t): Do not define.
7219 [POSIX] (WEXITED): Do not expect constant.
7220 [POSIX] (WSTOPPED): Likewise.
7221 [POSIX] (WNOHANG): Likewise.
7222 [POSIX] (WNOWAIT): Likewise.
7223 [POSIX] (siginfo_t): Do not expect type or elements.
7224 [POSIX] (pid_t): Do not expect type.
7225 [POSIX] (signal.h): Do not allow header.
7226 [POSIX] (sys/resource.h): Likewise.
7227 [POSIX] (si_*): Do not allow pattern.
7228 [POSIX] (W*): Likewise.
7229 [POSIX] (P_*): Likewise.
7230 [POSIX] (BUS_*): Likewise.
7231 [POSIX] (CLD_*): Likewise.
7232 [POSIX] (FPE_*): Likewise.
7233 [POSIX] (ILL_*): Likewise.
7234 [POSIX] (POLL_*): Likewise.
7235 [POSIX] (SEGV_*): Likewise.
7236 [POSIX] (SI_*): Likewise.
7237 [POSIX] (TRAP_*): Likewise.
7238 * conform/Makefile (test-xfail-POSIX/sys/wait.h/conform): New
7239 variable.
7240
fda389c8
SP
72412014-10-14 Paul Pluzhnikov <ppluzhnikov@google.com>
7242
7243 [BZ #12926]
7244 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Avoid
7245 infinite loop when __recvmsg returns 0.
7246
6bc6bd3b
JM
72472014-10-10 Joseph Myers <joseph@codesourcery.com>
7248
fcb32af1
JM
7249 * CANCEL-FCT-WAIVE: Remove file.
7250 * CANCEL-FILE-WAIVE: Likewise.
7251
6bc6bd3b
JM
7252 [BZ #14132]
7253 * elf/dl-sysdep.c (__libc_enable_secure): Use rtld_hidden_data_def
7254 instead of INTVARDEF.
7255 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7256 * sysdeps/mach/hurd/dl-sysdep.c (__libc_enable_secure): Use
7257 rtld_hidden_data_def instead of INTVARDEF.
7258 (_dl_sysdep_start): Do not use INTUSE with __libc_enable_secure.
7259 * elf/dl-deps.c (expand_dst): Likewise.
7260 * elf/dl-load.c (_dl_dst_count): Likewise.
7261 (_dl_dst_substitute): Likewise.
7262 (decompose_rpath): Likewise.
7263 (_dl_init_paths): Likewise.
7264 (open_path): Likewise.
7265 (_dl_map_object): Likewise.
7266 * elf/rtld.c (dl_main): Likewise.
7267 (process_dl_audit): Likewise.
7268 (process_envvars): Likewise.
7269 * include/unistd.h [IS_IN_rtld] (__libc_enable_secure_internal):
7270 Remove declaration.
7271 (__libc_enable_secure): Use rtld_hidden_proto.
7272
b8c80a7e
KS
72732014-10-09 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7274
7275 * elf/dl-load.c
7276 (add_path): New function broken out of _dl_rtld_di_serinfo.
7277 (_dl_rtld_di_serinfo): Remove that nested function. Update call sites.
7278
ff12c11f
JM
72792014-10-09 Joseph Myers <joseph@codesourcery.com>
7280
5c0508a3
JM
7281 * soft-fp/double.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_D): Use
7282 parentheses around macro arguments.
7283 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_DP): Likewise.
7284 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_D): Likewise.
7285 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_DP): Likewise.
7286 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_D): Likewise.
7287 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_DP): Likewise.
7288 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7289 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7290 [_FP_W_TYPE_SIZE < 64] (FP_PACK_D): Likewise.
7291 [_FP_W_TYPE_SIZE < 64] (FP_PACK_DP): Likewise.
7292 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_D): Likewise.
7293 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_DP): Likewise.
7294 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_D): Likewise.
7295 [_FP_W_TYPE_SIZE < 64] (FP_CMP_D): Likewise.
7296 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_D): Likewise.
7297 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_D): Likewise.
7298 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_D): Likewise.
7299 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_D): Likewise.
7300 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_D): Likewise.
7301 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_DP): Likewise.
7302 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_D): Likewise.
7303 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_DP): Likewise.
7304 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_D): Likewise.
7305 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_DP): Likewise.
7306 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_D): Likewise.
7307 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_DP): Likewise.
7308 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_D): Likewise.
7309 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_DP): Likewise.
7310 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_D): Likewise.
7311 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_DP): Likewise.
7312 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_D): Likewise.
7313 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_D): Likewise.
7314 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_D): Likewise.
7315 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_D): Likewise.
7316 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_D): Likewise.
7317 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_D): Likewise.
7318 * soft-fp/extended.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_E):
7319 Likewise.
7320 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_EP): Likewise.
7321 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7322 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7323 [_FP_W_TYPE_SIZE < 64] (FP_PACK_E): Likewise.
7324 [_FP_W_TYPE_SIZE < 64] (FP_PACK_EP): Likewise.
7325 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_E): Likewise.
7326 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_EP): Likewise.
7327 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_E): Likewise.
7328 [_FP_W_TYPE_SIZE < 64] (FP_CMP_E): Likewise.
7329 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_E): Likewise.
7330 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_E): Likewise.
7331 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_E): Likewise.
7332 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_E): Likewise.
7333 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_E): Likewise.
7334 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_EP): Likewise.
7335 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_E): Likewise.
7336 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_EP): Likewise.
7337 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_E): Likewise.
7338 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_EP): Likewise.
7339 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_E): Likewise.
7340 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_EP): Likewise.
7341 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_E): Likewise.
7342 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_E): Likewise.
7343 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_E): Likewise.
7344 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_E): Likewise.
7345 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_E): Likewise.
7346 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_E): Likewise.
7347 * soft-fp/op-1.h (_FP_FRAC_SRST_1): Likewise.
7348 (_FP_FRAC_SRS_1): Likewise.
7349 (_FP_FRAC_CLZ_1): Likewise.
7350 (_FP_MUL_MEAT_1_imm): Likewise.
7351 (_FP_MUL_MEAT_1_wide): Likewise.
7352 (_FP_MUL_MEAT_1_hard): Likewise.
7353 (_FP_SQRT_MEAT_1): Likewise.
7354 (_FP_FRAC_ASSEMBLE_1): Likewise.
7355 (_FP_FRAC_DISASSEMBLE_1): Likewise.
7356 * soft-fp/op-2.h (_FP_FRAC_CLZ_2): Likewise.
7357 (__FP_CLZ_2): Likewise.
7358 (_FP_MUL_MEAT_2_wide): Likewise.
7359 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
7360 (_FP_MUL_MEAT_2_gmp): Likewise.
7361 (_FP_MUL_MEAT_2_120_240_double): Likewise.
7362 (_FP_SQRT_MEAT_2): Likewise.
7363 (_FP_FRAC_ASSEMBLE_2): Likewise.
7364 (_FP_FRAC_DISASSEMBLE_2): Likewise.
7365 * soft-fp/op-4.h (_FP_FRAC_SRS_4): Likewise.
7366 (_FP_FRAC_CLZ_4): Likewise.
7367 (_FP_MUL_MEAT_4_wide): Likewise.
7368 (_FP_MUL_MEAT_4_gmp): Likewise.
7369 (_FP_SQRT_MEAT_4): Likewise.
7370 (_FP_FRAC_ASSEMBLE_4): Likewise.
7371 (_FP_FRAC_DISASSEMBLE_4): Likewise.
7372 * soft-fp/op-common.h (_FP_CMP): Likewise.
7373 (_FP_CMP_EQ): Likewise.
7374 (_FP_CMP_UNORD): Likewise.
7375 (_FP_TO_INT): Likewise.
7376 (_FP_FROM_INT): Likewise.
7377 [!__FP_CLZ] (__FP_CLZ): Likewise.
7378 (_FP_DIV_HELP_imm): Likewise.
7379 * soft-fp/quad.h [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_Q):
7380 Likewise.
7381 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_RAW_QP): Likewise.
7382 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_Q): Likewise.
7383 [_FP_W_TYPE_SIZE < 64] (FP_PACK_RAW_QP): Likewise.
7384 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_Q): Likewise.
7385 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_QP): Likewise.
7386 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7387 [_FP_W_TYPE_SIZE < 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7388 [_FP_W_TYPE_SIZE < 64] (FP_PACK_Q): Likewise.
7389 [_FP_W_TYPE_SIZE < 64] (FP_PACK_QP): Likewise.
7390 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_Q): Likewise.
7391 [_FP_W_TYPE_SIZE < 64] (FP_PACK_SEMIRAW_QP): Likewise.
7392 [_FP_W_TYPE_SIZE < 64] (_FP_SQRT_MEAT_Q): Likewise.
7393 [_FP_W_TYPE_SIZE < 64] (FP_CMP_Q): Likewise.
7394 [_FP_W_TYPE_SIZE < 64] (FP_CMP_EQ_Q): Likewise.
7395 [_FP_W_TYPE_SIZE < 64] (FP_CMP_UNORD_Q): Likewise.
7396 [_FP_W_TYPE_SIZE < 64] (FP_TO_INT_Q): Likewise.
7397 [_FP_W_TYPE_SIZE < 64] (FP_FROM_INT_Q): Likewise.
7398 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_Q): Likewise.
7399 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_RAW_QP): Likewise.
7400 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_Q): Likewise.
7401 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_RAW_QP): Likewise.
7402 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_Q): Likewise.
7403 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_QP): Likewise.
7404 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_Q): Likewise.
7405 [_FP_W_TYPE_SIZE >= 64] (FP_UNPACK_SEMIRAW_QP): Likewise.
7406 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_Q): Likewise.
7407 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_QP): Likewise.
7408 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_Q): Likewise.
7409 [_FP_W_TYPE_SIZE >= 64] (FP_PACK_SEMIRAW_QP): Likewise.
7410 [_FP_W_TYPE_SIZE >= 64] (_FP_SQRT_MEAT_Q): Likewise.
7411 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_Q): Likewise.
7412 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_EQ_Q): Likewise.
7413 [_FP_W_TYPE_SIZE >= 64] (FP_CMP_UNORD_Q): Likewise.
7414 [_FP_W_TYPE_SIZE >= 64] (FP_TO_INT_Q): Likewise.
7415 [_FP_W_TYPE_SIZE >= 64] (FP_FROM_INT_Q): Likewise.
7416 * soft-fp/single.h (FP_UNPACK_RAW_S): Likewise.
7417 (FP_UNPACK_RAW_SP): Likewise.
7418 (FP_PACK_RAW_S): Likewise.
7419 (FP_PACK_RAW_SP): Likewise.
7420 (FP_UNPACK_S): Likewise.
7421 (FP_UNPACK_SP): Likewise.
7422 (FP_UNPACK_SEMIRAW_S): Likewise.
7423 (FP_UNPACK_SEMIRAW_SP): Likewise.
7424 (FP_PACK_S): Likewise.
7425 (FP_PACK_SP): Likewise.
7426 (FP_PACK_SEMIRAW_S): Likewise.
7427 (FP_PACK_SEMIRAW_SP): Likewise.
7428 (_FP_SQRT_MEAT_S): Likewise.
7429 (FP_CMP_S): Likewise.
7430 (FP_CMP_EQ_S): Likewise.
7431 (FP_CMP_UNORD_S): Likewise.
7432 (FP_TO_INT_S): Likewise.
7433 (FP_FROM_INT_S): Likewise.
7434
a736ec37
JM
7435 * soft-fp/op-common.h (_FP_TO_INT): Handle rsigned == 2.
7436
ff12c11f
JM
7437 * soft-fp/soft-fp.h (FP_EX_INVALID_SNAN): New macro.
7438 (FP_EX_INVALID_IMZ): Likewise.
7439 (FP_EX_INVALID_IMZ_FMA): Likewise.
7440 (FP_EX_INVALID_ISI): Likewise.
7441 (FP_EX_INVALID_ZDZ): Likewise.
7442 (FP_EX_INVALID_IDI): Likewise.
7443 (FP_EX_INVALID_SQRT): Likewise.
7444 (FP_EX_INVALID_CVI): Likewise.
7445 (FP_EX_INVALID_VC): Likewise.
7446 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Specify more precise
7447 "invalid" exceptions.
7448 (_FP_CHECK_SIGNAN_SEMIRAW): Likewise.
7449 (_FP_ADD_INTERNAL): Likewise.
7450 (_FP_MUL): Likewise.
7451 (_FP_FMA): Likewise.
7452 (_FP_DIV): Likewise.
7453 (_FP_CMP_CHECK_NAN): Likewise.
7454 (_FP_SQRT): Likewise.
7455 (_FP_TO_INT): Likewise.
7456 (FP_EXTEND): Likewise.
7457
b6dcfe8c
AM
74582014-10-09 Allan McRae <allan@archlinux.org>
7459
7460 * po/fr.po: Update French translation from translation project.
7461
2d6a47ba
JM
74622014-10-09 Joseph Myers <joseph@codesourcery.com>
7463
cb831245
JM
7464 [BZ #14132]
7465 * stdlib/cxa_atexit.c (__cxa_atexit): Use libc_hidden_def instead
7466 of INTDEF.
7467 * include/stdlib.h (__cxa_atexit_internal): Remove declaration.
7468 (__cxa_atexit): Use libc_hidden_proto.
7469 [!NOT_IN_libc] (__cxa_atexit): Remove macro definition.
7470
5deeb190
JM
7471 [BZ #14132]
7472 * include/wctype.h [!_ISOMAC] (__iswalpha_l_internal): Remove
7473 declaration.
7474 [!_ISOMAC] (__iswdigit_l_internal): Likewise.
7475 [!_ISOMAC] (__iswspace_l_internal): Likewise.
7476 [!_ISOMAC] (__iswxdigit_l_internal): Likewise.
7477 [!_ISOMAC] (__iswctype_internal): Likewise.
7478 * stdio-common/siglist.c (_sys_siglist_internal): Remove alias.
7479 * sysdeps/unix/syscalls.list (chown): Remove __chown_internal
7480 alias.
7481 (fcntl): Remove __fcntl_internal alias.
7482 * sysdeps/unix/sysv/linux/hppa/syscalls.list (connect): Remove
7483 __connect_internal alias.
7484 * sysdeps/unix/sysv/linux/sparc/sparc64/syscalls.list (connect):
7485 Likewise.
7486
454ac701
JM
7487 * soft-fp/soft-fp.h (FP_DENORM_ZERO): New macro.
7488 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Check
7489 FP_DENORM_ZERO.
7490 (_FP_CHECK_FLUSH_ZERO): New macro.
7491 (_FP_ADD_INTERNAL): Call _FP_CHECK_FLUSH_ZERO.
7492 (_FP_CMP): Likewise.
7493 (_FP_CMP_EQ): Likewise.
7494 (_FP_TO_INT): Do not set inexact for subnormal arguments if
7495 FP_DENORM_ZERO.
7496 (FP_EXTEND): Call _FP_CHECK_FLUSH_ZERO.
7497 (FP_TRUNC): Likewise.
7498
0022e688
JM
7499 * soft-fp/op-common.h (_FP_TO_INT): Ensure maximum exponent is
7500 treated as invalid conversion, not as normal exponent.
7501
73e28d9c
JM
7502 * soft-fp/op-common.h (_FP_CMP_CHECK_NAN): New macro.
7503 (_FP_CMP): Add extra argument EX. Call _FP_CMP_CHECK_NAN.
7504 (_FP_CMP_EQ): Likewise.
7505 (_FP_CMP_UNORD): Likewise.
7506 * soft-fp/double.h (FP_CMP_D): Add extra argument EX.
7507 (FP_CMP_EQ_D): Likewise.
7508 (FP_CMP_UNORD_D): Likewise.
7509 * soft-fp/extended.h (FP_CMP_E): Likewise.
7510 (FP_CMP_EQ_E): Likewise.
7511 (FP_CMP_UNORD_E): Likewise.
7512 * soft-fp/quad.h (FP_CMP_Q): Likewise.
7513 (FP_CMP_EQ_Q): Likewise.
7514 (FP_CMP_UNORD_Q): Likewise.
7515 * soft-fp/single.h (FP_CMP_S): Likewise.
7516 (FP_CMP_EQ_S): Likewise.
7517 (FP_CMP_UNORD_S): Likewise.
7518 * soft-fp/eqdf2.c (__eqdf2): Update call to FP_CMP_EQ_D.
7519 * soft-fp/eqsf2.c (__eqsf2): Update call to FP_CMP_EQ_S.
7520 * soft-fp/eqtf2.c (__eqtf2): Update call to FP_CMP_EQ_Q.
7521 * soft-fp/gedf2.c (__gedf2): Update call to FP_CMP_D.
7522 * soft-fp/gesf2.c (__gesf2): Update call to FP_CMP_S.
7523 * soft-fp/getf2.c (__getf2): Update call to FP_CMP_Q.
7524 * soft-fp/ledf2.c (__ledf2): Update call to FP_CMP_D.
7525 * soft-fp/lesf2.c (__lesf2): Update call to FP_CMP_S.
7526 * soft-fp/letf2.c (__letf2): Update call to FP_CMP_Q.
7527 * soft-fp/unorddf2.c (__unorddf2): Update call to FP_CMP_UNORD_D.
7528 * soft-fp/unordsf2.c (__unordsf2): Update call to FP_CMP_UNORD_S.
7529 * soft-fp/unordtf2.c (__unordtf2): Update call to FP_CMP_UNORD_Q.
7530 * sysdeps/alpha/soft-fp/ots_cmpe.c (internal_compare): Update call
7531 to FP_CMP_Q.
7532 * sysdeps/sparc/sparc32/soft-fp/q_cmp.c (_Q_cmp): Update call to
7533 FP_CMP_Q.
7534 * sysdeps/sparc/sparc32/soft-fp/q_cmpe.c (_Q_cmpe): Likewise.
7535 * sysdeps/sparc/sparc32/soft-fp/q_feq.c (_Q_feq): Update call to
7536 FP_CMP_EQ_Q.
7537 * sysdeps/sparc/sparc32/soft-fp/q_fge.c (_Q_fge): Update call to
7538 FP_CMP_Q.
7539 * sysdeps/sparc/sparc32/soft-fp/q_fgt.c (_Q_fgt): Likewise.
7540 * sysdeps/sparc/sparc32/soft-fp/q_fle.c (_Q_fle): Likewise.
7541 * sysdeps/sparc/sparc32/soft-fp/q_flt.c (_Q_flt): Likewise.
7542 * sysdeps/sparc/sparc32/soft-fp/q_fne.c (_Q_fne): Update call to
7543 FP_CMP_EQ_Q.
7544 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c (_Qp_cmp): Update call to
7545 FP_CMP_Q.
7546 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c (_Qp_cmpe): Likewise.
7547 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c (_Qp_feq): Update call to
7548 FP_CMP_EQ_Q.
7549 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c (_Qp_fge): Update call to
7550 FP_CMP_Q.
7551 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c (_Qp_fgt): Likewise.
7552 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c (_Qp_fle): Likewise.
7553 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c (_Qp_flt): Likewise.
7554 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c (_Qp_fne): Update call to
7555 FP_CMP_EQ_Q.
7556
43059f42
JM
7557 * soft-fp/op-common.h (FP_EXTEND): When a subnormal input produces
7558 a subnormal result, set the underflow exception if trapping on
7559 underflow is enabled.
7560 * soft-fp/soft-fp.h (FP_INIT_TRAPPING_EXCEPTIONS): New macro.
7561 (FP_INIT_EXCEPTIONS): Default to FP_INIT_TRAPPING_EXCEPTIONS.
7562 [FP_NO_EXACT_UNDERFLOW] (FP_TRAPPING_EXCEPTIONS): Undefine and
7563 redefine to 0.
7564 * soft-fp/extenddftf2.c (FP_NO_EXACT_UNDERFLOW): Define.
7565 * soft-fp/extendsfdf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7566 * soft-fp/extendsftf2.c (FP_NO_EXACT_UNDERFLOW): Likewise.
7567 * soft-fp/extendxftf2.c (__extendxftf2): Use
7568 FP_INIT_TRAPPING_EXCEPTIONS instead of FP_INIT_ROUNDMODE.
7569
2d6a47ba
JM
7570 * soft-fp/soft-fp.h (FP_CLEAR_EXCEPTIONS): Remove macro.
7571 * sysdeps/sparc/sparc32/soft-fp/q_itoq.c: Define FP_NO_EXCEPTIONS.
7572 (_Q_itoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7573 FP_HANDLE_EXCEPTIONS.
7574 * sysdeps/sparc/sparc32/soft-fp/q_lltoq.c: Define FP_NO_EXCEPTIONS.
7575 (_Q_lltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7576 FP_HANDLE_EXCEPTIONS.
7577 * sysdeps/sparc/sparc32/soft-fp/q_ulltoq.c: Define FP_NO_EXCEPTIONS.
7578 (_Q_ulltoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7579 FP_HANDLE_EXCEPTIONS.
7580 * sysdeps/sparc/sparc32/soft-fp/q_utoq.c: Define FP_NO_EXCEPTIONS.
7581 (_Q_utoq): Do not use FP_DECL_EX, FP_CLEAR_EXCEPTIONS or
7582 FP_HANDLE_EXCEPTIONS.
7583
620f462e
JM
75842014-10-08 Joseph Myers <joseph@codesourcery.com>
7585
7586 [BZ #14132]
7587 * sysdeps/unix/sysv/linux/include/sys/timex.h: New file.
7588 * sysdeps/unix/sysv/linux/adjtime.c [!ADJTIMEX] (ADJTIMEX): Do not
7589 use INTUSE.
7590 [!ADJTIMEX] (INTUSE(__adjtimex)): Remove declaration.
7591 * sysdeps/unix/sysv/linux/alpha/adjtime.c (__adjtimex_internal):
7592 Remove alias.
7593 (__adjtimex): Define using libc_hidden_ver.
7594 * sysdeps/unix/sysv/linux/ntp_gettime.c (INTUSE(__adjtimex)):
7595 Remove declaration.
7596 (ntp_gettime): Call __adjtimex directly.
7597 * sysdeps/unix/sysv/linux/ntp_gettimex.c (INTUSE(__adjtimex)):
7598 Remove declaration.
7599 (ntp_gettimex): Call __adjtimex directly.
7600 * sysdeps/unix/sysv/linux/syscalls.list (adjtimex): Remove
7601 __adjtimex_internal alias.
7602
c763c5d2
RM
76032014-10-08 Roland McGrath <roland@hack.frob.com>
7604
7605 [BZ #17460]
7606 * nscd/nscd.c (more_help): Rewrite list of tables collection
7607 using xstrdup and asprintf.
7608
7609 * nscd/nscd_conf.c: Remove local xstrdup declaration.
7610
7b8fb2b8
RM
76112014-10-08 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7612 Roland McGrath <roland@hack.frob.com>
7613
7614 * elf/dl-lookup.c (enter_unique_sym): New function, broken out of ...
7615 (do_lookup_unique): ... local function 'enter' here; update callers.
7616
abb280f7
JM
76172014-10-06 Joseph Myers <joseph@codesourcery.com>
7618
f7b42517
JM
7619 * sysdeps/unix/make-syscalls.sh (emit_weak_aliases): Condition
7620 compat_symbol calls on [SHARED].
7621 * sysdeps/unix/sysv/linux/powerpc/lchown.S: Remove file.
7622 * sysdeps/unix/sysv/linux/i386/syscalls.list (oldsetrlimit):
7623 Remove.
7624 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7625 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list
7626 (oldsetrlimit): Remove.
7627 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7628 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7629 (lchown): New syscall entry.
7630 (oldsetrlimit): Remove.
7631 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7632 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list
7633 (oldsetrlimit): Remove.
7634 (setrlimit): Add setrlimit@GLIBC_2.0 alias.
7635
abb280f7
JM
7636 [BZ #14138]
7637 * sysdeps/unix/sysv/linux/arm/fchown.c: Remove file.
7638 * sysdeps/unix/sysv/linux/arm/lchown.c: Likewise.
7639 * sysdeps/unix/sysv/linux/m68k/fchown.c: Likewise.
7640 * sysdeps/unix/sysv/linux/m68k/lchown.c: Likewise.
7641 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
7642 * sysdeps/unix/sysv/linux/arm/syscalls.list (lchown): Add syscall.
7643 (fchown): Likewise.
7644 * sysdeps/unix/sysv/linux/m68k/syscalls.list (lchown): Likewise.
7645 (fchown): Likewise.
7646 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list (chown):
7647 Likewise.
7648
47d46237
AZ
76492014-10-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
7650
7651 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Remove file.
7652 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c
7653 (pthread_spin_unlock): Use __ARCH_REL_INSTR instead of
7654 __lll_rel_instr and __ARCH_ACQ_INSTR instead of __lll_acq_instr.
7655 * sysdeps/unix/sysv/linux/powerpc/sem_post.c (__new_sem_post):
7656 Likewise.
7657 (__old_sem_post): Likewise.
7658
76592014-10-06 Chris Metcalf <cmetcalf@tilera.com>
1c4c1a6f 7660
845a7343
CM
7661 * sysdeps/unix/sysv/linux/tile/sysdep.h (INLINE_VSYSCALL): Define
7662 INLINE_VSYSCALL, INTERNAL_VSYSCALL, and
7663 HAVE_CLOCK_GETTIME_VSYSCALL macros.
7664 * sysdeps/unix/sysv/linux/tile/gettimeofday.c (__gettimeofday):
7665 Use INLINE_VSYSCALL macro.
7666 * sysdeps/unix/sysv/linux/tile/bits/libc-vdso: Add declaration of
7667 __vdso_clock_gettime.
7668 * sysdeps/unix/sysv/linux/tile/init-first.c
7669 (_libc_vdso_platform_setup): Set new __vdso_clock_gettime global.
7670 * sysdeps/unix/sysv/linux/tile/Versions (GLIBC_PRIVATE): Add
7671 __vdso_clock_gettime.
7672
83d641ef
CM
7673 * sysdeps/unix/sysv/linux/tile/clone.S (__clone): Fix code
7674 to set up frame more cleanly.
7675
d9cd52e6
CM
7676 * sysdeps/tile/memcmp.c: New file.
7677
4b68ea11
CM
7678 * sysdeps/unix/sysv/linux/tile/sysconf.c: New file.
7679
c86f7b80
CM
7680 * sysdeps/tile/tilegx/string-endian.h (STRSHIFT): New macro.
7681 * sysdeps/tile/tilegx/strcasestr.c: New file.
7682 * sysdeps/tile/tilegx/strnlen.c: New file.
7683 * sysdeps/tile/tilegx/strstr.c: New file.
7684
1c4c1a6f
CM
7685 * sysdeps/tile/tilegx/string-endian.h (copy_byte): Optimize.
7686
99d86ea3
AS
76872014-10-06 Arjun Shankar <arjun.is@lostca.se>
7688
7689 * nptl/tst-setuid3.c: Write errors to stdout.
7690
06210a44
KS
76912014-10-01 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7692
7693 * elf/dl-deps.c
7694 (preload): New functions broken out of _dl_map_object_deps.
7695 (_dl_map_object_deps): Remove a nested function. Update call sites.
7696
6268f532
JM
76972014-10-01 Joseph Myers <joseph@codesourcery.com>
7698
7699 [BZ #14138]
7700 * sysdeps/unix/sysv/linux/execve.c: Remove file.
7701 * sysdeps/unix/sysv/linux/syscalls.list (execve): Add syscall.
7702
b925285f
SE
77032014-10-01 Steve Ellcey <sellcey@mips.com>
7704
7705 * sysdeps/mips/strcmp.S: New.
7706
754a15c6
JM
77072014-09-30 Joseph Myers <joseph@codesourcery.com>
7708
7709 [BZ #14138]
7710 * sysdeps/unix/sysv/linux/syscalls.list (fchownat): New syscall.
7711 (linkat): Likewise.
7712 (mkdirat): Likewise.
7713 (readlinkat): Likewise.
7714 (renameat): Likewise.
7715 (symlinkat): Likewise.
7716 (unlinkat): Likewise.
7717 * sysdeps/unix/sysv/linux/fchownat.c: Remove file.
7718 * sysdeps/unix/sysv/linux/linkat.c: Likewise.
7719 * sysdeps/unix/sysv/linux/mkdirat.c: Likewise.
7720 * sysdeps/unix/sysv/linux/readlinkat.c: Likewise.
7721 * sysdeps/unix/sysv/linux/renameat.c: Likewise.
7722 * sysdeps/unix/sysv/linux/symlinkat.c: Likewise.
7723 * sysdeps/unix/sysv/linux/unlinkat.c: Likewise.
7724
85bb81c9
WN
77252014-09-30 Will Newton <will.newton@linaro.org>
7726
dc6fe23b
WN
7727 * math/math.h: Define long double math functions if
7728 _LIBC_TEST is defined.
7729 * stdlib/tst-strtod-round.c: Define _LIBC_TEST.
7730
85bb81c9
WN
7731 * localedata/Makefile: Move assignment to tests-special
7732 into an ifdef testing run-built-tests.
7733 * timezone/Makefile: Likewise.
7734
b7e02da4
JM
77352014-09-29 Joseph Myers <joseph@codesourcery.com>
7736
7737 * sysdeps/x86/Makefile ($(objpfx)tst-ld-sse-use.out): Run script
7738 with $(BASH) not $(SHELL).
7739
62058ce6
CD
77402014-09-29 Carlos O'Donell <carlos@redhat.com>
7741 Matthew LeGendre <legendre1@llnl.gov>
7742
7743 [BZ #17411]
7744 * elf/dl-reloc.c (_dl_relocate_object): Allocate correct amount for
7745 l_reloc_result.
7746
8e257a29
KS
77472014-09-29 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
7748
7749 * stdio-common/printf_fp.c
7750 (hack_digit): New function, broken out of ...
7751 (__printf_fp): ... local function here. Update call sites.
7752 hack_digit now takes an additional parameter that is a pointer
7753 to a struct of the referenced locals. Those locals moved inside
7754 the struct and references updated.
7755
f4a58f0d
L
77562014-09-29 H.J. Lu <hongjiu.lu@intel.com>
7757
7758 * aclocal.m4: Require autoconf 2.69.
7759 * configure: Regenerated.
7760 * sysdeps/aarch64/configure: Likewise.
7761 * sysdeps/alpha/configure: Likewise.
7762 * sysdeps/arm/armv7/configure: Likewise.
7763 * sysdeps/arm/configure: Likewise.
7764 * sysdeps/ia64/configure: Likewise.
7765 * sysdeps/mach/configure: Likewise.
7766 * sysdeps/mips/configure: Likewise.
7767 * sysdeps/s390/configure: Likewise.
7768 * sysdeps/unix/sysv/linux/mips/configure: Likewise.
7769 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Likewise.
7770
7771 * sysdeps/alpha/configure.ac: Avoid empty lines at the end of
7772 file.
7773 * sysdeps/ia64/configure.ac: Likewise.
7774
93ae1eba
JM
77752014-09-26 Joseph Myers <joseph@codesourcery.com>
7776
1810d3ab
JM
7777 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Do not
7778 specify symbol version for ld.so. Do not include entry for
7779 libpthread.
7780 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
7781 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
7782 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7783
93ae1eba
JM
7784 [BZ #14171]
7785 * Makeconfig [$(build-shared) = yes]
7786 ($(common-objpfx)soversions.mk): Don't handle SONAMEs specified in
7787 makefiles.
7788 [$(build-shared) = yes && $(soversions.mk-done) = t]
7789 ($(common-objpfx)gnu/lib-names.h): Remove rule.
7790 [$(build-shared) = yes && $(soversions.mk-done) = t]
7791 ($(common-objpfx)gnu/lib-names.stmp): Likewise. Split and moved
7792 to Makerules.
7793 [$(build-shared) = yes && $(soversions.mk-done) = t]
7794 (before-compile): Don't append $(common-objpfx)gnu/lib-names.h
7795 here.
7796 [$(build-shared) = yes && $(soversions.mk-done) = t]
7797 (common-generated): Don't append gnu/lib-names.h and
7798 gnu/lib-names.stmp here.
7799 * Makerules [$(build-shared) = yes && $(soversions.mk-done) = t]
7800 (lib-names-h-abi): New variable.
7801 [$(build-shared) = yes && $(soversions.mk-done) = t]
7802 (lib-names-stmp-abi): Likewise.
7803 [$(build-shared) = yes && $(soversions.mk-done) = t &&
7804 abi-variants] (before-compile): Append
7805 $(common-objpfx)$(lib-names-h-abi).
7806 [$(build-shared) = yes && $(soversions.mk-done) = t &&
7807 abi-variants] (common-generated): Append gnu/lib-names.h.
7808 [$(build-shared) = yes && $(soversions.mk-done) = t &&
7809 abi-variants] (install-others-nosubdir): Depend on
7810 $(inst_includedir)/$(lib-names-h-abi).
7811 [$(build-shared) = yes && $(soversions.mk-done) = t &&
7812 abi-variants] ($(common-objpfx)gnu/lib-names.h): New rule.
7813 [$(build-shared) = yes && $(soversions.mk-done) = t]
7814 ($(common-objpfx)$(lib-names-h-abi)): New rule.
7815 [$(build-shared) = yes && $(soversions.mk-done) = t]
7816 ($(common-objpfx)$(lib-names-stmp-abi)): Likewise.
7817 [$(build-shared) = yes && $(soversions.mk-done) = t]
7818 (common-generated): Append $(lib-names-h-abi) and
7819 $(lib-names-stmp-abi).
7820 * scripts/lib-names.awk: Do not handle multi being set.
7821 * sysdeps/unix/sysv/linux/aarch64/Makefile (abi-lp64-ld-soname):
7822 Remove variable.
7823 (abi-lp64_be-ld-soname): Likewise.
7824 * sysdeps/unix/sysv/linux/arm/Makefile (abi-soft-ld-soname):
7825 Likewise.
7826 (abi-hard-ld-soname): Likewise.
7827 * sysdeps/unix/sysv/linux/i386/shlib-versions: New file.
7828 * sysdeps/unix/sysv/linux/mips/Makefile (abi-o32_soft-ld-soname):
7829 Remove variable.
7830 (abi-o32_hard-ld-soname): Likewise.
7831 (abi-o32_soft_2008-ld-soname): Likewise.
7832 (abi-o32_hard_2008-ld-soname): Likewise.
7833 (abi-n32_soft-ld-soname): Likewise.
7834 (abi-n32_hard-ld-soname): Likewise.
7835 (abi-n32_soft_2008-ld-soname): Likewise.
7836 (abi-n32_hard_2008-ld-soname): Likewise.
7837 (abi-n64_soft-ld-soname): Likewise.
7838 (abi-n64_hard-ld-soname): Likewise.
7839 (abi-n64_soft_2008-ld-soname): Likewise.
7840 (abi-n64_hard_2008-ld-soname): Likewise.
7841 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-64-v1-ld-soname):
7842 Likewise.
7843 (abi-64-v2-ld-soname): Likewise.
7844 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: Add
7845 ld.so entries.
7846 * sysdeps/unix/sysv/linux/s390/Makefile (abi-64-ld-soname): Remove
7847 variable.
7848 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Add ld.so
7849 entry.
7850 * sysdeps/unix/sysv/linux/x86/Makefile (abi-32-ld-soname): Remove
7851 variable.
7852 (abi-64-ld-soname): Likewise.
7853 (abi-x32-ld-soname): Likewise.
7854 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Add ld.so
7855 entry.
7856 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
7857
68870f12
JM
78582014-09-23 Joseph Myers <joseph@codesourcery.com>
7859
7860 [BZ #14138]
7861 * sysdeps/unix/sysv/linux/arm/setrlimit.c: Remove file.
7862 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Likewise.
7863 * sysdeps/unix/sysv/linux/m68k/setrlimit.c: Likewise.
7864 * sysdeps/unix/sysv/linux/powerpc/setrlimit.c: Likewise.
7865 * sysdeps/unix/sysv/linux/s390/s390-32/setrlimit.c: Likewise.
7866 * sysdeps/unix/sysv/linux/sh/setrlimit.c: Likewise.
7867 * sysdeps/unix/sysv/linux/i386/syscalls.list (setrlimit): Add
7868 syscall entry for GLIBC_2.2 symbol version.
7869 * sysdeps/unix/sysv/linux/m68k/m680x0/syscalls.list (setrlimit):
7870 Likewise.
7871 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list
7872 (setrlimit): Likewise.
7873 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list (setrlimit):
7874 Likewise.
7875
ea58f202
WN
78762014-09-23 Will Newton <will.newton@linaro.org>
7877
7878 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h: Check for
7879 _LINUX_ARM_SYSDEP_H include guard too.
7880 * sysdeps/unix/sysv/linux/arm/sysdep.h (_SYS_AUXV_H): Remove
7881 define.
7882
69eb9a18
RV
78832014-09-20 Rasmus Villemoes <rv@rasmusvillemoes.dk>
7884
7885 * sysdeps/unix/sysv/linux/eventfd.c:
7886 Make first argument unsigned.
7887 * sysdeps/unix/sysv/linux/hppa/sys/eventfd.h: Likewise.
7888 * sysdeps/unix/sysv/linux/sys/eventfd.h: Likewise.
7889
20e5a5f7
OB
78902014-09-20 Ondřej Bílka <neleai@seznam.cz>
7891
7892 * socket/recvmmsg.c (recvmmsg): Drop const argument.
7893 * socket/sys/socket.h: Likewise
7894 * sysdeps/unix/sysv/linux/recvmmsg.c: Likewise.
7895
d3c827e7
AK
78962014-09-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
7897
7898 * stdlib/longlong.h: Add __udiv_w_sdiv prototype.
7899
fe1cc35a
AS
79002014-09-17 Arjun Shankar <arjun.is@lostca.se>
7901
7902 * time/tst-ftime.c: New test.
7903 * time/Makefile (tests): Add tst-ftime.
7904
4e8afe69
JM
79052014-09-17 Joseph Myers <joseph@codesourcery.com>
7906
c4fe3ea7
JM
7907 * soft-fp/extended.h: Fix comment formatting.
7908 * soft-fp/op-1.h: Likewise.
7909 * soft-fp/op-2.h: Likewise.
7910 * soft-fp/op-4.h: Likewise.
7911 * soft-fp/op-8.h: Likewise.
7912 * soft-fp/op-common.h: Likewise.
7913 * soft-fp/soft-fp.h: Likewise.
7914
4e8afe69
JM
7915 * soft-fp/op-common.h (_FP_TO_INT): Correct formatting.
7916
af296fcd
JM
79172014-09-16 Joseph Myers <joseph@codesourcery.com>
7918
7919 [BZ #6652]
7920 * Makeconfig (soversions-default-setname): Remove variable.
7921 ($(common-objpfx)soversions.i): Don't pass default_setname to
7922 soversions.awk.
7923 * Makerules ($(common-objpfx)abi-versions.h): Don't pass
7924 oldest_abi to abi-versions.awk.
7925 * config.h.in (GLIBC_OLDEST_ABI): Remove macro undefine.
7926 * config.make.in (oldest-abi): Remove variable.
7927 * configure.ac (--enable-oldest-abi): Remove configure option.
7928 * configure: Regenerated.
7929 * csu/version.c (banner) [GLIBC_OLDEST_ABI]: Remove conditional
7930 text.
7931 * scripts/abi-versions.awk: Do not handle oldest_abi variable.
7932 * scripts/soversions.awk: Do not handle default_setname variable.
7933 * sysdeps/mach/hurd/configure.ac: Do not handle oldest_abi
7934 variable.
7935 * sysdeps/mach/hurd/configure: Regenerated.
7936 * sysdeps/unix/sysv/linux/configure.ac: Do not handle oldest_abi
7937 variable.
7938 * sysdeps/unix/sysv/linux/configure: Regenerated.
7939
545583d6
SP
79402014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
7941
d330b980
SP
7942 * elf/Makefile (CFLAGS-interp.c): Remove.
7943 ($(elf-objpfx)runtime-linker.h): Generate header with linker
7944 path string.
7945 * elf/interp.c: Include generated runtime-linker.h
7946
02657da2
SP
7947 * Makerules (lib%.so): Don't include $(+interp) in
7948 prerequisites.
7949 * elf/Makefile (CFLAGS-interp.c): Don't define NOT_IN_libc.
7950 * dlfcn/eval.c: Remove file.
7951
653b1080
SP
7952 * posix/getconf.c (vars): Don't check for _[SP]C_* and _CS
7953 macros.
7954
602f80ec
SP
7955 [BZ #17266]
7956 * misc/sys/cdefs.h: Define __extern_always_inline for clang
7957 4.2 and newer.
7958
545583d6
SP
7959 [BZ #17370]
7960 * libio/wfileops.c (do_ftell_wide): Free OUT on error path.
7961
884ddc50
SP
79622014-09-16 Siddhesh Poyarekar <siddhesh@redhat.com>
7963 Jakub Jelinek <jakub@redhat.com>
7964
7965 [BZ #17266]
7966 * libio/stdio.h: Check definition of __fortify_function
7967 instead of __extern_always_inline to include bits/stdio2.h.
7968 * math/bits/math-finite.h [__USE_XOPEN || __USE_ISOC99]: Also
7969 check if __extern_always_inline is defined.
7970 [__USE_MISC || __USE_XOPEN]: Likewise.
7971 [__USE_ISOC99] Likewise.
7972 * misc/sys/cdefs.h (__fortify_function): Define only if
7973 __extern_always_inline is defined.
7974 [!__cplusplus || __GNUC_PREREQ (4,3)]: Revert to defining
7975 __extern_always_inline and __extern_inline only for g++-4.3
7976 and newer or a compatible gcc.
7977
a7b87268
AS
79782014-09-15 Andreas Schwab <schwab@linux-m68k.org>
7979
7980 [BZ #17371]
7981 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
7982 last change to handle zero prefix length.
7983
3f41521d
SP
79842014-09-15 Siddhesh Poyarekar <siddhesh@redhat.com>
7985
61fe374a
SP
7986 * sysdeps/posix/sysconf.c (__sysconf): Return -1 for
7987 _SC_REGEX_VERSION.
7988
3f41521d
SP
7989 * posix/getconf.c (vars): Add _POSIX_IPV6 and
7990 _POSIX_RAW_SOCKETS.
7991
d8f879ee
AM
79922014-09-13 Allan McRae <allan@archlinux.org>
7993
7994 * po/ru.po: Update Russian translation from translation project.
7995
c079afb7
RM
79962014-09-12 Roland McGrath <roland@hack.frob.com>
7997
a62b3c15
RM
7998 * locale/programs/locale.c (show_locale_vars): Inline local function
7999 into its sole call site. Clean up some style nits.
8000 (print_item): New function, broken out of ...
8001 (show_info): ... local function here. Clean up style nits.
8002
d7e49b19
RM
8003 * locale/programs/ld-ctype.c (set_one_default): New function, broken
8004 out of ...
8005 (set_class_defaults): ... local function set_default here.
8006 Define set_default as a macro locally to pass constant parameters.
8007 (allocate_arrays, set_class_defaults): Use C99 for scope for each CNT,
8008 rather than a shared local.
8009
c079afb7
RM
8010 * stdlib/rpmatch.c (try): New function, broken out of ...
8011 (rpmatch): ... local function here. Also, prototypify definition.
8012
0bd72468
JM
80132014-09-12 Joseph Myers <joseph@codesourcery.com>
8014
ba90e050
JM
8015 * scripts/soversions.awk: Do not handle configuration names.
8016 * Makeconfig ($(common-objpfx)soversions.i): Do not pass cpu,
8017 vendor and os variables to soversions.awk.
8018 * configure.ac: Do not modify gnu-* host_os.
8019 * configure: Regenerated
8020 * shlib-versions: Remove first column with configuration names.
8021 * nptl/shlib-versions: Likewise.
8022 * nptl_db/shlib-versions: Likewise.
8023 * sysdeps/hppa/shlib-versions: Likewise.
8024 * sysdeps/m68k/shlib-versions: Likewise.
8025 * sysdeps/mach/hurd/shlib-versions: Likewise.
8026 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: Likewise.
8027 * sysdeps/unix/sysv/linux/alpha/shlib-versions: Likewise.
8028 * sysdeps/unix/sysv/linux/arm/shlib-versions: Likewise.
8029 * sysdeps/unix/sysv/linux/hppa/shlib-versions: Likewise.
8030 * sysdeps/unix/sysv/linux/ia64/shlib-versions: Likewise.
8031 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: Likewise.
8032 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: Likewise.
8033 * sysdeps/unix/sysv/linux/mips/shlib-versions: Likewise.
8034 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8035 Likewise.
8036 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8037 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8038 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8039 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8040 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8041 * sysdeps/unix/sysv/linux/tile/shlib-versions: Likewise.
8042 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Likewise.
8043 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Likewise.
8044
73a39112
JM
8045 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
8046 (HAVE_ELFV2_ABI): AC_DEFINE in ELFv2 case.
8047 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8048 Regenerated.
8049 * config.h.in (HAVE_ELFV2_ABI): New macro undefine.
8050 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions:
8051 Condition symbol version definitions on [HAVE_ELFV2_ABI].
8052
c729e7c1
JM
8053 * shlib-versions: Remove OS-specific entries. Moved to files in
8054 sysdeps.
8055 * sysdeps/mach/hurd/shlib-versions: New file.
8056 * sysdeps/unix/sysv/linux/shlib-versions: Likewise.
8057
dc932a24
JM
8058 * nptl/shlib-versions: Remove architecture-specific entries.
8059 Moved to files in sysdeps.
8060 * shlib-versions: Likewise.
8061 * sysdeps/unix/sysv/linux/powerpc/powerpc64/shlib-versions: New
8062 file.
8063 * sysdeps/unix/sysv/linux/s390/s390-64/shlib-versions: Likewise.
8064 * sysdeps/unix/sysv/linux/sh/shlib-versions: Likewise.
8065 * sysdeps/unix/sysv/linux/sparc/sparc32/shlib-versions: Likewise.
8066 * sysdeps/unix/sysv/linux/sparc/sparc64/shlib-versions: Likewise.
8067
0bd72468
JM
8068 * sysdeps/gnu/netinet/udp.h (UDP_NO_CHECK6_TX): New macro.
8069 (UDP_NO_CHECK6_RX): Likewise.
8070
920238e0
SP
80712014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
8072
8073 * sysdeps/posix/sysconf.c (__sysconf): Spell
8074 _POSIX_DEVICE_SPECIFIC and _POSIX_DEVICE_SPECIFIC_R correctly.
8075
ba7b4d29
FW
80762014-08-12 Florian Weimer <fweimer@redhat.com>
8077
8078 * iconv/gconv_open.c (__gconv_open): Remove transliteration module
8079 loading.
8080 * iconv/Versions (__gconv_transliterate): Export for use from
8081 gconv modules.
8082 * iconv/gconv.h (__GCONV_TRANSLIT): New flag.
8083 (struct __gconv_trans_data, __gconv_trans_fct,
8084 __gconv_trans_context_fct, __gconv_trans_query_fct,
8085 __gconv_trans_init_fct, __gconv_trans_end_fct): Remove type
8086 definitions.
8087 (struct __gconv_step_data): Remove __trans member.
8088 (__gconv_transliterate): Declaration moved from gconv_int.h. No
8089 longer hidden. Remove unused trans_data argument.
8090 * iconv/gconv_int.h (struct trans_struct): Remove definition.
8091 (__gconv_translit_find): Remove declaration.
8092 (__gconv_transliterate): Declaration moved to gconv.h. Add hidden
8093 prototype.
8094 * iconv/gconv_close.c (__gconv_close): Remove __trans cleanup.
8095 * iconv/gconv_trans.c (__gconv_transliterate): Remove unused
8096 trans_data argument. Add hidden definition.
8097 (__gconv_translit_find): Remove.
8098 * iconv/loop.c (STANDARD_TO_LOOP_ERR_HANDLER): Call
8099 __gconv_transliterate directly if __GCONV_TRANSLIT is set.
8100 * iconv/skeleton.c: Remove transliteration initialization.
8101 * libio/fileops.c (_IO_new_file_fopen): Adjust struct
8102 __gconv_step_data initialization.
8103 * libio/iofwide.c (__libio_translit_): Remove.
8104 (_IO_fwide): Adjust struct __gconv_step_data initialization.
8105 * wcsmbs/btowc.c (__btowc): Likewise.
8106 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
8107 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
8108 * wcsmbs/mbsnrtowcs.c (__mbsnrtowcs): Likewise.
8109 * wcsmbs/mbsrtowcs_l.c (__mbsrtowcs_l): Likewise.
8110 * wcsmbs/wcrtomb.c (__wcrtomb): Likewise.
8111 * wcsmbs/wcsnrtombs.c (__wcsnrtombs): Likewise.
8112 * wcsmbs/wcsrtombs.c (__wcsrtombs): Likewise.
8113 * wcsmbs/wctob.c (wctob): Likewise.
8114
5379aebd
SP
81152014-09-12 Siddhesh Poyarekar <siddhesh@redhat.com>
8116
8117 [BZ #16194]
8118 * sysdeps/x86/tst-xmmymm.sh: Rename file to...
8119 * sysdeps/x86/tst-ld-sse-use.sh: ... this. Check for zmm
8120 register usage.
8121 * sysdeps/x86/Makefile: Adjust.
8122
8c0ab919
RM
81232014-09-11 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
8124 Roland McGrath <roland@hack.frob.com>
8125
8126 * locale/weight.h: Add include guard.
8127 (findidx): Make static rather than auto; take new parameters
8128 TABLE, INDIRECT, and EXTRA instead of getting them as outer locals.
8129 * locale/weightwc.h: Likewise.
8130 * posix/fnmatch_loop.c
8131 (FCT): Change type of EXTRA from int32_t to wint_t.
8132 Don't include either header inside the function.
8133 Call FINDIDX rather than findidx, and pass new arguments.
8134 #undef FINDIDX at the end of the file.
8135 * posix/fnmatch.c [_LIBC]: #include <locale/weight.h> and define
8136 FINDIDX before including fnmatch_loop.c for the non-wide version.
8137 [_LIBC] [HANDLE_MULTIBYTE]: #define findidx to findidxwc around
8138 #include <locale/weightwc.h>, and define FINDIDX to findidxwc
8139 for the wide version.
8140 * posix/regcomp.c [_LIBC]: #include <locale/weight.h>.
8141 (build_equiv_class) [_LIBC]: Don't #include it inside the function.
8142 Pass new arguments to findidx.
8143 * posix/regexec.c [RE_ENABLE_I18N] [_LIBC]: #include <locale/weight.h>.
8144 [RE_ENABLE_I18N] (check_node_accept_bytes) [_LIBC]:
8145 Don't #include it inside the function. Pass new arguments to findidx.
8146 * posix/regex_internal.h
8147 [!NOT_IN_libc] [_LIBC]: #include <locale/weight.h>.
8148 (re_string_elem_size_at): Don't #include it inside the function.
8149 Pass new arguments to findidx.
8150 * string/strcoll_l.c: #include WEIGHT_H at top level.
8151 (get_next_seq): Don't #include it inside the function.
8152 Pass new arguments to findidx.
8153 (get_next_seq_nocache): Likewise.
8154 * string/strxfrm_l.c: #include WEIGHT_H at top level.
8155 (STRXFRM): Don't #include it inside the function.
8156 Pass new arguments to findidx.
8157
52ffbdf2
FW
81582014-09-11 Florian Weimer <fweimer@redhat.com>
8159
8160 [BZ #17344]
8161 * malloc/malloc.c (unlink): Turn asserts into a call to
8162 malloc_printerr.
8163
984c0ea9
TL
81642014-09-11 Tim Lammens <tim.lammens@gmail.com>
8165
8166 [BZ #17370]
8167 * libio/wfileops (do_ftell_wide): Free OUT.
8168
3daee107
CM
81692014-09-10 Chris Metcalf <cmetcalf@tilera.com>
8170
8171 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Remove file.
8172
58b930ae
SP
81732014-09-10 Siddhesh Poyarekar <siddhesh@redhat.com>
8174
8175 [BZ #17363]
8176 * inet/getnetgrent_r.c (__internal_getnetgrent_r): Try next
8177 group if the current group is empty.
8178
3b473fec
AZ
81792014-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8180
71ae8647
AZ
8181 * benchtests/bench-memset.c (test_main): Add more test from size
8182 from 32 to 512 bytes.
8183 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8184 Add POWER8 memset object.
8185 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
8186 (__libc_ifunc_impl_list): Add POWER8 memset and bzero implementations.
8187 * sysdeps/powerpc/powerpc64/multiarch/bzero.c (__bzero): Add POWER8
8188 implementation.
8189 * sysdeps/powerpc/powerpc64/multiarch/memset.c (__libc_memset):
8190 Likewise.
8191 * sysdeps/powerpc/powerpc64/multiarch/memset-power8.S: New file:
8192 multiarch POWER8 memset optimization.
8193 * sysdeps/powerpc/powerpc64/power8/memset.S: New file: optimized
8194 POWER8 memset optimization.
8195
3b473fec
AZ
8196 * sysdeps/powerpc/powerpc64/multiarch/Makefile [sysdep_routines]:
8197 Remove bzero multiarch objects.
8198 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: Remove file.
8199 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: Likewise.
8200 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: Likewise.
8201 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S [NO_BZERO_IMPL]:
8202 Remove define.
8203 [__bzero]: Redefine to specific name.
8204 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: Likewise.
8205 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: Likewise.
8206 * sysdeps/powerpc/powerpc64/power4/memset.S [NO_BZERO_IMPL]: Remove
8207 define.
8208 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
8209 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
8210
e6fb9587
FW
82112014-09-10 Florian Weimer <fweimer@redhat.com>
8212
8213 * Makeconfig (gccwarn-c): Turn implicit-function-declaration
8214 warnings into errors.
8215
8216 * stdlib/tst-tls-atexit-lib.c: Include <stdlib.h>, for the
8217 __cxa_thread_atexit_impl prototype.
8218
9d3a350b
SE
82192014-09-09 Steve Ellcey <sellcey@mips.com>
8220
8221 * sysdeps/mips/preconfigure: Put code inside mips* case statement.
8222 Fix capitalization of error message.
8223
0febba23
SE
82242014-09-09 Steve Ellcey <sellcey@mips.com>
8225
8226 * sysdeps/mips/preconfigure: Modify ABI tests.
8227
645a0e9c
CD
82282014-09-07 Carlos O'Donell <carlos@systemhalted.org>
8229
8230 * sysdeps/unix/sysv/linux/hppa/c++-types.data: New file.
8231
d83f0734
CD
82322014-09-07 Roland McGrath <roland@hack.frob.com>
8233 Carlos O'Donell <carlos@systemhalted.org>
8234
8235 * sysdeps/unix/sysv/linux/hppa/nptl/libc-lowlevellock.c: File removed.
8236 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Moved ...
8237 * sysdeps/unix/sysv/linux/hppa/lowlevellock.h: ... here.
8238 * sysdeps/unix/sysv/linux/hppa/nptl/pt-vfork.S: Moved ...
8239 * sysdeps/unix/sysv/linux/hppa/pt-vfork.S: ... here.
8240 * sysdeps/unix/sysv/linux/hppa/nptl/pthread.h: Moved ...
8241 * sysdeps/unix/sysv/linux/hppa/pthread.h: ... here.
8242 * sysdeps/unix/sysv/linux/hppa/nptl/pthreadP.h: Moved ...
8243 * sysdeps/unix/sysv/linux/hppa/pthreadP.h: ... here.
8244 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_broadcast.c: Moved ...
8245 * sysdeps/unix/sysv/linux/hppa/pthread_cond_broadcast.c: ... here.
8246 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_destroy.c: Moved ...
8247 * sysdeps/unix/sysv/linux/hppa/pthread_cond_destroy.c: ... here.
8248 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_init.c: Moved ...
8249 * sysdeps/unix/sysv/linux/hppa/pthread_cond_init.c: ... here.
8250 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_signal.c: Moved ...
8251 * sysdeps/unix/sysv/linux/hppa/pthread_cond_signal.c: ... here.
8252 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_timedwait.c: Moved ...
8253 * sysdeps/unix/sysv/linux/hppa/pthread_cond_timedwait.c: ... here.
8254 * sysdeps/unix/sysv/linux/hppa/nptl/pthread_cond_wait.c: Moved ...
8255 * sysdeps/unix/sysv/linux/hppa/pthread_cond_wait.c: ... here.
8256 * sysdeps/unix/sysv/linux/hppa/nptl/sysdep-cancel.h: Moved ...
8257 * sysdeps/unix/sysv/linux/hppa/sysdep-cancel.h: ... here.
8258 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h: Moved ...
8259 * sysdeps/hppa/nptl/bits/pthreadtypes.h: ... here.
8260 * sysdeps/unix/sysv/linux/hppa/nptl/bits/semaphore.h: Moved ...
8261 * sysdeps/hppa/nptl/bits/semaphore.h: ... here.
8262 * sysdeps/unix/sysv/linux/hppa/clone.S: Include <tcb-offsets.h>.
8263 Deconditionalize the code that was previously under [RESET_PID].
8264 * sysdeps/unix/sysv/linux/hppa/nptl/clone.S: File removed.
8265 * sysdeps/unix/sysv/linux/hppa/arch-fork.h: New file.
8266 * sysdeps/unix/sysv/linux/hppa/nptl/fork.c: File removed.
8267 * sysdeps/hppa/nptl/tcb-offsets.sym: Include pthread.h and don't
8268 include sysdep.h.
8269
21c83793
AM
82702014-09-08 Allan McRae <allan@archlinux.org>
8271
8272 * version.h (RELEASE): Set to "development".
8273 (VERSION): Set to "2.20.90"
8274
1cd9b65c
AM
82752014-09-07 Allan McRae <allan@archlinux.org
8276
b8079dd0
AM
8277 * version.h (RELEASE): Set to "stable".
8278 (VERSION): Set to "2.20"
8279 * include/features.h (__GLIBC_MINOR__): Set to 20.
8280
c46303ef
AM
8281 * manual/contrib.texi: Add entries for Wilco Dijkstra and Stefan
8282 Liebler.
8283
1cd9b65c
AM
8284 * po/ko.po: Update Korean translation from translation project.
8285
8622092d
CM
82862014-09-06 Chris Metcalf <cmetcalf@tilera.com>
8287
8288 [BZ #17354]
8289 * sysdeps/tile/dl-machine.h (elf_machine_rela): Add a MUNGE_SIGNED
8290 macro for handling signed relocations.
8291
41488498
FW
82922014-09-03 Florian Weimer <fweimer@redhat.com>
8293
8294 [BZ #17325]
8295 * iconvdata/ibm1364.c (BODY): Fix check for sentinel.
8296 * iconvdata/ibm932.c (BODY): Replace invalid sentinel check with
8297 assert.
8298 * iconvdata/ibm933.c (BODY): Fix check for sentinel.
8299 * iconvdata/ibm935.c (BODY): Likewise.
8300 * iconvdata/ibm937.c (BODY): Likewise.
8301 * iconvdata/ibm939.c (BODY): Likewise.
8302 * iconvdata/ibm943.c (BODY): Replace invalid sentinel check with
8303 assert.
8304 * iconvdata/Makefile (iconv-test.out): Pass module list to test
8305 script.
8306 * iconvdata/run-iconv-test.sh: New test loop for checking for
8307 decoder crashers.
8308
a78b712d
KR
83092014-09-02 Khem Raj <raj.khem@gmail.com>
8310
8311 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c (fegetenv): Add
8312 libm_hidden_ver.
8313
cb08abc6
AM
83142014-09-01 Allan McRae <allan@archlinux.org>
8315
2c31e102
AM
8316 * po/eo.po: Update Esperanto translation from translation project.
8317
cb08abc6
AM
8318 * po/ca.po: Update Catalan translation from translation project.
8319
17a62de1
ST
83202014-08-28 Samuel Thibault <samuel.thibault@ens-lyon.org>
8321
8322 * sysdeps/mach/hurd/fork.c (__fork): Lock SS->lock around
8323 __proc_dostop call.
8324
9570bc53
MW
83252014-08-27 Mark Wielaard <mjw@redhat.com>
8326
8327 [BZ #17319]
8328 * sysdeps/i386/nptl/tls.h (TLS_INIT_TP): Use INTERNAL_SYSCALL
8329 to call set_thread_area instead of hand written asm.
8330 (__NR_set_thread_area): Removed define.
8331 (TLS_FLAG_WRITABLE): Likewise.
8332 (__ASSUME_SET_THREAD_AREA): Remove check.
8333 (TLS_EBX_ARG): Remove define.
8334 (TLS_LOAD_EBX): Likewise.
8335
b0f955c9
ST
83362014-08-27 Samuel Thibault <samuel.thibault@ens-lyon.org>
8337
8338 Simplify atomicity of socket creation in bind.
8339
8340 * sysdeps/mach/hurd/bind.c (__bind): Use dir_lookup(node, "") instead of
8341 looking up the name after linking the file.
8342
529bf515
AM
83432014-08-27 Allan McRae <allan@archlinux.org>
8344
8345 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
8346
a1a6a401
FW
83472014-08-26 Florian Weimer <fweimer@redhat.com>
8348
8349 [BZ #17187]
8350 * iconv/gconv_trans.c (struct known_trans, search_tree, lock,
8351 trans_compare, open_translit, __gconv_translit_find):
8352 Remove module loading code.
8353
686ab290
AM
83542014-08-26 Allan McRae <allan@archlinux.org>
8355
e4e7cfd2
AM
8356 * po/vi.po: Update Vietnamese translation from translation project.
8357
6aa09f71
AM
8358 * po/uk.po: Update Ukrainian translation from translation project.
8359
edc0660e
AM
8360 * po/fr.po: Update French translation from translation project.
8361
7eea72ac
AM
8362 * po/ru.po: Update Russian translation from translation project.
8363
93c49eff
AM
8364 * po/pl.po: Update Polish translation from translation project.
8365
46acaf63
AM
8366 * po/cs.po: Update Czech translation from translation project.
8367
a9f5ce98
AM
8368 * po/de.po: Update German translation from translation project.
8369
373f2b78
AM
8370 * po/bg.po: Update Bulgarian translation from translation project.
8371
e7548bd8
AM
8372 * po/sv.po: Update Sweedish translation from translation project.
8373
c526bf4d
AM
8374 * po/nl.po: Update Dutch translation from translation project.
8375
686ab290
AM
8376 * po/es.po: Update Spanish translation from translation project.
8377
eb72478a
SP
83782014-08-21 Siddhesh Poyarekar <siddhesh@redhat.com>
8379
dd763fdb
SP
8380 * nptl/Makefile (CFLAGS-pthread_atfork.c): Remove.
8381
318c7a58
SP
8382 * catgets/Makefile (CPPFLAGS-gencat): Remove.
8383 * iconv/Makefile (CPPFLAGS-iconv_prog): Likewise.
8384 (CPPFLAGS-iconvconfig): Likewise.
8385 * timezone/Makefile (CPPFLAGS-zic): Likewise.
8386
eb72478a
SP
8387 * include/libc-symbols.h: Remove unnecessary check for
8388 NOT_IN_libc.
8389 * nptl/pthreadP.h: Likewise.
8390 * sysdeps/aarch64/setjmp.S: Likewise.
8391 * sysdeps/alpha/setjmp.S: Likewise.
8392 * sysdeps/arm/sysdep.h: Likewise.
8393 * sysdeps/i386/setjmp.S: Likewise.
8394 * sysdeps/m68k/setjmp.c: Likewise.
8395 * sysdeps/posix/getcwd.c: Likewise.
8396 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
8397 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise.
8398 * sysdeps/s390/s390-32/setjmp.S: Likewise.
8399 * sysdeps/s390/s390-64/setjmp.S: Likewise.
8400 * sysdeps/sh/sh3/setjmp.S: Likewise.
8401 * sysdeps/sh/sh4/setjmp.S: Likewise.
8402 * sysdeps/unix/alpha/sysdep.h: Likewise.
8403 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Likewise.
8404 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
8405 * sysdeps/unix/sysv/linux/ia64/setjmp.S: Likewise.
8406 * sysdeps/unix/sysv/linux/ia64/sysdep.h: Likewise.
8407 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
8408 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
8409 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
8410 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
8411 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
8412 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
8413 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
8414 * sysdeps/unix/sysv/linux/tile/sysdep.h: Likewise.
8415 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
8416 * sysdeps/x86_64/setjmp.S: Likewise.
8417
d44a052c
JM
84182014-08-13 Joseph Myers <joseph@codesourcery.com>
8419
8420 [BZ #17263]
8421 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Include
8422 <stdint.h>.
8423 (__get_clockfreq): Use uint64_t instead of hp_timing_t in
8424 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK call.
8425
508ce3ac
SP
84262014-08-13 Siddhesh Poyarekar <siddhesh@redhat.com>
8427
e44c8b0e
SP
8428 * sysdeps/x86/fpu/bits/mathinline.h: Fix typo in comment.
8429
508ce3ac
SP
8430 [BZ #17262]
8431 * sysdeps/x86/fpu/bits/mathinline.h: Check both __SSE2_MATH__
8432 and __x86_64__ when disabling x87 inline functions.
8433
b4acef1f
L
84342014-08-12 H.J. Lu <hongjiu.lu@intel.com>
8435
8436 [BZ #17259]
8437 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Replace cpuid
8438 asm statement with __cpuid_count.
8439
61b1ef6e
MF
84402014-08-12 Mike Frysinger <vapier@gentoo.org>
8441
8442 * configure.ac: Change __ehdr_start code to dereference the struct.
8443 Run readelf on the output to look for relocations.
8444 * configure: Regenerated.
8445
898c62f4
JM
84462014-08-12 Joseph Myers <joseph@codesourcery.com>
8447
8448 [BZ #17261]
8449 * sysdeps/powerpc/nofpu/fenv_const.c (__fe_enabled_env): Change
8450 value to 0.
8451 (__fe_nonieee_env): Define as an alias for __fe_dfl_env.
8452
9a8a5720
RM
84532014-08-12 Roland McGrath <roland@hack.frob.com>
8454
8455 * NEWS: Mention x86-64 ld.so use of Intel MPX instructions.
8456
4e75751c
BO
84572014-08-12 Bernard Ogden <bernie.ogden@linaro.org>
8458
8459 [BZ #16892]
8460 * sysdeps/nptl/lowlevellock.h (__lll_timedlock): Use
8461 atomic_compare_and_exchange_bool_acq rather than atomic_exchange_acq.
8462
bb2ce416
SA
84632014-08-12 Sean Anderson <seanga2@gmail.com>
8464
8465 * malloc/malloc.c: Fix typo in comment.
8466
7950a4ee
AM
84672014-08-09 Allan McRae <allan@archlinux.org>
8468
8469 * Regenerate libc.po.
8470
f469c49f
MF
84712014-08-08 Mike Frysinger <vapier@gentoo.org>
8472
8473 * intl/tst-gettext2.sh: Check every lang file for creation.
8474
656b84c2
WD
84752014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
8476
8477 * sysdeps/aarch64/fpu/math_private.h
8478 (libc_feholdsetround_noex_aarch64_ctx): New function.
8479
538e9e45
W
84802014-08-07 Wilco Dijkstra <wdijkstr@arm.com>
8481
8482 * sysdeps/arm/armv6/strcpy.S (strcpy):
8483 Fix performance issue in misaligned cases.
8484
d4795e4a
AZ
84852014-08-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8486
8487 * sysdeps/unix/sysv/linux/powerpc/bits/ioctl-types.h (struct winsize):
8488 Move definition from termios.h.
8489 (struct termio): Likewise.
8490 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8491 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8492 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8493 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8494 Likewise.
8495 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h (struct winsize):
8496 Move definition to ioctl-types.h
8497 (struct termio): Likewise.
8498 (NCC, TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
8499 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI, N_TTY, N_SLIP,
8500 N_MOUSE, N_PPP, N_STRIP, N_AX25, N_X25, N_6PACK, N_MASC, N_R3964,
8501 N_PROFIBUS_FDL, N_IRDA, N_SMSBLOCK, N_HDLC, N_SYNC_PPP, N_HCI):
8502 Likewise.
8503
64accb62
RH
85042014-08-05 Richard Henderson <rth@redhat.com>
8505
27bb6dc0
RH
8506 * sysdeps/alpha/soft-fp/ots_cvtxq.c (_OtsCvtXQ): Always raise
8507 exceptions.
8508 * sysdeps/alpha/soft-fp/Makefile [soft-fp] (sysdep_routines):
8509 Add fraiseexcpt.
8510 * sysdeps/alpha/soft-fp/sfp-machine.h (FP_HANDLE_EXCEPTIONS):
8511 Use __feraiseexcept.
8512 * sysdeps/unix/sysv/linux/alpha/fraiseexcpt.S (feraiseexcept):
8513 Protect libm symbols with IS_IN_libm.
8514
64accb62
RH
8515 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Remove file.
8516
e5292691
BO
85172014-08-04 Bernard Ogden <bernie.ogden@linaro.org>
8518
8519 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Remove file.
8520
5b4bd2d4
WN
85212014-08-04 Will Newton <will.newton@linaro.org>
8522
8523 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Remove
8524 file.
8525
fcadaeef
MF
85262014-08-04 Mike Frysinger <vapier@gentoo.org>
8527
8528 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h (PSEUDO): Add nocancel
8529 variants for each function.
8530
43a94c64
RM
85312014-08-04 Roland McGrath <roland@hack.frob.com>
8532
8533 * sysdeps/unix/sysv/linux/ia64/nptl/Makefile: File removed, contents
8534 appended ...
8535 * sysdeps/unix/sysv/linux/ia64/Makefile: ... here.
8536 * sysdeps/unix/sysv/linux/ia64/nptl/Versions: File removed, contents
8537 appended ...
8538 * sysdeps/unix/sysv/linux/ia64/Versions: ... here.
8539 * sysdeps/unix/sysv/linux/ia64/nptl/__ia64_longjmp.S: Moved ...
8540 * sysdeps/unix/sysv/linux/ia64/__ia64_longjmp.S: ... here.
8541 * sysdeps/unix/sysv/linux/ia64/nptl/__sigstack_longjmp.c: Moved ...
8542 * sysdeps/unix/sysv/linux/ia64/__sigstack_longjmp.c: ... here.
8543 * sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data: Moved ...
8544 * sysdeps/unix/sysv/linux/ia64/c++-types.data: ... here.
8545 * sysdeps/unix/sysv/linux/ia64/nptl/dl-sysdep.h: Moved ...
8546 * sysdeps/unix/sysv/linux/ia64/dl-sysdep.h: ... here.
8547 * sysdeps/unix/sysv/linux/ia64/nptl/ld.abilist: Moved ...
8548 * sysdeps/unix/sysv/linux/ia64/ld.abilist: ... here.
8549 * sysdeps/unix/sysv/linux/ia64/nptl/libBrokenLocale.abilist: Moved ...
8550 * sysdeps/unix/sysv/linux/ia64/libBrokenLocale.abilist: ... here.
8551 * sysdeps/unix/sysv/linux/ia64/nptl/libanl.abilist: Moved ...
8552 * sysdeps/unix/sysv/linux/ia64/libanl.abilist: ... here.
8553 * sysdeps/unix/sysv/linux/ia64/nptl/libc.abilist: Moved ...
8554 * sysdeps/unix/sysv/linux/ia64/libc.abilist: ... here.
8555 * sysdeps/unix/sysv/linux/ia64/nptl/libcrypt.abilist: Moved ...
8556 * sysdeps/unix/sysv/linux/ia64/libcrypt.abilist: ... here.
8557 * sysdeps/unix/sysv/linux/ia64/nptl/libdl.abilist: Moved ...
8558 * sysdeps/unix/sysv/linux/ia64/libdl.abilist: ... here.
8559 * sysdeps/unix/sysv/linux/ia64/nptl/libm.abilist: Moved ...
8560 * sysdeps/unix/sysv/linux/ia64/libm.abilist: ... here.
8561 * sysdeps/unix/sysv/linux/ia64/nptl/libnsl.abilist: Moved ...
8562 * sysdeps/unix/sysv/linux/ia64/libnsl.abilist: ... here.
8563 * sysdeps/unix/sysv/linux/ia64/nptl/libpthread.abilist: Moved ...
8564 * sysdeps/unix/sysv/linux/ia64/libpthread.abilist: ... here.
8565 * sysdeps/unix/sysv/linux/ia64/nptl/libresolv.abilist: Moved ...
8566 * sysdeps/unix/sysv/linux/ia64/libresolv.abilist: ... here.
8567 * sysdeps/unix/sysv/linux/ia64/nptl/librt.abilist: Moved ...
8568 * sysdeps/unix/sysv/linux/ia64/librt.abilist: ... here.
8569 * sysdeps/unix/sysv/linux/ia64/nptl/libthread_db.abilist: Moved ...
8570 * sysdeps/unix/sysv/linux/ia64/libthread_db.abilist: ... here.
8571 * sysdeps/unix/sysv/linux/ia64/nptl/libutil.abilist: Moved ...
8572 * sysdeps/unix/sysv/linux/ia64/libutil.abilist: ... here.
8573 * sysdeps/unix/sysv/linux/ia64/nptl/localplt.data: Moved ...
8574 * sysdeps/unix/sysv/linux/ia64/localplt.data: ... here.
8575 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Moved ...
8576 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h: ... here.
8577 * sysdeps/unix/sysv/linux/ia64/nptl/sysdep-cancel.h: Moved ...
8578 * sysdeps/unix/sysv/linux/ia64/sysdep-cancel.h: ... here.
8579 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Moved ...
8580 * sysdeps/unix/sysv/linux/ia64/timer_create.c: ... here.
8581 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Moved ...
8582 * sysdeps/unix/sysv/linux/ia64/timer_delete.c: ... here.
8583 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Moved ...
8584 * sysdeps/unix/sysv/linux/ia64/timer_getoverr.c: ... here.
8585 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Moved ...
8586 * sysdeps/unix/sysv/linux/ia64/timer_gettime.c: ... here.
8587 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Moved ...
8588 * sysdeps/unix/sysv/linux/ia64/timer_settime.c: ... here.
8589 * sysdeps/unix/sysv/linux/ia64/nptl/unwind-forcedunwind.c: Moved ...
8590 * sysdeps/unix/sysv/linux/ia64/unwind-forcedunwind.c: ... here.
8591 Update #include.
8592 * sysdeps/unix/sysv/linux/ia64/nptl/unwind_longjmp.c: Moved ...
8593 * sysdeps/unix/sysv/linux/ia64/unwind_longjmp.c: ... here.
8594
8f3c1fa4
RM
85952014-08-04 Roland McGrath <roland@hack.frob.com>
8596
8597 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h: Moved ...
8598 * sysdeps/ia64/nptl/bits/pthreadtypes.h: ... here.
8599 * sysdeps/unix/sysv/linux/ia64/nptl/bits/semaphore.h: Moved ...
8600 * sysdeps/ia64/nptl/bits/semaphore.h: ... here.
8601 * sysdeps/unix/sysv/linux/ia64/nptl/bits/local_lim.h: Moved ...
8602 * sysdeps/unix/sysv/linux/ia64/bits/local_lim.h: ... here.
8603
ca08746f
RM
86042014-08-04 Roland McGrath <roland@hack.frob.com>
8605
8606 * nptl/sysdeps/pthread/createthread.c: Include <arch-fork.h>.
8607 * sysdeps/unix/sysv/linux/ia64/arch-fork.h (ARCH_CLONE): New macro.
8608 * sysdeps/ia64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
8609 * sysdeps/unix/sysv/linux/ia64/nptl/createthread.c: File removed.
8610
9c925ff9
RM
86112014-08-04 Roland McGrath <roland@hack.frob.com>
8612
8613 * sysdeps/unix/sysv/linux/ia64/nptl/vfork.S: Moved ...
8614 * sysdeps/unix/sysv/linux/ia64/vfork.S: ... here.
8615 (__libc_vfork): Define function under this name.
8616 (__vfork): Define as an alias.
8617 * sysdeps/unix/sysv/linux/ia64/pt-vfork.S: New file.
8618 * sysdeps/unix/sysv/linux/ia64/nptl/pt-vfork.S: File removed.
8619
e641054c
RM
86202014-08-04 Roland McGrath <roland@hack.frob.com>
8621
8622 * sysdeps/unix/sysv/linux/ia64/clone2.S: Deconditionalize the code
8623 that was previously under [RESET_PID].
8624 * sysdeps/unix/sysv/linux/ia64/nptl/clone2.S: File removed.
8625
dacdc867
AS
86262014-08-04 Andreas Schwab <schwab@suse.de>
8627
8628 * sysdeps/ieee754/ldbl-96/s_fma.c: Include <math_private.h>.
8629
41f725ff
MF
86302014-08-03 Mike Frysinger <vapier@gentoo.org>
8631
8632 * stdlib/tst-setcontext.c (test_stack): Fix coding style.
8633 (main): Likewise.
8634
277cfb31
RM
86352014-08-01 Roland McGrath <roland@hack.frob.com>
8636
8637 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: File removed.
8638
4896f049
RH
86392014-08-01 Richard Henderon <rth@redhat.com>
8640
8641 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use math_force_eval before
8642 feclearexcept; use math_opt_barrier instead of open-coded asm; fix
8643 typo in exact zero test.
8644 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
8645 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
8646 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
8647
6f64e7d7
RM
86482014-08-01 Roland McGrath <roland@hack.frob.com>
8649
8650 * sysdeps/unix/sysv/linux/arm/sysdep.h (PTR_MANGLE_LOAD, PTR_MANGLE)
8651 (PTR_MANGLE2, PTR_DEMANGLE, PTR_DEMANGLE2): Move these macros...
8652 * sysdeps/arm/sysdep.h: ... here.
8653 [!__ASSEMBLER__]: Include <stdint.h>.
8654
3f3dd810
SP
86552014-08-01 Siddhesh Poyarekar <siddhesh@redhat.com>
8656
a476ac4b
SP
8657 * include/libc-symbols.h (HAVE_LIBINTL_H): Define macro.
8658 (HAVE_WCTYPE_H): Likewise.
8659 (HAVE_ISWCTYPE): Likewise.
8660 (ENABLE_NLS): Likewise.
8661 * posix/regex_internal.h [(defined MB_CUR_MAX && HAVE_WCTYPE_H
8662 && HAVE_ISWCTYPE) || _LIBC]: Sync up with gnulib.
8663
78dd658a
SP
8664 * posix/regex_internal.c: Check if DEBUG is defined and is
8665 set.
8666
3f3dd810
SP
8667 * include/libc-symbols.h (HAVE_MBSTATE_T): Define macro.
8668 (HAVE_MBSRTOWCS): Likewise.
8669 * posix/fnmatch.c: Include string.h unconditionally.
8670
95ee7fb1
SL
86712014-08-01 Stefan Liebler <stli@linux.vnet.ibm.com>
8672
8673 * NEWS: Explain the s390 jmp_buf / ucontext_t ABI change
8674 reversal.
8675
23fe486b
RM
86762014-07-31 Roland McGrath <roland@hack.frob.com>
8677
f61a113f
RM
8678 * sysdeps/generic/safe-fatal.h: New file.
8679 * sysdeps/unix/sysv/linux/safe-fatal.h: New file.
8680 * nptl/forward.c: Include it.
8681 (__pthread_unwind): Use __safe_fatal as default action, rather
8682 than a bogus use of INTERNAL_SYSCALL that could never work.
8683
9fe7e787
RM
8684 * config.h.in (HAVE_BUILTIN_TRAP): New #define to 0.
8685 * configure.ac (libc_cv_builtin_trap): New test.
8686 * configure: Regenerated.
8687 * sysdeps/generic/abort-instr.h [HAVE_BUILTIN_TRAP]
8688 (ABORT_INSTRUCTION): Define using __builtin_trap.
8689
23fe486b
RM
8690 * nptl/pthreadP.h (SIGCANCEL, SIGTIMER, SIGSETXID, __xidcmd): Moved ...
8691 * sysdeps/unix/sysv/linux/nptl-signals.h: ... to this new file.
8692 * sysdeps/nptl/nptl-signals.h: New file.
8693 * nptl/pthreadP.h: Include <nptl-signals.h>.
8694
f349489e
SL
86952014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
8696
8697 * sysdeps/s390/s390-64/utf16-utf32-z9.c
8698 (ONE_DIRECTION): Define.
8699 * sysdeps/s390/s390-64/utf8-utf16-z9.c
8700 (ONE_DIRECTION): Define.
8701 * sysdeps/s390/s390-64/utf8-utf32-z9.c
8702 (ONE_DIRECTION): Define.
8703
2f438e20
SL
87042014-07-31 Stefan Liebler <stli@linux.vnet.ibm.com>
8705
8706 * sysdeps/s390/Makefile: Delete file.
8707 * sysdeps/s390/Versions (GLIBC_2.19): Remove __setjmp.
8708 * sysdeps/s390/__longjmp.c: Delete file.
8709 * sysdeps/s390/bits/setjmp.h (__s390_jmp_buf):
8710 Remove fields __flags and __reserved.
8711 * sysdeps/s390/longjmp.c: Include setjmp/longjmp.c
8712 and add versioning.
8713 * sysdeps/s390/rtld-__longjmp.c: Delete file.
8714 * sysdeps/s390/rtld-global-offsets.sym: Likewise.
8715 * sysdeps/s390/rtld-setjmp.S: Likewise.
8716 * sysdeps/s390/s390-32/__longjmp-common.c: Move to ...
8717 * sysdeps/s390/s390-32/__longjmp.c: ... here.
8718 * sysdeps/s390/s390-32/setjmp-common.S: Move to ...
8719 * sysdeps/s390/s390-32/setjmp.S: ... here.
8720 Add versioning.
8721 (__sigsetjmp): Remove setting __flags field.
8722 * sysdeps/s390/s390-64/__longjmp-common.c:Move to ...
8723 * sysdeps/s390/s390-64/__longjmp.c: ... here.
8724 * sysdeps/s390/s390-64/setjmp-common.S: Move to ...
8725 * sysdeps/s390/s390-64/setjmp.S: ... here.
8726 Add versioning.
8727 (__sigsetjmp): Remove setting __flags field.
8728 * sysdeps/s390/setjmp.S: Delete file.
8729 * sysdeps/s390/sigjmp.c: Likewise.
8730 * sysdeps/s390/v1-longjmp.c: Likewise.
8731 * sysdeps/s390/v1-setjmp.h: Likewise.
8732 * sysdeps/s390/v1-sigjmp.c: Likewise.
8733 * sysdeps/unix/sysv/linux/s390/Makefile (sysdep_routines):
8734 Remove v1-longjmp_chk.
8735 * sysdeps/unix/sysv/linux/s390/getcontext.S: Delete file.
8736 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c:
8737 Include debug/longjmp_chk.c and add versioning.
8738 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c:
8739 Include nptl/pt-longjmp.c and add versioning.
8740 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: Delete file.
8741 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c:
8742 Include __longjmp.c.
8743 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
8744 Move to ...
8745 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: ... here.
8746 (__getcontext): Remove setting __flags field.
8747 Add versioning.
8748 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
8749 Don't restore upper high grps.
8750 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S:
8751 Likewise.
8752 (__swapcontext): Remove setting uc_flags field.
8753 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym:
8754 Delete file.
8755 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
8756 Include __longjmp.c.
8757 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
8758 Move to ...
8759 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: ... here.
8760 (__getcontext): Remove setting __flags field.
8761 Add versioning.
8762 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S:
8763 (__swapcontext): Remove setting uc_flags field.
8764 * unix/sysv/linux/s390/s390-64/ucontext_i.sym: Delete file.
8765 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (ucontext):
8766 Remove fields uc_high_gprs and __reserved.
8767 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym:
8768 New file with reverted content.
8769 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: Delete file.
8770 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist:
8771 Regenerated.
8772 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist:
8773 Regenerated.
8774
6c9578a2
AS
87752014-07-31 Andreas Schwab <schwab@suse.de>
8776
8777 * config.h.in (HAVE_IFUNC): Define to 0.
8778 * rt/clock-compat.c [HAVE_IFUNC]: Check for value, not
8779 definedness.
8780
05f3633d
LM
87812014-07-30 Ling Ma <ling.ml@alibaba-inc.com>
8782
8783 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
8784 memmove-avx-unaligned, memcpy-avx-unaligned and
8785 mempcpy-avx-unaligned.
8786 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
8787 Add tests for AVX memcpy functions.
8788 * sysdeps/x86_64/multiarch/memcpy.S: Add support for AVX memcpy.
8789 * sysdeps/x86_64/multiarch/memcpy_chk.S: Add support for AVX
8790 memcpy_chk.
8791 * sysdeps/x86_64/multiarch/memmove.c: Add support for AVX memmove.
8792 * sysdeps/x86_64/multiarch/memmove_chk.c: Add support for AVX
8793 memmove_chk.
8794 * sysdeps/x86_64/multiarch/mempcpy.S: Add support for AVX mempcpy.
8795 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Add support for AVX
8796 mempcpy_chk.
8797 * sysdeps/x86_64/multiarch/memcpy-avx-unaligned.S: New file.
8798 * sysdeps/x86_64/multiarch/mempcpy-avx-unaligned.S: New file.
8799 * sysdeps/x86_64/multiarch/memmove-avx-unaligned.S: New file.
8800
a53fbd8e
AZ
88012013-07-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
8802
8803 [BZ #17213]
8804 * sysdeps/powerpc/powerpc64/entry.h: Fix TEXT_START definition for
8805 powerpc64le.
8806
0961f7e1
JL
88072014-07-29 Jeff Layton <jlayton@poochiereds.net>
8808
8809 [BZ #16839]
8810 * manual/llio.texi: Add section about open file description locks.
8811 * manual/examples/ofdlocks.c: Example of open file description
8812 lock usage.
8813 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Define F_OFD_GETLK,
8814 F_OFD_SETLK, and F_OFD_SETLKW.
8815
cc5fb300
AM
88162014-07-23 Allan McRae <allan@archlinux.org>
8817
8818 * po/es.po: Update Spanish translation from translation project.
8819
23329dca
AS
88202014-07-18 Andreas Schwab <schwab@linux-m68k.org>
8821
8822 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Removed.
8823
9c82da17
MR
88242014-07-17 Maciej W. Rozycki <macro@codesourcery.com>
8825
8826 [BZ #17078]
8827 * sysdeps/arm/dl-machine.h (elf_machine_rela)
8828 [RESOLVE_CONFLICT_FIND_MAP]: Handle R_ARM_TLS_DESC relocation.
8829 (elf_machine_lazy_rel): Handle prelinked R_ARM_TLS_DESC entries.
8830
29c4f53e
JM
88312014-07-17 Joseph Myers <joseph@codesourcery.com>
8832
831b9896
JM
8833 [BZ #17088]
8834 * math/fesetenv.c (__fesetenv)
8835 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Return 1 for FE_NOMASK_ENV.
8836 * math/feupdateenv.c (__feupdateenv)
8837 [FE_NOMASK_ENV && FE_ALL_EXCEPT != 0]: Likewise.
8838
b21c2d50
JM
8839 * sysdeps/unix/sysv/linux/s390/kernel-features.h: New file.
8840 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
8841 (__ASSUME_SOCKETCALL): Do not define.
8842
067764ef
JM
8843 * sysdeps/unix/sysv/linux/sh/kernel-features.h: New file.
8844 * sysdeps/unix/sysv/linux/kernel-features.h [__sh__]
8845 (__ASSUME_SOCKETCALL): Do not define.
8846 (__ASSUME_ST_INO_64_BIT): Define unconditionally.
8847 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8848 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8849 [__LINUX_KERNEL_VERSION >= 0x020625 && __sh__]
8850 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8851 [__LINUX_KERNEL_VERSION >= 0x030000 && __sh__]
8852 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8853 [__sh__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8854
642530c1
JM
8855 * sysdeps/unix/sysv/linux/powerpc/kernel-features.h: New file.
8856 * sysdeps/unix/sysv/linux/kernel-features.h [__powerpc__]
8857 (__ASSUME_SOCKETCALL): Do not define.
8858 (__ASSUME_IPC64): Define unconditionally.
8859 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8860 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8861 [__LINUX_KERNEL_VERSION >= 0x020625 && __powerpc__]
8862 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8863 [__LINUX_KERNEL_VERSION >= 0x030000 && __powerpc__]
8864 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8865 [__powerpc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL):
8866 Likewise.
8867
03f77315
JM
8868 * sysdeps/unix/sysv/linux/sparc/kernel-features.h: New file.
8869 * sysdeps/unix/sysv/linux/kernel-features.h [__sparc__]
8870 (__ASSUME_SOCKETCALL): Do not define.
8871 (__ASSUME_SET_ROBUST_LIST): Define unconditionally.
8872 (__ASSUME_FUTEX_LOCK_PI): Likewise.
8873 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8874 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
8875 (__ASSUME_REQUEUE_PI): Define unconditionally.
8876 [__LINUX_KERNEL_VERSION >= 0x020621 && __sparc__]
8877 (__ASSUME_RECVMMSG_SYSCALL): Do not define.
8878 [__sparc__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8879 [__LINUX_KERNEL_VERSION >= 0x030000 && __sparc__]
8880 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8881 [__sparc__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8882
083b1f7c
JM
8883 * sysdeps/unix/sysv/linux/i386/kernel-features.h: New file.
8884 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__]
8885 (__ASSUME_SOCKETCALL): Do not define.
8886 [__LINUX_KERNEL_VERSION >= 0x020621 && __i386__]
8887 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8888 [__i386__] (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8889 [__LINUX_KERNEL_VERSION >= 0x030000 && __i386__]
8890 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8891 [__i386__] (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
8892
5be44ea6
JM
8893 * sysdeps/unix/sysv/linux/x86_64/kernel-features.h: New file.
8894 * sysdeps/unix/sysv/linux/kernel-features.h [__x86_64__]
8895 (__ASSUME_ACCEPT4_SYSCALL): Do not define.
8896 [__LINUX_KERNEL_VERSION >= 0x020621 && __x86_64__]
8897 (__ASSUME_RECVMMSG_SYSCALL): Likewise.
8898 [__LINUX_KERNEL_VERSION >= 0x030000 && __x86_64__]
8899 (__ASSUME_SENDMMSG_SYSCALL): Likewise.
8900 [__x86_64__ && __LINUX_KERNEL_VERSION >= 0x030100]
8901 (__ASSUME_GETCPU_SYSCALL): Likewise.
8902
d95ffd4c
JM
8903 * aclocal.m4 (LIBC_SLIBDIR_RTLDDIR): New macro.
8904 * sysdeps/gnu/configure.ac: Use LIBC_SLIBDIR_RTLDDIR. Remove
8905 cases for individual architectures.
8906 * sysdeps/gnu/configure: Regenerated.
8907 * sysdeps/unix/sysv/linux/aarch64/configure.ac: Use
8908 LIBC_SLIBDIR_RTLDDIR.
8909 * sysdeps/unix/sysv/linux/aarch64/configure: Regenerated.
8910 * sysdeps/unix/sysv/linux/mips/configure.ac: Use
8911 LIBC_SLIBDIR_RTLDDIR.
8912 * sysdeps/unix/sysv/linux/mips/configure: Regenerated.
8913 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: Use
8914 LIBC_SLIBDIR_RTLDDIR.
8915 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure:
8916 Regenerated.
8917 * sysdeps/unix/sysv/linux/s390/s390-64/configure.ac: New file.
8918 * sysdeps/unix/sysv/linux/s390/s390-64/configure: New generated
8919 file.
8920 * sysdeps/unix/sysv/linux/sparc/sparc64/configure.ac: New file.
8921 * sysdeps/unix/sysv/linux/sparc/sparc64/configure: New generated
8922 file.
8923 * sysdeps/unix/sysv/linux/x86_64/64/configure.ac: New file.
8924 * sysdeps/unix/sysv/linux/x86_64/64/configure: New generated file.
8925 * sysdeps/unix/sysv/linux/x86_64/x32/configure.ac: New file.
8926 * sysdeps/unix/sysv/linux/x86_64/x32/configure: Generate.
8927
29c4f53e
JM
8928 * sysdeps/aarch64/shlib-versions: Move to ...
8929 * sysdeps/unix/sysv/linux/aarch64/shlib-versions: ... here.
8930 * sysdeps/alpha/shlib-versions: Move to ...
8931 * sysdeps/unix/sysv/linux/alpha/shlib-versions: ... here.
8932 * sysdeps/arm/shlib-versions: Move to ...
8933 * sysdeps/unix/sysv/linux/arm/shlib-versions: ... here.
8934 * sysdeps/hppa/shlib-versions: Move all contents except for
8935 libgcc_s entry to ...
8936 * sysdeps/unix/sysv/linux/hppa/shlib-versions: ... here. Merge in
8937 entry from ...
8938 * sysdeps/hppa/nptl/shlib-versions: ... here. Remove file.
8939 * sysdeps/ia64/shlib-versions: Move to ...
8940 * sysdeps/unix/sysv/linux/ia64/shlib-versions: ... here. Merge in
8941 entry from ...
8942 * sysdeps/ia64/nptl/shlib-versions: ... here. Remove file.
8943 * sysdeps/m68k/coldfire/shlib-versions: Move to ...
8944 * sysdeps/unix/sysv/linux/m68k/coldfire/shlib-versions: ... here.
8945 * sysdeps/microblaze/shlib-versions: Move to ...
8946 * sysdeps/unix/sysv/linux/microblaze/shlib-versions: ... here.
8947 * sysdeps/mips/shlib-versions: Move to ...
8948 * sysdeps/unix/sysv/linux/mips/shlib-versions: ... here. Merge in
8949 entry from ...
8950 * sysdeps/mips/nptl/shlib-versions: ... here. Remove file.
8951 * sysdeps/tile/shlib-versions: Move to ...
8952 * sysdeps/unix/sysv/linux/tile/shlib-versions: ... here.
8953 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: Merge in entry
8954 from ...
8955 * sysdeps/x86_64/64/shlib-versions: ... here. Remove file.
8956 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: Merge in
8957 entry from ...
8958 * sysdeps/x86_64/x32/shlib-versions: ... here. Remove file.
8959
32bead5b
WN
89602014-07-17 Will Newton <will.newton@linaro.org>
8961
57977c4b
WN
8962 * sysdeps/arm/bits/atomic.h
8963 (__arch_compare_and_exchange_bool_8_int): Evaluate to zero.
8964 (__arch_compare_and_exchange_bool_16_int): Likewise.
8965 (__arch_compare_and_exchange_bool_64_int): Likewise.
8966
32bead5b
WN
8967 * iconv/loop.c: Move definition of LOOPFCT and gconv_btowc
8968 into an #else block.
8969
37fccd41
RM
89702014-07-16 Roland McGrath <roland@hack.frob.com>
8971
8972 * sysdeps/arm/preconfigure.ac: Apply EABI sanity check to arm*, not
8973 just Linux configurations. Test empirically that the compiler sets
8974 __ARM_EABI__, rather than using the tuple to decide.
8975 * sysdeps/arm/preconfigure: Regenerated.
8976 * sysdeps/unix/sysv/linux/arm/configure: File removed.
8977 * sysdeps/unix/sysv/linux/arm/configure.ac: File removed,
8978 contents appended ...
8979 * sysdeps/arm/configure.ac: ... here.
8980 * sysdeps/arm/configure: Regenerated.
8981
b365f3ec
RM
89822014-07-15 Roland McGrath <roland@hack.frob.com>
8983
8badf496
RM
8984 * nptl/pthread_kill.c: New file.
8985 * nptl/pthread_sigmask.c: New file.
8986 * nptl/pthread_sigqueue.c: New file.
8987
3df6f22e
RM
8988 * sysdeps/nptl/lowlevellock.h: New file.
8989 * sysdeps/unix/sysv/linux/lowlevellock-futex.h: New file.
8990 * sysdeps/nptl/lowlevellock-futex.h: New file.
8991
b365f3ec
RM
8992 * nptl/pthreadP.h (__current_sigrtmin, __current_sigrtmax):
8993 Remove dead declarations.
8994
f2fef657
L
89952014-07-14 H.J. Lu <hongjiu.lu@intel.com>
8996
8997 * config.h.in (HAVE_AVX2_SUPPORT): New #undef.
8998 * sysdeps/i386/configure.ac: Set HAVE_AVX2_SUPPORT and
8999 config-cflags-avx2.
9000 * sysdeps/x86_64/configure.ac: Likewise.
9001 * sysdeps/i386/configure: Regenerated.
9002 * sysdeps/x86_64/configure: Likewise.
9003 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
9004 memset-avx2 only if config-cflags-avx2 is yes.
9005 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
9006 Tests for memset_chk and memset only if HAVE_AVX2_SUPPORT is
9007 defined.
9008 * sysdeps/x86_64/multiarch/memset.S: Define multiple versions
9009 only if HAVE_AVX2_SUPPORT is defined.
9010 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
9011
f6c44d47
AM
90122014-07-14 Alan Modra <amodra@gmail.com>
9013
9014 [BZ #17153]
9015 * elf/elf.h (DT_PPC64_NUM): Correct value.
9016 * NEWS: Add to fixed bug list.
9017
7ee03f00
JM
90182014-07-13 Jim Meyering <meyering@fb.com>
9019
9020 [BZ 17150]
9021 regex: don't deref NULL upon heap allocation failure
9022 * posix/regcomp.c: (parse_dup_op): Handle duplicate_tree
9023 failure in one more place.
9024 To trigger the segfault, configure grep -with-included-regex,
9025 build it, and run these commands:
9026 ( ulimit -v 300000; echo a|src/grep -E a+++++++++++++++++++++ )
9027
9d39d517
AS
90282014-07-13 Andreas Schwab <schwab@linux-m68k.org>
9029
9030 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
9031
a75b89b7
RH
90322014-07-11 Richard Henderson <rth@redhat.com>
9033
9034 * sysdeps/aarch64/libm-test-ulps: Update.
9035
771eb141
FW
90362014-07-10 Florian Weimer <fweimer@redhat.com>
9037
9038 [BZ #17135]
9039 * nptl/pthreadP.h (__nptl_setxid_error): Declare function.
9040 * nptl/allocatestack.c (__nptl_setxid_error): New function.
9041 (__nptl_setxid): Initialize error member. Call
9042 __nptl_setxid_error.
9043 * nptl/nptl-init.c (sighandler_setxid): Call __nptl_setxid_error.
9044 * nptl/descr.h (struct xid_command): Add error member.
9045 * nptl/tst-setuid3.c: New file.
9046 * nptl/Makefile (tests): Add it.
9047
bc1da176
AZ
90482014-07-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9049
9050 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h (__lll_base_trylock):
9051 New define.
9052 (__lll_trylock): Use __lll_base_trylock.
9053 (__lll_cond_trylock): Likewise.
9054
887865fc
RM
90552014-07-10 Roland McGrath <roland@hack.frob.com>
9056
c0c6bac9
RM
9057 * nptl/pthread_create.c (start_thread): Use atomic_or and
9058 lll_futex_wake directly rather than lll_robust_dead.
9059 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9060 (lll_robust_dead): Macro removed.
6a42be57 9061 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: Likewise.
c0c6bac9
RM
9062 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9063 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9064 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9065 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9066 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9067 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9068 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9069 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9070 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9071 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9072 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9073 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9074 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9075 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9076
887865fc
RM
9077 * nptl/pthread_mutex_trylock.c (__pthread_mutex_trylock):
9078 Use atomic_compare_and_exchange_val_acq directly rather than
9079 lll_robust_trylock.
9080 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h
9081 (__lll_robust_trylock, lll_robust_trylock): Removed.
9082 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: Likewise.
9083 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: Likewise.
9084 * sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.h: Likewise.
9085 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: Likewise.
9086 * sysdeps/unix/sysv/linux/ia64/nptl/lowlevellock.h: Likewise.
9087 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: Likewise.
9088 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Likewise.
9089 * sysdeps/unix/sysv/linux/mips/lowlevellock.h: Likewise.
9090 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Likewise.
9091 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: Likewise.
9092 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: Likewise.
9093 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Likewise.
9094 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: Likewise.
9095 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Likewise.
9096
58536726
FW
90972014-07-02 Florian Weimer <fweimer@redhat.com>
9098
9099 * manual/locale.texi (Locale Names): New section documenting
9100 locale name syntax. Adjust menu and node chaining accordingly.
9101 (Choosing Locale): Reference Locale Names, Locale Categories.
9102 Mention setting LC_ALL=C. Reflect that name syntax is now
9103 documented.
9104 (Locale Categories): New section title. Reference Locale Names.
9105 LC_ALL is an environment variable, but not a category.
9106 (Setting the Locale): Remove "locale -a" invocation and LOCPATH
9107 description, now in Locale Name. Reference that section. Locale
9108 name syntax is now documented.
9109
4e8f95a0
FW
91102014-07-02 Florian Weimer <fweimer@redhat.com>
9111
9112 [BZ #17137]
9113 * locale/findlocale.c (name_present, valid_locale_name): New
9114 functions.
9115 (_nl_find_locale): Use the loc_name variable to store name
9116 candidates. Call name_present and valid_locale_name to check and
9117 validate locale names. Return an error if the locale is invalid.
9118
d1836456
FW
91192014-07-02 Florian Weimer <fweimer@redhat.com>
9120
9121 * locale/setlocale.c (setlocale): Use strdup for allocating
9122 composite name copy.
9123
d69b7f5a
SP
91242014-07-10 Siddhesh Poyarekar <siddhesh@redhat.com>
9125
888c679b
SP
9126 Sync up with gnulib.
9127 * misc/error.c: Use !_LIBC instead of HAVE_CONFIG_H.
9128 [!_LIBC && ENABLE_NLS]: Include gettext.h.
9129 [_LIBC]: Define USE_UNLOCKED_IO, _GL_ATTRIBUTE_FORMAT_PRINTF
9130 and _GL_ARG_NONNULL.
9131 [USE_UNLOCKED_IO]: Include unlocked-io.h.
9132 [!_LIBC]: Include code for Windows and Cygwin.
9133 [!_LIBC && !HAVE_DECL_STRERROR_R && !STRERROR_R_CHAR_P]:
9134 Include prototype for int strerror_r.
9135 [!_LIBC] (is_open): New function.
9136 (flush_stdout): New function.
9137 (print_errno_message): Use it.
9138 (error): Likewise.
9139 (error_at_line): Likewise.
9140 (error_tail) Add function attribute macros. Use
9141 __builtin_expect.
9142
180e0e4b
SP
9143 * time/strptime_l.c [_LIBC]: Define HAVE_LOCALTIME_R.
9144
d22f1fe2
SP
9145 * time/strftime_l.c [_LIBC]: Define HAVE_STRFTIME.
9146
12f2254b
SP
9147 * io/ftw.c: Include sys/param.h unconditionally.
9148
c3c7c360
SP
9149 * locale/programs/simple-hash.c [!HAVE_OBSTACK]: Remove code.
9150
d62aa75a
SP
9151 [BZ #17125]
9152 * sysdeps/unix/sysv/linux/check_pf.c (cache): Don't use
9153 libc_freeres_ptr.
9154 (freecache): New function to free CACHE on exit.
9155
d69b7f5a
SP
9156 * sunrpc/xdr.c (xdr_string): Add comment about SIZE
9157 initialization.
9158
5efe06a1
DM
91592014-07-09 David S. Miller <davem@davemloft.net>
9160
9161 * sysdeps/sparc/fpu/libm-test-ulps: Update.
9162
7000d82e
DM
9163 * sysdeps/sparc/nptl/internaltypes.h: Delete.
9164 * sysdeps/sparc/nptl/sparc-nptl.h: New file.
9165 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: Include it.
9166 * sysdeps/sparc/nptl/pthread_barrier_init.c: Likewise.
9167 * sysdeps/sparc/nptl/pthread_barrier_wait.c: Likewise.
9168 * sysdeps/sparc/nptl/sem_init.c: Likewise.
9169 * sysdeps/sparc/nptl/sem_post.c: Likewise.
9170 * sysdeps/sparc/nptl/sem_timedwait.c: Likewise.
9171 * sysdeps/sparc/nptl/sem_wait.c: Likewise.
9172 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Likewise.
9173 * sysdeps/sparc/sparc32/nptl/sem_post.c: Likewise.
9174 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Likewise.
9175 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Likewise.
9176
c213442d
AS
91772014-07-09 Andreas Schwab <schwab@suse.de>
9178
4a2552c3
AS
9179 * sysdeps/powerpc/test-gettimebase.c (do_test): Add newline to
9180 output.
9181 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c
9182 (do_test): Likewise.
9183
c213442d
AS
9184 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
9185
82374e65
WN
91862014-07-09 Will Newton <will.newton@linaro.org>
9187
9188 * sysdeps/aarch64/tlsdesc.c (_dl_unmap): Test SHARED with #ifdef.
9189 * sysdeps/arm/tlsdesc.c (_dl_unmap): Likewise.
9190 * sysdeps/i386/tlsdesc.c (_dl_unmap): Likewise.
9191 * sysdeps/x86_64/tlsdesc.c (_dl_unmap): Likewise.
9192 * sysdeps/hppa/start.S (_start): Likewise.
9193
6680738a
SP
91942014-07-09 Siddhesh Poyarekar <siddhesh@redhat.com>
9195
6ee3eab4
SP
9196 * sunrpc/xdr.c (xdr_string): Initialize SIZE to 0.
9197
6680738a
SP
9198 * sysdeps/generic/unwind-pe.h: Only check if __cplusplus is
9199 defined.
9200
80b5c505
SP
92012014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
9202
e35c53e3
SP
9203 * resolv/res_query.c (__libc_res_nsearch): Dereference resplen2
9204 after checking that it is non-NULL.
9205
80b5c505
SP
9206 * sysdeps/i386/dl-machine.h: Define ELF_MACHINE_NO_REL.
9207
91f4b564
AZ
92082014-07-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9209
27b75f56
AZ
9210 * sysdeps/powerpc/memmove.c: Remove file.
9211 * sysdeps/powerpc/powerpc32/power4/memcopy.h
9212 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Define it to 1.
9213 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c
9214 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Remove define.
9215 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c:
9216 [MEMCPY_OK_FOR_FWD_MEMMOVE]: Likewise.
9217 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: Include default
9218 string memmove instead of removed powerpc one.
9219
e7f95bb5
AZ
9220 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
9221 [weak_alias]: Fix compiler warning due trailing data.
9222 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S:
9223 [weak_alias]: Likewise.
9224 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: Fix compile
9225 warnigs due missing definition of __strcpy_power7 and __strlen_power7.
9226
91f4b564
AZ
9227 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
9228 (__libc_ifunc_impl_list): Add memmove functions.
9229
7c33f1e5
SP
92302014-07-08 Siddhesh Poyarekar <siddhesh@redhat.com>
9231
9232 * localedata/tests-mbwc/dat_iswalnum.c [SHOJI_IS_RIGHT]:
9233 Remove code.
9234 * localedata/tests-mbwc/dat_iswalpha.c [SHOJI_IS_RIGHT]:
9235 Likewise
9236 * localedata/tests-mbwc/dat_iswctype.c [SHOJI_IS_RIGHT]:
9237 Likewise
9238 * localedata/tests-mbwc/dat_iswgraph.c [SHOJI_IS_RIGHT]:
9239 Likewise
9240 * localedata/tests-mbwc/dat_iswprint.c [SHOJI_IS_RIGHT]:
9241 Likewise
9242 * localedata/tests-mbwc/dat_iswpunct.c [SHOJI_IS_RIGHT]:
9243 Likewise
9244 * localedata/tests-mbwc/dat_mbrlen.c [SHOJI_IS_RIGHT]:
9245 Likewise
9246 * localedata/tests-mbwc/dat_mbstowcs.c [SHOJI_IS_RIGHT]:
9247 Likewise
9248 * localedata/tests-mbwc/dat_mbtowc.c [SHOJI_IS_RIGHT]:
9249 Likewise
9250 * localedata/tests-mbwc/dat_strcoll.c [SHOJI_IS_RIGHT]:
9251 Likewise
9252 * localedata/tests-mbwc/dat_swscanf.c [SHOJI_IS_RIGHT]:
9253 Likewise
9254 * localedata/tests-mbwc/dat_towctrans.c [SHOJI_IS_RIGHT]:
9255 Likewise
9256 * localedata/tests-mbwc/dat_wcscoll.c [SHOJI_IS_RIGHT]:
9257 Likewise
9258 * localedata/tests-mbwc/dat_wcswidth.c [SHOJI_IS_RIGHT]:
9259 Likewise
9260 * localedata/tests-mbwc/dat_wctob.c [SHOJI_IS_RIGHT]:
9261 Likewise
9262 * localedata/tests-mbwc/dat_wcwidth.c [SHOJI_IS_RIGHT]:
9263 Likewise
9264 * localedata/tests-mbwc/tst_towctrans.c [SHOJI_IS_RIGHT]:
9265 Likewise
9266
3f17b03b
AZ
92672014-07-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9268
87868c24
AZ
9269 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Align VSX copies to 16B
9270 to avoid alignment traps in non-cacheable memory.
9271 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
9272
07aedd78
AZ
9273 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memmove
9274 multiarch objects.
9275 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-power7.c: New
9276 file: multiarch power7 memmove.
9277 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove-ppc.c: New file:
9278 multiarch default memmove.
9279 * sysdeps/powerpc/powerpc32/power4/multiarch/memmove.c: New file:
9280 multiarch memove for powerpc32/power4.
9281
17762f66
AZ
9282 * string/bcopy.c: Use full path to include memmove.c.
9283 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memmove and bcopy
9284 multiarch objects.
9285 * sysdeps/powerpc/powerpc64/multiarch/bcopy-ppc64.c: New file: default
9286 bcopy for powerpc64.
9287 * sysdeps/powerpc/powerpc64/multiarch/bcopy.c: New file: multiarch
9288 bcopy for powerpc64.
9289 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Add bcopy
9290 and memmove implementations.
9291 * sysdeps/powerpc/powerpc64/multiarch/memmove-power7.S: New file:
9292 optimized multiarch memmove for POWER7/powerpc64.
9293 * sysdeps/powerpc/powerpc64/multiarch/memmove-ppc64.c: New file:
9294 default multiarch memmove for powerpc64.
9295 * sysdeps/powerpc/powerpc64/multiarch/memmove.c: New file: memmove
9296 multiarch for powerpc64.
9297 * sysdeps/powerpc/powerpc64/power7/bcopy.c: New file: optimized bcopy
9298 for POWER7/powerpc64.
9299 * sysdeps/powerpc/powerpc64/power7/memmove.S: New file: optimized
9300 memmove for POWER7/powerpc64.
9301
d6f68bbe
AZ
9302 * sysdeps/powerpc/memmove.c (memmove): Cleanup impplementation to use
9303 glibc default one.
9304
3f17b03b
AZ
9305 * sysdeps/powerpc/bits/link.h [_CALL_ELF]: Guard check for
9306 __ELF_NATIVE_CLASS equal to 64.
9307
08192659
RM
93082014-07-07 Roland McGrath <roland@hack.frob.com>
9309
f4c4021b
RM
9310 * sysdeps/nptl/lowlevellock.h: File removed.
9311
f083450f
RM
9312 * NEWS: NPTL is no longer an add-on!
9313 * nptl/internaltypes.h: Moved ...
9314 * sysdeps/nptl/internaltypes.h: ... here.
9315 * sysdeps/nptl/aio_misc.h: Use <nptl/pthreadP.h> in #include.
9316 * sysdeps/nptl/fork.c: Likewise.
9317 * sysdeps/nptl/gai_misc.h: Likewise.
9318 * sysdeps/nptl/librt-cancellation.c: Likewise.
9319 * sysdeps/nptl/jmp-unwind.c: Likewise.
9320 * sysdeps/nptl/setxid.h: Likewise.
9321 * sysdeps/unix/sysv/linux/aarch64/Implies: New file.
9322 * sysdeps/unix/sysv/linux/alpha/Implies: Add alpha/nptl.
9323 * sysdeps/unix/sysv/linux/arm/Implies: New file.
9324 * sysdeps/unix/sysv/linux/hppa/Implies: New file.
9325 * sysdeps/unix/sysv/linux/i386/Implies: Add i386/nptl.
9326 * sysdeps/unix/sysv/linux/i386/i686/Implies: New file.
9327 * sysdeps/unix/sysv/linux/ia64/Implies: Add ia64/nptl.
9328 * sysdeps/unix/sysv/linux/m68k/Implies: New file.
9329 * sysdeps/unix/sysv/linux/microblaze/Implies: New file.
9330 * sysdeps/unix/sysv/linux/mips/Implies: New file.
9331 * sysdeps/unix/sysv/linux/powerpc/Implies: New file.
9332 * sysdeps/unix/sysv/linux/s390/Implies: Add s390/nptl.
9333 * sysdeps/unix/sysv/linux/sh/Implies: New file.
9334 * sysdeps/unix/sysv/linux/sparc/Implies: New file.
9335 * sysdeps/unix/sysv/linux/tile/Implies: New file.
9336 * sysdeps/unix/sysv/linux/x86_64/Implies: Add x86_64/nptl.
9337 * sysdeps/unix/sysv/linux/x86_64/x32/Implies: New file.
9338 * nptl/Makeconfig: Moved ...
9339 * sysdeps/nptl/Makeconfig: ... here.
9340 * nptl/configure: File removed.
9341 * nptl/ANNOUNCE: File removed.
9342 * sysdeps/unix/sysv/linux/configure.ac: Remove nptl sanity check.
9343 * sysdeps/unix/sysv/linux/configure: Regenerated.
9344
08192659
RM
9345 * nptl/Makefile (routines): Add libc_pthread_init,
9346 libc_multiple_threads, register-atfork and unregister-atfork.
9347 (libpthread-routines): Add pthread_mutex_cond_lock and pt-fork here.
9348 (gen-as-const-headers): Add lowlevelcond.sym, lowlevelrwlock.sym,
9349 lowlevelbarrier.sym, unwindbuf.sym, lowlevelrobustlock.sym,
9350 pthread-pi-defines.sym, structsem.sym.
9351 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = posix]
9352 (CFLAGS-fork.c, CFLAGS-getpid.o, CFLAGS-getpid.os): New variables.
9353 [$(subdir) = nptl] (tests): Add tst-setgetname.
9354 * nptl/sysdeps/unix/sysv/linux/Makefile: File removed.
9355 * sysdeps/unix/sysv/linux/sigaction.c: Just include
9356 <nptl/sigaction.c> directly here, instead of WRAPPER_INCLUDE.
9357 [!LIBC_SIGACTION]: Remove aliases.
9358 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
9359 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
9360 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
9361 * sysdeps/unix/sysv/linux/ia64/sigaction.c: Likewise.
9362 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
9363 * sysdeps/unix/sysv/linux/s390/s390-64/sigaction.c: Likewise.
9364 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
9365 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
9366 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
9367 * nptl/Versions (libc: GLIBC_2.3.2): Add __register_atfork.
9368 (libc: GLIBC_PRIVATE): Add __libc_pthread_init,
9369 __libc_current_sigrtmin_private, __libc_current_sigrtmax_private,
9370 __libc_allocate_rtsig_private.
9371 * nptl/sysdeps/unix/sysv/linux/Versions: File removed.
9372 * sysdeps/unix/sysv/linux/sigtimedwait.c: Include <nptl/pthreadP.h>.
9373 * sysdeps/unix/sysv/linux/sigwait.c: Likewise.
9374 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Likewise.
9375 * sysdeps/unix/sysv/linux/sleep.c: Likewise.
9376 * nptl/sysdeps/unix/sysv/linux/sigwait.c: File removed.
9377 * nptl/sysdeps/unix/sysv/linux/sigtimedwait.c: File removed.
9378 * nptl/sysdeps/unix/sysv/linux/sigwaitinfo.c: File removed.
9379 * nptl/sysdeps/unix/sysv/linux/sleep.c: File removed.
9380 * nptl/sysdeps/unix/sysv/linux/createthread.c: File removed.
9381 * sysdeps/unix/sysv/linux/ia64/fork.S: File removed.
9382 * nptl/sysdeps/unix/sysv/linux/internaltypes.h: Moved ...
9383 * nptl/internaltypes.h: ... here.
9384 * nptl/sysdeps/unix/sysv/linux/jmp-unwind.c: Moved ...
9385 * sysdeps/nptl/jmp-unwind.c: ... here.
9386 * nptl/sysdeps/unix/sysv/linux/libc-lowlevellock.c: Moved ...
9387 * nptl/libc-lowlevellock.c: ... here.
9388 * nptl/sysdeps/unix/sysv/linux/libc_multiple_threads.c: Moved ...
9389 * nptl/libc_multiple_threads.c: ... here.
9390 * nptl/sysdeps/unix/sysv/linux/libc_pthread_init.c: Moved ...
9391 * nptl/libc_pthread_init.c: ... here.
9392 * nptl/sysdeps/unix/sysv/linux/lowlevelbarrier.sym: Moved ...
9393 * nptl/lowlevelbarrier.sym: ... here.
9394 * nptl/sysdeps/unix/sysv/linux/lowlevelcond.sym: Moved ...
9395 * nptl/lowlevelcond.sym: ... here.
9396 * nptl/sysdeps/unix/sysv/linux/lowlevellock.c: Moved ...
9397 * nptl/lowlevellock.c: ... here.
9398 * nptl/lowlevellock.h: Moved ...
9399 * sysdeps/nptl/lowlevellock.h: ... here.
9400 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Moved ...
9401 * nptl/lowlevelrobustlock.c: ... here.
9402 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.sym: Moved ...
9403 * nptl/lowlevelrobustlock.sym: ... here.
9404 * nptl/sysdeps/unix/sysv/linux/lowlevelrwlock.sym: Moved ...
9405 * nptl/lowlevelrwlock.sym: ... here.
9406 * nptl/sysdeps/unix/sysv/linux/pt-fork.c: Moved ...
9407 * nptl/pt-fork.c: ... here.
9408 * nptl/sysdeps/unix/sysv/linux/pthread-pi-defines.sym: Moved ...
9409 * nptl/pthread-pi-defines.sym: ... here.
9410 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Moved ...
9411 * nptl/pthread_attr_getaffinity.c: ... here.
9412 * nptl/sysdeps/unix/sysv/linux/pthread_attr_setaffinity.c: Moved ...
9413 * nptl/pthread_attr_setaffinity.c: ... here.
9414 * nptl/sysdeps/unix/sysv/linux/pthread_mutex_cond_lock.c: Moved ...
9415 * nptl/pthread_mutex_cond_lock.c: ... here.
9416 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
9417 Update #include.
9418 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Likewise.
9419 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: Moved ...
9420 * nptl/pthread_once.c: ... here, replacing old file.
9421 * nptl/sysdeps/unix/sysv/linux/pthread_yield.c: Moved ...
9422 * nptl/pthread_yield.c: ... here.
9423 * nptl/sysdeps/unix/sysv/linux/register-atfork.c: Moved ...
9424 * nptl/register-atfork.c: ... here.
9425 * nptl/sysdeps/unix/sysv/linux/sem_post.c: Moved ...
9426 * nptl/sem_post.c: ... here.
9427 * sysdeps/unix/sysv/linux/alpha/sem_post.c: Update #include.
9428 * nptl/sysdeps/unix/sysv/linux/sem_timedwait.c: Moved ...
9429 * nptl/sem_timedwait.c: ... here.
9430 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Moved ...
9431 * nptl/sem_trywait.c: ... here.
9432 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: Update #include.
9433 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Moved ...
9434 * nptl/sem_wait.c: ... here.
9435 * nptl/sysdeps/unix/sysv/linux/structsem.sym: Moved ...
9436 * nptl/structsem.sym: ... here.
9437 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Moved ...
9438 * sysdeps/unix/sysv/linux/mq_notify.c: ... here, replacing old file.
9439 * nptl/sysdeps/unix/sysv/linux/unregister-atfork.c: Moved ...
9440 * nptl/unregister-atfork.c: ... here.
9441 * nptl/sysdeps/unix/sysv/linux/unwindbuf.sym: Moved ...
9442 * nptl/unwindbuf.sym: ... here.
9443 * nptl/sysdeps/unix/sysv/linux/fork.c: Moved ...
9444 * sysdeps/nptl/fork.c: ... here.
9445 * nptl/sysdeps/unix/sysv/linux/fork.h: Moved ...
9446 * sysdeps/nptl/fork.h: ... here.
9447 * sysdeps/unix/sysv/linux/syscalls.list: Remove fork.
9448 * nptl/sysdeps/unix/sysv/linux/aio_misc.h: Moved ...
9449 * sysdeps/unix/sysv/linux/aio_misc.h: ... here.
9450 * nptl/sysdeps/unix/sysv/linux/allocrtsig.c: Moved ...
9451 * sysdeps/unix/sysv/linux/allocrtsig.c: ... here.
9452 * nptl/sysdeps/unix/sysv/linux/getpid.c: Moved ...
9453 * sysdeps/unix/sysv/linux/getpid.c: ... here.
9454 * nptl/sysdeps/unix/sysv/linux/kernel-posix-timers.h: Moved ...
9455 * sysdeps/unix/sysv/linux/kernel-posix-timers.h: ... here.
9456 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Moved ...
9457 * sysdeps/unix/sysv/linux/pt-raise.c: ... here.
9458 * nptl/sysdeps/unix/sysv/linux/pthread_getaffinity.c: Moved ...
9459 * sysdeps/unix/sysv/linux/pthread_getaffinity.c: ... here.
9460 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Moved ...
9461 * sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: ... here.
9462 * nptl/sysdeps/unix/sysv/linux/pthread_getname.c: Moved ...
9463 * sysdeps/unix/sysv/linux/pthread_getname.c: ... here.
9464 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Moved ...
9465 * sysdeps/unix/sysv/linux/pthread_kill.c: ... here.
9466 * nptl/sysdeps/unix/sysv/linux/pthread_setaffinity.c: Moved ...
9467 * sysdeps/unix/sysv/linux/pthread_setaffinity.c: ... here.
9468 * nptl/sysdeps/unix/sysv/linux/pthread_setname.c: Moved ...
9469 * sysdeps/unix/sysv/linux/pthread_setname.c: ... here.
9470 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Moved ...
9471 * sysdeps/unix/sysv/linux/pthread_sigqueue.c: ... here.
9472 * nptl/sysdeps/unix/sysv/linux/raise.c: Moved ...
9473 * sysdeps/unix/sysv/linux/raise.c: ... here.
9474 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Moved ...
9475 * sysdeps/unix/sysv/linux/timer_create.c: ... here.
9476 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Moved ...
9477 * sysdeps/unix/sysv/linux/timer_delete.c: ... here.
9478 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Moved ...
9479 * sysdeps/unix/sysv/linux/timer_getoverr.c: ... here.
9480 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Moved ...
9481 * sysdeps/unix/sysv/linux/timer_gettime.c: ... here.
9482 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Moved ...
9483 * sysdeps/unix/sysv/linux/timer_routines.c: ... here.
9484 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Moved ...
9485 * sysdeps/unix/sysv/linux/timer_settime.c: ... here.
9486 * nptl/sysdeps/unix/sysv/linux/tst-setgetname.c: Moved ...
9487 * sysdeps/unix/sysv/linux/tst-setgetname.c: ... here.
9488 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Update #include.
9489
96baf6ff
SP
94902014-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
9491
9492 * sysdeps/generic/memcopy.h: Add comment for
9493 MEMCPY_OK_FOR_FWD_MEMMOVE.
9494
6b7b14b2
WN
94952014-07-04 Will Newton <will.newton@linaro.org>
9496
1570a72b
WN
9497 * string/memchr.c: Merge from gnulib.
9498 [_LIBC]: Remove conditionals.
9499 (__ptr_t): Remove define.
9500 (LONG_MAX_32_BITS): Likewise.
9501 (LONG_MAX): Likewise.
9502 (MEMCHR): Use ANSI prototype and optimize algorithm.
9503
6b7b14b2
WN
9504 * sysdeps/arm/dl-machine.h (ELF_MACHINE_NO_REL): Define.
9505
38851324
SP
95062014-07-03 Roland McGrath <roland@hack.frob.com>
9507
3d9eb57c
RM
9508 * sysdeps/unix/sysv/linux/ia64/lowlevellock.h
9509 (lll_futex_timed_wait_bitset): Fix syscall argument count.
9510
78b984ae
RM
9511 * sysdeps/nptl/configure.ac (libc_cv_forced_unwind):
9512 Use -Dinhibit_libc=1 for unwind.h check to prevent false failure
9513 in a bare environment with no <stdlib.h> installed.
9514 * sysdeps/nptl/configure: Regenerated.
9515
2d5976a5
RM
9516 * sysdeps/alpha/fpu/s_nearbyint.c: Include <math_ldbl_opt.h>.
9517
c1f5acd4
RM
9518 * sysdeps/unix/sysv/linux/configure.ac: Use AC_TRY_COMPILE rather than
9519 AC_EGREP_CPP for kernel header checks, so they only succeed if
9520 including <linux/version.h> actually works right.
9521 * sysdeps/unix/sysv/linux/configure: Regenerated.
9522
4d614fe5
RM
9523 * sysdeps/s390/nptl/tls.h (THREAD_SET_POINTER_GUARD): Refer to the
9524 value so it's not diagnosed as unused.
9525
38851324
SP
9526 * sysdeps/pthread/Makefile: Conditionalize tst-timer bits (the only
9527 thing) with "ifeq ($(subdir),rt)".
9528
b3ec00e5
RH
95292014-07-03 Richard Henderson <rth@redhat.com>
9530
69862e25
RH
9531 * sysdeps/alpha/fpu/s_nearbyintf.c: Remove file.
9532 * sysdeps/alpha/fpu/s_nearbyint.c (__nearbyint): Remove;
9533 include sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c.
9534
d5e16ade
RH
9535 * sysdeps/alpha/fpu/math_private.h (math_opt_barrier): New.
9536 (math_force_eval): New.
9537
ca7b945c
RH
9538 * sysdeps/alpha/fpu/s_lround.c: Add 0.5 with chopped rounding.
9539 * sysdeps/alpha/fpu/s_lroundf.c: Likewise.
9540
cd1175a3
RH
9541 * sysdeps/alpha/fpu/s_round.c: Remove file.
9542 * sysdeps/alpha/fpu/s_roundf.c: Remove file.
9543
b3ec00e5
RH
9544 * elf/dl-support.c (HP_TIMING_AVAIL): Do not redefine.
9545 (_dl_non_dynamic_init): Check HP_SMALL_TIMING_AVAIL instead.
9546 * elf/rtld.c (HP_TIMING_AVAIL): Do not redefine.
9547 (_dl_start_final): Check HP_SMALL_TIMING_AVAIL instead.
9548 (_dl_start, print_statistics): Likewise.
9549 * sysdeps/generic/ldsodefs.h (struct rtld_global): Only check
9550 HP_SMALL_TIMING_AVAIL in defining _dl_cpuclock_offset.
9551
9552 * sysdeps/aarch64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9553 * sysdeps/generic/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9554 * sysdeps/i386/i686/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9555 * sysdeps/ia64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9556 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9557 (HP_SMALL_TIMING_AVAIL): Define.
9558 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9559 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9560 (HP_SMALL_TIMING_AVAIL): Define.
9561 * sysdeps/sparc/sparc64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9562 * sysdeps/x86_64/hp-timing.h (HP_SMALL_TIMING_AVAIL): Define.
9563
9564 * sysdeps/aarch64/hp-timing.h: New file.
9565
9566 * sysdeps/generic/hp-timing.h: Remove dead comment.
9567 * sysdeps/generic/hp-timing-common.h: New file.
9568 * sysdeps/alpha/hp-timing.h: Include it.
9569 (HP_TIMING_DIFF, HP_TIMING_ACCUM_NT, HP_TIMING_PRINT): Remove.
9570 * sysdeps/i386/i686/hp-timing.h: Likewise.
9571 * sysdeps/ia64/hp-timing.h: Likewise.
9572 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
9573 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
9574 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
9575 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
9576 * sysdeps/x86_64/hp-timing.h: Don't include the i686 version.
9577 (HP_TIMING_AVAIL, HP_TIMING_INLINE): Define.
9578 (hp_timing_t): New.
9579
9580 * benchtests/bench-string.h (_dl_hp_timing_overhead): Remove.
9581 * benchtests/bench-timing.h (_dl_hp_timing_overhead): Remove.
9582 (TIMING_INIT): Remove call to HP_TIMING_DIFF_INIT.
9583 * elf/rtld.c (_dl_start_final): Likewise.
9584 * sysdeps/generic/ldsodefs.h (_dl_hp_timing_overhead): Remove.
9585 * sysdeps/alpha/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9586 * sysdeps/generic/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9587 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9588 * sysdeps/ia64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9589 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9590 (HP_TIMING_DIFF_INIT): Remove.
9591 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9592 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h
9593 (HP_TIMING_DIFF_INIT): Remove.
9594 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_DIFF_INIT): Remove.
9595 * sysdeps/i386/i686/hp-timing.c: Remove file.
9596 * sysdeps/x86_64/hp-timing.c: Remove file.
9597 * sysdeps/ia64/hp-timing.c: Remove file.
9598 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Remove file.
9599 * sysdeps/powerpc/powerpc64/hp-timing.c: Remove file.
9600 * sysdeps/sparc/sparc32/sparcv9/hp-timing.c: Remove file.
9601 * sysdeps/sparc/sparc64/hp-timing.c: Remove file.
9602
9603 * sysdeps/alpha/hp-timing.h (HP_TIMING_ACCUM): Remove.
9604 * sysdeps/generic/hp-timing.h (HP_TIMING_ACCUM): Remove.
9605 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ACCUM): Remove.
9606 * sysdeps/ia64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9607 * sysdeps/powerpc/powerpc32/power4/hp-timing.h
9608 (HP_TIMING_ACCUM): Remove.
9609 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9610 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ACCUM): Remove.
9611 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ACCUM): Remove.
9612
9613 * sysdeps/alpha/hp-timing.h (HP_TIMING_ZERO): Remove.
9614 * sysdeps/generic/hp-timing.h (HP_TIMING_ZERO): Remove.
9615 * sysdeps/i386/i686/hp-timing.h (HP_TIMING_ZERO): Remove.
9616 * sysdeps/ia64/hp-timing.h (HP_TIMING_ZERO): Remove.
9617 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_ZERO): Remove.
9618 * sysdeps/powerpc/powerpc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9619 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h (HP_TIMING_ZERO): Remove.
9620 * sysdeps/sparc/sparc64/hp-timing.h (HP_TIMING_ZERO): Remove.
9621
9622 * sysdeps/powerpc/powerpc32/hp-timing.h: Remove file.
9623
225f410f
MR
96242014-07-03 Maciej W. Rozycki <macro@codesourcery.com>
9625
9626 * stdlib/tst-strtod-overflow.c (TIMEOUT): Bump up to 30.
9627
3247f285
SP
96282014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9629
9630 Sync up with gettext.
9631 * intl/loadmsgcat.c: Define O_BINARY if not defined.
9632 [_MSC_VER]: Include malloc.h
9633 [_LIBC]: Define PRI_MACROS_BROKEN if it is not defined.
9634 (get_sysdep_segment_value) [!__UCLIBC__]: Return "I" flag.
9635 (_nl_load_domain): Open DOMAIN_FILE in binary mode. Don't use
9636 TEMP_FAILURE_RETRY. Cast return of alloca.
9637 [!_LIBC] Call gl_rwlock_init.
9638 [IN_LIBGLOCALE]: Call _nl_find_msg with one less argument.
9639
d12704c7
SP
96402014-07-02 Roland McGrath <roland@hack.frob.com>
9641
9642 * misc/sys/cdefs.h: Check if __STDC_VERSION__ is defined
9643 before checking its value.
9644
99f8dc92
SP
96452014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9646
05fdac77
SP
9647 * intl/loadmsgcat.c (_nl_load_domain): Use __builtin_expect.
9648
99f8dc92
SP
9649 * debug/memcpy_chk.c: Don't include pagecopy.h.
9650 * debug/mempcpy_chk.c: Likewise.
9651 * string/memcpy.c: Likewise.
9652 * string/memmove.c: Likewise.
9653 * sysdeps/powerpc/memmove.c: Likewise.
9654 * sysdeps/generic/memcopy.h: Include pagecopy.h. Move
9655 definition of PAGE_COPY_FWD_MAYBE here...
9656 * sysdeps/generic/pagecopy.h: ... from here.
9657 * sysdeps/mach/pagecopy.h: Don't include generic pagecopy.h.
9658
bc8ea385
VR
96592014-07-02 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
9660 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9661
9662 * sysdeps/powerpc/strcat.c: Using macro to redefine symbol name.
9663 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcat multiarch
9664 optimizations.
9665 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
9666 (__libc_ifunc_impl_list): Likewise.
9667 * sysdeps/powerpc/powerpc64/multiarch/strcat.c: New file:
9668 multiarch strcat for PPC64.
9669 * sysdeps/powerpc/powerpc64/multiarch/strcat-ppc64.c: New file/
9670 * sysdeps/powerpc/powerpc64/multiarch/strcat-power7.c: New file.
9671
fe5f34e4
RM
96722014-07-02 Roland McGrath <roland@hack.frob.com>
9673
9674 * sysdeps/unix/sysv/linux/dl-sysdep.c: Include <sys/param.h>.
9675
256aa665
SP
96762014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9677
d4eb8195
SP
9678 * intl/loadmsgcat.c: Remove declaration of
9679 get_sysdep_segment_value.
9680 (get_sysdep_segment_value): Use ISO C style.
9681 (_nl_load_domain): Use ISO C style. Get rid of redundant
9682 semicolon. Fix typo and formatting in comment.
9683 (_nl_unload_domain): Use ISO C style.
9684
256aa665
SP
9685 * sysdeps/posix/sysconf.c (__sysconf): Fix typo in macro name.
9686
b100f9aa
WN
96872014-07-02 Will Newton <will.newton@linaro.org>
9688
9689 * malloc/obstack.c: Merge from gnulib master.
9690 [HAVE_CONFIG_H]: Remove conditional code.
9691 [!_LIBC]: Include config.h.
9692 [!ELIDE_CODE]: Don't include inttypes.h, include
9693 stdint.h unconditionally.
9694 (print_and_abort): Mark as _Noreturn.
9695 (_obstack_allocated_p): Mark as __attribute_pure__.
9696 (obstack_free): Rename to __obstack_free.
9697 [!__attribute__]: Remove conditional code.
9698 * malloc/obstack.h: Merge from gnulib master.
9699 [__cplusplus]: Move conditional down.
9700 [!__attribute_pure__]: Define __attribute_pure__ here
9701 if it is not already defined.
9702 (_obstack_memory_used): Mark as __attribute_pure__.
9703 [!__obstack_free]: Define as obstack_free.
9704 [__GNUC__]: Remove check for ancient NeXT gcc.
9705
c4c41244
PE
97062014-07-02 Will Newton <will.newton@linaro.org>
9707 Paul Eggert <eggert@cs.ucla.edu>
9708
9709 * misc/sys/cdefs.h (_Noreturn): New macro, for pre-C11 compilers.
9710
e1e041c4
SP
97112014-07-02 Siddhesh Poyarekar <siddhesh@redhat.com>
9712
9713 * resolv/gethnamaddr.c: Add comment warning that the file is
9714 not maintained.
9715
ccf431ff
CD
97162014-07-01 Carlos O'Donell <carlos@redhat.com>
9717
d34570a6
CD
9718 * sysdeps/unix/sysv/linux/hppa/librt.abilist: Remove GLIBC_2.3
9719 entries.
9720
ccf431ff
CD
9721 * sysdeps/unix/sysv/linux/hppa/Versions: Remove librt GLIBC_2.3
9722 entry for aio_cancel and aio_cancel64.
9723 * sysdeps/unix/sysv/linux/hppa/ld.abilist: New file.
9724 * sysdeps/unix/sysv/linux/hppa/libBrokenLocale.abilist: New file.
9725 * sysdeps/unix/sysv/linux/hppa/libanl.abilist: New file.
9726 * sysdeps/unix/sysv/linux/hppa/libc.abilist: New file.
9727 * sysdeps/unix/sysv/linux/hppa/libcrypt.abilist: New file.
9728 * sysdeps/unix/sysv/linux/hppa/libdl.abilist: New file.
9729 * sysdeps/unix/sysv/linux/hppa/libm.abilist: New file.
9730 * sysdeps/unix/sysv/linux/hppa/libnsl.abilist: New file.
9731 * sysdeps/unix/sysv/linux/hppa/libpthread.abilist: New file.
9732 * sysdeps/unix/sysv/linux/hppa/libresolv.abilist: New file.
9733 * sysdeps/unix/sysv/linux/hppa/librt.abilist: New file.
9734 * sysdeps/unix/sysv/linux/hppa/libthread_db.abilist: New file.
9735 * sysdeps/unix/sysv/linux/hppa/libutil.abilist: New file.
9736
ca06321d
RM
97372014-07-01 Roland McGrath <roland@hack.frob.com>
9738
9739 * sysdeps/unix/sysv/linux/sysconf.c: Include <sys/param.h>.
9740 * nptl/pthread_mutex_lock.c: Likewise.
9741 * nptl/pthread_mutex_timedlock.c: Likewise.
9742 * nptl/sysdeps/unix/sysv/linux/pthread_attr_getaffinity.c: Likewise.
9743
a1ac3184
RH
97442014-07-01 Richard henderson <rth@redhat.com>
9745
631021e0
RH
9746 * sysdeps/alpha/fpu/bits/mathinline.h (__isnanf): Remove.
9747 (__isnan, __isnanl): Remove.
9748 * sysdeps/alpha/fpu/s_isnan.c (__isnan): Use integer arithmetic.
9749
a1ac3184
RH
9750 * sysdeps/alpha/fpu/libm-test-ulps: Update.
9751
0c1d731f
SL
97522014-07-01 Stefan Liebler <stli@linux.vnet.ibm.com>
9753
9754 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
9755
76985d3e
SP
97562014-07-01 Siddhesh Poyarekar <siddhesh@redhat.com>
9757
9758 * resolv/nss_dns/dns-host.c (getanswer_r)
9759 [MULTI_PTRS_ARE_ALIASES]: Remove code.
9760
b0cb3096
JM
97612014-07-01 Joseph Myers <joseph@codesourcery.com>
9762
9763 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
9764 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PSELECT): Do not
9765 undefine.
9766 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PREADV): Likewise.
9767 [__LINUX_KERNEL_VERSION >= 0x030f00] (__ASSUME_PWRITEV): Likewise.
9768
4d76cb39
RM
97692014-07-01 Roland McGrath <roland@hack.frob.com>
9770
9771 * sysdeps/unix/sysv/linux/microblaze/arch-fork.h: New file.
9772 * sysdeps/unix/sysv/linux/microblaze/nptl/fork.c: File removed.
9773
9774 * sysdeps/microblaze/nptl/tls.h: Define TLS_DEFINE_INIT_TP.
9775 * sysdeps/unix/sysv/linux/microblaze/nptl/createthread.c: File removed.
9776
9777 * sysdeps/microblaze/nptl/bits/pthreadtypes.h: Moved ...
9778 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h:
9779 ... here.
9780 * sysdeps/microblaze/nptl/bits/semaphore.h: Moved ...
9781 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/semaphore.h: ... here.
9782
9783 * sysdeps/unix/sysv/linux/microblaze/pt-vfork.S: Moved ...
9784 * sysdeps/unix/sysv/linux/microblaze/nptl/pt-vfork.S: ... here.
9785 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Moved ...
9786 * sysdeps/unix/sysv/linux/microblaze/vfork.S: ... here.
9787
9788 * sysdeps/unix/sysv/linux/microblaze/c++-types.data: Moved ...
9789 * sysdeps/unix/sysv/linux/microblaze/nptl/c++-types.data: ... here.
9790 * sysdeps/unix/sysv/linux/microblaze/ld.abilist: Moved ...
9791 * sysdeps/unix/sysv/linux/microblaze/nptl/ld.abilist: ... here.
9792 * sysdeps/unix/sysv/linux/microblaze/libBrokenLocale.abilist:
9793 Moved ...
9794 * sysdeps/unix/sysv/linux/microblaze/nptl/libBrokenLocale.abilist:
9795 ... here.
9796 * sysdeps/unix/sysv/linux/microblaze/libanl.abilist: Moved ...
9797 * sysdeps/unix/sysv/linux/microblaze/nptl/libanl.abilist: ... here.
9798 * sysdeps/unix/sysv/linux/microblaze/libc.abilist: Moved ...
9799 * sysdeps/unix/sysv/linux/microblaze/nptl/libc.abilist: ... here.
9800 * sysdeps/unix/sysv/linux/microblaze/libcrypt.abilist: Moved ...
9801 * sysdeps/unix/sysv/linux/microblaze/nptl/libcrypt.abilist: ... here.
9802 * sysdeps/unix/sysv/linux/microblaze/libdl.abilist: Moved ...
9803 * sysdeps/unix/sysv/linux/microblaze/nptl/libdl.abilist: ... here.
9804 * sysdeps/unix/sysv/linux/microblaze/libm.abilist: Moved ...
9805 * sysdeps/unix/sysv/linux/microblaze/nptl/libm.abilist: ... here.
9806 * sysdeps/unix/sysv/linux/microblaze/libnsl.abilist: Moved ...
9807 * sysdeps/unix/sysv/linux/microblaze/nptl/libnsl.abilist: ... here.
9808 * sysdeps/unix/sysv/linux/microblaze/libpthread.abilist: Moved ...
9809 * sysdeps/unix/sysv/linux/microblaze/nptl/libpthread.abilist: ... here.
9810 * sysdeps/unix/sysv/linux/microblaze/libresolv.abilist: Moved ...
9811 * sysdeps/unix/sysv/linux/microblaze/nptl/libresolv.abilist: ... here.
9812 * sysdeps/unix/sysv/linux/microblaze/librt.abilist: Moved ...
9813 * sysdeps/unix/sysv/linux/microblaze/nptl/librt.abilist: ... here.
9814 * sysdeps/unix/sysv/linux/microblaze/libthread_db.abilist: Moved ...
9815 * sysdeps/unix/sysv/linux/microblaze/nptl/libthread_db.abilist:
9816 ... here.
9817 * sysdeps/unix/sysv/linux/microblaze/libutil.abilist: Moved ...
9818 * sysdeps/unix/sysv/linux/microblaze/nptl/libutil.abilist: ... here.
9819 * sysdeps/unix/sysv/linux/microblaze/localplt.data: Moved ...
9820 * sysdeps/unix/sysv/linux/microblaze/nptl/localplt.data: ... here.
9821 * sysdeps/unix/sysv/linux/microblaze/lowlevellock.h: Moved ...
9822 * sysdeps/unix/sysv/linux/microblaze/nptl/lowlevellock.h: ... here.
9823 * sysdeps/unix/sysv/linux/microblaze/nptl/pthread_once.c: Moved ...
9824 * sysdeps/unix/sysv/linux/microblaze/pthread_once.c: ... here.
9825
0cdcad17
DH
98262014-07-01 David Holsgrove <david.holsgrove@xilinx.com>
9827
9828 * sysdeps/unix/sysv/linux/microblaze/sysdep-cancel.h: New file.
9829 * sysdeps/unix/sysv/linux/microblaze/socket.S: Update SINGLE_THREAD_P use.
9830 * sysdeps/unix/sysv/linux/microblaze/Makefile(libpthread-routines):
9831 Add sysdep.
9832
9b71d0e3
AZ
98332014-06-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
9834
9835 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
9836
665390c2
JM
98372014-06-30 Joseph Myers <joseph@codesourcery.com>
9838
ae05a9d7
JM
9839 * sysdeps/mips/mips32/libm-test-ulps: Regenerated.
9840 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
9841
a7672a2f
JM
9842 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
9843
665390c2
JM
9844 * sysdeps/arm/libm-test-ulps: Regenerated.
9845
d7a05d07
MR
98462014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
9847 Roland McGrath <roland@hack.frob.com>
9848
9849 * test-skeleton.c (signal_handler): Kill the whole process group
9850 before killing the child individually.
9851 (main): Report any failure on `setpgid'.
9852
46f1d8a6
RM
98532014-06-30 Roland McGrath <roland@hack.frob.com>
9854
9855 * sysdeps/arm/nptl/tls.h: Rename the multiple inclusion guard
9856 from _TLS_H to _ARM_NPTL_TLS_H.
9857 (TLS_INIT_TP): Move macro, and #include of <sysdep.h>, to ...
9858 * sysdeps/unix/sysv/linux/arm/tls.h: ... this new file.
9859
9c37ec0b
JM
98602014-06-30 Joseph Myers <joseph@codesourcery.com>
9861
ce9c5b3e
JM
9862 [BZ #16539]
9863 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Include <float.h>.
9864 (__expm1l): Return argument unchanged when small but not
9865 subnormal.
9866
3a6e9887
JM
9867 * soft-fp/op-1.h (_FP_UNPACK_RAW_1): Rename local variables to
9868 include macro name.
9869 (_FP_UNPACK_RAW_1_P): Likewise.
9870 (_FP_PACK_RAW_1): Likewise.
9871 (_FP_PACK_RAW_1_P): Likewise.
9872 (_FP_MUL_MEAT_1_wide): Likewise.
9873 (_FP_MUL_MEAT_DW_1_hard): Likewise.
9874 (_FP_MUL_MEAT_1_hard): Likewise.
9875 (_FP_DIV_MEAT_1_imm): Likewise.
9876 (_FP_DIV_MEAT_1_udiv_norm): Likewise.
9877 (_FP_DIV_MEAT_1_udiv): Likewise.
9878 * soft-fp/op-2.h (__FP_FRAC_DEC_2): Likewise.
9879 (_FP_UNPACK_RAW_2): Likewise.
9880 (_FP_UNPACK_RAW_2_P): Likewise.
9881 (_FP_PACK_RAW_2): Likewise.
9882 (_FP_PACK_RAW_2_P): Likewise.
9883 (_FP_MUL_MEAT_DW_2_wide): Likewise.
9884 (_FP_MUL_MEAT_2_wide): Likewise.
9885 (_FP_MUL_MEAT_DW_2_wide_3mul): Likewise.
9886 (_FP_MUL_MEAT_2_wide_3mul): Likewise.
9887 (_FP_MUL_MEAT_DW_2_gmp): Likewise.
9888 (_FP_MUL_MEAT_2_gmp): Likewise.
9889 (_FP_DIV_MEAT_2_udiv): Likewise.
9890 * soft-fp/op-4.h (_FP_FRAC_SLL_4): Likewise.
9891 (_FP_FRAC_SRL_4): Likewise.
9892 (_FP_FRAC_SRST_4): Likewise.
9893 (_FP_FRAC_SRS_4): Likewise.
9894 (_FP_UNPACK_RAW_4): Likewise.
9895 (_FP_UNPACK_RAW_4_P): Likewise.
9896 (_FP_PACK_RAW_4): Likewise.
9897 (_FP_PACK_RAW_4_P): Likewise.
9898 (_FP_MUL_MEAT_DW_4_wide): Likewise.
9899 (_FP_MUL_MEAT_4_wide): Likewise.
9900 (_FP_MUL_MEAT_4_gmp): Likewise.
9901 (umul_ppppmnnn): Likewise.
9902 (_FP_DIV_MEAT_4_udiv): Likewise.
9903 (__FP_FRAC_ADD_4): Likewise.
9904 (__FP_FRAC_SUB_3): Likewise.
9905 (__FP_FRAC_SUB_4): Likewise.
9906 (__FP_FRAC_DEC_3): Likewise.
9907 (__FP_FRAC_DEC_4): Likewise.
9908 (__FP_FRAC_ADDI_4): Likewise.
9909 * soft-fp/op-8.h (_FP_FRAC_SLL_8): Likewise.
9910 (_FP_FRAC_SRL_8): Likewise.
9911 (_FP_FRAC_SRS_8): Likewise.
9912
9c37ec0b
JM
9913 * soft-fp/extended.h (FP_UNPACK_RAW_E): Rename local variables to
9914 include macro name.
9915 (FP_UNPACK_RAW_EP): Likewise.
9916 (FP_PACK_RAW_E): Likewise.
9917 (FP_PACK_RAW_EP): Likewise.
9918 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Likewise.
9919 (_FP_ISSIGNAN): Likewise.
9920 (_FP_ADD_INTERNAL): Likewise.
9921 (_FP_FMA): Likewise.
9922 (_FP_CMP): Likewise.
9923 (_FP_SQRT): Likewise.
9924 (_FP_TO_INT): Likewise.
9925 (_FP_FROM_INT): Likewise.
9926 (FP_EXTEND): Likewise.
9927 (_FP_DIV_MEAT_N_loop): Likewise.
9928
2125f674
MR
99292014-06-30 Maciej W. Rozycki <macro@codesourcery.com>
9930
9931 * sysdeps/unix/sysv/linux/bits/socket.h: Adjust macro formatting
9932 throughout.
9933
edea4028
JM
99342014-06-29 Joseph Myers <joseph@codesourcery.com>
9935
9936 [BZ #17097]
9937 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Return
9938 result with correct sign in case of exponents that produce
9939 overflow except for X very close to 1.
9940
dd0ba018
PE
99412014-06-28 Paul Eggert <eggert@cs.ucla.edu>
9942
9943 mktime: merge #if/#ifdef usage from glibc
9944 * lib/mktime.c: Use "#if defined DEBUG && DEBUG", not "#if DEBUG",
9945 as that works with both Glibc's and Gnulib's style.
9946 See thread starting at Siddhesh Poyarekar's bug report at:
9947 http://lists.gnu.org/archive/html/bug-gnulib/2014-06/msg00102.html
9948
64df73c2
SP
99492014-06-28 Siddhesh Poyarekar <siddhesh@redhat.com>
9950
9951 * sysdeps/generic/memcopy.h: Define MEMCPY_OK_FOR_FWD_MEMMOVE.
9952 * sysdeps/tile/memcopy.h: Redefine MEMCPY_OK_FOR_FWD_MEMMOVE.
9953 * sysdeps/tile/tilegx/memmove.c: Remove file.
9954
f1eafb41
JM
99552014-06-27 Joseph Myers <joseph@codesourcery.com>
9956
9957 * Makeconfig ($(common-objpfx)soversions.mk): Do not generate
9958 abi-name definition.
9959 * scripts/soversions.awk: Do not handle or generate ABI lines.
9960 * shlib-versions: Remove ABI entries.
9961 * sysdeps/powerpc/nofpu/shlib-versions: Remove file.
9962 * sysdeps/x86_64/x32/shlib-versions: Remove ABI entry.
9963
58eb0862
RM
99642014-06-27 Roland McGrath <roland@hack.frob.com>
9965
37caf178
RM
9966 * sysdeps/unix/sysv/linux/mips/mips32/nptl/c++-types.data: Moved ...
9967 * sysdeps/unix/sysv/linux/mips/mips32/c++-types.data: ... here.
9968 * sysdeps/unix/sysv/linux/mips/mips32/fpu/nptl/libc.abilist: Moved ...
9969 * sysdeps/unix/sysv/linux/mips/mips32/fpu/libc.abilist: ... here.
9970 * sysdeps/unix/sysv/linux/mips/mips32/nptl/ld.abilist: Moved ...
9971 * sysdeps/unix/sysv/linux/mips/mips32/ld.abilist: ... here.
9972 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libBrokenLocale.abilist:
9973 Moved ...
9974 * sysdeps/unix/sysv/linux/mips/mips32/libBrokenLocale.abilist:
9975 ... here.
9976 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libanl.abilist: Moved ...
9977 * sysdeps/unix/sysv/linux/mips/mips32/libanl.abilist: ... here.
9978 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcidn.abilist: Moved ...
9979 * sysdeps/unix/sysv/linux/mips/mips32/libcidn.abilist: ... here.
9980 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libcrypt.abilist: Moved ...
9981 * sysdeps/unix/sysv/linux/mips/mips32/libcrypt.abilist: ... here.
9982 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libdl.abilist: Moved ...
9983 * sysdeps/unix/sysv/linux/mips/mips32/libdl.abilist: ... here.
9984 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libm.abilist: Moved ...
9985 * sysdeps/unix/sysv/linux/mips/mips32/libm.abilist: ... here.
9986 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnsl.abilist: Moved ...
9987 * sysdeps/unix/sysv/linux/mips/mips32/libnsl.abilist: ... here.
9988 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_compat.abilist:
9989 Moved ...
9990 * sysdeps/unix/sysv/linux/mips/mips32/libnss_compat.abilist: ... here.
9991 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_db.abilist: Moved ...
9992 * sysdeps/unix/sysv/linux/mips/mips32/libnss_db.abilist: ... here.
9993 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_dns.abilist: Moved ...
9994 * sysdeps/unix/sysv/linux/mips/mips32/libnss_dns.abilist: ... here.
9995 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_files.abilist:
9996 Moved ...
9997 * sysdeps/unix/sysv/linux/mips/mips32/libnss_files.abilist: ... here.
9998 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_hesiod.abilist:
9999 Moved ...
10000 * sysdeps/unix/sysv/linux/mips/mips32/libnss_hesiod.abilist: ... here.
10001 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nis.abilist: Moved ...
10002 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nis.abilist: ... here.
10003 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libnss_nisplus.abilist:
10004 Moved ...
10005 * sysdeps/unix/sysv/linux/mips/mips32/libnss_nisplus.abilist: ... here.
10006 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libpthread.abilist: Moved ...
10007 * sysdeps/unix/sysv/linux/mips/mips32/libpthread.abilist: ... here.
10008 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libresolv.abilist: Moved ...
10009 * sysdeps/unix/sysv/linux/mips/mips32/libresolv.abilist: ... here.
10010 * sysdeps/unix/sysv/linux/mips/mips32/nptl/librt.abilist: Moved ...
10011 * sysdeps/unix/sysv/linux/mips/mips32/librt.abilist: ... here.
10012 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libthread_db.abilist:
10013 Moved ...
10014 * sysdeps/unix/sysv/linux/mips/mips32/libthread_db.abilist: ... here.
10015 * sysdeps/unix/sysv/linux/mips/mips32/nptl/libutil.abilist: Moved ...
10016 * sysdeps/unix/sysv/linux/mips/mips32/libutil.abilist: ... here.
10017 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/nptl/libc.abilist:
10018 Moved ...
10019 * sysdeps/unix/sysv/linux/mips/mips32/nofpu/libc.abilist: ... here.
10020 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/c++-types.data:
10021 Moved ...
10022 * sysdeps/unix/sysv/linux/mips/mips64/n32/c++-types.data: ... here.
10023 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/ld.abilist: Moved ...
10024 * sysdeps/unix/sysv/linux/mips/mips64/n32/ld.abilist: ... here.
10025 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libBrokenLocale.abilist:
10026 Moved ...
10027 * sysdeps/unix/sysv/linux/mips/mips64/libBrokenLocale.abilist:
10028 ... here.
10029 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libBrokenLocale.abilist:
10030 Identical file removed.
10031 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libanl.abilist:
10032 Moved ...
10033 * sysdeps/unix/sysv/linux/mips/mips64/libanl.abilist: ... here.
10034 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libanl.abilist:
10035 Identical file removed.
10036 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libc.abilist: Moved ...
10037 * sysdeps/unix/sysv/linux/mips/mips64/n32/libc.abilist: ... here.
10038 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libcrypt.abilist:
10039 Moved ...
10040 * sysdeps/unix/sysv/linux/mips/mips64/libcrypt.abilist: ... here.
10041 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libcrypt.abilist:
10042 Identical file removed.
10043 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libdl.abilist: Moved ...
10044 * sysdeps/unix/sysv/linux/mips/mips64/libdl.abilist: ... here.
10045 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libdl.abilist:
10046 Identical file removed.
10047 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libm.abilist: Moved ...
10048 * sysdeps/unix/sysv/linux/mips/mips64/libm.abilist: ... here.
10049 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libm.abilist:
10050 Identical file removed.
10051 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libnsl.abilist: Moved ...
10052 * sysdeps/unix/sysv/linux/mips/mips64/libnsl.abilist: ... here.
10053 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libnsl.abilist:
10054 Identical file removed.
10055 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libpthread.abilist:
10056 Moved ...
10057 * sysdeps/unix/sysv/linux/mips/mips64/libpthread.abilist: ... here.
10058 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libpthread.abilist:
10059 Identical file removed.
10060 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libresolv.abilist:
10061 Moved ...
10062 * sysdeps/unix/sysv/linux/mips/mips64/n32/libresolv.abilist: ... here.
10063 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/librt.abilist: Moved ...
10064 * sysdeps/unix/sysv/linux/mips/mips64/librt.abilist: ... here.
10065 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/librt.abilist:
10066 Identical file removed.
10067 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libthread_db.abilist:
10068 Moved ...
10069 * sysdeps/unix/sysv/linux/mips/mips64/libthread_db.abilist:
10070 ... here.
10071 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libthread_db.abilist:
10072 Identical file removed.
10073 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libutil.abilist:
10074 Moved ...
10075 * sysdeps/unix/sysv/linux/mips/mips64/libutil.abilist: ... here.
10076 * sysdeps/unix/sysv/linux/mips/mips64/n32/nptl/libutil.abilist:
10077 Identical file removed.
10078 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/c++-types.data:
10079 Moved ...
10080 * sysdeps/unix/sysv/linux/mips/mips64/n64/c++-types.data: ... here.
10081 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/ld.abilist: Moved ...
10082 * sysdeps/unix/sysv/linux/mips/mips64/n64/ld.abilist: ... here.
10083 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libc.abilist: Moved ...
10084 * sysdeps/unix/sysv/linux/mips/mips64/n64/libc.abilist: ... here.
10085 * sysdeps/unix/sysv/linux/mips/mips64/n64/nptl/libresolv.abilist:
10086 Moved ...
10087 * sysdeps/unix/sysv/linux/mips/mips64/n64/libresolv.abilist: ... here.
10088 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h: Moved ...
10089 * sysdeps/unix/sysv/linux/mips/mips64/sysdep-cancel.h: ... here.
10090
58eb0862
RM
10091 * sysdeps/unix/sysv/linux/mips/vfork.S: Incorporate
10092 SAVE_PID and RESTORE_PID blocks from nptl/pt-vfork.S.
10093 * sysdeps/unix/sysv/linux/mips/nptl/vfork.S: File removed.
10094 * sysdeps/unix/sysv/linux/mips/nptl/pt-vfork.S: File removed.
10095 * sysdeps/unix/sysv/linux/mips/pt-vfork.S: New file.
10096
6f12d062
AS
100972014-06-27 Arjun Shankar <arjun.is@lostca.se>
10098
10099 [BZ #17092]
10100 * nscd/nscd.c (monitor_child): Return exit status of child
10101 instead of return value from wait syscall.
10102
be254932
JM
101032014-06-27 Joseph Myers <joseph@codesourcery.com>
10104
cb403c34
JM
10105 * configure.ac (libc_commonpagesize): Remove variable.
10106 (libc_relro_required): Likewise.
10107 (libc_cv_z_relro): Remove configure test.
10108 * configure: Regenerated.
10109 * sysdeps/aarch64/preconfigure (libc_commonpagesize): Do not set
10110 variable.
10111 (libc_relro_required): Likewise.
10112 * sysdeps/alpha/preconfigure (libc_commonpagesize): Likewise.
10113 (libc_relro_required): Likewise.
10114 * sysdeps/arm/preconfigure.ac (libc_commonpagesize): Likewise.
10115 (libc_relro_required): Likewise.
10116 * sysdeps/arm/preconfigure: Regenerated.
10117 * sysdeps/ia64/preconfigure: Remove file.
10118 * sysdeps/tile/preconfigure (libc_commonpagesize): Do not set
10119 variable.
10120 (libc_relro_required): Likewise.
10121
be254932
JM
10122 [BZ #16561]
10123 [BZ #16562]
10124 * sysdeps/ieee754/dbl-64/e_jn.c: Include <float.h>.
10125 (__ieee754_yn): Set FE_TONEAREST mode internally and then
10126 recompute overflowing results in original rounding mode.
10127 * sysdeps/ieee754/flt-32/e_jnf.c: Include <float.h>.
10128 (__ieee754_ynf): Set FE_TONEAREST mode internally and then
10129 recompute overflowing results in original rounding mode.
10130 * sysdeps/ieee754/ldbl-128/e_jnl.c: Include <float.h>.
10131 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10132 recompute overflowing results in original rounding mode.
10133 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Include <float.h>.
10134 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10135 recompute overflowing results in original rounding mode.
10136 * sysdeps/ieee754/ldbl-96/e_jnl.c: Include <float.h>.
10137 (__ieee754_ynl): Set FE_TONEAREST mode internally and then
10138 recompute overflowing results in original rounding mode.
10139 * sysdeps/i386/fpu/fenv_private.h [!__SSE2_MATH__]
10140 (libc_feholdsetround_ctx): New macro.
10141 * math/libm-test.inc (yn_test): Use ALL_RM_TEST.
10142 * sysdeps/i386/fpu/libm-test-ulps: Update.
10143 * sysdeps/x86_64/fpu/libm-test-ulps : Likewise.
10144
b351d85a
JM
101452014-06-26 Joseph Myers <joseph@codesourcery.com>
10146
10147 * sysdeps/unix/sysv/linux/mips/mips64/nptl/sysdep-cancel.h
10148 [__PIC__] (PSEUDO): Use name of _nocancel entry point in
10149 corresponding .cpsetup call.
10150
3cb4de47
RM
101512014-06-26 Roland McGrath <roland@hack.frob.com>
10152
10153 * sysdeps/unix/sysv/linux/arm/libc-aeabi_read_tp.S: Moved ...
10154 * sysdeps/arm/libc-aeabi_read_tp.S: ... here.
10155 * sysdeps/arm/Makefile [$(subdir) = csu]
10156 (aeabi_routines): Add aeabi_read_tp and libc-aeabi_read_tp here.
10157 (static-only-routines): Add aeabi_read_tp here.
10158 (shared-only-routines): Add libc-aeabi_read_tp here.
10159 (CFLAGS-libc-start.c): Add -fexceptions here.
10160 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = csu]
10161 (sysdep_routines, static-only-routines, shared-only-routines):
10162 Don't add to these here.
10163 (CFLAGS-libc-start.c): Likewise.
10164
10165 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: Moved ...
10166 * sysdeps/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
10167 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: Moved ...
10168 * sysdeps/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
10169 * sysdeps/arm/Makefile [$(subdir) = rt]
10170 (librt-sysdep_routines, librt-shared-only-routines):
10171 Append rt-aeabi_unwind_cpp_pr1 here.
10172 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = rt]
10173 (librt-sysdep_routines, librt-shared-only-routines): Don't do it here.
10174 * sysdeps/arm/nptl/Makefile [$(subdir) = nptl]
10175 (libpthread-sysdep_routines, libpthread-shared-only-routines):
10176 Append nptl-aeabi_unwind_cpp_pr1 here.
10177 (tests): Filter out tst-cleanupx4 here.
10178 * sysdeps/unix/sysv/linux/arm/Makefile [$(subdir) = nptl]
10179 (libpthread-sysdep_routines, libpthread-shared-only-routines, tests):
10180 Don't do those here.
10181
354426bb
JM
101822014-06-26 Joseph Myers <joseph@codesourcery.com>
10183
10184 * scripts/list-sources.sh: Do not handle ports specially.
10185
28b0a8c9
RM
101862014-06-26 Roland McGrath <roland@hack.frob.com>
10187
a3dd035d
RM
10188 * sysdeps/arm/fesetenv.c: Include <fpu_control.h>.
10189 * sysdeps/arm/feupdateenv.c: Likewise.
10190
28b0a8c9
RM
10191 * posix/spawn_faction_addopen.c: Include <stdlib.h> for free decl.
10192
e66a8203
JM
101932014-06-26 Joseph Myers <joseph@codesourcery.com>
10194
10195 * manual/texinfo.tex: Update to version 2014-05-05.10 with
10196 trailing whitespace removed.
10197 * scripts/config.guess: Update to version 2014-03-23.
10198 * scripts/config.sub: Update to version 2014-05-01
10199 * scripts/install-sh: Update to version 2013-12-25.23.
10200 * scripts/move-if-change: Update from gnulib.
10201
74171115
SP
102022014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
10203
b97c9ce5
SP
10204 * debug/memmove_chk.c: Remove pagecopy.h include.
10205
4000f892
SP
102062014-06-26 Paul Eggert <eggert@cs.ucla.edu>
10207
74171115
SP
10208 * time/mktime.c (leapyear): Remove inline keyword. The code is now
10209 identical to gnulib mktime.
10210
a8779c28
JM
102112014-06-26 Joseph Myers <joseph@codesourcery.com>
10212
e64708de
JM
10213 * configure.ac: Do not test for machine being rs6000. Do not test
10214 for powerpc*-*soft.
10215 * configure: Regenerated.
10216
6a9350c8 10217 [BZ #11505]
a8779c28
JM
10218 * configure.ac (libc_cv_asm_cfi_directives): Remove configure
10219 test.
10220 * configure: Regenerated.
10221 * config.h.in (HAVE_ASM_CFI_DIRECTIVES): Remove macro undefine.
10222 * sysdeps/arm/configure.ac (libc_cv_asm_cfi_directive_sections):
10223 Remove configure test.
10224 * sysdeps/arm/configure: Regenerated.
10225 * sysdeps/nptl/configure.ac: Do not check
10226 libc_cv_asm_cfi_directives.
10227 * sysdeps/nptl/configure: Regenerated.
10228 * sysdeps/x86_64/nptl/configure.ac: Remove file.
10229 * sysdeps/x86_64/nptl/configure: Remove generated file.
10230 * b/sysdeps/generic/sysdep.h [HAVE_ASM_CFI_DIRECTIVES]: Make code
10231 unconditional.
10232 [!HAVE_ASM_CFI_DIRECTIVES]: Remove conditional code.
10233
2aac0a86
SP
102342014-06-26 Siddhesh Poyarekar <siddhesh@redhat.com>
10235
059bf913
SP
10236 * posix/fnmatch.c: Define WIDE_CHAR_VERSION.
10237 * posix/fnmatch_loop.c: Undefine WIDE_CHAR_VERSION.
10238 (FCT): Check value of WIDE_CHAR_VERSION instead of checking if
10239 it is defined.
10240
4cf5b6d0
SP
10241 * elf/dl-runtime.c: Check for value of ELF_MACHINE_NO_RELA
10242 instead of whether it is defined.
10243 * sysdeps/aarch64/dl-machine.h: Define ELF_MACHINE_NO_RELA.
10244 * sysdeps/hppa/dl-machine.h: Likewise.
10245 * sysdeps/ia64/dl-machine.h: Likewise.
10246 * sysdeps/m68k/dl-machine.h: Likewise.
10247 * sysdeps/microblaze/dl-machine.h: Likewise.
10248 * sysdeps/mips/dl-machine.: Likewise.
10249 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
10250 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
10251 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
10252 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
10253 * sysdeps/sh/dl-machine.h: Likewise.
10254 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
10255 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
10256 * sysdeps/tile/dl-machine.h: Likewise.
10257 * sysdeps/x86_64/dl-machine.h: Likewise.
10258
2aac0a86
SP
10259 * nscd/connections.c (enum usekey) [SEPARATE_KEY]: Remove
10260 code.
10261 (verify_persistent_db): Likewise.
10262
6ad2df0b
RM
102632014-06-26 Roland McGrath <roland@hack.frob.com>
10264
d8a483f3
RM
10265 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data: Moved ...
10266 * sysdeps/unix/sysv/linux/s390/s390-32/c++-types.data: ... here.
10267 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Moved ...
10268 * sysdeps/unix/sysv/linux/s390/s390-32/ld.abilist: ... here.
10269 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
10270 Moved ...
10271 * sysdeps/unix/sysv/linux/s390/s390-32/libBrokenLocale.abilist:
10272 ... here.
10273 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: Moved ...
10274 * sysdeps/unix/sysv/linux/s390/libanl.abilist: ... here.
10275 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist:
10276 Identical file removed.
10277 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Moved ...
10278 * sysdeps/unix/sysv/linux/s390/s390-32/libc.abilist: ... here.
10279 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: Moved ...
10280 * sysdeps/unix/sysv/linux/s390/s390-32/libcrypt.abilist: ... here.
10281 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: Moved ...
10282 * sysdeps/unix/sysv/linux/s390/s390-32/libdl.abilist: ... here.
10283 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Moved ...
10284 * sysdeps/unix/sysv/linux/s390/s390-32/libm.abilist: ... here.
10285 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: Moved ...
10286 * sysdeps/unix/sysv/linux/s390/s390-32/libnsl.abilist: ... here.
10287 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
10288 Moved ...
10289 * sysdeps/unix/sysv/linux/s390/s390-32/libpthread.abilist: ... here.
10290 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: Moved ...
10291 * sysdeps/unix/sysv/linux/s390/s390-32/libresolv.abilist: ... here.
10292 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Moved ...
10293 * sysdeps/unix/sysv/linux/s390/s390-32/librt.abilist: ... here.
10294 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
10295 Moved ...
10296 * sysdeps/unix/sysv/linux/s390/s390-32/libthread_db.abilist: ... here.
10297 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Moved ...
10298 * sysdeps/unix/sysv/linux/s390/s390-32/libutil.abilist: ... here.
10299 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data: Moved ...
10300 * sysdeps/unix/sysv/linux/s390/localplt.data: ... here.
10301 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
10302 Identical file removed.
10303 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data: Moved ...
10304 * sysdeps/unix/sysv/linux/s390/s390-64/c++-types.data: ... here.
10305 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Moved ...
10306 * sysdeps/unix/sysv/linux/s390/s390-64/ld.abilist: ... here.
10307 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
10308 Moved ...
10309 * sysdeps/unix/sysv/linux/s390/s390-64/libBrokenLocale.abilist:
10310 ... here.
10311 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Moved ...
10312 * sysdeps/unix/sysv/linux/s390/s390-64/libc.abilist: ... here.
10313 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: Moved ...
10314 * sysdeps/unix/sysv/linux/s390/s390-64/libcrypt.abilist: ... here.
10315 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: Moved ...
10316 * sysdeps/unix/sysv/linux/s390/s390-64/libdl.abilist: ... here.
10317 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Moved ...
10318 * sysdeps/unix/sysv/linux/s390/s390-64/libm.abilist: ... here.
10319 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: Moved ...
10320 * sysdeps/unix/sysv/linux/s390/s390-64/libnsl.abilist: ... here.
10321 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
10322 Moved ...
10323 * sysdeps/unix/sysv/linux/s390/s390-64/libpthread.abilist: ... here.
10324 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist:
10325 Moved ...
10326 * sysdeps/unix/sysv/linux/s390/s390-64/libresolv.abilist: ... here.
10327 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: Moved ...
10328 * sysdeps/unix/sysv/linux/s390/s390-64/librt.abilist: ... here.
10329 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
10330 Moved ...
10331 * sysdeps/unix/sysv/linux/s390/s390-64/libthread_db.abilist: ... here.
10332 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: Moved ...
10333 * sysdeps/unix/sysv/linux/s390/s390-64/libutil.abilist: ... here.
10334
52ae23b4
RM
10335 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: File removed, contents
10336 folded into ...
10337 * sysdeps/unix/sysv/linux/s390/Makefile [$(subdir) = nptl]: ... here.
10338 * sysdeps/unix/sysv/linux/s390/Versions
10339 (libpthread: GLIBC_2.19): New version set.
10340 * nptl/sysdeps/unix/sysv/linux/s390/Versions: File removed.
10341 * sysdeps/unix/sysv/linux/s390/s390-64/Versions
10342 (librt: GLIBC_2.3.3): New version set.
10343 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/Versions: File removed.
10344 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: Moved ...
10345 * sysdeps/unix/sysv/linux/s390/elision-conf.c: ... here.
10346 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Moved ...
10347 * sysdeps/unix/sysv/linux/s390/elision-conf.h: ... here.
10348 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Moved ...
10349 * sysdeps/unix/sysv/linux/s390/elision-lock.c: ... here.
10350 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Moved ...
10351 * sysdeps/unix/sysv/linux/s390/elision-timed.c: ... here.
10352 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Moved ...
10353 * sysdeps/unix/sysv/linux/s390/elision-trylock.c: ... here.
10354 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Moved ...
10355 * sysdeps/unix/sysv/linux/s390/elision-unlock.c: ... here.
10356 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Moved ...
10357 * sysdeps/unix/sysv/linux/s390/force-elision.h: ... here.
10358 * nptl/sysdeps/unix/sysv/linux/s390/jmp-unwind.c: Moved ...
10359 * sysdeps/unix/sysv/linux/s390/jmp-unwind.c: ... here.
10360 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h: Moved ...
10361 * sysdeps/unix/sysv/linux/s390/lowlevellock.h: ... here.
10362 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: Moved ...
10363 * sysdeps/unix/sysv/linux/s390/pt-longjmp.c: ... here.
10364 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: Moved ...
10365 * sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c: ... here.
10366 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: Moved ...
10367 * sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c: ... here.
10368 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: Moved ...
10369 * sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c: ... here.
10370 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: Moved ...
10371 * sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c: ... here.
10372 * nptl/sysdeps/unix/sysv/linux/s390/pthread_once.c: Moved ...
10373 * sysdeps/unix/sysv/linux/s390/pthread_once.c: ... here.
10374 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: Moved ...
10375 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep-cancel.h: ... here.
10376 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: Moved ...
10377 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep-cancel.h: ... here.
10378 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Moved ...
10379 * sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: ... here.
10380 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Moved ...
10381 * sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: ... here.
10382 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Moved ...
10383 * sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: ... here.
10384 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Moved ...
10385 * sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: ... here.
10386 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Moved ...
10387 * sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: ... here.
10388
39507e4a
RM
10389 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Moved ...
10390 * sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: ... here.
10391 (__libc_vfork): Define the function under this name.
10392 [!NOT_IN_libc] (__vfork): Make this an alias.
10393 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10394 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Moved ...
10395 * sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: ... here.
10396 (__libc_vfork): Define the function under this name.
10397 [!NOT_IN_libc] (__vfork): Make this an alias.
10398 [!NOT_IN_libc] (vfork): Conditionalize the weak_alias.
10399 * sysdeps/unix/sysv/linux/s390/pt-vfork.S: New file.
10400 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: File removed.
10401 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: File removed.
10402 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Remove vfork.
10403 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
10404
e549ee56
RM
10405 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Deconditionalize the
10406 code that was previously under [RESET_PID].
10407 * sysdeps/unix/sysv/linux/s390/s390-64/clone.S: Likewise.
10408 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/clone.S: File removed.
10409 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/clone.S: File removed.
10410
6ad2df0b
RM
10411 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h: Moved ...
10412 * sysdeps/aarch64/nptl/bits/pthreadtypes.h: ... here.
10413 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/semaphore.h: Moved ...
10414 * sysdeps/aarch64/nptl/bits/semaphore.h: ... here.
10415 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/local_lim.h: Moved ...
10416 * sysdeps/unix/sysv/linux/aarch64/bits/local_lim.h: ... here.
10417 * sysdeps/unix/sysv/linux/aarch64/nptl/c++-types.data: Moved ...
10418 * sysdeps/unix/sysv/linux/aarch64/c++-types.data: ... here.
10419 * sysdeps/unix/sysv/linux/aarch64/nptl/ld.abilist: Moved ...
10420 * sysdeps/unix/sysv/linux/aarch64/ld.abilist: ... here.
10421 * sysdeps/unix/sysv/linux/aarch64/nptl/libBrokenLocale.abilist:
10422 Moved ...
10423 * sysdeps/unix/sysv/linux/aarch64/libBrokenLocale.abilist: ... here.
10424 * sysdeps/unix/sysv/linux/aarch64/nptl/libanl.abilist: Moved ...
10425 * sysdeps/unix/sysv/linux/aarch64/libanl.abilist: ... here.
10426 * sysdeps/unix/sysv/linux/aarch64/nptl/libc.abilist: Moved ...
10427 * sysdeps/unix/sysv/linux/aarch64/libc.abilist: ... here.
10428 * sysdeps/unix/sysv/linux/aarch64/nptl/libcrypt.abilist: Moved ...
10429 * sysdeps/unix/sysv/linux/aarch64/libcrypt.abilist: ... here.
10430 * sysdeps/unix/sysv/linux/aarch64/nptl/libdl.abilist: Moved ...
10431 * sysdeps/unix/sysv/linux/aarch64/libdl.abilist: ... here.
10432 * sysdeps/unix/sysv/linux/aarch64/nptl/libm.abilist: Moved ...
10433 * sysdeps/unix/sysv/linux/aarch64/libm.abilist: ... here.
10434 * sysdeps/unix/sysv/linux/aarch64/nptl/libnsl.abilist: Moved ...
10435 * sysdeps/unix/sysv/linux/aarch64/libnsl.abilist: ... here.
10436 * sysdeps/unix/sysv/linux/aarch64/nptl/libpthread.abilist: Moved ...
10437 * sysdeps/unix/sysv/linux/aarch64/libpthread.abilist: ... here.
10438 * sysdeps/unix/sysv/linux/aarch64/nptl/libresolv.abilist: Moved ...
10439 * sysdeps/unix/sysv/linux/aarch64/libresolv.abilist: ... here.
10440 * sysdeps/unix/sysv/linux/aarch64/nptl/librt.abilist: Moved ...
10441 * sysdeps/unix/sysv/linux/aarch64/librt.abilist: ... here.
10442 * sysdeps/unix/sysv/linux/aarch64/nptl/libthread_db.abilist: Moved ...
10443 * sysdeps/unix/sysv/linux/aarch64/libthread_db.abilist: ... here.
10444 * sysdeps/unix/sysv/linux/aarch64/nptl/libutil.abilist: Moved ...
10445 * sysdeps/unix/sysv/linux/aarch64/libutil.abilist: ... here.
10446 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data: Moved ...
10447 * sysdeps/unix/sysv/linux/aarch64/localplt.data: ... here.
10448 * sysdeps/unix/sysv/linux/aarch64/nptl/lowlevellock.h: Moved ...
10449 * sysdeps/unix/sysv/linux/aarch64/lowlevellock.h: ... here.
10450 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Moved ...
10451 * sysdeps/unix/sysv/linux/aarch64/sysdep-cancel.h: ... here.
10452
7c1c1d8e
RM
104532014-06-25 Roland McGrath <roland@hack.frob.com>
10454
10455 * sysdeps/unix/sysv/linux/mips/clone.S: Deconditionalize the code
10456 that was previously under [RESET_PID].
10457 * sysdeps/unix/sysv/linux/mips/nptl/clone.S: File removed.
10458
3e239be6
JM
104592014-06-25 Joseph Myers <joseph@codesourcery.com>
10460
74385da5
JM
10461 * sysdeps/unix/sysv/linux/dl-opendir.c (__ASSUME_O_CLOEXEC): Do
10462 not undefine and redefine.
10463 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs)
10464 [O_CLOEXEC]: Make code unconditional.
10465 (__get_nprocs) [!O_CLOEXEC]: Remove conditional code.
10466 * sysdeps/unix/sysv/linux/shm_open.c: Do not include
10467 <kernel-features.h>.
10468 [O_CLOEXEC && !__ASSUME_O_CLOEXEC] (have_o_cloexec): Remove
10469 conditional variable definition.
10470 (shm_open) [O_CLOEXEC]: Make code unconditional.
10471 (shm_open) [!O_CLOEXEC || !__ASSUME_O_CLOEXEC]: Remove conditional
10472 code.
10473
c2570a0b
JM
10474 * configure.ac (USE_REGPARMS): Don't define here.
10475 * configure: Regenerated.
10476 * sysdeps/i386/configure.ac (USE_REGPARMS): Define here.
10477 * sysdeps/i386/configure: Regenerated.
10478
11b076bb
JM
10479 * nptl/createthread.c: Don't include kernel-features.h.
10480 * nptl/pthread_cancel.c: Likewise.
10481 * nptl/pthread_condattr_setclock.c: Likewise.
10482 * nptl/sysdeps/unix/sysv/linux/pt-raise.c: Likewise.
10483 * nptl/sysdeps/unix/sysv/linux/pthread_getcpuclockid.c: Likewise.
10484 * nptl/sysdeps/unix/sysv/linux/pthread_kill.c: Likewise.
10485 * nptl/sysdeps/unix/sysv/linux/pthread_sigqueue.c: Likewise.
10486 * nptl/sysdeps/unix/sysv/linux/raise.c: Likewise.
10487 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/pt-vfork.S: Likewise.
10488 * nptl/sysdeps/unix/sysv/linux/s390/s390-32/vfork.S: Likewise.
10489 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/pt-vfork.S: Likewise.
10490 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/vfork.S: Likewise.
10491 * nptl/sysdeps/unix/sysv/linux/timer_create.c: Likewise.
10492 * nptl/sysdeps/unix/sysv/linux/timer_delete.c: Likewise.
10493 * nptl/sysdeps/unix/sysv/linux/timer_getoverr.c: Likewise.
10494 * nptl/sysdeps/unix/sysv/linux/timer_gettime.c: Likewise.
10495 * nptl/sysdeps/unix/sysv/linux/timer_routines.c: Likewise.
10496 * nptl/sysdeps/unix/sysv/linux/timer_settime.c: Likewise.
10497 * nscd/gai.c: Likewise.
10498 * nss/nss_db/db-open.c: Likewise.
10499 * sysdeps/generic/ldsodefs.h: Likewise.
10500 * sysdeps/sh/nptl/tls.h: Likewise.
10501 * sysdeps/unix/sysv/linux/aarch64/sigaction.c: Likewise.
10502 * sysdeps/unix/sysv/linux/aarch64/sigcontextinfo.h: Likewise.
10503 * sysdeps/unix/sysv/linux/aarch64/vfork.S: Likewise.
10504 * sysdeps/unix/sysv/linux/adjtime.c: Likewise.
10505 * sysdeps/unix/sysv/linux/alpha/xstatconv.h: Likewise.
10506 * sysdeps/unix/sysv/linux/arm/sigaction.c: Likewise.
10507 * sysdeps/unix/sysv/linux/arm/sigcontextinfo.h: Likewise.
10508 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
10509 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
10510 * sysdeps/unix/sysv/linux/clock_getres.c: Likewise.
10511 * sysdeps/unix/sysv/linux/clock_gettime.c: Likewise.
10512 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
10513 * sysdeps/unix/sysv/linux/clock_settime.c: Likewise.
10514 * sysdeps/unix/sysv/linux/dl-execstack.c: Likewise.
10515 * sysdeps/unix/sysv/linux/dl-osinfo.h: Likewise.
10516 * sysdeps/unix/sysv/linux/dl-sysdep.c: Likewise.
10517 * sysdeps/unix/sysv/linux/generic/futimesat.c: Likewise.
10518 * sysdeps/unix/sysv/linux/generic/poll.c: Likewise.
10519 * sysdeps/unix/sysv/linux/generic/wordsize-32/fcntl.c: Likewise.
10520 * sysdeps/unix/sysv/linux/generic/wordsize-32/fxstatat.c: Likewise.
10521 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread.c: Likewise.
10522 * sysdeps/unix/sysv/linux/generic/wordsize-32/pread64.c: Likewise.
10523 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv.c: Likewise.
10524 * sysdeps/unix/sysv/linux/generic/wordsize-32/preadv64.c: Likewise.
10525 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite.c: Likewise.
10526 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwrite64.c: Likewise.
10527 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev.c: Likewise.
10528 * sysdeps/unix/sysv/linux/generic/wordsize-32/pwritev64.c: Likewise.
10529 * sysdeps/unix/sysv/linux/getcwd.c: Likewise.
10530 * sysdeps/unix/sysv/linux/getpagesize.c: Likewise.
10531 * sysdeps/unix/sysv/linux/getsysstats.c: Likewise.
10532 * sysdeps/unix/sysv/linux/i386/fxstat.c: Likewise.
10533 * sysdeps/unix/sysv/linux/i386/lxstat.c: Likewise.
10534 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
10535 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
10536 * sysdeps/unix/sysv/linux/i386/sigaction.c: Likewise.
10537 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
10538 * sysdeps/unix/sysv/linux/i386/xstat.c: Likewise.
10539 * sysdeps/unix/sysv/linux/ia64/system.c: Likewise.
10540 * sysdeps/unix/sysv/linux/if_index.c: Likewise.
10541 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
10542 * sysdeps/unix/sysv/linux/ifreq.c: Likewise.
10543 * sysdeps/unix/sysv/linux/ldsodefs.h: Likewise.
10544 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
10545 * sysdeps/unix/sysv/linux/m68k/vfork.S: Likewise.
10546 * sysdeps/unix/sysv/linux/microblaze/nptl/vfork.S: Likewise.
10547 * sysdeps/unix/sysv/linux/mips/mips32/accept4.c: Likewise.
10548 * sysdeps/unix/sysv/linux/mips/mips32/recvmmsg.c: Likewise.
10549 * sysdeps/unix/sysv/linux/mips/mips32/sendmmsg.c: Likewise.
10550 * sysdeps/unix/sysv/linux/mips/pread.c: Likewise.
10551 * sysdeps/unix/sysv/linux/mips/pread64.c: Likewise.
10552 * sysdeps/unix/sysv/linux/mips/pwrite.c: Likewise.
10553 * sysdeps/unix/sysv/linux/mips/pwrite64.c: Likewise.
10554 * sysdeps/unix/sysv/linux/mips/sigaction.c: Likewise.
10555 * sysdeps/unix/sysv/linux/mmap64.c: Likewise.
10556 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
10557 * sysdeps/unix/sysv/linux/powerpc/chown.c: Likewise.
10558 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c: Likewise.
10559 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
10560 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c: Likewise.
10561 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c: Likewise.
10562 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Likewise.
10563 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Likewise.
10564 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Likewise.
10565 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Likewise.
10566 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Likewise.
10567 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
10568 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
10569 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Likewise.
10570 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c: Likewise.
10571 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c: Likewise.
10572 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S: Likewise.
10573 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
10574 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
10575 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
10576 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
10577 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
10578 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S: Likewise.
10579 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S: Likewise.
10580 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Likewise.
10581 * sysdeps/unix/sysv/linux/pread.c: Likewise.
10582 * sysdeps/unix/sysv/linux/pread64.c: Likewise.
10583 * sysdeps/unix/sysv/linux/prof-freq.c: Likewise.
10584 * sysdeps/unix/sysv/linux/pwrite.c: Likewise.
10585 * sysdeps/unix/sysv/linux/pwrite64.c: Likewise.
10586 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S: Likewise.
10587 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S: Likewise.
10588 * sysdeps/unix/sysv/linux/s390/system.c: Likewise.
10589 * sysdeps/unix/sysv/linux/sh/pread.c: Likewise.
10590 * sysdeps/unix/sysv/linux/sh/pread64.c: Likewise.
10591 * sysdeps/unix/sysv/linux/sh/pwrite.c: Likewise.
10592 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Likewise.
10593 * sysdeps/unix/sysv/linux/sigaction.c: Likewise.
10594 * sysdeps/unix/sysv/linux/sigpending.c: Likewise.
10595 * sysdeps/unix/sysv/linux/sigprocmask.c: Likewise.
10596 * sysdeps/unix/sysv/linux/sigsuspend.c: Likewise.
10597 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
10598 * sysdeps/unix/sysv/linux/sparc/system.c: Likewise.
10599 * sysdeps/unix/sysv/linux/syslog.c: Likewise.
10600 * sysdeps/unix/sysv/linux/system.c: Likewise.
10601 * sysdeps/unix/sysv/linux/testrtsig.h: Likewise.
10602 * sysdeps/unix/sysv/linux/timespec_get.c: Likewise.
10603 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
10604 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
10605 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
10606 * sysdeps/unix/sysv/linux/x86_64/sigaction.c: Likewise.
10607 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
10608
92072d57
JM
10609 * configure.ac (libc_cv_c_asmcr0_bug): Remove configure test.
10610 * configure: Regenerated.
10611 * config.h.in (BROKEN_PPC_ASM_CR0): Remove macro.
10612
3e239be6
JM
10613 * configure.ac (base_machine): Do not set specially for particular
10614 machines here.
10615 * configure: Regenerated.
10616 * sysdeps/powerpc/preconfigure: Move machine and base_machine
10617 settings from configure.ac.
10618 * sysdeps/i386/preconfigure: New file.
10619 * sysdeps/s390/preconfigure: Likewise.
10620 * sysdeps/sh/preconfigure: Likewise.
10621 * sysdeps/sparc/preconfigure: Likewise.
10622
06d50baa
RM
106232014-06-25 Roland McGrath <roland@hack.frob.com>
10624
74836003
RM
10625 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: Moved ...
10626 * sysdeps/sparc/sparc64/cpu_relax.S: ... here.
10627 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: Moved ...
10628 * sysdeps/sparc/sparc64/pthread_spin_init.c: ... here.
10629 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: Moved ...
10630 * sysdeps/sparc/sparc64/pthread_spin_lock.S: ... here.
10631 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: Moved ...
10632 * sysdeps/sparc/sparc64/pthread_spin_trylock.S: ... here.
10633 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: Moved ...
10634 * sysdeps/sparc/sparc64/pthread_spin_unlock.S: ... here.
10635 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: Moved ...
10636 * sysdeps/sparc/sparc64/pthreaddef.h: ... here.
10637 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: Update #include.
10638 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Likewise.
10639 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Likewise.
10640 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Likewise.
10641 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Likewise.
10642 * sysdeps/sparc/sparc64/nptl/Makefile: File removed, its contents ...
10643 * sysdeps/sparc/sparc64/Makefile: ... appended here.
10644
10645 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: Moved ...
10646 * sysdeps/sparc/sparc32/lowlevellock.c: ... here.
10647 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: Moved ...
10648 * sysdeps/sparc/sparc32/pthread_barrier_wait.c: ... here.
10649 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: Moved ...
10650 * sysdeps/sparc/sparc32/pthread_spin_lock.S: ... here.
10651 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: Moved ...
10652 * sysdeps/sparc/sparc32/pthread_spin_trylock.S: ... here.
10653 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: Moved ...
10654 * sysdeps/sparc/sparc32/pthreaddef.h: ... here.
10655 * sysdeps/sparc/sparc32/nptl/sem_post.c: Moved ...
10656 * sysdeps/sparc/sparc32/sem_post.c: ... here.
10657 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: Moved ...
10658 * sysdeps/sparc/sparc32/sem_timedwait.c: ... here.
10659 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: Moved ...
10660 * sysdeps/sparc/sparc32/sem_trywait.c: ... here.
10661 * sysdeps/sparc/sparc32/nptl/sem_wait.c: Moved ...
10662 * sysdeps/sparc/sparc32/sem_wait.c: ... here.
10663 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: Moved ...
10664 * sysdeps/sparc/sparc32/sparcv9/cpu_relax.S: ... here.
10665 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: Moved ...
10666 * sysdeps/sparc/sparc32/sparcv9/pthread_barrier_wait.c: ... here.
10667 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: Moved ...
10668 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: ... here.
10669 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: Moved ...
10670 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: ... here.
10671 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: Moved ...
10672 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: ... here.
10673 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: Moved ...
10674 * sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: ... here.
10675 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: Moved ...
10676 * sysdeps/sparc/sparc32/sparcv9/sem_post.c: ... here.
10677 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: Moved ...
10678 * sysdeps/sparc/sparc32/sparcv9/sem_timedwait.c: ... here.
10679 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: Moved ...
10680 * sysdeps/sparc/sparc32/sparcv9/sem_trywait.c: ... here.
10681 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: Moved ...
10682 * sysdeps/sparc/sparc32/sparcv9/sem_wait.c: ... here.
10683
06d50baa
RM
10684 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data: Moved ...
10685 * sysdeps/unix/sysv/linux/sparc/sparc32/c++-types.data: ... here.
10686 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: Moved ...
10687 * sysdeps/unix/sysv/linux/sparc/sparc32/ld.abilist: ... here.
10688 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
10689 Moved ...
10690 * sysdeps/unix/sysv/linux/sparc/sparc32/libBrokenLocale.abilist:
10691 ... here.
10692 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: Moved ...
10693 * sysdeps/unix/sysv/linux/sparc/sparc32/libanl.abilist: ... here.
10694 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Moved ...
10695 * sysdeps/unix/sysv/linux/sparc/sparc32/libc.abilist: ... here.
10696 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist:
10697 Moved ...
10698 * sysdeps/unix/sysv/linux/sparc/sparc32/libcrypt.abilist: ... here.
10699 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: Moved ...
10700 * sysdeps/unix/sysv/linux/sparc/sparc32/libdl.abilist: ... here.
10701 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: Moved ...
10702 * sysdeps/unix/sysv/linux/sparc/sparc32/libm.abilist: ... here.
10703 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: Moved ...
10704 * sysdeps/unix/sysv/linux/sparc/sparc32/libnsl.abilist: ... here.
10705 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
10706 Moved ...
10707 * sysdeps/unix/sysv/linux/sparc/sparc32/libpthread.abilist: ... here.
10708 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
10709 Moved ...
10710 * sysdeps/unix/sysv/linux/sparc/sparc32/libresolv.abilist: ... here.
10711 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: Moved ...
10712 * sysdeps/unix/sysv/linux/sparc/sparc32/librt.abilist: ... here.
10713 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
10714 Moved ...
10715 * sysdeps/unix/sysv/linux/sparc/sparc32/libthread_db.abilist: ... here.
10716 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: Moved ...
10717 * sysdeps/unix/sysv/linux/sparc/sparc32/libutil.abilist: ... here.
10718 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data: Moved ...
10719 * sysdeps/unix/sysv/linux/sparc/sparc32/localplt.data: ... here.
10720 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data: Moved ...
10721 * sysdeps/unix/sysv/linux/sparc/sparc64/c++-types.data: ... here.
10722 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: Moved ...
10723 * sysdeps/unix/sysv/linux/sparc/sparc64/ld.abilist: ... here.
10724 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
10725 Moved ...
10726 * sysdeps/unix/sysv/linux/sparc/sparc64/libBrokenLocale.abilist:
10727 ... here.
10728 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: Moved ...
10729 * sysdeps/unix/sysv/linux/sparc/sparc64/libanl.abilist: ... here.
10730 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Moved ...
10731 * sysdeps/unix/sysv/linux/sparc/sparc64/libc.abilist: ... here.
10732 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist:
10733 Moved ...
10734 * sysdeps/unix/sysv/linux/sparc/sparc64/libcrypt.abilist: ... here.
10735 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: Moved ...
10736 * sysdeps/unix/sysv/linux/sparc/sparc64/libdl.abilist: ... here.
10737 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: Moved ...
10738 * sysdeps/unix/sysv/linux/sparc/sparc64/libm.abilist: ... here.
10739 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: Moved ...
10740 * sysdeps/unix/sysv/linux/sparc/sparc64/libnsl.abilist: ... here.
10741 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
10742 Moved ...
10743 * sysdeps/unix/sysv/linux/sparc/sparc64/libpthread.abilist: ... here.
10744 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
10745 Moved ...
10746 * sysdeps/unix/sysv/linux/sparc/sparc64/libresolv.abilist: ... here.
10747 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: Moved ...
10748 * sysdeps/unix/sysv/linux/sparc/sparc64/librt.abilist: ... here.
10749 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
10750 Moved ...
10751 * sysdeps/unix/sysv/linux/sparc/sparc64/libthread_db.abilist: ... here.
10752 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: Moved ...
10753 * sysdeps/unix/sysv/linux/sparc/sparc64/libutil.abilist: ... here.
10754 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data: Moved ...
10755 * sysdeps/unix/sysv/linux/sparc/sparc64/localplt.data: ... here.
10756
a4ccbc9b
JM
107572014-06-25 Joseph Myers <joseph@codesourcery.com>
10758
0828edbf
JM
10759 * timezone/checktab.awk: Update from tzcode 2014e.
10760 * timezone/private.h: Likewise.
10761 * timezone/tzfile.h: Likewise.
10762 * timezone/zdump.c: Likewise.
10763 * timezone/zic.c: Likewise.
10764
a4ccbc9b
JM
10765 * sysdeps/unix/sysv/linux/kernel-features.h
10766 (__ASSUME_XFS_RESTRICTED_CHOWN): Remove macro.
10767 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_chown_restricted)
10768 [__ASSUME_XFS_RESTRICTED_CHOWN]: Make code unconditional.
10769 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
10770 Remove conditional code.
10771
9aea0cb8
WN
107722014-06-25 Will Newton <will.newton@linaro.org>
10773
10774 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c
10775 (_dl_arm_cap_flags): Add HWCAP2 values.
10776 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h
10777 (_DL_HWCAP_COUNT): Increase to 37.
10778 (_DL_HWCAP_LAST): New define.
10779 (_DL_HWCAP2_LAST): New define.
10780 (_dl_procinfo): Add support for printing
10781 AT_HWCAP2 entries.
10782 (_dl_string_hwcap): Use _dl_hwcap_string.
10783
6eaa65ce
AZ
107842014-06-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
10785
10786 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
10787
0f5b7185
JM
107882014-06-25 Joseph Myers <joseph@codesourcery.com>
10789
cfd2ea50
JM
10790 * README: Do not mention ports directory.
10791
cecf2ed4
JM
10792 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMENSAT):
10793 Remove macro.
10794 * sysdeps/unix/sysv/linux/futimes.c: Do not include
10795 <kernel-features.h>.
10796 [__NR_utimensat && !__ASSUME_UTIMENSAT] (miss_utimensat): Remove
10797 conditional variable definition.
10798 (__futimes): Update comment.
10799 (__futimes) [__ASSUME_UTIMENSAT]: Make code unconditional.
10800 (__futimes) [!__ASSUME_UTIMENSAT]: Remove conditional code.
10801
a638de82
JM
10802 [BZ #16560]
10803 * sysdeps/ieee754/dbl-64/e_exp10.c (__ieee754_exp10): Return 1 for
10804 arguments close to 0.
10805 * sysdeps/ieee754/ldbl-128/e_exp10l.c (__ieee754_exp10l):
10806 Likewise.
10807 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c (__ieee754_exp10l):
10808 Likewise.
10809 * math/auto-libm-test-in: Add more tests of exp10.
10810 * math/auto-libm-test-out: Regenerated.
10811 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
10812
0f5b7185
JM
10813 * sysdeps/unix/sysv/linux/kernel-features.h
10814 (__ASSUME_COMPLETE_READV_WRITEV): Remove macro.
10815 * sysdeps/unix/sysv/linux/readv.c: Do not include
10816 <kernel-features.h>.
10817 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10818 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10819 (__libc_readv) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10820 unconditional.
10821 (__libc_readv) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10822 conditional code.
10823 * sysdeps/unix/sysv/linux/writev.c: Do not include
10824 <kernel-features.h>.
10825 [!__ASSUME_COMPLETE_READV_WRITEV]: Remove conditional code.
10826 [!UIO_FASTIOV] (UIO_FASTIOV): Remove macro.
10827 (__libc_writev) [__ASSUME_COMPLETE_READV_WRITEV]: Make code
10828 unconditional.
10829 (__libc_writev) [!__ASSUME_COMPLETE_READV_WRITEV]: Remove
10830 conditional code.
10831
c7aec4be
WN
108322014-06-25 Will Newton <will.newton@linaro.org>
10833
10834 * sysdeps/posix/tempname.c: Merge from gnulib, cosmetic
10835 comment changes throughout the file. Remove checks
10836 for HAVE_*_H definitions that are not required.
10837 (__gen_tempname): Call abort if an unknown kind value is
10838 passed.
10839
c5241f95
AS
108402014-06-25 Andreas Schwab <schwab@suse.de>
10841
10842 [BZ #17086]
10843 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Add compat symbols for
10844 scalbln, scalblnf, scalblnl in libc.
10845
911422da
SP
108462014-06-25 Siddhesh Poyarekar <siddhesh@redhat.com>
10847
10848 [BZ #17086]
10849 * sysdeps/i386/fpu/s_scalbn.S: Add compat symbol for libc.so.
10850 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
10851 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
10852
0d749bbe
RM
108532014-06-24 Roland McGrath <roland@hack.frob.com>
10854
10855 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: Moved ...
10856 * sysdeps/i386/i486/pthread_spin_trylock.S: ... here.
10857 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: Moved ...
10858 * sysdeps/i386/i586/pthread_spin_trylock.S: ... here.
10859 Update #include.
10860 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: Moved ...
10861 * sysdeps/i386/i686/pthread_spin_trylock.S: ... here.
10862 Update #include.
10863 * sysdeps/x86_64/64/nptl/shlib-versions: Moved ...
10864 * sysdeps/unix/sysv/linux/x86_64/64/shlib-versions: ... here.
10865 * sysdeps/x86_64/x32/nptl/shlib-versions: Moved ...
10866 * sysdeps/unix/sysv/linux/x86_64/x32/shlib-versions: ... here.
10867 * sysdeps/x86/nptl/bits/pthreadtypes.h: Moved ...
10868 * sysdeps/x86/bits/pthreadtypes.h: ... here.
10869 * sysdeps/x86/nptl/bits/semaphore.h: Moved ...
10870 * sysdeps/x86/bits/semaphore.h: ... here.
10871 * sysdeps/x86/nptl/elide.h: Moved ...
10872 * sysdeps/x86/elide.h: ... here.
10873 * sysdeps/x86_64/nptl/Implies: File removed.
10874 * sysdeps/i386/nptl/Implies: File removed.
10875
0ea5d373
JM
108762014-06-24 Joseph Myers <joseph@codesourcery.com>
10877
4060283d
JM
10878 [BZ #16539]
10879 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Just
10880 return the argument for normal arguments with exponent below -64.
10881 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
10882 Likewise.
10883 * math/auto-libm-test-in: Add another test of expm1.
10884 * math/auto-libm-test-out: Regenerated.
10885
e7dd3c8c
JM
10886 [BZ #16287]
10887 * sysdeps/ieee754/ldbl-128/s_erfl.c (__erfl): Return 1 without
10888 calling __erfcl for arguments at least 16.
10889 * math/auto-libm-test-in: Add more tests of erf.
10890 * math/auto-libm-test-out: Regenerated.
10891
0ea5d373
JM
10892 * sysdeps/unix/sysv/linux/configure.ac: Remove cases for
10893 individual architectures.
10894 * sysdeps/unix/sysv/linux/configure: Regenerated.
10895 * sysdeps/unix/sysv/linux/i386/configure.ac: New file.
10896 * sysdeps/unix/sysv/linux/i386/configure: New generated file.
10897 * sysdeps/unix/sysv/linux/powerpc/configure.ac
10898 (ldd_rewrite_script): Define variable.
10899 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
10900 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure.ac: New
10901 file.
10902 * sysdeps/unix/sysv/linux/powerpc/powerpc32/configure: New
10903 generated file.
10904 * sysdeps/unix/sysv/linux/s390/configure.ac: New file.
10905 * sysdeps/unix/sysv/linux/s390/configure: New generated file.
10906 * sysdeps/unix/sysv/linux/sh/configure.ac: New file.
10907 * sysdeps/unix/sysv/linux/sh/configure: New generated file.
10908 * sysdeps/unix/sysv/linux/sparc/configure.ac: New file.
10909 * sysdeps/unix/sysv/linux/sparc/configure: New generated file.
10910 * sysdeps/unix/sysv/linux/x86_64/configure.ac: New file.
10911 * sysdeps/unix/sysv/linux/x86_64/configure: New generated file.
10912
2307e126
SP
109132014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
10914
10915 [BZ #17084]
10916 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_mutex_t):
10917 Rename member __data.d to __data.__elision_data.
10918
c0a4ed77
W
109192014-06-24 Wilco <wdijkstr@arm.com>
10920
10921 * NEWS: Add 16918 to fixed bug list.
10922
b8c00573
W
109232014-06-24 Wilco <wdijkstr@arm.com>
10924
10925 * sysdeps/arm/fesetenv.c (fesetenv): Optimize implementation.
10926
b5570d92
W
109272014-06-24 Wilco <wdijkstr@arm.com>
10928
10929 * sysdeps/arm/fpu_control.h (_FPU_MASK_RM): Define.
10930 * sysdeps/arm/fenv_private.h (libc_fesetround_vfp)
10931 (libc_feholdexcept_setround_vfp) (libc_feholdsetround_vfp)
10932 (libc_feresetround_vfp) (libc_feholdsetround_vfp_ctx)
10933 (libc_feresetround_vfp_ctx): Use _FPU_MASK_RM.
10934 * sysdeps/arm/fesetround.c (fesetround): Use _FPU_MASK_RM.
10935 * sysdeps/arm/get-rounding-mode.h (get_rounding_mode):
10936 Use _FPU_MASK_RM.
10937
947bdca2
W
109382014-06-24 Wilco <wdijkstr@arm.com>
10939
10940 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Remove unused include.
10941
00f669ed
W
109422014-06-24 Wilco <wdijkstr@arm.com>
10943
10944 * sysdeps/arm/feholdexcpt.c (feholdexcept): Remove space.
10945 * sysdeps/arm/fesetenv.c (fesetenv): Remove space.
10946 * sysdeps/arm/fesetround.c (fesetround): Remove space.
10947 * sysdeps/arm/fraiseexcpt.c (feraiseexcept): Remove space.
10948
db59bad3
W
109492014-06-24 Wilco <wdijkstr@arm.com>
10950
10951 [BZ #16918]
10952 * sysdeps/arm/feupdateenv.c (feupdateenv):
10953 Rewrite to reduce FPSCR accesses and fix return value.
10954
001f7b77
W
109552014-06-24 Wilco <wdijkstr@arm.com>
10956
10957 * sysdeps/arm/fclrexcpt.c (feclearexcept):
10958 Optimize to avoid unnecessary FPSCR writes.
10959 * sysdeps/arm/fedisblxcpt.c (fedisableexcept): Likewise.
10960 * sysdeps/arm/feenablxcpt.c (feenableexcept): Likewise.
10961 * sysdeps/arm/fsetexcptflg.c (fesetexceptflag): Likewise.
10962 * sysdeps/arm/setfpucw.c (__setfpucw): Likewise.
10963
4841e6a6
W
109642014-06-24 Wilco <wdijkstr@arm.com>
10965
10966 * sysdeps/arm/fegetround.c (fegetround): Call get_rounding_mode.
10967 * sysdeps/arm/feholdexcpt.c (feholdexcept): Call libc_feholdexcept_vfp.
10968 * sysdeps/arm/fesetround.c (fesetround): Call libc_fesetround_vfp.
10969 * sysdeps/arm/fgetexcptflg.c (fegetexceptflag):
10970 Call libc_fetestexcept_vfp.
10971 * sysdeps/arm/ftestexcept.c (fetestexcept): Call libc_fetestexcept_vfp.
10972 * sysdeps/arm/fenv_private.h: Move libc_*_vfp functions outside of
10973 __SOFTFP__ ifdef so that they can be built for softfp.
10974
0813022c
SP
109752014-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
10976
08e5862f
SP
10977 * sysdeps/x86/nptl/elide.h (elision_adapt): Make first
10978 argument type signed char.
10979
0813022c
SP
10980 * Makerules (check-abi): Dump diff of symlist if the test
10981 fails.
10982
3fc7236a
RM
109832014-06-23 Roland McGrath <roland@hack.frob.com>
10984
aba8ef95
RM
10985 * sysdeps/generic/get-rounding-mode.h: Include <stdlib.h> before
10986 using abort.
10987
3fc7236a
RM
10988 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
10989 Remove unused variable ST.
10990
4da6db51
JM
109912014-06-23 Joseph Myers <joseph@codesourcery.com>
10992
4648909d
JM
10993 [BZ #16354]
10994 [BZ #17061]
10995 * sysdeps/ieee754/dbl-64/e_cosh.c (__ieee754_cosh): Check for
10996 small arguments before calling __expm1.
10997 * sysdeps/ieee754/flt-32/e_coshf.c (__ieee754_coshf): Check for
10998 small arguments before calling __expm1f.
10999 * sysdeps/ieee754/ldbl-128/e_coshl.c (__ieee754_coshl): Check for
11000 small arguments before calling __expm1l.
11001 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
11002 Likewise.
11003 * sysdeps/ieee754/ldbl-96/e_coshl.c (__ieee754_coshl): Likewise.
11004 * math/auto-libm-test-in: Add more cosh tests. Do not allow
11005 spurious underflow for some cosh tests.
11006 * math/auto-libm-test-out: Regenerated.
11007 * sysdeps/i386/fpu/libm-test-ulps: Update.
11008
46a3d3c7
JM
11009 [BZ #17050]
11010 * sysdeps/ieee754/dbl-64/e_j1.c: Include <errno.h>.
11011 (__ieee754_y1): Set errno if return value overflows.
11012 * sysdeps/ieee754/flt-32/e_j1f.c: Include <errno.h>.
11013 (__ieee754_y1f): Set errno if return value overflows.
11014 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <errno.h>.
11015 (__ieee754_y1l): Set errno if return value overflows.
11016 * sysdeps/ieee754/ldbl-96/e_j1l.c: Include <errno.h>.
11017 (__ieee754_y1l): Set errno if return value overflows.
11018 * math/auto-libm-test-in: Add more tests of y0, y1 and yn.
11019 * math/auto-libm-test-out: Regenerated.
11020
863893ec
JM
11021 * math/gen-auto-libm-tests.c: Document use of
11022 ignore-zero-inf-sign.
11023 (input_flag_type): Add value flag_ignore_zero_inf_sign.
11024 (input_flags): Add ignore-zero-inf-sign.
11025 (output_for_one_input_case): Handle flag_ignore_zero_inf_sign.
11026 * math/gen-libm-test.pl (generate_testfile): Handle
11027 ignore-zero-inf-sign.
11028 * math/auto-libm-test-in: Mark some cpow tests with
11029 ignore-zero-inf-sign and some with xfail-rounding.
11030 * math/auto-libm-test-out: Regenerated.
11031 * math/libm-test.inc (cpow_test): Use ALL_RM_TEST.
11032 * sysdeps/i386/fpu/libm-test-ulps: Update.
11033 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11034
4da6db51
JM
11035 [BZ #16315]
11036 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Ensure possibly
11037 overflowing or underflowing operations take place with sign of
11038 result.
11039 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
11040 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
11041 * sysdeps/ieee754/dbl-64/e_pow.c: Include <math.h>.
11042 (__ieee754_pow): Recompute overflowing and underflowing results in
11043 original rounding mode.
11044 * sysdeps/x86/fpu/powl_helper.c: Include <stdbool.h>.
11045 (__powl_helper): Allow negative argument X and scale negated value
11046 as needed. Avoid passing value outside [-1, 1] to f2xm1.
11047 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Ensure possibly
11048 overflowing or underflowing operations take place with sign of
11049 result.
11050 * sysdeps/x86_64/fpu/multiarch/e_pow.c [HAVE_FMA4_SUPPORT]:
11051 Include <math.h>.
11052 * math/auto-libm-test-in: Add more tests of pow.
11053 * math/auto-libm-test-out: Regenerated.
11054 * math/libm-test.inc (pow_test): Use ALL_RM_TEST.
11055 (pow_tonearest_test_data): Remove.
11056 (pow_test_tonearest): Likewise.
11057 (pow_towardzero_test_data): Likewise.
11058 (pow_test_towardzero): Likewise.
11059 (pow_downward_test_data): Likewise.
11060 (pow_test_downward): Likewise.
11061 (pow_upward_test_data): Likewise.
11062 (pow_test_upward): Likewise.
11063 (main): Don't call removed functions.
11064 * sysdeps/i386/fpu/libm-test-ulps: Update.
11065 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
11066
5686b236
RM
110672014-06-23 Roland McGrath <roland@hack.frob.com>
11068
11069 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/c++-types.data:
11070 Moved ...
11071 * sysdeps/unix/sysv/linux/powerpc/powerpc32/c++-types.data: ... here.
11072 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
11073 Moved ...
11074 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libc.abilist: ... here.
11075 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
11076 Moved ...
11077 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/libm.abilist: ... here.
11078 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
11079 Moved ...
11080 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/localplt.data: ... here.
11081 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
11082 File removed.
11083 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
11084 File removed.
11085 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libBrokenLocale.abilist:
11086 File removed.
11087 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libanl.abilist:
11088 File removed.
11089 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libcrypt.abilist:
11090 File removed.
11091 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libdl.abilist:
11092 File removed.
11093 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libnsl.abilist:
11094 File removed.
11095 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
11096 File removed.
11097 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libresolv.abilist:
11098 File removed.
11099 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
11100 File removed.
11101 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libthread_db.abilist:
11102 File removed.
11103 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libutil.abilist:
11104 File removed.
11105 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/ld.abilist:
11106 Moved ...
11107 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ld.abilist: ... here.
11108 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libBrokenLocale.abilist:
11109 Moved ...
11110 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libBrokenLocale.abilist:
11111 ... here.
11112 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libanl.abilist:
11113 Moved ...
11114 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libanl.abilist: ... here.
11115 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libcrypt.abilist:
11116 Moved ...
11117 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libcrypt.abilist: ... here.
11118 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libdl.abilist:
11119 Moved ...
11120 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libdl.abilist: ... here.
11121 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libnsl.abilist:
11122 Moved ...
11123 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libnsl.abilist: ... here.
11124 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libpthread.abilist:
11125 Moved ...
11126 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libpthread.abilist: ... here.
11127 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libresolv.abilist:
11128 Moved ...
11129 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libresolv.abilist: ... here.
11130 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/librt.abilist:
11131 Moved ...
11132 * sysdeps/unix/sysv/linux/powerpc/powerpc32/librt.abilist: ... here.
11133 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libthread_db.abilist: Moved ...
11134 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libthread_db.abilist:
11135 ... here.
11136 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libutil.abilist:
11137 Moved ...
11138 * sysdeps/unix/sysv/linux/powerpc/powerpc32/libutil.abilist: ... here.
11139 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
11140 Moved ...
11141 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libc.abilist:
11142 ... here.
11143 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libm.abilist:
11144 Moved ...
11145 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/libm.abilist:
11146 ... here.
11147 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
11148 Moved ...
11149 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/localplt.data:
11150 ... here.
11151 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
11152 Moved ...
11153 * sysdeps/unix/sysv/linux/powerpc/powerpc64/c++-types.data: ... here.
11154 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
11155 Moved ...
11156 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld-le.abilist: ... here.
11157 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: Moved ...
11158 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ld.abilist: ... here.
11159 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
11160 Moved ...
11161 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale-le.abilist:
11162 ... here.
11163 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
11164 Moved ...
11165 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libBrokenLocale.abilist:
11166 ... here.
11167 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
11168 Moved ...
11169 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl-le.abilist: ... here.
11170 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
11171 Moved ...
11172 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libanl.abilist: ... here.
11173 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
11174 Moved ...
11175 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc-le.abilist: ... here.
11176 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
11177 Moved ...
11178 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libc.abilist: ... here.
11179 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
11180 Moved ...
11181 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt-le.abilist:
11182 ... here.
11183 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
11184 Moved ...
11185 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libcrypt.abilist: ... here.
11186 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
11187 Moved ...
11188 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl-le.abilist: ... here.
11189 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
11190 Moved ...
11191 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libdl.abilist: ... here.
11192 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
11193 Moved ...
11194 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm-le.abilist: ... here.
11195 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: Moved ...
11196 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libm.abilist: ... here.
11197 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
11198 Moved ...
11199 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl-le.abilist: ... here.
11200 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
11201 Moved ...
11202 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libnsl.abilist: ... here.
11203 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
11204 Moved ...
11205 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread-le.abilist:
11206 ... here.
11207 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
11208 Moved ...
11209 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libpthread.abilist:
11210 ... here.
11211 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
11212 Moved ...
11213 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv-le.abilist:
11214 ... here.
11215 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
11216 Moved ...
11217 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libresolv.abilist: ... here.
11218 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
11219 Moved ...
11220 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt-le.abilist: ... here.
11221 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
11222 Moved ...
11223 * sysdeps/unix/sysv/linux/powerpc/powerpc64/librt.abilist: ... here.
11224 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
11225 Moved ...
11226 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db-le.abilist:
11227 ... here.
11228 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
11229 Moved ...
11230 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libthread_db.abilist:
11231 ... here.
11232 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
11233 Moved ...
11234 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil-le.abilist:
11235 ... here.
11236 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
11237 Moved ...
11238 * sysdeps/unix/sysv/linux/powerpc/powerpc64/libutil.abilist: ... here.
11239 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
11240 Moved ...
11241 * sysdeps/unix/sysv/linux/powerpc/powerpc64/localplt.data: ... here.
11242
e6d90d67
WD
112432014-06-23 Will Newton <will.newton@linaro.org>
11244 Wilco <wdijkstr@arm.com>
11245
11246 * sysdeps/generic/math_private.h: Add generic HAVE_RM_CTX
11247 implementation. Include get-rounding-mode.h.
11248 [!HAVE_RM_CTX]: Define HAVE_RM_CTX to zero.
11249 [!libc_feholdsetround_noex_ctx]: Define
11250 libc_feholdsetround_noex_ctx.
11251 [!libc_feholdsetround_noexf_ctx]: Define
11252 libc_feholdsetround_noexf_ctx.
11253 [!libc_feholdsetround_noexl_ctx]: Define
11254 libc_feholdsetround_noexl_ctx.
11255 (libc_feholdsetround_ctx): New function.
11256 (libc_feresetround_ctx): New function.
11257 (libc_feholdsetround_noex_ctx): New function.
11258 (libc_feresetround_noex_ctx): New function.
11259
d42df555
RM
112602014-06-23 Roland McGrath <roland@hack.frob.com>
11261
88a46474
RM
11262 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h: Moved ...
11263 * sysdeps/mips/nptl/bits/pthreadtypes.h: ... here.
11264 * sysdeps/unix/sysv/linux/mips/nptl/bits/semaphore.h: Moved ...
11265 * sysdeps/mips/nptl/bits/semaphore.h: ... here.
11266 * sysdeps/unix/sysv/linux/mips/nptl/bits/local_lim.h: Moved ...
11267 * sysdeps/unix/sysv/linux/mips/bits/local_lim.h: ... here.
11268
15bed472
RM
11269 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h: Moved ...
11270 * sysdeps/m68k/nptl/bits/pthreadtypes.h: ... here.
11271 * sysdeps/unix/sysv/linux/m68k/nptl/bits/semaphore.h: Moved ...
11272 * sysdeps/m68k/nptl/bits/semaphore.h: ... here.
11273 * sysdeps/unix/sysv/linux/m68k/nptl/c++-types.data: Moved ...
11274 * sysdeps/unix/sysv/linux/m68k/c++-types.data: ... here.
11275 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/bits/atomic.h: Moved ...
11276 * sysdeps/unix/sysv/linux/m68k/coldfire/bits/atomic.h: ... here.
11277 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/ld.abilist: Moved ...
11278 * sysdeps/unix/sysv/linux/m68k/coldfire/ld.abilist: ... here.
11279 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libBrokenLocale.abilist:
11280 Moved ...
11281 * sysdeps/unix/sysv/linux/m68k/coldfire/libBrokenLocale.abilist:
11282 ... here.
11283 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libanl.abilist: Moved ...
11284 * sysdeps/unix/sysv/linux/m68k/coldfire/libanl.abilist: ... here.
11285 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libc.abilist: Moved ...
11286 * sysdeps/unix/sysv/linux/m68k/coldfire/libc.abilist: ... here.
11287 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libcrypt.abilist:
11288 Moved ...
11289 * sysdeps/unix/sysv/linux/m68k/coldfire/libcrypt.abilist: ... here.
11290 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libdl.abilist: Moved ...
11291 * sysdeps/unix/sysv/linux/m68k/coldfire/libdl.abilist: ... here.
11292 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libm.abilist: Moved ...
11293 * sysdeps/unix/sysv/linux/m68k/coldfire/libm.abilist: ... here.
11294 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libnsl.abilist: Moved ...
11295 * sysdeps/unix/sysv/linux/m68k/coldfire/libnsl.abilist: ... here.
11296 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libpthread.abilist:
11297 Moved ...
11298 * sysdeps/unix/sysv/linux/m68k/coldfire/libpthread.abilist: ... here.
11299 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libresolv.abilist:
11300 Moved ...
11301 * sysdeps/unix/sysv/linux/m68k/coldfire/libresolv.abilist: ... here.
11302 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/librt.abilist: Moved ...
11303 * sysdeps/unix/sysv/linux/m68k/coldfire/librt.abilist: ... here.
11304 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libthread_db.abilist:
11305 Moved ...
11306 * sysdeps/unix/sysv/linux/m68k/coldfire/libthread_db.abilist: ... here.
11307 * sysdeps/unix/sysv/linux/m68k/coldfire/nptl/libutil.abilist: Moved ...
11308 * sysdeps/unix/sysv/linux/m68k/coldfire/libutil.abilist: ... here.
11309 * sysdeps/unix/sysv/linux/m68k/nptl/localplt.data: Moved ...
11310 * sysdeps/unix/sysv/linux/m68k/localplt.data: ... here.
11311 * sysdeps/unix/sysv/linux/m68k/nptl/lowlevellock.h: Moved ...
11312 * sysdeps/unix/sysv/linux/m68k/lowlevellock.h: ... here.
11313 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/ld.abilist: Moved ...
11314 * sysdeps/unix/sysv/linux/m68k/m680x0/ld.abilist: ... here.
11315 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libBrokenLocale.abilist:
11316 Moved ...
11317 * sysdeps/unix/sysv/linux/m68k/m680x0/libBrokenLocale.abilist:
11318 ... here.
11319 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libanl.abilist: Moved ...
11320 * sysdeps/unix/sysv/linux/m68k/m680x0/libanl.abilist: ... here.
11321 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libc.abilist: Moved ...
11322 * sysdeps/unix/sysv/linux/m68k/m680x0/libc.abilist: ... here.
11323 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libcrypt.abilist: Moved ...
11324 * sysdeps/unix/sysv/linux/m68k/m680x0/libcrypt.abilist: ... here.
11325 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libdl.abilist: Moved ...
11326 * sysdeps/unix/sysv/linux/m68k/m680x0/libdl.abilist: ... here.
11327 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libm.abilist: Moved ...
11328 * sysdeps/unix/sysv/linux/m68k/m680x0/libm.abilist: ... here.
11329 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libnsl.abilist: Moved ...
11330 * sysdeps/unix/sysv/linux/m68k/m680x0/libnsl.abilist: ... here.
11331 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libpthread.abilist:
11332 Moved ...
11333 * sysdeps/unix/sysv/linux/m68k/m680x0/libpthread.abilist: ... here.
11334 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libresolv.abilist: Moved ...
11335 * sysdeps/unix/sysv/linux/m68k/m680x0/libresolv.abilist: ... here.
11336 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/librt.abilist: Moved ...
11337 * sysdeps/unix/sysv/linux/m68k/m680x0/librt.abilist: ... here.
11338 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libthread_db.abilist:
11339 Moved ...
11340 * sysdeps/unix/sysv/linux/m68k/m680x0/libthread_db.abilist: ... here.
11341 * sysdeps/unix/sysv/linux/m68k/m680x0/nptl/libutil.abilist: Moved ...
11342 * sysdeps/unix/sysv/linux/m68k/m680x0/libutil.abilist: ... here.
11343 * sysdeps/unix/sysv/linux/m68k/nptl/sysdep-cancel.h: Moved ...
11344 * sysdeps/unix/sysv/linux/m68k/sysdep-cancel.h: ... here.
11345
d42df555
RM
11346 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: Moved ...
11347 * sysdeps/unix/sysv/linux/sh/c++-types.data: ... here.
11348 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: Moved ...
11349 * sysdeps/unix/sysv/linux/sh/ld.abilist: ... here.
11350 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: Moved ...
11351 * sysdeps/unix/sysv/linux/sh/libBrokenLocale.abilist: ... here.
11352 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: Moved ...
11353 * sysdeps/unix/sysv/linux/sh/libanl.abilist: ... here.
11354 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Moved ...
11355 * sysdeps/unix/sysv/linux/sh/libc.abilist: ... here.
11356 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: Moved ...
11357 * sysdeps/unix/sysv/linux/sh/libcrypt.abilist: ... here.
11358 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: Moved ...
11359 * sysdeps/unix/sysv/linux/sh/libdl.abilist: ... here.
11360 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Moved ...
11361 * sysdeps/unix/sysv/linux/sh/libm.abilist: ... here.
11362 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: Moved ...
11363 * sysdeps/unix/sysv/linux/sh/libnsl.abilist: ... here.
11364 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: Moved ...
11365 * sysdeps/unix/sysv/linux/sh/libpthread.abilist: ... here.
11366 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: Moved ...
11367 * sysdeps/unix/sysv/linux/sh/libresolv.abilist: ... here.
11368 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Moved ...
11369 * sysdeps/unix/sysv/linux/sh/librt.abilist: ... here.
11370 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: Moved ...
11371 * sysdeps/unix/sysv/linux/sh/libthread_db.abilist: ... here.
11372 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: Moved ...
11373 * sysdeps/unix/sysv/linux/sh/libutil.abilist: ... here.
11374
76e5216e
JM
113752014-06-23 Joseph Myers <joseph@codesourcery.com>
11376
11377 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_GNU]
11378 (FALLOC_FL_COLLAPSE_RANGE): New macro.
11379 [__USE_GNU] (FALLOC_FL_ZERO_RANGE): Likewise.
11380 * sysdeps/unix/sysv/linux/bits/in.h (IP_PMTUDISC_OMIT): Likewise.
11381 (IPV6_PMTUDISC_INTERFACE): Likewise.
11382 (IPV6_PMTUDISC_OMIT): Likewise.
11383
7a81cbcc
AS
113842014-06-23 Andreas Schwab <schwab@suse.de>
11385
11386 * nptl/sysdeps/unix/sysv/linux/mq_notify.c (init_mq_netlink):
11387 Remove unused errout label.
11388
db224009
AZ
113892014-06-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11390
11391 * sysdeps/powerpc/bits/hwcap.h [PPC_FEATURE2_HAS_VEC_CRYPTO]: New
11392 macro: hardware supports Vector Crypto instructions.
11393
f393b4aa
WN
113942014-06-23 Will Newton <will.newton@linaro.org>
11395
cc7d0447
WN
11396 * elf/dl-lookup.c: Use __glibc_unlikely and __glibc_likely
11397 rather than __builtin_expect.
11398
d6d06225
WN
11399 * elf/dl-lookup.c (undefined_msg): Remove variable.
11400 (_dl_lookup_symbol_x): Replace undefined_msg with string
11401 literal.
11402
f393b4aa
WN
11403 * elf/dl-lookup.c (do_lookup_unique): New function.
11404 (do_lookup_x): Move STB_GNU_UNIQUE handling code
11405 to a separate function.
11406
ac60763e
AS
114072014-06-23 Andreas Schwab <schwab@suse.de>
11408
11409 [BZ #17079]
11410 * nss/nss_files/files-XXX.c (get_contents): Store overflow marker
11411 before reading the next line.
11412
c5c13355
WN
114132014-06-23 Will Newton <will.newton@linaro.org>
11414
11415 * test-skeleton.c (signal_handler): Use printf and %m
11416 rather than perror. Use printf rather than fprintf to
11417 stderr. Use puts rather than fputs to stderr.
11418 (main): Likewise.
11419
bd3675f9
LC
114202014-06-22 Ludovic Courtès <ludo@gnu.org>
11421
11422 * nscd/nscd.c (thread_info_t): Remove typedef.
11423 (thread_info): Remove variable.
11424
d03efb2f
AM
114252014-06-21 Allan McRae <allan@archlinux.org>
11426
11427 * NEWS: Mention CVE-2014-4043.
11428
bc4a86fa
RM
114292014-06-20 Roland McGrath <roland@hack.frob.com>
11430
dc9a54f8
RM
11431 * nptl/sysdeps/unix/sysv/linux/smp.h: Moved ...
11432 * nptl/smp.h: ... here.
11433
bd7022c4
RM
11434 * nptl/sysdeps/unix/sysv/linux/rtld-lowlevel.h: File removed.
11435
26ffd5e6
RM
11436 * include/libc-symbols.h (HAVE_CONFIG_H, STDC_HEADERS): New macros.
11437 * catgets/Makefile (catgets-CPPFLAGS): Remove -DHAVE_CONFIG_H.
11438 * locale/Makefile (CPPFLAGS-locale-programs): Likewise.
11439 * stdlib/strtol_l.c [_LIBC] (STDC_HEADERS): Don't define it.
11440
93a6d082
RM
11441 * nptl/allocatestack.c: Include <stack-aliasing.h>.
11442 * nptl/stack-aliasing.h: New file.
11443 * sysdeps/i386/i686/stack-aliasing.h: New file.
11444 * sysdeps/i386/i686/nptl/Makefile: File removed.
11445 * sysdeps/x86_64/stack-aliasing.h: New file.
11446 * sysdeps/x86_64/nptl/Makefile
11447 (CFLAGS-pthread_create.c): Variable removed.
11448
bc4a86fa
RM
11449 * nptl/sysdeps/unix/sysv/linux/bits/local_lim.h: Moved ...
11450 * sysdeps/unix/sysv/linux/bits/local_lim.h: ... here, replacing the
11451 old file.
11452 * nptl/sysdeps/unix/sysv/linux/bits/posix_opt.h: Moved ...
11453 * sysdeps/unix/sysv/linux/bits/posix_opt.h: ... here, replacing the
11454 old file.
11455
2272ffc1
JM
114562014-06-21 Joseph Myers <joseph@codesourcery.com>
11457
11458 * sysdeps/unix/sysv/linux/arm/kernel-features.h
11459 (__ASSUME_SIGFRAME_V2): Remove macro.
11460 * sysdeps/unix/sysv/linux/arm/sigrestorer.S: Update comment.
11461 [!__ASSUME_SIGFRAME_V2]: Remove conditional code.
11462 (__default_sa_restorer_v2): Rename to __default_sa_restorer.
11463 (__default_rt_sa_restorer_v2): Rename to __default_rt_sa_restorer.
11464 * sysdeps/unix/sysv/linux/arm/sigaction.c (__default_sa_restorer):
11465 Declare as function. Remove conditional macro definitions.
11466 (__default_rt_sa_restorer): Likewise.
11467 (__default_sa_restorer_v1): Remove declaration.
11468 (__default_sa_restorer_v2): Likewise.
11469 (__default_rt_sa_restorer_v1): Likewise.
11470 (__default_rt_sa_restorer_v2): Likewise.
11471 * sysdeps/unix/sysv/linux/arm/Versions (GLIBC_PRIVATE): Remove
11472 __default_sa_restorer_v1, __default_rt_sa_restorer_v1,
11473 __default_sa_restorer_v2 and __default_rt_sa_restorer_v2.
11474
4b88139b
RM
114752014-06-20 Roland McGrath <roland@hack.frob.com>
11476
11477 * sysdeps/unix/sysv/linux/sparc/Makefile [$(subdir) = nptl]
11478 (libpthread-routines): Add sysdep.
11479 * nptl/sysdeps/unix/sysv/linux/sparc/Makefile: File removed.
11480 * sysdeps/unix/sysv/linux/sparc/Versions
11481 (libpthread: GLIBC_2.3.3): New version set.
11482 * nptl/sysdeps/unix/sysv/linux/sparc/Versions: File removed.
11483 * nptl/sysdeps/unix/sysv/linux/sparc/aio_cancel.c: Moved ...
11484 * sysdeps/unix/sysv/linux/sparc/aio_cancel.c: ... here.
11485 * nptl/sysdeps/unix/sysv/linux/sparc/internaltypes.h: Moved ...
11486 * sysdeps/sparc/nptl/internaltypes.h: ... here. Use #include_next.
11487 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_destroy.c:
11488 Moved ...
11489 * sysdeps/sparc/nptl/pthread_barrier_destroy.c: ... here.
11490 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_init.c: Moved ...
11491 * sysdeps/sparc/nptl/pthread_barrier_init.c: ... here.
11492 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_barrier_wait.c: Moved ...
11493 * sysdeps/sparc/nptl/pthread_barrier_wait.c: ... here.
11494 * nptl/sysdeps/unix/sysv/linux/sparc/sem_init.c: Moved ...
11495 * sysdeps/sparc/nptl/sem_init.c: ... here.
11496 * nptl/sysdeps/unix/sysv/linux/sparc/sem_post.c: Moved ...
11497 * sysdeps/sparc/nptl/sem_post.c: ... here.
11498 * nptl/sysdeps/unix/sysv/linux/sparc/sem_timedwait.c: Moved ...
11499 * sysdeps/sparc/nptl/sem_timedwait.c: ... here.
11500 * nptl/sysdeps/unix/sysv/linux/sparc/sem_wait.c: Moved ...
11501 * sysdeps/sparc/nptl/sem_wait.c: ... here.
11502 * nptl/sysdeps/unix/sysv/linux/sparc/lowlevellock.h: Moved ...
11503 * sysdeps/unix/sysv/linux/sparc/lowlevellock.h: ... here.
11504 * sysdeps/sparc/sparc32/sparcv9/Makefile [$(subdir) = nptl]
11505 (libpthread-routines): Add cpu_relax.
11506 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/Makefile:
11507 File removed.
11508 * sysdeps/unix/sysv/linux/sparc/sparc64/Versions
11509 (librt: GLIBC_2.3.3): New version set.
11510 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Versions: File removed.
11511 * sysdeps/sparc/sparc64/nptl/Makefile: New file.
11512 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile [$(subdir) = nptl]
11513 (CFLAGS-pause.c, CFLAGS-sigsuspend.c): New variables.
11514 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/Makefile: File removed.
11515 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/lowlevellock.c: Moved ...
11516 * sysdeps/sparc/sparc32/nptl/lowlevellock.c: ... here.
11517 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pthread_barrier_wait.c:
11518 Moved ...
11519 * sysdeps/sparc/sparc32/nptl/pthread_barrier_wait.c: ... here.
11520 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_post.c: Moved ...
11521 * sysdeps/sparc/sparc32/nptl/sem_post.c: ... here.
11522 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_timedwait.c: Moved ...
11523 * sysdeps/sparc/sparc32/nptl/sem_timedwait.c: ... here.
11524 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_trywait.c: Moved ...
11525 * sysdeps/sparc/sparc32/nptl/sem_trywait.c: ... here.
11526 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sem_wait.c: Moved ...
11527 * sysdeps/sparc/sparc32/nptl/sem_wait.c: ... here.
11528 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/cpu_relax.S:
11529 Moved ...
11530 * sysdeps/sparc/sparc32/sparcv9/nptl/cpu_relax.S: ... here.
11531 Update #include.
11532 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/pthread_barrier_wait.c:
11533 Moved ...
11534 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_barrier_wait.c: ... here.
11535 Update #include.
11536 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_post.c:
11537 Moved ...
11538 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_post.c: ... here.
11539 Update #include.
11540 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_timedwait.c:
11541 Moved ...
11542 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_timedwait.c: ... here.
11543 Update #include.
11544 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_trywait.c:
11545 Moved ...
11546 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_trywait.c: ... here.
11547 Update #include.
11548 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/sem_wait.c:
11549 Moved ...
11550 * sysdeps/sparc/sparc32/sparcv9/nptl/sem_wait.c: ... here.
11551 Update #include.
11552 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/cpu_relax.S: Moved ...
11553 * sysdeps/sparc/sparc64/nptl/cpu_relax.S: ... here.
11554 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: Moved ...
11555 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep-cancel.h: ... here.
11556 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: Moved ...
11557 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep-cancel.h: ... here.
11558 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: Moved ...
11559 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c: ... here.
11560 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: Moved ...
11561 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c: ... here.
11562 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
11563 Moved ...
11564 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c: ... here.
11565 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: Moved ...
11566 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c: ... here.
11567 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: Moved ...
11568 * sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c: ... here.
11569
d7109027
JM
115702014-06-20 Joseph Myers <joseph@codesourcery.com>
11571
9bc6103d
JM
11572 * nptl/pthread_cond_wait.c: Include <kernel-features.h>.
11573 * nptl/pthread_rwlock_timedrdlock.c: Likewise.
11574 * nptl/pthread_rwlock_timedwrlock.c: Likewise.
11575 * nptl/sysdeps/unix/sysv/linux/lowlevelrobustlock.c: Likewise.
11576 * nscd/nscd.c: Likewise.
11577 * sysdeps/i386/nptl/tcb-offsets.sym: Likewise.
11578 * sysdeps/powerpc/nptl/tcb-offsets.sym: Likewise.
11579 * sysdeps/sh/nptl/tcb-offsets.sym: Likewise.
11580 * sysdeps/x86_64/nptl/tcb-offsets.sym: Likewise.
11581
d7109027
JM
11582 * nptl/sysdeps/unix/sysv/linux/mq_notify.c: Do not include
11583 <kernel-features.h>.
11584 (init_mq_netlink): Remove conditional have_sock_cloexec
11585 definitions. Remove code conditional on have_sock_cloexec < 0.
11586 (init_mq_netlink) [!SOCK_CLOEXEC]: Remove conditional code.
11587 (init_mq_netlink) [!__ASSUME_SOCK_CLOEXEC]: Likewise.
11588 * sysdeps/unix/sysv/linux/opensock.c: Do not include
11589 <kernel-features.h>.
11590 (__opensock) [SOCK_CLOEXEC]: Make code unconditional.
11591 (__opensock) [!__ASSUME_SOCK_CLOEXEC]: Remove conditional code.
11592
d92d8f8a
L
115932014-06-20 H.J. Lu <hongjiu.lu@intel.com>
11594
11595 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
11596 Add tests for memset_chk and memset.
11597
11598 * sysdeps/x86_64/multiarch/init-arch.h (HAS_AVX2): Defined
11599 with AVX2_Usable.
11600
4e6d2347
MR
116012014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
11602
257ce712
MR
11603 [BZ #16046]
11604 * elf/tst-dl-iter-static.c: New file.
11605 * elf/Makefile (tests-static): Add tst-dl-iter-static.
11606
4e6d2347
MR
11607 * stdlib/tst-qsort2.c (main): Fix off-by-one argc interpretation
11608 error.
11609
a2a76afe
JM
116102014-06-20 Joseph Myers <joseph@codesourcery.com>
11611
7fd00f99
JM
11612 * sysdeps/unix/sysv/linux/kernel-features.h
11613 (__ASSUME_F_GETOWN_EX): Remove macro.
11614 * sysdeps/unix/sysv/linux/fcntl.c: Do not include
11615 <kernel-features.h>.
11616 (miss_F_GETOWN_EX): Remove variable or macro.
11617 (do_fcntl): Do not check miss_F_GETOWN_EX.
11618 (do_fcntl) [!__ASSUME_F_GETOWN_EX]: Remove conditional code.
11619
4a103975
JM
11620 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_RANDOM):
11621 Remove macro.
11622 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard)
11623 [!__ASSUME_AT_RANDOM]: Remove conditional code.
11624 (_dl_setup_pointer_guard) [!__ASSUME_AT_RANDOM]: Likewise.
11625
a2a76afe
JM
11626 * sysdeps/unix/sysv/linux/kernel-features.h
11627 (__ASSUME_ADJ_OFFSET_SS_READ): Remove macro.
11628 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME)
11629 [ADJ_OFFSET_SS_READ]: Make code unconditional.
11630 (ADJTIME) [!ADJ_OFFSET_SS_READ]: Remove conditional code.
11631
90e5dd48
MR
116322014-06-20 Maciej W. Rozycki <macro@codesourcery.com>
11633
11634 [BZ #17075]
11635 * sysdeps/arm/dl-machine.h (elf_machine_rel) <R_ARM_TLS_DESC>:
11636 Fix calculation of the symbol's value.
11637 * sysdeps/arm/tst-armtlsdescloc.c: New file.
11638 * sysdeps/arm/tst-armtlsdesclocmod.c: New file.
11639 * sysdeps/arm/tst-armtlsdescextnow.c: New file.
11640 * sysdeps/arm/tst-armtlsdescextlazymod.c: New file.
11641 * sysdeps/arm/tst-armtlsdescextlazy.c: New file.
11642 * sysdeps/arm/tst-armtlsdescextnowmod.c: New file.
11643 * sysdeps/arm/Makefile (tests): Add `tst-armtlsdesc',
11644 `tst-armtlsdescextnow' and `tst-armtlsdescextlazy'.
11645 (modules-names): Add `tst-armtlsdescmod',
11646 `tst-armtlsdescextlazymod' and `tst-armtlsdescextnowmod'.
11647 (CPPFLAGS-tst-armtlsdescextnowmod.c): New variable.
11648 (CPPFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11649 (CFLAGS-tst-armtlsdesclocmod.c): Likewise.
11650 (CFLAGS-tst-armtlsdescextnowmod.c): Likewise.
11651 (CFLAGS-tst-armtlsdescextlazymod.c): Likewise.
11652 (LDFLAGS-tst-armtlsdescextnowmod.so): Likewise.
11653 ($(objpfx)tst-armtlsdescloc): New dependency.
11654 ($(objpfx)tst-armtlsdescextnow): Likewise.
11655 ($(objpfx)tst-armtlsdescextlazy): Likewise.
11656 * sysdeps/arm/configure.ac: Add a check for tools' GNU descriptor
11657 TLS scheme support.
11658 * sysdeps/arm/configure: Regenerate.
11659
809fdf0d
JM
116602014-06-20 Joseph Myers <joseph@codesourcery.com>
11661
11662 * include/fcntl.h (__atfct_seterrno): Remove prototype.
11663 (__atfct_seterrno_2): Likewise.
11664 * sysdeps/unix/sysv/linux/alpha/dl-fxstatat64.c: Do not include
11665 <kernel-features.h>.
11666 (__ASSUME_ATFCTS): Do not undefine and redefine.
11667 * sysdeps/unix/sysv/linux/alpha/fxstatat.c [__ASSUME_ATFCTS]
11668 (__have_atfcts): Remove conditional definition.
11669 (__fxstatat([__NR_fstatat64]: Make code unconditional.
11670 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code and code
11671 unreachable if [__ASSUME_ATFCTS].
11672 * sysdeps/unix/sysv/linux/dl-fxstatat64.c (__ASSUME_ATFCTS): Do
11673 not undefine and redefine.
11674 * sysdeps/unix/sysv/linux/faccessat.c: Do not include
11675 <kernel-features.h>.
11676 (faccessat) [__NR_faccessat]: Make code unconditional.
11677 (faccessat) [!__ASSUME_ATFCTS]: Remove conditional code.
11678 * sysdeps/unix/sysv/linux/fchmodat.c: Do not include
11679 <kernel-features.h>.
11680 (fchmodat) [__NR_fchmodat]: Make code unconditional.
11681 (fchmodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11682 * sysdeps/unix/sysv/linux/fchownat.c: Do not include
11683 <kernel-features.h>.
11684 (fchownat) [__NR_fchownat]: Make code unconditional.
11685 (fchownat) [!__ASSUME_ATFCTS]: Remove conditional code.
11686 * sysdeps/unix/sysv/linux/futimesat.c: Do not include
11687 <kernel-features.h>.
11688 (futimesat) [__NR_futimesat]: Make code unconditional.
11689 (futimesat) [!__ASSUME_ATFCTS]: Remove conditional code.
11690 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
11691 <kernel-features.h>.
11692 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11693 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11694 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
11695 <kernel-features.h>.
11696 (__fxstatat64) [__NR_fstatat64]: Make code unconditional.
11697 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11698 * sysdeps/unix/sysv/linux/i386/fchownat.c: Remove file.
11699 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
11700 <kernel-features.h>.
11701 (__fxstatat) [__NR_fstatat64]: Make code unconditional.
11702 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11703 * sysdeps/unix/sysv/linux/linkat.c: Do not include
11704 <kernel-features.h>.
11705 (linkat) [__NR_linkat]: Make code unconditional.
11706 (linkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11707 * sysdeps/unix/sysv/linux/m68k/fchownat.c: Remove file.
11708 * sysdeps/unix/sysv/linux/mips/mips64/fxstatat64.c: Do not include
11709 <kernel-features.h>.
11710 (__fxstatat64) [__NR_newfstatat]: Make code unconditional.
11711 (__fxstatat64) [!__ASSUME_ATFCTS]: Remove conditional code.
11712 * sysdeps/unix/sysv/linux/mkdirat.c: Do not include
11713 <kernel-features.h>.
11714 (mkdirat) [__NR_mkdirat]: Make code unconditional.
11715 (mkdirat) [!__ASSUME_ATFCTS]: Remove conditional code.
11716 * sysdeps/unix/sysv/linux/openat.c: Do not include
11717 <kernel-features.h>.
11718 [!__ASSUME_ATFCTS] (__atfct_seterrno): Remove function.
11719 [!__ASSUME_ATFCTS] (__have_atfcts): Remove variable.
11720 (OPENAT_NOT_CANCEL) [__NR_openat]: Make code unconditional.
11721 (OPENAT_NOT_CANCEL) [!__ASSUME_ATFCTS]: Remove conditional code.
11722 * sysdeps/unix/sysv/linux/powerpc/fchownat.c: Remove file.
11723 * sysdeps/unix/sysv/linux/readlinkat.c: Do not include
11724 <kernel-features.h>.
11725 (readlinkat) [__NR_readlinkat]: Make code unconditional.
11726 (readlinkat) [!__ASSUME_ATFCTS]: Remove conditional code. Return
11727 result of INLINE_SYSCALL directly, not via int variable.
11728 * sysdeps/unix/sysv/linux/renameat.c: Do not include
11729 <kernel-features.h>.
11730 [!__ASSUME_ATFCTS] (__atfct_seterrno_2): Remove function.
11731 (renameat) [__NR_renameat]: Make code unconditional.
11732 (renameat) [!__ASSUME_ATFCTS]: Remove conditional code.
11733 * sysdeps/unix/sysv/linux/s390/s390-32/fchownat.c: Remove file.
11734 * sysdeps/unix/sysv/linux/sh/fchownat.c: Remove file.
11735 * sysdeps/unix/sysv/linux/sparc/sparc32/fchownat.c: Remove file.
11736 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c
11737 (__ASSUME_ATFCTS): Do not undefine and redefine.
11738 * sysdeps/unix/sysv/linux/symlinkat.c: Do not include
11739 <kernel-features.h>.
11740 (symlinkat) [__NR_symlinkat]: Make code unconditional.
11741 (symlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11742 * sysdeps/unix/sysv/linux/unlinkat.c: Do not include
11743 <kernel-features.h>.
11744 (unlinkat) [__NR_unlinkat]: Make code unconditional.
11745 (unlinkat) [!__ASSUME_ATFCTS]: Remove conditional code.
11746 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c
11747 (__ASSUME_ATFCTS): Do not undefine and redefine.
11748 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
11749 <kernel-features.h>.
11750 (__fxstatat) [__NR_newfstatat]: Make code unconditional.
11751 (__fxstatat) [!__ASSUME_ATFCTS]: Remove conditional code.
11752 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
11753 <kernel-features.h>.
11754 (__xmknodat) [__NR_mknodat]: Make code unconditional.
11755 (__xmknodat) [!__ASSUME_ATFCTS]: Remove conditional code.
11756
224c6c51
L
117572014-06-20 H.J. Lu <hongjiu.lu@intel.com>
11758
11759 * sysdeps/x86_64/multiarch/rtld-strlen.S: Removed.
11760
aa6ec754
AS
117612014-06-20 Andreas Schwab <schwab@linux-m68k.org>
11762
11763 [BZ #17069]
11764 * posix/regcomp.c (parse_reg_exp): Deallocate partially
11765 constructed tree before returning error.
11766 * posix/bug-regexp36.c: Expand test case.
11767
d8c2869d
SL
117682014-06-20 Stefan Liebler <stli@linux.vnet.ibm.com>
11769
3ef6b850
SL
11770 [BZ #6803]
11771 * math/libm-test.inc (scalbln_test_date):
11772 Add errno expectations.
11773 * math/w_scalblnf.c: New File.
11774 Add wrapper which checks for setting errno to ERANGE.
11775 Add weak_alias for corresponding scalbln function.
11776 * math/w_scalbln.c: Likewise.
11777 * math/w_scalblnl.c: Likewise.
11778 * math/Makefile (libm-calls): Add w_scalbln.
11779 * sysdeps/ieee754/flt-32/s_scalblnf.c:
11780 Remove weak_alias for corresponding scalbln function.
11781 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
11782 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
11783 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
11784 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
11785 * sysdeps/sparc/sparc64/soft-fp/s_scalblnl.c: Likewise.
11786 * sysdeps/i386/fpu/s_scalbnf.S: Likewise.
11787 * sysdeps/i386/fpu/s_scalbn.S: Likewise.
11788 * sysdeps/i386/fpu/s_scalbnl.S: Likewise.
11789 * sysdeps/m68k/m680x0/fpu/s_scalbn.c: Likewise.
11790 * sysdeps/ieee754/ldbl-64-128/s_scalblnl.c:
11791 Remove long_double_symbol for scalblnl function in libm, libc.
11792 * sysdeps/ieee754/ldbl-64-128/w_scalblnl.c: New File.
11793 Add wrapper which checks for setting errno to ERANGE.
11794 Add long_double_symbol for scalblnl function in libm, libc.
11795 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c:
11796 Remove long_double_symbol for scalblnl in libm.
11797 * sysdeps/ieee754/ldbl-128ibm/w_scalblnl.c: New File.
11798 Add wrapper which checks for setting errno to ERANGE.
11799 Add long_double_symbol for scalblnl function in libm.
11800 * sysdeps/ia64/fpu/w_scalblnf.c: New File.
11801 Do not use wrapper because of own implementation.
11802
c8daec5c
L
118032014-06-19 H.J. Lu <hongjiu.lu@intel.com>
11804
11805 * sysdeps/x86/nptl/bits/pthreadtypes.h (pthread_rwlock_t): Use
11806 3 bytes for __pad1 for x32.
11807 (__PTHREAD_RWLOCK_ELISION_EXTRA): Likewise.
11808
5c74e47c
LM
118092014-06-19 Ling Ma <ling.ml@alibaba-inc.com>
11810 H.J. Lu <hongjiu.lu@intel.com>
11811
11812 * sysdeps/x86_64/multiarch/Makefile: Add memset-avx2.
11813 * sysdeps/x86_64/multiarch/memset-avx2.S: New file.
11814 * sysdeps/x86_64/multiarch/memset.S: Likewise.
11815 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
11816 * sysdeps/x86_64/multiarch/rtld-memset.S: Likewise.
11817
4d43ef1e
AS
118182014-06-19 Andreas Schwab <schwab@linux-m68k.org>
11819
11820 [BZ #17069]
11821 * posix/regcomp.c (parse_expression): Deallocate partially
11822 constructed tree before returning error.
11823 * posix/Makefile.c (tests): Add bug-regex36.
11824 (generated): Add bug-regex36.mtrace.
11825 (tests-special): Add $(objpfx)bug-regex36-mem.out
11826 (bug-regex36-ENV): New variable.
11827 ($(objpfx)bug-regex36-mem.out): New rule.
11828 * posix/bug-regex36.c: New file.
11829
51a7380b
WN
118302014-06-19 Will Newton <will.newton@linaro.org>
11831
11832 * malloc/malloc.c (systrim): If extra is zero then return
11833 early.
11834
91b84fe5
SP
118352014-06-19 Siddhesh Poyarekar <siddhesh@redhat.com>
11836
11837 * benchtests/Makefile ($(objpfx)bench-%.c): Remove $(.).
11838
f940b965
RE
118392014-06-19 Richard Earnshaw <rearnsha@arm.com>
11840
11841 * sysdeps/aarch64/strchr.S: New file.
11842
4ba7a00f
JM
118432014-06-18 Joseph Myers <joseph@codesourcery.com>
11844
11845 [BZ #17022]
11846 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Do not subtract 1
11847 from arguments -2 or below.
11848 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
11849 * sysdeps/x86_64/fpu/e_logl.S (__ieee754_logl): Likewise.
11850
b3a9f56b
AS
118512014-06-18 Andreas Schwab <schwab@suse.de>
11852
11853 [BZ #17062]
11854 * posix/fnmatch_loop.c (FCT): Rerrange loop for skipping over rest
11855 of a bracket expr not to run off the end of the string.
11856 * posix/Makefile (tests): Add tst-fnmatch3.
11857 * posix/tst-fnmatch3.c: New file.
11858
85d89278
JM
118592014-06-18 Joseph Myers <joseph@codesourcery.com>
11860
11861 * elf/Makefile ($(objpfx)tst-unused-dep.out): Use $(rtld-prefix).
11862 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
11863 [$(cross-compiling) = no]: Likewise.
11864 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
11865 [$(cross-compiling) = no]: Likewise.
11866
754c5a08
RS
118672014-16-17 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
11868
11869 [BZ #17031]
11870 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Consider the low
11871 double, adjusted for any remainder from the high double.
11872 * math/libm-test.inc (nearbyint): Add tests.
11873 (rint): Likewise.
11874
556f529d
AZ
118752014-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
11876
11877 * nptl/sysdeps/powerpc/Makefile: Moved ...
11878 * sysdeps/powerpc/nptl/Makefile: ... here.
11879 * nptl/sysdeps/powerpc/pthread_spin_lock.c: Moved ...
11880 * sysdeps/powerpc/nptl/pthread_spin_lock.c: .. here.
11881 * nptl/sysdeps/powerpc/pthread_spin_trylock.c: Moved ...
11882 * sysdeps/powerpc/nptl/pthread_spin_trylock.c: ... here.
11883 * nptl/sysdeps/powerpc/pthreaddef.h: Moved ...
11884 * sysdeps/powerpc/nptl/pthreaddef.h: ... here.
11885 * nptl/sysdeps/powerpc/tcb-offsets.sym: Moved ...
11886 * sysdeps/powerpc/nptl/tcb-offsets.sym: ... here.
11887 * nptl/sysdeps/powerpc/tls.h: Moved ...
11888 * sysdeps/powerpc/nptl/tls.h: ... here.
11889
91c03c53
JM
118902014-06-16 Joseph Myers <joseph@codesourcery.com>
11891
11892 [BZ #16681]
11893 * sysdeps/i386/fpu/s_ceil.S (__ceil): Add CFI.
11894 * sysdeps/i386/fpu/s_ceilf.S (__ceilf): Likewise.
11895 * sysdeps/i386/fpu/s_ceill.S (__ceill): Likewise.
11896 * sysdeps/i386/fpu/s_floor.S (__floor): Likewise.
11897 * sysdeps/i386/fpu/s_floorf.S (__floorf): Likewise.
11898 * sysdeps/i386/fpu/s_floorl.S (__floorl): Likewise.
11899 * sysdeps/i386/fpu/s_trunc.S (__trunc): Likewise.
11900 * sysdeps/i386/fpu/s_truncf.S (__truncf): Likewise.
11901 * sysdeps/i386/fpu/s_truncl.S (__truncl): Likewise.
11902
a76e63c5
AS
119032014-06-17 Andreas Schwab <schwab@linux-m68k.org>
11904
11905 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Update.
11906
f2f6d82f
AS
119072014-06-16 Andreas Schwab <schwab@linux-m68k.org>
11908
ea8a15f6
AS
11909 * sysdeps/m68k/m680x0/bits/huge_vall.h: Fix missing space after
11910 defined operator.
11911
f2f6d82f
AS
11912 * scripts/cross-test-ssh.sh (timeoutfactor): Default to
11913 $TIMEOUTFACTOR.
11914
a7291117
FW
119152014-06-16 Florian Weimer <fweimer@redhat.com>
11916
11917 [BZ #17058]
11918 * nptl/tst-setuid2.c (do_test): Fix tautological comparison in
11919 non-executed part of the test.
11920
3d7c00e3
AS
119212014-06-16 Andreas Schwab <schwab@suse.de>
11922
11923 * string/bits/string2.h (strdup, strndup): Update feature guard.
11924
6957fb31
DM
119252014-06-14 David S. Miller <davem@davemloft.net>
11926
11927 * sysdeps/sparc/fpu/libm-test-ulps: Update.
11928
11b9e55b
AS
119292014-06-14 Andreas Schwab <schwab@linux-m68k.org>
11930
1d2a0492
AS
11931 * sysdeps/unix/sysv/linux/m68k/clone.S: Deconditionalize the code
11932 that was previously under [RESET_PID].
11933 * sysdeps/unix/sysv/linux/m68k/nptl/clone.S: Remove file.
11934
11b9e55b
AS
11935 * sysdeps/unix/sysv/linux/m68k/pt-vfork.c: New file.
11936 * sysdeps/unix/sysv/linux/m68k/nptl/pt-vfork.S: Remove file.
11937 * sysdeps/unix/sysv/linux/m68k/vfork.S: Include <tcb-offsets.h>.
11938 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
11939 (__libc_vfork): New strong alias.
11940 * sysdeps/unix/sysv/linux/m68k/nptl/vfork.S: Remove file.
11941
0f6901d0
AK
119422014-06-14 Andi Kleen <ak@linux.intel.com>
11943
11944 * sysdeps/generic/elide.h: New file.
11945
38bbbb9f
SL
119462014-06-13 Stefan Liebler <stli@linux.vnet.ibm.com>
11947
11948 * Makefile (installed-headers): Adjust path of pthread.h header.
11949
45193bb8
RM
119502014-06-13 Roland McGrath <roland@hack.frob.com>
11951
9a25fd1e
RM
11952 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h: Moved ...
11953 * sysdeps/s390/nptl/bits/pthreadtypes.h: ... here.
11954 * nptl/sysdeps/unix/sysv/linux/s390/bits/semaphore.h: Moved ...
11955 * sysdeps/s390/nptl/bits/semaphore.h: ... here.
11956
4004f7e4
RM
11957 * nptl/sysdeps/s390/Makefile: Moved ...
11958 * sysdeps/s390/nptl/Makefile: ... here.
11959 * nptl/sysdeps/s390/pthread_spin_init.c: Moved ...
11960 * sysdeps/s390/nptl/pthread_spin_init.c: ... here.
11961 * nptl/sysdeps/s390/pthread_spin_lock.c: Moved ...
11962 * sysdeps/s390/nptl/pthread_spin_lock.c: ... here.
11963 * nptl/sysdeps/s390/pthread_spin_trylock.c: Moved ...
11964 * sysdeps/s390/nptl/pthread_spin_trylock.c: ... here.
11965 * nptl/sysdeps/s390/pthread_spin_unlock.c: Moved ...
11966 * sysdeps/s390/nptl/pthread_spin_unlock.c: ... here.
11967 * nptl/sysdeps/s390/pthreaddef.h: Moved ...
11968 * sysdeps/s390/nptl/pthreaddef.h: ... here.
11969 * nptl/sysdeps/s390/tcb-offsets.sym: Moved ...
11970 * sysdeps/s390/nptl/tcb-offsets.sym: ... here.
11971 * nptl/sysdeps/s390/tls.h: Moved ...
11972 * sysdeps/s390/nptl/tls.h: ... here.
11973
45193bb8
RM
11974 * sysdeps/unix/sysv/linux/s390/arch-fork.h: New file.
11975 * nptl/sysdeps/unix/sysv/linux/s390/fork.c: File removed.
11976
f6fdf533
DM
119772014-06-13 David S. Miller <davem@davemloft.net>
11978
11979 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/clone.S: Delete.
11980 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/pt-vfork.S: Delete.
11981 * nptl/sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: Moved ...
11982 * sysdeps/unix/sysv/linux/sparc/sparc32/vfork.S: ... here.
11983 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/clone.S: Delete.
11984 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/pt-vfork.S: Delete.
11985 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: Moved ...
11986 * sysdeps/unix/sysv/linux/sparc/sparc64/vfork.S: ... here.
11987 * sysdeps/unix/sysv/linux/sparc/fork.S: Delete.
11988 * sysdeps/unix/sysv/linux/sparc/pt-vfork.S: New file.
11989 * sysdeps/unix/sysv/linux/sparc/sparc32/clone.S (__thread_start):
11990 Remove RESET_PID cpp guards.
11991 * sysdeps/unix/sysv/linux/sparc/sparc64/clone.S (__thread_start):
11992 Remove RESET_PID cpp guards.
11993 * sysdeps/unix/sysv/linux/sparc/vfork.S: Delete.
11994
f5d71e14
AS
119952014-06-13 Andreas Schwab <schwab@linux-m68k.org>
11996
11997 * sysdeps/m68k/jmpbuf-unwind.h (_JMPBUF_UNWINDS, _jmpbuf_sp): Cast
11998 __sp to uintptr_t.
11999
b7aa8caa
AK
120002014-06-13 Andi Kleen <ak@linux.intel.com>
12001
4b266200
AZ
12002 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: Remove.
12003 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S: dito.
12004 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S: dito.
12005 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: dito.
12006 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: dito.
12007 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: dito.
12008 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S: dito.
12009 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S: dito.
12010 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: dito.
12011 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: dito.
12012 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: dito.
12013 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S: dito.
12014 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S: dito.
12015 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: dito.
12016 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: dito.
12017 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: dito.
12018 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: dito.
12019 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: dito.
12020 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: dito.
12021 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: dito.
8491ed6d
AK
12022
12023 * nptl/pthread_rwlock_rdlock.c: Include elide.h.
4b266200
AZ
12024 (pthread_rwlock_rdlock): Add elision.
12025 * nptl/pthread_rwlock_wrlock.c: Include elide.h.
12026 (pthread_rwlock_wrlock): Add elision.
12027 * nptl/pthread_rwlock_trywrlock.c: Include elide.h.
12028 (pthread_rwlock_trywrlock): Add elision.
12029 * nptl/pthread_rwlock_tryrdlock.c: Include elide.h.
12030 (pthread_rwlock_tryrdlock): Add elision.
12031 * nptl/pthread_rwlock_unlock.c: Include elide.h.
12032 (pthread_rwlock_tryrdlock): Add elision unlock.
12033 * nptl/sysdeps/pthread/pthread.h:
12034 (__PTHREAD_RWLOCK_ELISION_EXTRA): Handle new define
12035 (PTHREAD_RWLOCK_INITIALIZER,
12036 PTHREAD_RWLOCK_WRITER_NONRECURSIVE_INITIALIZER_NP):
12037 Handle new elision field.
12038 * sysdeps/x86/nptl/elide.h: New file. Add generic elision macros.
12039 * sysdeps/arm/nptl/bits/pthreadtypes.h
12040 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12041 * sysdeps/sh/nptl/bits/pthreadtypes.h
12042 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12043 * sysdeps/tile/nptl/bits/pthreadtypes.h
12044 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12045 * sysdeps/a/nptl/bits/pthreadtypes.h
12046 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12047 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
12048 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12049 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
12050 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12051 * sysdeps/unix/sysv/linux/hppa/nptl/bits/pthreadtypes.h
12052 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12053 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
12054 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12055 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
12056 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12057 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
12058 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12059 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
12060 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12061 * sysdeps/unix/sysv/linux/powerpc/nptl/bits/pthreadtypes.h
12062 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
12063 * sysdeps/unix/sysv/linux/x86/elision-conf.c:
12064 (elision_init): Set try_xbegin to zero when no RTM.
12065 * sysdeps/x86/nptl/bits/pthreadtypes.h
12066 (pthread_rwlock_t): Change __pad1 to __rwelision.
12067 (__PTHREAD_RWLOCK_ELISION_EXTRA): Add.
8491ed6d 12068
a832bdd3
AK
120692014-06-13 Andi Kleen <ak@linux.intel.com>
12070
12071 * nptl/pthread_rwlock_rdlock (__pthread_rwlock_rdlock):
12072 Split into __do_pthread_rwlock_rdlock and __pthread_rwlock_rdlock.
12073 * nptl/pthread_rwlock_wrlock (__pthread_rwlock_wrlock):
12074 Split into __do_pthread_rwlock_wrlock and __pthread_wrlock_rdlock.
12075
995a46bb
MI
120762014-06-13 Meador Inge <meadori@codesourcery.com>
12077
12078 [BZ #16996]
03ed7738 12079 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Ensure
995a46bb
MI
12080 that the cached result has been set before returning it.
12081
45262aee
RM
120822014-06-12 Roland McGrath <roland@hack.frob.com>
12083
febf6cc5
RM
12084 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h: Moved ...
12085 * sysdeps/sparc/nptl/bits/pthreadtypes.h: ... here.
12086 * nptl/sysdeps/unix/sysv/linux/sparc/bits/semaphore.h: Moved ...
12087 * sysdeps/sparc/nptl/bits/semaphore.h: ... here.
12088 * nptl/sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: Moved ...
12089 * sysdeps/unix/sysv/linux/sparc/bits/local_lim.h: ... here.
12090
e2682246
RM
12091 * nptl/sysdeps/sparc/Makefile: Moved ...
12092 * sysdeps/sparc/nptl/Makefile: ... here.
12093 * nptl/sysdeps/sparc/tcb-offsets.sym: Moved ...
12094 * sysdeps/sparc/nptl/tcb-offsets.sym: ... here.
12095 * nptl/sysdeps/sparc/tls.h: Moved ...
12096 * sysdeps/sparc/nptl/tls.h: ... here.
12097 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S: Moved ...
12098 * sysdeps/sparc/sparc32/nptl/pthread_spin_lock.S: ... here.
12099 * nptl/sysdeps/sparc/sparc32/pthread_spin_trylock.S: Moved ...
12100 * sysdeps/sparc/sparc32/nptl/pthread_spin_trylock.S: ... here.
12101 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Moved ...
12102 * sysdeps/sparc/sparc32/nptl/pthreaddef.h: ... here.
12103 * nptl/sysdeps/sparc/sparc64/pthread_spin_init.c: Moved ...
12104 * sysdeps/sparc/sparc64/nptl/pthread_spin_init.c: ... here.
12105 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S: Moved ...
12106 * sysdeps/sparc/sparc64/nptl/pthread_spin_lock.S: ... here.
12107 * nptl/sysdeps/sparc/sparc64/pthread_spin_trylock.S: Moved ...
12108 * sysdeps/sparc/sparc64/nptl/pthread_spin_trylock.S: ... here.
12109 * nptl/sysdeps/sparc/sparc64/pthread_spin_unlock.S: Moved ...
12110 * sysdeps/sparc/sparc64/nptl/pthread_spin_unlock.S: ... here.
12111 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Moved ...
12112 * sysdeps/sparc/sparc64/nptl/pthreaddef.h: ... here.
12113 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_init.c: Moved ...
12114 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_init.c: ... here.
12115 Update #include.
12116 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_lock.S: Moved ...
12117 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_lock.S: ... here.
12118 Update #include.
12119 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_trylock.S: Moved ...
12120 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_trylock.S: ... here.
12121 Update #include.
12122 * nptl/sysdeps/sparc/sparc32/sparcv9/pthread_spin_unlock.S: Moved ...
12123 * sysdeps/sparc/sparc32/sparcv9/nptl/pthread_spin_unlock.S: ... here.
12124 Update #include.
12125
b0725f43
RM
12126 * nptl/sysdeps/sparc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12127
b14368b8
RM
12128 * sysdeps/unix/sysv/linux/sparc/arch-fork.h: New file.
12129 * nptl/sysdeps/unix/sysv/linux/sparc/fork.c: File removed.
12130
c5620eb3
RM
12131 * sysdeps/pthread/posix-timer.h: Include <list.h>.
12132 (struct list_links): Type removed.
12133 (struct thread_node, struct timer_node): Replace struct list_links
12134 with struct list_head.
12135 (list_unlink_ip): Likewise.
12136 * sysdeps/pthread/timer_routines.c
12137 (timer_free_list, thread_free_list, thread_active_list): Likewise.
12138 (list_append, list_insbefore): Likewise.
12139 (list_init): Function removed.
12140 (thread_init, init_module): Use INIT_LIST_HEAD instead.
463dc947
RM
12141 * sysdeps/nptl/Makefile: Move tst-timer bits to ...
12142 * sysdeps/pthread/Makefile: ... here, new file.
12143
12144 * nptl/sysdeps/unix/sysv/linux/Implies: Moved ...
12145 * sysdeps/nptl/Implies: ... here.
12146 * sysdeps/unix/sysv/linux/Implies: Add nptl.
12147 * nptl/sysdeps/pthread/list.h: Moved ...
12148 * include/list.h: ... here.
12149 * nptl/sysdeps/pthread/createthread.c: Moved ...
12150 * nptl/createthread.c: ... here.
12151 * nptl/sysdeps/unix/sysv/linux/createthread.c: Update #include.
12152 * nptl/sysdeps/pthread/pt-longjmp.c: Moved ...
12153 * nptl/pt-longjmp.c: ... here.
12154 * nptl/sysdeps/pthread/Makefile: Moved ...
12155 * sysdeps/nptl/Makefile: ... here.
12156 * nptl/sysdeps/pthread/Subdirs: Moved ...
12157 * sysdeps/nptl/Subdirs: ... here.
12158 * nptl/sysdeps/pthread/aio_misc.h: Moved ...
12159 * sysdeps/nptl/aio_misc.h: ... here.
12160 * nptl/sysdeps/pthread/bits/libc-lock.h: Moved ...
12161 * sysdeps/nptl/bits/libc-lock.h: ... here.
12162 * nptl/sysdeps/pthread/bits/libc-lockP.h: Moved ...
12163 * sysdeps/nptl/bits/libc-lockP.h: ... here.
12164 * nptl/sysdeps/pthread/bits/stdio-lock.h: Moved ...
12165 * sysdeps/nptl/bits/stdio-lock.h: ... here.
12166 * nptl/sysdeps/pthread/configure: Moved ...
12167 * sysdeps/nptl/configure: ... here.
12168 * nptl/sysdeps/pthread/configure.ac: Moved ...
12169 * sysdeps/nptl/configure.ac: ... here.
12170 * nptl/sysdeps/pthread/gai_misc.h: Moved ...
12171 * sysdeps/nptl/gai_misc.h: ... here.
12172 * nptl/sysdeps/pthread/librt-cancellation.c: Moved ...
12173 * sysdeps/nptl/librt-cancellation.c: ... here.
12174 * nptl/sysdeps/pthread/malloc-machine.h: Moved ...
12175 * sysdeps/nptl/malloc-machine.h: ... here.
12176 * nptl/sysdeps/pthread/pthread-functions.h: Moved ...
12177 * sysdeps/nptl/pthread-functions.h: ... here.
12178 * nptl/sysdeps/pthread/pthread.h: Moved ...
12179 * sysdeps/nptl/pthread.h: ... here.
12180 * nptl/sysdeps/pthread/setxid.h: Moved ...
12181 * sysdeps/nptl/setxid.h: ... here.
12182 * nptl/sysdeps/pthread/sigfillset.c: Moved ...
12183 * sysdeps/nptl/sigfillset.c: ... here.
12184 * nptl/sysdeps/pthread/tcb-offsets.h: Moved ...
12185 * sysdeps/nptl/tcb-offsets.h: ... here.
12186 * nptl/sysdeps/pthread/tst-mqueue8x.c: Moved ...
12187 * sysdeps/nptl/tst-mqueue8x.c: ... here.
12188 * nptl/sysdeps/pthread/unwind-forcedunwind.c: Moved ...
12189 * sysdeps/nptl/unwind-forcedunwind.c: ... here.
12190 * nptl/sysdeps/pthread/allocalim.h: Moved ...
12191 * sysdeps/pthread/allocalim.h: ... here.
12192 * nptl/sysdeps/pthread/bits/sigthread.h: Moved ...
12193 * sysdeps/pthread/bits/sigthread.h: ... here.
12194 * nptl/sysdeps/pthread/flockfile.c: Moved ...
12195 * sysdeps/pthread/flockfile.c: ... here.
12196 * nptl/sysdeps/pthread/ftrylockfile.c: Moved ...
12197 * sysdeps/pthread/ftrylockfile.c: ... here.
12198 * nptl/sysdeps/pthread/funlockfile.c: Moved ...
12199 * sysdeps/pthread/funlockfile.c: ... here.
12200 * nptl/sysdeps/pthread/posix-timer.h: Moved ...
12201 * sysdeps/pthread/posix-timer.h: ... here.
12202 * nptl/sysdeps/pthread/timer_create.c: Moved ...
12203 * sysdeps/pthread/timer_create.c: ... here.
12204 * nptl/sysdeps/pthread/timer_delete.c: Moved ...
12205 * sysdeps/pthread/timer_delete.c: ... here.
12206 * nptl/sysdeps/pthread/timer_getoverr.c: Moved ...
12207 * sysdeps/pthread/timer_getoverr.c: ... here.
12208 * nptl/sysdeps/pthread/timer_gettime.c: Moved ...
12209 * sysdeps/pthread/timer_gettime.c: ... here.
12210 * nptl/sysdeps/pthread/timer_routines.c: Moved ...
12211 * sysdeps/pthread/timer_routines.c: ... here.
12212 * nptl/sysdeps/pthread/timer_settime.c: Moved ...
12213 * sysdeps/pthread/timer_settime.c: ... here.
12214 * nptl/sysdeps/pthread/tst-timer.c: Moved ...
12215 * sysdeps/pthread/tst-timer.c: ... here.
12216 * nptl/sysdeps/pthread/pthread_sigmask.c: Moved ...
12217 * sysdeps/unix/sysv/linux/pthread_sigmask.c: ... here.
12218
e876b090
RM
12219 * sysdeps/unix/sysv/linux/sigprocmask.c: Include <nptl/pthreadP.h>.
12220 * nptl/sysdeps/pthread/sigprocmask.c: File removed.
12221
f6b07b3d
RM
12222 * nptl/sysdeps/i386/i486/pthread_spin_trylock.S: Moved ...
12223 * sysdeps/i386/i486/nptl/pthread_spin_trylock.S: ... here.
12224 * nptl/sysdeps/i386/i586/pthread_spin_trylock.S: Moved ...
12225 * sysdeps/i386/i586/nptl/pthread_spin_trylock.S: ... here.
12226 Update #include target.
12227 * nptl/sysdeps/i386/i686/Makefile: Moved ...
12228 * sysdeps/i386/i686/nptl/Makefile: ... here.
12229 * nptl/sysdeps/i386/i686/pthread_spin_trylock.S: Moved ...
12230 * sysdeps/i386/i686/nptl/pthread_spin_trylock.S: ... here.
12231 Update #include target.
12232 * nptl/sysdeps/i386/i686/tls.h: Moved ...
12233 * sysdeps/i386/i686/nptl/tls.h: ... here. Use #include_next.
12234 * nptl/sysdeps/i386/Makefile: Moved ...
12235 * sysdeps/i386/nptl/Makefile: ... here.
12236 * nptl/sysdeps/i386/pthread_spin_init.c: Moved ...
12237 * sysdeps/i386/nptl/pthread_spin_init.c: ... here.
12238 * sysdeps/x86_64/nptl/pthread_spin_init.c: Update #include target.
12239 * nptl/sysdeps/i386/pthread_spin_lock.S: Moved ...
12240 * sysdeps/i386/nptl/pthread_spin_lock.S: ... here.
12241 * nptl/sysdeps/i386/pthread_spin_unlock.S: Moved ...
12242 * sysdeps/i386/nptl/pthread_spin_unlock.S: ... here.
12243 * nptl/sysdeps/i386/pthreaddef.h: Moved ...
12244 * sysdeps/i386/nptl/pthreaddef.h: ... here.
12245 * nptl/sysdeps/i386/tcb-offsets.sym: Moved ...
12246 * sysdeps/i386/nptl/tcb-offsets.sym: ... here.
12247 * nptl/sysdeps/i386/tls.h: Moved ...
12248 * sysdeps/i386/nptl/tls.h: ... here.
12249
45262aee
RM
12250 * sysdeps/sh/Makefile [$(subdir) = csu]
12251 (gen-as-const-headers): Add tcb-offsets.sym.
12252 * nptl/sysdeps/sh/Makefile: File removed.
12253 * nptl/sysdeps/sh/pthread_spin_init.c: Moved ...
12254 * sysdeps/sh/nptl/pthread_spin_init.c: ... here.
12255 * nptl/sysdeps/sh/pthread_spin_lock.c: Moved ...
12256 * sysdeps/sh/nptl/pthread_spin_lock.c: ... here.
12257 * nptl/sysdeps/sh/pthread_spin_trylock.S: Moved ...
12258 * sysdeps/sh/nptl/pthread_spin_trylock.S: ... here.
12259 * nptl/sysdeps/sh/pthread_spin_unlock.S: Moved ...
12260 * sysdeps/sh/nptl/pthread_spin_unlock.S: ... here.
12261 * nptl/sysdeps/sh/pthreaddef.h: Moved ...
12262 * sysdeps/sh/nptl/pthreaddef.h: ... here.
12263 * nptl/sysdeps/sh/tcb-offsets.sym: Moved ...
12264 * sysdeps/sh/nptl/tcb-offsets.sym: ... here.
12265 * nptl/sysdeps/sh/tls.h: Moved ...
12266 * sysdeps/sh/nptl/tls.h: ... here.
12267 * nptl/sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: Moved ...
12268 * sysdeps/unix/sysv/linux/sh/libc-lowlevellock.S: ... here.
12269 * nptl/sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: Moved ...
12270 * sysdeps/unix/sysv/linux/sh/lowlevel-atomic.h: ... here.
12271 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.S: Moved ...
12272 * sysdeps/unix/sysv/linux/sh/lowlevellock.S: ... here.
12273 * nptl/sysdeps/unix/sysv/linux/sh/lowlevellock.h: Moved ...
12274 * sysdeps/unix/sysv/linux/sh/lowlevellock.h: ... here.
12275 * nptl/sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: Moved ...
12276 * sysdeps/unix/sysv/linux/sh/lowlevelrobustlock.S: ... here.
12277 * nptl/sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: Moved ...
12278 * sysdeps/unix/sysv/linux/sh/pthread_barrier_wait.S: ... here.
12279 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: Moved ...
12280 * sysdeps/unix/sysv/linux/sh/pthread_cond_broadcast.S: ... here.
12281 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: Moved ...
12282 * sysdeps/unix/sysv/linux/sh/pthread_cond_signal.S: ... here.
12283 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: Moved ...
12284 * sysdeps/unix/sysv/linux/sh/pthread_cond_timedwait.S: ... here.
12285 * nptl/sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: Moved ...
12286 * sysdeps/unix/sysv/linux/sh/pthread_cond_wait.S: ... here.
12287 * nptl/sysdeps/unix/sysv/linux/sh/pthread_once.S: Moved ...
12288 * sysdeps/unix/sysv/linux/sh/pthread_once.S: ... here.
12289 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: Moved ...
12290 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_rdlock.S: ... here.
12291 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S:
12292 Moved ...
12293 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedrdlock.S: ... here.
12294 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S:
12295 Moved ...
12296 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_timedwrlock.S: ... here.
12297 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: Moved ...
12298 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_unlock.S: ... here.
12299 * nptl/sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: Moved ...
12300 * sysdeps/unix/sysv/linux/sh/pthread_rwlock_wrlock.S: ... here.
12301 * nptl/sysdeps/unix/sysv/linux/sh/sem_post.S: Moved ...
12302 * sysdeps/unix/sysv/linux/sh/sem_post.S: ... here.
12303 * nptl/sysdeps/unix/sysv/linux/sh/sem_timedwait.S: Moved ...
12304 * sysdeps/unix/sysv/linux/sh/sem_timedwait.S: ... here.
12305 * nptl/sysdeps/unix/sysv/linux/sh/sem_trywait.S: Moved ...
12306 * sysdeps/unix/sysv/linux/sh/sem_trywait.S: ... here.
12307 * nptl/sysdeps/unix/sysv/linux/sh/sem_wait.S: Moved ...
12308 * sysdeps/unix/sysv/linux/sh/sem_wait.S: ... here.
12309 * nptl/sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: Moved ...
12310 * sysdeps/unix/sysv/linux/sh/sh4/lowlevellock.h: ... here.
12311 * nptl/sysdeps/unix/sysv/linux/sh/smp.h: Moved ...
12312 * sysdeps/unix/sysv/linux/sh/smp.h: ... here.
12313 * nptl/sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: Moved ...
12314 * sysdeps/unix/sysv/linux/sh/sysdep-cancel.h: ... here.
12315
35a5e3e3
SL
123162014-06-12 Stefan Liebler <stli@linux.vnet.ibm.com>
12317
12318 * posix/spawn_faction_addopen.c: Include string.h.
12319
14642b85
RM
123202014-06-11 Roland McGrath <roland@hack.frob.com>
12321
12322 * nptl/sysdeps/x86_64/64/shlib-versions: Moved ...
12323 * sysdeps/x86_64/64/nptl/shlib-versions: ... here.
12324 * nptl/sysdeps/x86_64/Makefile: Moved ...
12325 * sysdeps/x86_64/nptl/Makefile: ... here.
12326 * nptl/sysdeps/x86_64/configure: Moved ...
12327 * sysdeps/x86_64/nptl/configure: ... here.
12328 * nptl/sysdeps/x86_64/configure.ac: Moved ...
12329 * sysdeps/x86_64/nptl/configure.ac: ... here.
12330 * nptl/sysdeps/x86_64/pthread_spin_init.c: Moved ...
12331 * sysdeps/x86_64/nptl/pthread_spin_init.c: ... here.
12332 * nptl/sysdeps/x86_64/pthread_spin_lock.S: Moved ...
12333 * sysdeps/x86_64/nptl/pthread_spin_lock.S: ... here.
12334 * nptl/sysdeps/x86_64/pthread_spin_trylock.S: Moved ...
12335 * sysdeps/x86_64/nptl/pthread_spin_trylock.S: ... here.
12336 * nptl/sysdeps/x86_64/pthread_spin_unlock.S: Moved ...
12337 * sysdeps/x86_64/nptl/pthread_spin_unlock.S: ... here.
12338 * nptl/sysdeps/x86_64/pthreaddef.h: Moved ...
12339 * sysdeps/x86_64/nptl/pthreaddef.h: ... here.
12340 * nptl/sysdeps/x86_64/tcb-offsets.sym: Moved ...
12341 * sysdeps/x86_64/nptl/tcb-offsets.sym: ... here.
12342 * nptl/sysdeps/x86_64/tls.h: Moved ...
12343 * sysdeps/x86_64/nptl/tls.h: ... here.
12344 * nptl/sysdeps/x86_64/x32/shlib-versions: Moved ...
12345 * sysdeps/x86_64/x32/nptl/shlib-versions: ... here.
12346 * nptl/sysdeps/x86_64/x32/tls.h: Moved ...
12347 * sysdeps/x86_64/x32/nptl/tls.h: ... here.
12348
12349 * sysdeps/x86_64/x32/nptl/tls.h: Use #include_next.
12350
31c44fea
AZ
123512014-06-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12352
12353 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
12354
e81a4f9a
JM
123552014-06-11 Joseph Myers <joseph@codesourcery.com>
12356
12357 * conform/data/sys/mman.h-data [POSIX] (size_t): Do not require
12358 type.
12359 [POSIX] (off_t): Likewise.
12360 * conform/data/sys/stat.h-data (S_IRGRP): Require constant.
12361 [POSIX] (S_ISBLK): Require macro.
12362 [POSIX] (S_ISCHR): Likewise.
12363 [POSIX] (S_ISDIR): Likewise.
12364 [POSIX] (S_ISFIFO): Likewise.
12365 [POSIX] (S_ISREG): Likewise.
12366 [POSIX || XPG3 || XPG4 || UNIX98] (S_TYPEISTMO): Do not list
12367 optional-macro.
12368 * conform/data/sys/types.h-data [POSIX] (blkcnt_t): Do not require
12369 type.
12370 [POSIX] (time_t): Likewise.
12371 [POSIX] (timer_t): Likewise.
12372
89e435f3
FW
123732014-06-11 Florian Weimer <fweimer@redhat.com>
12374
12375 [BZ #17048]
12376 * posix/spawn_int.h (struct __spawn_action): Make the path string
12377 non-const to support deallocation.
12378 * posix/spawn_faction_addopen.c
12379 (posix_spawn_file_actions_addopen): Make a copy of the pathname.
12380 * posix/spawn_faction_destroy.c
12381 (posix_spawn_file_actions_destroy): Adjust comment. Deallocate
12382 path in all spawn_do_open actions.
12383 * posix/tst-spawn.c (do_test): Exercise the copy operation in
12384 posix_spawn_file_actions_addopen.
12385
c3a2ebe1
CM
123862014-06-11 Chris Metcalf <cmetcalf@tilera.com>
12387
12388 * sysdeps/unix/sysv/linux/tile/pt-vfork.c: New file.
12389 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: Remove file.
12390 * sysdeps/unix/sysv/linux/tile/vfork.S (__vfork): Make PT_VFORK
12391 conditional code always true.
12392 (__libc_vfork): New alias.
12393
9503784a
RM
123942014-06-11 Roland McGrath <roland@hack.frob.com>
12395
c9cab3d2
RM
12396 * sysdeps/tile/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12397 * sysdeps/unix/sysv/linux/tile/createthread.c: File removed.
12398
d3996c79
RM
12399 * nptl/sysdeps/s390/tls.h (TLS_DEFINE_INIT_TP): New macro.
12400
ba5ec611
RM
12401 * sysdeps/alpha/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12402 * sysdeps/unix/sysv/linux/alpha/createthread.c: File removed.
12403
f12b4814
RM
12404 * nptl/sysdeps/powerpc/tls.h (TLS_DEFINE_INIT_TP): New macro.
12405 * sysdeps/unix/sysv/linux/powerpc/createthread.c: File removed.
12406
9503784a
RM
12407 * sysdeps/aarch64/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12408 * sysdeps/unix/sysv/linux/aarch64/nptl/createthread.c: File removed.
12409
e23d3d26
VR
124102014-06-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
12411
12412 * sysdeps/powerpc/powerpc64/power7/strcmp.S: New file: Optimization.
12413 * sysdeps/powerpc/powerpc64/multiarch/strcmp.c: New file:
12414 multiarch strcmp for PPC64.
12415 * sysdeps/powerpc/powerpc64/multiarch/strcmp-ppc64.S: New file.
12416 * sysdeps/powerpc/powerpc64/multiarch/strcmp-power7.S: New file.
12417 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcmp
12418 multiarch optimizations.
12419 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
12420 (__libc_ifunc_impl_list): Likewise.
12421
42b1161e
SP
124222014-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
12423
12424 * benchtests/scripts/validate_benchout.py: New script.
12425 * benchtests/Makefile (bench-func): Call it.
12426 * benchtests/scripts/benchout.schema.json: New file.
12427
2d0fc4dc
CM
124282014-06-10 Chris Metcalf <cmetcalf@tilera.com>
12429
4a594c34
AZ
12430 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h: Moved ...
12431 * sysdeps/tile/nptl/bits/pthreadtypes.h: ... here.
12432 * sysdeps/unix/sysv/linux/tile/nptl/bits/semaphore.h: Moved ...
12433 * sysdeps/tile/nptl/bits/semaphore.h: ... here.
12434 * sysdeps/unix/sysv/linux/tile/nptl/Makefile: Removed, merged into ...
12435 * sysdeps/unix/sysv/linux/tile/Makefile: ... here.
12436 * sysdeps/unix/sysv/linux/tile/nptl/clone.S: Moved ...
12437 * sysdeps/unix/sysv/linux/tile/clone.S: ... here.
12438 * sysdeps/unix/sysv/linux/tile/nptl/createthread.c: Moved ...
12439 * sysdeps/unix/sysv/linux/tile/createthread.c: ... here.
12440 * sysdeps/unix/sysv/linux/tile/nptl/lowlevellock.h: Moved ...
12441 * sysdeps/unix/sysv/linux/tile/lowlevellock.h: ... here.
12442 * sysdeps/unix/sysv/linux/tile/nptl/pt-vfork.S: Moved ...
12443 * sysdeps/unix/sysv/linux/tile/pt-vfork.S: ... here.
12444 * sysdeps/unix/sysv/linux/tile/nptl/sysdep-cancel.h: Moved ...
12445 * sysdeps/unix/sysv/linux/tile/sysdep-cancel.h: ... here.
12446 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/c++-types.data:
2d0fc4dc 12447 Moved ...
4a594c34 12448 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/c++-types.data:
2d0fc4dc 12449 ... here.
4a594c34 12450 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/ld.abilist:
2d0fc4dc 12451 Moved ...
4a594c34
AZ
12452 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/ld.abilist: ... here.
12453 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libBrokenLocale.abilist:
2d0fc4dc 12454 Moved ...
4a594c34 12455 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libBrokenLocale.abilist:
2d0fc4dc 12456 ... here.
4a594c34 12457 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libanl.abilist:
2d0fc4dc 12458 Moved ...
4a594c34 12459 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libanl.abilist:
2d0fc4dc 12460 ... here.
4a594c34 12461 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libc.abilist:
2d0fc4dc 12462 Moved ...
4a594c34
AZ
12463 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libc.abilist: ... here.
12464 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libcrypt.abilist:
2d0fc4dc 12465 Moved ...
4a594c34 12466 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libcrypt.abilist:
2d0fc4dc 12467 ... here.
4a594c34 12468 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libdl.abilist:
2d0fc4dc 12469 Moved ...
4a594c34 12470 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libdl.abilist:
2d0fc4dc 12471 ... here.
4a594c34 12472 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libm.abilist:
2d0fc4dc 12473 Moved ...
4a594c34
AZ
12474 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libm.abilist: ... here.
12475 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libnsl.abilist:
2d0fc4dc 12476 Moved ...
4a594c34 12477 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libnsl.abilist:
2d0fc4dc 12478 ... here.
4a594c34 12479 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libpthread.abilist:
2d0fc4dc 12480 Moved ...
4a594c34 12481 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libpthread.abilist:
2d0fc4dc 12482 ... here.
4a594c34 12483 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libresolv.abilist:
2d0fc4dc 12484 Moved ...
4a594c34 12485 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libresolv.abilist:
2d0fc4dc 12486 ... here.
4a594c34 12487 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/librt.abilist:
2d0fc4dc 12488 Moved ...
4a594c34
AZ
12489 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/librt.abilist: ... here.
12490 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libthread_db.abilist:
2d0fc4dc 12491 Moved ...
4a594c34 12492 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libthread_db.abilist:
2d0fc4dc 12493 ... here.
4a594c34 12494 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/nptl/libutil.abilist:
2d0fc4dc 12495 Moved ...
4a594c34 12496 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx32/libutil.abilist:
2d0fc4dc 12497 ... here.
4a594c34 12498 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/c++-types.data:
2d0fc4dc 12499 Moved ...
4a594c34 12500 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/c++-types.data:
2d0fc4dc 12501 ... here.
4a594c34 12502 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/ld.abilist:
2d0fc4dc 12503 Moved ...
4a594c34
AZ
12504 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/ld.abilist: ... here.
12505 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libBrokenLocale.abilist:
2d0fc4dc 12506 Moved ...
4a594c34 12507 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libBrokenLocale.abilist:
2d0fc4dc 12508 ... here.
4a594c34 12509 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libanl.abilist:
2d0fc4dc 12510 Moved ...
4a594c34 12511 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libanl.abilist:
2d0fc4dc 12512 ... here.
4a594c34 12513 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libc.abilist:
2d0fc4dc 12514 Moved ...
4a594c34
AZ
12515 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libc.abilist: ... here.
12516 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libcrypt.abilist:
2d0fc4dc 12517 Moved ...
4a594c34 12518 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libcrypt.abilist:
2d0fc4dc 12519 ... here.
4a594c34 12520 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libdl.abilist:
2d0fc4dc 12521 Moved ...
4a594c34
AZ
12522 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libdl.abilist: ... here.
12523 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libm.abilist:
2d0fc4dc 12524 Moved ...
4a594c34
AZ
12525 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libm.abilist: ... here.
12526 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libnsl.abilist:
2d0fc4dc 12527 Moved ...
4a594c34 12528 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libnsl.abilist:
2d0fc4dc 12529 ... here.
4a594c34 12530 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libpthread.abilist:
2d0fc4dc 12531 Moved ...
4a594c34 12532 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libpthread.abilist:
2d0fc4dc 12533 ... here.
4a594c34 12534 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libresolv.abilist:
2d0fc4dc 12535 Moved ...
4a594c34 12536 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libresolv.abilist:
2d0fc4dc 12537 ... here.
4a594c34 12538 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/librt.abilist:
2d0fc4dc 12539 Moved ...
4a594c34
AZ
12540 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/librt.abilist: ... here.
12541 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libthread_db.abilist:
2d0fc4dc 12542 Moved ...
4a594c34 12543 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libthread_db.abilist:
2d0fc4dc 12544 ... here.
4a594c34 12545 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/nptl/libutil.abilist:
2d0fc4dc 12546 Moved ...
4a594c34 12547 * sysdeps/unix/sysv/linux/tile/tilegx/tilegx64/libutil.abilist:
2d0fc4dc 12548 ... here.
4a594c34
AZ
12549 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/c++-types.data: Moved ...
12550 * sysdeps/unix/sysv/linux/tile/tilepro/c++-types.data: ... here.
12551 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/ld.abilist: Moved ...
12552 * sysdeps/unix/sysv/linux/tile/tilepro/ld.abilist: ... here.
12553 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libBrokenLocale.abilist:
2d0fc4dc 12554 Moved ...
4a594c34 12555 * sysdeps/unix/sysv/linux/tile/tilepro/libBrokenLocale.abilist:
2d0fc4dc 12556 ... here.
4a594c34
AZ
12557 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libanl.abilist: Moved ...
12558 * sysdeps/unix/sysv/linux/tile/tilepro/libanl.abilist: ... here.
12559 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libc.abilist: Moved ...
12560 * sysdeps/unix/sysv/linux/tile/tilepro/libc.abilist: ... here.
12561 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libcrypt.abilist: Moved ...
12562 * sysdeps/unix/sysv/linux/tile/tilepro/libcrypt.abilist: ... here.
12563 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libdl.abilist: Moved ...
12564 * sysdeps/unix/sysv/linux/tile/tilepro/libdl.abilist: ... here.
12565 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libm.abilist: Moved ...
12566 * sysdeps/unix/sysv/linux/tile/tilepro/libm.abilist: ... here.
12567 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libnsl.abilist: Moved ...
12568 * sysdeps/unix/sysv/linux/tile/tilepro/libnsl.abilist: ... here.
12569 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libpthread.abilist:
2d0fc4dc 12570 Moved ...
4a594c34
AZ
12571 * sysdeps/unix/sysv/linux/tile/tilepro/libpthread.abilist: ... here.
12572 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libresolv.abilist:
2d0fc4dc 12573 Moved ...
4a594c34
AZ
12574 * sysdeps/unix/sysv/linux/tile/tilepro/libresolv.abilist: ... here.
12575 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/librt.abilist: Moved ...
12576 * sysdeps/unix/sysv/linux/tile/tilepro/librt.abilist: ... here.
12577 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libthread_db.abilist:
2d0fc4dc 12578 Moved ...
4a594c34
AZ
12579 * sysdeps/unix/sysv/linux/tile/tilepro/libthread_db.abilist: ... here.
12580 * sysdeps/unix/sysv/linux/tile/tilepro/nptl/libutil.abilist: Moved ...
12581 * sysdeps/unix/sysv/linux/tile/tilepro/libutil.abilist: ... here.
12582 * sysdeps/unix/sysv/linux/tile/nptl/vfork.S: Moved ...
12583 * sysdeps/unix/sysv/linux/tile/vfork.S: ... here.
12584 * sysdeps/unix/sysv/linux/tile/nptl/waitpid.S: Moved ...
12585 * sysdeps/unix/sysv/linux/tile/waitpid.S: ... here.
2d0fc4dc 12586
0570cfed
W
125872014-06-10 Wilco <wdijkstr@arm.com>
12588
12589 * math/test-fenv-return.c: New file.
12590 * math/Makefile: Add new test test-fenv-return.
12591
f8ba1b56
JM
125922014-06-10 Joseph Myers <joseph@codesourcery.com>
12593
12594 [BZ #17042]
12595 * sysdeps/i386/fpu/e_log2.S (__ieee754_log2): Take absolete value
12596 when x - 1 is zero.
12597 * sysdeps/i386/fpu/e_log2f.S (__ieee754_log2f): Likewise.
12598 * sysdeps/i386/fpu/e_log2l.S (__ieee754_log2l): Likewise.
12599 * sysdeps/ieee754/ldbl-128/e_log2l.c (__ieee754_log2l): Return
12600 0.0L for an argument of 1.0L.
12601 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l):
12602 Likewise.
12603 * sysdeps/x86_64/fpu/e_log2l.S (__ieee754_log2l): Take absolute
12604 value when x - 1 is zero.
12605 * math/libm-test.inc (log2_test): Use ALL_RM_TEST.
12606 * sysdeps/i386/fpu/libm-test-ulps: Update.
12607 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
12608
2c3520d9
BO
126092014-06-09 Bernard Ogden <bernie.ogden@linaro.org>
12610
12611 [BZ #15119]
12612 * ports/sysdeps/unix/sysv/linux/hppa/nptl/lowlevellock.c: Remove file.
12613
acaa4d24
RM
126142014-06-09 Roland McGrath <roland@hack.frob.com>
12615
12616 * nptl/sysdeps/sh/tls.h (TLS_DEFINE_INIT_TP): New macro.
12617 * nptl/sysdeps/unix/sysv/linux/sh/createthread.c: File removed.
12618
962b744d
RM
126192014-06-09 Roland McGrath <roland@hack.frob.com>
12620
d752f0cc
RM
12621 * sysdeps/m68k/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12622 * sysdeps/unix/sysv/linux/m68k/nptl/createthread.c: File removed.
12623
34eda6d1
RM
12624 * sysdeps/hppa/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12625 * sysdeps/unix/sysv/linux/hppa/nptl/createthread.c: File removed.
12626
50f0a637
RM
12627 * sysdeps/mips/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12628 * sysdeps/unix/sysv/linux/mips/nptl/createthread.c: File removed.
12629
08f41f04
RM
12630 * sysdeps/arm/nptl/tls.h (TLS_DEFINE_INIT_TP): New macro.
12631 * sysdeps/unix/sysv/linux/arm/createthread.c: File removed.
12632
962b744d
RM
12633 * nptl/sysdeps/pthread/createthread.c (TLS_DEFINE_INIT_TP): New macro,
12634 if not already defined.
12635 (do_clone): Use that in place of PREPARE_CREATE and TLS_VALUE.
12636 * nptl/sysdeps/x86_64/tls.h (TLS_DEFINE_INIT_TP): New macro.
12637 * nptl/sysdeps/i386/tls.h (tls_fill_user_desc): New function.
12638 (TLS_INIT_TP): Use it.
12639 (TLS_DEFINE_INIT_TP): New macro.
12640 * sysdeps/unix/sysv/linux/i386/createthread.c: File removed.
12641
09f19b05
JM
126422014-06-09 Joseph Myers <joseph@codesourcery.com>
12643
12644 * conform/data/termios.h-data [POSIX] (IUCLC): Do not expect
12645 constant.
12646 [POSIX] (IXANY): Likewise.
12647 [POSIX] (OLCUC): Likewise.
12648 [POSIX || POSIX2008] (CBAUD): Do not allow.
12649 [POSIX || POSIX2008] (DEFECHO): Likewise.
12650 [POSIX || POSIX2008] (ECHOCTL): Likewise.
12651 [POSIX || POSIX2008] (ECHOKE): Likewise.
12652 [POSIX || POSIX2008] (ECHOPRT): Likewise.
12653 [POSIX || POSIX2008] (EXTA): Likewise.
12654 [POSIX || POSIX2008] (EXTB): Likewise.
12655 [POSIX || POSIX2008] (FLUSHO): Likewise.
12656 [POSIX || POSIX2008] (LOBLK): Likewise.
12657 [POSIX || POSIX2008] (PENDIN): Likewise.
12658 [POSIX || POSIX2008] (SWTCH): Likewise.
12659 [POSIX || POSIX2008] (VDISCARD): Likewise.
12660 [POSIX || POSIX2008] (VDSUSP): Likewise.
12661 [POSIX || POSIX2008] (VLNEXT): Likewise.
12662 [POSIX || POSIX2008] (VREPRINT): Likewise.
12663 [POSIX || POSIX2008] (VSTATUS): Likewise.
12664 [POSIX || POSIX2008] (VWERASE): Likewise.
12665 (B*): Change to B[0123456789]*.
12666 * conform/data/time.h-data [POSIX || UNIX98]
12667 (CLOCK_PROCESS_CPUTIME_ID): Do not expect constant.
12668 [POSIX || UNIX98] (CLOCK_THREAD_CPUTIME_ID): Likewise.
12669 [POSIX || UNIX98] (CLOCK_MONOTONIC): Likewise.
12670 [POSIX] (tm_*): Do not allow.
12671
686554bf
JM
126722014-06-07 Joseph Myers <joseph@codesourcery.com>
12673
12674 * Makefile (install): Don't set LANGUAGE.
12675 * Makefile.in (install): Likewise.
12676 * assert/Makefile (test-assert-ENV): Remove variable.
12677 (test-assert-perr-ENV): Likewise.
12678 * elf/Makefile (neededtest4-ENV): Likewise.
12679 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
12680 [$(cross-compiling) = no]: Don't set LANGUAGE.
12681 * io/ftwtest-sh (LANG): Remove variable.
12682 * libio/Makefile (tst-widetext-ENV): Likewise.
12683 * manual/install.texi (Running make install): Don't refer to
12684 environment settings for make install.
12685 * INSTALL: Regenerated.
12686 * nptl/tst-tls6.sh: Don't set LANG.
12687 * posix/globtest.sh (LANG): Remove variable.
12688 * string/Makefile (tester-ENV): Likewise.
12689 (inl-tester-ENV): Likewise.
12690 (noinl-tester-ENV): Likewise.
12691 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
12692 [$(cross-compiling) = no]: Don't set LANGUAGE.
12693 * timezone/Makefile (build-testdata): Use $(built-program-cmd)
12694 without explicit environment settings.
12695
68e6b6b1
RM
126962014-06-06 Roland McGrath <roland@hack.frob.com>
12697
12698 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h: Moved ...
12699 * sysdeps/sh/nptl/bits/pthreadtypes.h: ... here.
12700 * nptl/sysdeps/unix/sysv/linux/sh/bits/semaphore.h: Moved ...
12701 * sysdeps/sh/nptl/bits/semaphore.h: ... here.
12702
4d3ae034
CM
127032014-06-06 Chris Metcalf <cmetcalf@tilera.com>
12704
12705 * crypt/crypt-private.h [DOS]: Add some includes taken from the
12706 other files in the crypt directory.
12707 * crypt/crypt.c: Remove duplicate includes.
12708 * crypt/crypt-entry.c: Likewise.
12709 * crypt/crypt_util.c: Likewise.
12710
8540f6d2
JM
127112014-06-06 Joseph Myers <joseph@codesourcery.com>
12712
12713 * Makeconfig (run-program-env): New variable.
12714 (run-program-prefix-before-env): Likewise.
12715 (run-program-prefix-after-env): Likewise.
12716 (run-program-prefix): Define in terms of new variables.
12717 (built-program-cmd-before-env): New variable.
12718 (built-program-cmd-after-env): Likewise.
12719 (built-program-cmd): Define in terms of new variables.
12720 (test-program-prefix-before-env): New variable.
12721 (test-program-prefix-after-env): Likewise.
12722 (test-program-prefix): Define in terms of new variables.
12723 (test-program-cmd-before-env): New variable.
12724 (test-program-cmd-after-env): Likewise.
12725 (test-program-cmd): Define in terms of new variables.
12726 * Rules (make-test-out): Use $(run-program-env).
12727 * scripts/cross-test-ssh.sh (env_blacklist): Remove variable.
12728 (help): Do not mention environment variables. Mention
12729 --timeoutfactor option.
12730 (timeoutfactor): New variable.
12731 (blacklist_exports): Remove function.
12732 (exports): Remove variable.
12733 (command): Do not include ${exports}.
12734 * manual/install.texi (Configuring and compiling): Do not mention
12735 test wrappers preserving environment variables. Mention that last
12736 assignment to a variable must take precedence.
12737 * INSTALL: Regenerated.
12738 * benchtests/Makefile (run-bench): Use $(run-program-env).
12739 * catgets/Makefile ($(objpfx)test1.cat): Use
12740 $(built-program-cmd-before-env), $(run-program-env) and
12741 $(built-program-cmd-after-env).
12742 ($(objpfx)test2.cat): Do not specify environment variables
12743 explicitly.
12744 ($(objpfx)de/libc.cat): Use $(built-program-cmd-before-env),
12745 $(run-program-env) and $(built-program-cmd-after-env).
12746 ($(objpfx)test-gencat.out): Use $(test-program-cmd-before-env),
12747 $(run-program-env) and $(test-program-cmd-after-env).
12748 ($(objpfx)sample.SJIS.cat): Do not specify environment variables
12749 explicitly.
12750 * catgets/test-gencat.sh: Use test_program_cmd_before_env,
12751 run_program_env and test_program_cmd_after_env arguments.
12752 * elf/Makefile ($(objpfx)tst-pathopt.out): Use $(run-program-env).
12753 * elf/tst-pathopt.sh: Use run_program_env argument.
12754 * iconvdata/Makefile ($(objpfx)iconv-test.out): Use
12755 $(test-wrapper-env) and $(run-program-env).
12756 * iconvdata/run-iconv-test.sh: Use test_wrapper_env and
12757 run_program_env arguments.
12758 * iconvdata/tst-table.sh: Do not set GCONV_PATH explicitly.
12759 * intl/Makefile ($(objpfx)tst-gettext.out): Use
12760 $(test-program-prefix-before-env), $(run-program-env) and
12761 $(test-program-prefix-after-env).
12762 ($(objpfx)tst-gettext2.out): Likewise.
12763 * intl/tst-gettext.sh: Use test_program_prefix_before_env,
12764 run_program_env and test_program_prefix_after_env arguments.
12765 * intl/tst-gettext2.sh: Likewise.
12766 * intl/tst-gettext4.sh: Do not set environment variables
12767 explicitly.
12768 * intl/tst-gettext6.sh: Likewise.
12769 * intl/tst-translit.sh: Likewise.
12770 * malloc/Makefile ($(objpfx)tst-mtrace.out): Use
12771 $(test-program-prefix-before-env), $(run-program-env) and
12772 $(test-program-prefix-after-env).
12773 * malloc/tst-mtrace.sh: Use test_program_prefix_before_env,
12774 run_program_env and test_program_prefix_after_env arguments.
12775 * math/Makefile (run-regen-ulps): Use $(run-program-env).
12776 * nptl/Makefile ($(objpfx)tst-tls6.out): Use $(run-program-env).
12777 * nptl/tst-tls6.sh: Use run_program_env argument. Set LANG=C
12778 explicitly with each use of ${test_wrapper_env}.
12779 * posix/Makefile ($(objpfx)wordexp-tst.out): Use
12780 $(test-program-prefix-before-env), $(run-program-env) and
12781 $(test-program-prefix-after-env).
12782 * posix/tst-getconf.sh: Do not set environment variables
12783 explicitly.
12784 * posix/wordexp-tst.sh: Use test_program_prefix_before_env,
12785 run_program_env and test_program_prefix_after_env arguments.
12786 * stdio-common/tst-printf.sh: Do not set environment variables
12787 explicitly.
12788 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Use
12789 $(test-program-prefix-before-env), $(run-program-env) and
12790 $(test-program-prefix-after-env).
12791 * stdlib/tst-fmtmsg.sh: Use test_program_prefix_before_env,
12792 run_program_env and test_program_prefix_after_env arguments.
12793 Split $test calls into $test_pre and $test.
12794 * timezone/Makefile (build-testdata): Use
12795 $(built-program-cmd-before-env), $(run-program-env) and
12796 $(built-program-cmd-after-env).
12797
ed36bfa1
AZ
127982014-06-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
12799
12800 * sysdeps/powerpc/powerpc64/power7/strncat.S [STRLEN]: Define it as
12801 strlen for non SHARED builds.
12802
fc75bf46
SP
128032014-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
12804
12805 * nptl/allocatestack.c (check_list): Inlined function...
12806 (__reclaim_stacks): ... here.
12807
d89b3d80
OB
128082014-06-05 Ondřej Bílka <neleai@seznam.cz>
12809
12810 [BZ #15698]
12811 * sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs_internal): Fix
12812 memory overrun.
12813
2bf18041
JM
128142014-06-05 Joseph Myers <joseph@codesourcery.com>
12815
12816 * Rules (make-test-out): Include
12817 LOCPATH=$(common-objpfx)localedata in default environment.
12818 * debug/Makefile (tst-chk1-ENV): Remove variable.
12819 (tst-chk2-ENV): Likewise.
12820 (tst-chk3-ENV): Likewise.
12821 (tst-chk4-ENV): Likewise.
12822 (tst-chk5-ENV): Likewise.
12823 (tst-chk6-ENV): Likewise.
12824 (tst-lfschk1-ENV): Likewise.
12825 (tst-lfschk2-ENV): Likewise.
12826 (tst-lfschk3-ENV): Likewise.
12827 (tst-lfschk4-ENV): Likewise.
12828 (tst-lfschk5-ENV): Likewise.
12829 (tst-lfschk6-ENV): Likewise.
12830 * iconvdata/Makefile (bug-iconv6-ENV): Likewise.
12831 (tst-iconv7-ENV): Likewise.
12832 * intl/Makefile (LOCPATH-ENV): Likewise.
12833 (tst-codeset-ENV): Likewise.
12834 (tst-gettext3-ENV): Likewise.
12835 (tst-gettext5-ENV): Likewise.
12836 * libio/Makefile (tst-widetext-ENV): Don't set LOCPATH.
12837 (tst-fopenloc-ENV): Likewise.
12838 (tst-fgetws-ENV): Remove variable.
12839 (tst-ungetwc1-ENV): Likewise.
12840 (tst-ungetwc2-ENV): Likewise.
12841 (bug-ungetwc2-ENV): Likewise.
12842 (tst-swscanf-ENV): Likewise.
12843 (bug-ftell-ENV): Likewise.
12844 (tst-fgetwc-ENV): Likewise.
12845 (tst-fseek-ENV): Likewise.
12846 (tst-ftell-partial-wide-ENV): Likewise.
12847 (tst-ftell-active-handler-ENV): Likewise.
12848 (tst-ftell-append-ENV): Likewise.
12849 * posix/Makefile (tst-fnmatch-ENV): Likewise.
12850 (tst-regexloc-ENV): Likewise.
12851 (bug-regex1-ENV): Likewise.
12852 (tst-regex-ENV): Likewise.
12853 (tst-regex2-ENV): Likewise.
12854 (bug-regex5-ENV): Likewise.
12855 (bug-regex6-ENV): Likewise.
12856 (bug-regex17-ENV): Likewise.
12857 (bug-regex18-ENV): Likewise.
12858 (bug-regex19-ENV): Likewise.
12859 (bug-regex20-ENV): Likewise.
12860 (bug-regex22-ENV): Likewise.
12861 (bug-regex23-ENV): Likewise.
12862 (bug-regex25-ENV): Likewise.
12863 (bug-regex26-ENV): Likewise.
12864 (bug-regex30-ENV): Likewise.
12865 (bug-regex32-ENV): Likewise.
12866 (bug-regex33-ENV): Likewise.
12867 (bug-regex34-ENV): Likewise.
12868 (bug-regex35-ENV): Likewise.
12869 (tst-rxspencer-ENV): Likewise.
12870 (tst-rxspencer-no-utf8-ENV): Likewise.
12871 * stdio-common/Makefile (tst-sprintf-ENV): Likewise.
12872 (tst-sscanf-ENV): Likewise.
12873 (tst-swprintf-ENV): Likewise.
12874 (tst-swscanf-ENV): Likewise.
12875 (test-vfprintf-ENV): Likewise.
12876 (scanf13-ENV): Likewise.
12877 (bug14-ENV): Likewise.
12878 (tst-grouping-ENV): Likewise.
12879 * stdlib/Makefile (tst-strtod-ENV): Likewise.
12880 (tst-strtod3-ENV): Likewise.
12881 (tst-strtod4-ENV): Likewise.
12882 (tst-strtod5-ENV): Likewise.
12883 (testmb2-ENV): Likewise./
12884 * string/Makefile (tst-strxfrm-ENV): Likewise.
12885 (tst-strxfrm2-ENV): Likewise.
12886 (bug-strcoll1-ENV): Likewise.
12887 (test-strcasecmp-ENV): Likewise.
12888 (test-strncasecmp-ENV): Likewise.
12889 * time/Makefile (tst-strptime-ENV): Likewise.
12890 (tst-ftime_l-ENV): Likewise.
12891 * wcsmbs/Makefile (tst-btowc-ENV): Likewise.
12892 (tst-mbrtowc-ENV): Likewise.
12893 (tst-wcrtomb-ENV): Likewise.
12894 (tst-mbrtowc2-ENV): Likewise.
12895 (tst-c16c32-1-ENV): Likewise.
12896 (tst-mbsnrtowcs-ENV): Likewise.
12897
cd1fb604
OB
128982014-06-05 Ondřej Bílka <neleai@seznam.cz>
12899
12900 * manual/resource.texi (How to get information about the memory
12901 subsystem?): Fix typo.
12902 Reported by Peon de la Parra Ivan <peon@keba.com>
12903
b42eca7d
GY
129042014-06-03 Guo Yixuan <culu.gyx@gmail.com>
12905
12906 [BZ #16882]
12907 * nptl/sysdeps/sparc/sparc32/pthread_spin_lock.S
12908 (pthread_spin_lock): Branch out of spin loop to proper location.
12909 * nptl/sysdeps/sparc/sparc64/pthread_spin_lock.S
12910 (pthread_spin_lock): Likewise.
12911
902b71f9
DM
12912 * nptl/tst-spin4.c: New test.
12913 * nptl/Makefile (tests): Add tst-spin4.
12914
f9d2d032
AS
129152014-06-03 Andreas Schwab <schwab@suse.de>
12916
12917 [BZ #15946]
12918 * resolv/res_send.c (send_dg): Reload file descriptor after
12919 calling reopen.
12920
cf7bfd28
SL
129212014-06-03 Stefan Liebler <stli@linux.vnet.ibm.com>
12922
12923 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
12924
111cc714
RH
129252014-06-03 Richard Henderson <rth@redhat.com>
12926
89b4bd6b
RH
12927 * sysdeps/unix/sysv/linux/aarch64/pt-vfork.c: New file.
12928 * sysdeps/unix/sysv/linux/aarch64/nptl/pt-vfork.S: Remove file.
12929 * sysdeps/unix/sysv/linux/aarch64/vfork.S (__vfork): Incorporate
12930 SAVE_PID and RESTORE_PID blocks from pt-vfork.S. Map 0 to INT_MIN
12931 in the SAVE_PID block.
12932 (__libc_vfork): New alias.
71840409 12933 * sysdeps/unix/sysv/linux/aarch64/nptl/vfork.S: Remove file.
89b4bd6b 12934
111cc714
RH
12935 * sysdeps/unix/sysv/linux/aarch64/clone.S (__clone): Save args for
12936 child in registers, not on the stack. Remove RESET_PID conditionals.
12937 * sysdeps/unix/sysv/linux/aarch64/nptl/clone.S: Remove file.
12938
ccc39911
MS
129392014-06-03 Marcus Shawcroft <marcus.shawcroft@arm.com>
12940
12941 * sysdeps/aarch64/libm-test-ulps: Regenerate.
12942
693096cc
W
129432014-06-03 Wilco <wdijkstr@arm.com>
12944
12945 * sysdeps/aarch64/fpu/math_private.h (libc_fesetround_aarch64)
12946 (libc_feholdexcept_setround_aarch64) (libc_feholdsetround_aarch64)
12947 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12948 Use _FPU_FPCR_RM_MASK for rounding mask rather than FE_TOWARDZERO.
12949 * sysdeps/aarch64/fpu/get-rounding-mode.h (get_rounding_mode):
12950 Likewise.
12951
0b4366bc
W
129522014-06-03 Wilco <wdijkstr@arm.com>
12953
12954 * sysdeps/aarch64/fpu/math_private.h
12955 (libc_feholdexcept_aarch64) (libc_feholdexcept_setround_aarch64)
12956 (libc_fetestexcept_aarch64) (libc_fesetenv_aarch64)
12957 (libc_feupdateenv_test_aarch64) (libc_feholdsetround_aarch64)
12958 (libc_feresetround_aarch64) (libc_feholdsetround_aarch64_ctx):
12959 Fix declarations.
12960
8747cd03
KS
129612014-06-03 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
12962
12963 * crypt/crypt-private.h: Include ufc-crypt.h.
12964 (__b64_from_24bit): Declare extern.
12965 * crypt/crypt_util.c(__b64_from_24bit): New function.
12966 (b64t): New static const variable.
12967 * crypt/md5-crypt.c (b64_from_24bit): Remove function.
12968 (b64t): Remove variable.
12969 (__md5_crypt_r): Replace b64_from_24bit with __b64_from_24bit.
12970 * crypt/sha256-crypt.c: Include crypt-private.h.
12971 (b64t): Remove variable.
12972 (__sha256_crypt_r): Remove b64_from_24bit and replace
12973 with __b64_from_24bit.
12974 * crypt/sha512-crypt.c: Likewise.
12975
d936d379
RM
129762014-06-02 Roland McGrath <roland@hack.frob.com>
12977
12978 * nptl/sysdeps/unix/sysv/linux/sh/vfork.S: Moved ...
12979 * sysdeps/unix/sysv/linux/sh/vfork.S: ... here.
12980 Label the code __libc_vfork rather than __vfork.
12981 [!NOT_IN_libc] (vfork): Define as weak alias.
12982 [!NOT_IN_libc] (__vfork): Define as strong alias, and libc_hidden_def.
12983 * sysdeps/unix/sysv/linux/sh/pt-vfork.S: New file.
12984 * nptl/sysdeps/unix/sysv/linux/sh/pt-vfork.S: File removed.
12985
9fa76613
SP
129862014-06-02 Siddhesh Poyarekar <siddhesh@redhat.com>
12987
12988 * malloc/malloc.c (malloc_info): Fix format specifier for
12989 n_mmaps.
12990
a88dadbe
W
129912014-06-02 Wilco <wdijkstr@arm.com>
12992
12993 * sysdeps/aarch64/fpu/fpu_control.h (_FPU_SETCW): Remove ISB after
12994 FPCR write.
12995
c95b3011
W
129962014-06-02 Wilco <wdijkstr@arm.com>
12997
12998 [BZ #17009]
12999 * sysdeps/aarch64/fpu/feupdateenv (feupdateenv):
13000 Rewrite to reduce FPCR/FPSR accesses.
13001
6b4d7a90
DM
130022014-06-01 David S. Miller <davem@davemloft.net>
13003
13004 * sysdeps/sparc/fpu/libm-test-ulps: Update.
13005
30f3d07c
DM
130062014-05-31 David S. Miller <davem@davemloft.net>
13007
13008 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Force computations
13009 to occur in round to nearest mode when |x| >= 2.0
13010
74f31c18
RH
130112014-05-30 Richard Henderson <rth@twiddle.net>
13012
f0712b54
RH
13013 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Remove.
13014 (PSEUDO_RET_NOERRNO): Remove.
13015 (ret): Don't redefine.
13016 (ret_NOERRNO): Define in terms of ret.
13017 (ret_ERRVAL): Likewise.
13018
74f31c18
RH
13019 * sysdeps/unix/sysv/linux/aarch64/ioctl.S (__ioctl): Remove the
13020 use of PSEUDO_RET; perform the error check directly.
13021
30477995
MM
130222014-05-30 Marko Myllynen <myllynen@redhat.com>
13023
13024 * sysdeps/x86_64/link-defines.sym (BND_SIZE): Replace __int128
13025 with __int128_t.
13026
62a58816
SP
130272014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
13028
13029 * malloc/malloc (malloc_info): Fix formatting.
13030
4d653a59
SP
130312014-05-30 Siddhesh Poyarekar <siddhesh@redhat.com>
13032 Roland McGrath <roland@hack.frob.com>
13033
13034 * malloc/malloc (malloc_info): Also print mmapped statistics.
13035
5190c17f
RM
130362014-05-30 Roland McGrath <roland@hack.frob.com>
13037
13038 * sysdeps/unix/sysv/linux/m68k/arch-fork.h: New file.
13039 * sysdeps/unix/sysv/linux/m68k/nptl/fork.c: File removed.
13040
987c0269
OB
130412014-05-30 Ondřej Bílka <neleai@seznam.cz>
13042
13043 * malloc/malloc.c (malloc_info): Inline mi_arena.
13044
af4e8ef9
RH
130452014-05-29 Richard Henderson <rth@twiddle.net>
13046
1670e207
RH
13047 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (INTERNAL_VSYSCALL_NCS):
13048 Remove comma before expanding ASM_ARGS_##nr.
13049 (INTERNAL_SYSCALL_RAW): Make _sys_result signed, instead of casting.
13050 Make _x0 a strict output; make _x8 a strict input; adjust expansion
13051 of ASM_ARGS_##nr.
13052 (CLOBBER_ARGS_0, CLOBBER_ARGS_1, CLOBBER_ARGS_2): Remove.
13053 (CLOBBER_ARGS_3, CLOBBER_ARGS_4, CLOBBER_ARGS_5): Remove.
13054 (CLOBBER_ARGS_6, CLOBBER_ARGS_7): Remove.
13055 (ASM_ARGS_1): Add leading comma.
13056
11a28aee
RH
13057 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [NOT_IN_libc]
13058 (SYSCALL_ERROR_HANDLER): Use tpidr_el0 instead of a call
13059 to __errno_location.
13060 * sysdeps/unix/sysv/linux/aarch64/nptl/localplt.data (libpthread.so):
13061 Remove the expected plt for __errno_location.
13062
a17e5ffb 13063 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
11a28aee 13064 [NOT_IN_libc] (SINGLE_THREAD_P): Use tpidr_el0 instead of a
a17e5ffb
RH
13065 call to __read_tp.
13066
b5be4597
RH
13067 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13068 Always allocate 64 bytes of stack frame. Use ldp/stp to create
13069 it and break it down.
13070 (DOCARGS_0, DOCARGS_1): Do nothing.
13071 (DOCARGS_2): Update to store into the new stack frame.
13072 (DOCARGS_3, DOCARGS_4, DOCARGS_5, DOCARGS_6): Likewise.
13073 (UNDOCARGS_1): Update to restore from the new stack frame.
13074 (UNDOCARGS_2, UNDOCARGS_3, UNDOCARGS_4): Likewise.
13075 (UNDOCARGS_5, UNDOCARGS_6): Likewise.
13076
645d44ab
RH
13077 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13078 (SINGLE_THREAD_P): New parameter for result regno.
13079 (PSEUDO): Update to match; use cbz instead of beq.
13080
a8b4f04a
RH
13081 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13082 Use ENTRY to define the _nocancel entry point. Share the syscall
13083 and syscall error check paths with the cancel path.
13084 (PSEUDO_END): New.
13085
af4e8ef9
RH
13086 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h: Adjust
13087 whitespace; tabs before and after asm mnemonics.
13088
26b0d2e1
EW
130892014-05-29 Eric Wong <normalperson@yhbt.net>
13090
13091 [BZ #15132]
13092 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
13093 Call fstat64 or stat64 internally, depending on arguments passed.
13094 Replace stat buffer argument with file descriptor argument.
13095 (INTERNAL_STATVFS): Update arguments to match __statvfs_getflags.
13096 * sysdeps/unix/sysv/linux/fstatvfs.c (fstatvfs):
13097 Pass fd to __internal_statvfs instead of calling fstat64.
13098 * sysdeps/unix/sysv/linux/fstatvfs64.c (__fstatvfs64):
13099 Pass fd to __internal_statvfs64 instead of calling fstat64.
13100 * sysdeps/unix/sysv/linux/statvfs.c (statvfs):
13101 Pass -1 to __internal_statvfs instead of calling stat64.
13102 * sysdeps/unix/sysv/linux/statvfs64.c (__statvfs64):
13103 Pass -1 to __internal_statvfs64 instead of calling stat64.
13104
1efe2bd9
RM
131052014-05-28 Roland McGrath <roland@hack.frob.com>
13106
0d3b7a19
RM
13107 * sysdeps/unix/sysv/linux/sh/clone.S: Deconditionalize the code
13108 that was previously under [RESET_PID].
13109 * nptl/sysdeps/unix/sysv/linux/sh/clone.S: File removed.
13110
1efe2bd9
RM
13111 * sysdeps/unix/sysv/linux/tile/arch-fork.h: New file.
13112 * sysdeps/unix/sysv/linux/tile/nptl/fork.c: File removed.
13113
a6bea3ca
RM
131142014-05-27 Roland McGrath <roland@hack.frob.com>
13115
30b6629e
RM
13116 * sysdeps/unix/sysv/linux/ia64/arch-fork.h: New file.
13117
a6bea3ca
RM
13118 * sysdeps/unix/sysv/linux/sh/arch-fork.h: New file.
13119 * nptl/sysdeps/unix/sysv/linux/sh/fork.c: File removed.
13120
3dfb9a5c
OB
131212014-05-27 Ondřej Bílka <neleai@seznam.cz>
13122
13123 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate code.
13124
774f9285
AS
131252014-05-27 Andreas Schwab <schwab@suse.de>
13126
13127 * csu/libc-tls.c (__libc_setup_tls): Remove second argument from
13128 TLS_INIT_TP macro.
13129 * elf/dl-load.c (_dl_map_object_from_fd): Likewise.
13130 * elf/rtld.c (init_tls, dl_main): Likewise.
13131 * nptl/sysdeps/i386/tls.h (TLS_INIT_TP): Likewise.
13132 * nptl/sysdeps/powerpc/tls.h (TLS_INIT_TP): Likewise.
13133 * nptl/sysdeps/s390/tls.h (TLS_INIT_TP): Likewise.
13134 * nptl/sysdeps/sh/tls.h (TLS_INIT_TP): Likewise.
13135 * nptl/sysdeps/sparc/tls.h (TLS_INIT_TP): Likewise.
13136 * nptl/sysdeps/x86_64/tls.h (TLS_INIT_TP): Likewise.
13137 * sysdeps/aarch64/nptl/tls.h (TLS_INIT_TP): Likewise.
13138 * sysdeps/alpha/nptl/tls.h (TLS_INIT_TP): Likewise.
13139 * sysdeps/arm/nptl/tls.h (TLS_INIT_TP): Likewise.
13140 * sysdeps/hppa/nptl/tls.h (TLS_INIT_TP): Likewise.
13141 * sysdeps/ia64/nptl/tls.h (TLS_INIT_TP): Likewise.
13142 * sysdeps/m68k/nptl/tls.h (TLS_INIT_TP): Likewise.
13143 * sysdeps/mach/hurd/i386/tls.h (_hurd_tls_init): Likewise.
13144 * sysdeps/microblaze/nptl/tls.h (TLS_INIT_TP): Likewise.
13145 * sysdeps/mips/nptl/tls.h (TLS_INIT_TP): Likewise.
13146 * sysdeps/tile/nptl/tls.h (TLS_INIT_TP): Likewise.
13147 * sysdeps/generic/tls.h: Update description.
13148
36ffe739
WN
131492014-05-27 Will Newton <will.newton@linaro.org>
13150
13151 [BZ #16990]
13152 * sysdeps/arm/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Save
13153 and restore r2 rather than just restoring.
13154
2482ae43
SP
131552014-05-27 Siddhesh Poyarekar <siddhesh@redhat.com>
13156
13157 [BZ #16724]
13158 * libio/tst-ftell-append.c: New test case.
13159 * libio/Makefile (tests): Add test case.
13160 * libio/fileops.c (do_ftell): Don't trust _IO_read_end when in
13161 append mode.
13162 * libio/wfileops.c (do_ftell_wide): Likewise.
13163
3d1024e8
AZ
131642014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13165
bab90016
AZ
13166 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13167
c7a8d667
AZ
13168 * nptl/sysdeps/unix/sysv/linux/powerpc/Versions: Remove, merge into
13169 ...
13170 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions: ... here.
13171 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
13172 * nptl/sysdeps/unix/sysv/linux/powerpc/Makefile: Moved rules to ...
13173 * sysdeps/unix/sysv/linux/powerpc/Makefile: ... here.
13174 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: Moved ...
13175 * sysdeps/unix/sysv/linux/powerpc/bits/local_lim.h: ... here.
13176 * nptl/sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: Moved ...
13177 * sysdeps/unix/sysv/linux/powerpc/lowlevellock.h: ...here.
13178 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h:
13179 Moved ...
13180 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep-cancel.h: ... here.
13181 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h:
13182 Moved ...
13183 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep-cancel.h: ... here.
13184 * nptl/sysdeps/unix/sysv/linux/powerpc/createthread.c: Moved ...
13185 * sysdeps/unix/sysv/linux/powerpc/createthread.c: ... here.
13186 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Moved ...
13187 * sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: ... here.
13188 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: Moved
13189 ...
13190 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstack.c: ... here.
13191 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c:
13192 Moved ...
13193 * sysdeps/unix/sysv/linux/powerpc/pthread_attr_setstacksize.c: ...
13194 here.
13195 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: Moved
13196 ...
13197 * sysdeps/unix/sysv/linux/powerpc/pthread_spin_unlock.c: ... here.
13198 * nptl/sysdeps/unix/sysv/linux/powerpc/sem_post.c: Moved ...
13199 * sysdeps/unix/sysv/linux/powerpc/sem_post.c: ... here.
13200
daee7851
AZ
13201 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Moved ...
13202 * sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: ... here.
13203 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: Moved ...
13204 * sysdeps/unix/sysv/linux/powerpc/bits/semaphore.h: ... here.
13205
50a40819
AZ
13206 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Remove,
13207 merge into ...
13208 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: ... here.
13209 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: Moved
13210 ...
13211 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c: ... here.
13212 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: Moved
13213 ...
13214 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c: ... here.
13215 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
13216 Moved ...
13217 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c: ...
13218 here.
13219 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
13220 Moved ...
13221 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c: ... here.
13222 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
13223 Moved ...
13224 * sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c: ... here.
13225
8464c2a1
AZ
13226 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Remove
13227 conditional [RESET_PID].
13228 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Likewise.
13229 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: File
13230 removed.
13231 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: File
13232 removed.
13233
3d1024e8
AZ
13234 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: Include
13235 <tcb-offsets.h>.
13236 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
13237 (__libc_vfork): New strong alias.
13238 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/pt-vfork.S: File
13239 removed.
13240 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S: File
13241 Removed.
13242
13243 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: Include
13244 <tcb-offsets.h>.
13245 (__vfork): Incorporate save/retore of PID from nptl/vfork.S here.
13246 (__libc_vfork): New strong alias.
13247 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/pt-vfork.S: File
13248 removed.
13249 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S: File
13250 removed.
13251
fdfd175d
CD
132522014-05-26 Carlos O'Donell <carlos@redhat.com>
13253
13254 * malloc/malloc.c (mi_arena): New function.
13255 (malloc_info): Remove nested function mi_arena. Call non-nosted
13256 function mi_arena.
13257
d298c416
AZ
132582014-05-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13259
13260 * sysdeps/powerpc/powerpc32/power4/memset.S (memset): Replace insrdi
13261 by insrwi.
13262 * sysdeps/powerpc/powerpc32/power6/memset.S (memset): Likewise.
13263 * sysdeps/powerpc/powerpc32/power7/memset.S (memset): Likewise.
13264 * sysdeps/powerpc/powerpc32/power7/memchr.S (memchr): Likewise.
13265 * sysdeps/powerpc/powerpc32/power7/memrchr.S (memrchr): Likewise.
13266 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S (rawmemchr): Likewise.
13267 * sysdeps/powerpc/powerpc32/power7/strchr.S (strchr): Likewise.
13268 * sysdeps/powerpc/powerpc32/power7/strchrnul.S (strchrnul): Likewise.
13269
b60ea6ff
AS
132702014-05-26 Andreas Schwab <schwab@suse.de>
13271
13272 [BZ #16984]
13273 * locale/programs/repertoire.c (repertoire_read): Add slash
13274 between I18NPATH element and file name.
13275 * locale/programs/locfile.c (locfile_read): Likewise.
13276
67365926
SL
132772014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
13278
13279 * nptl/pthread_mutexattr_settype.c
13280 (__pthread_mutexattr_settype):
13281 Disable lock elision for PTHREAD_MUTEX_NORMAL.
13282
f8bdf1f0
SL
132832014-05-26 Stefan Liebler <stli@linux.vnet.ibm.com>
13284
13285 * nptl/tst-mutex5 (do_test):
13286 Use #ifndef ENABLE_LOCK_ELISION instead of #ifdef.
13287
15eaf6ff
SP
132882014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
13289
13290 * benchtests/README: Document 'init' directive.
13291 * benchtests/bench-skeleton.c (main) [BENCH_INIT]: Call
13292 BENCH_INIT.
13293 * scripts/bench.py (gen_source): Define BENCH_INIT macro.
13294 (parse_file): Recognize 'init' directive.
13295
75f11331
KM
132962014-05-26 Kyle McMartin <kyle@redhat.com>
13297
13298 [BZ #16796]
13299 * sysdeps/aarch64/nptl/tls.h: increase TCB alignment to the
13300 alignment of struct pthread.
13301
c3ec475c
SP
133022014-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
13303
13304 [BZ #16878]
13305 * nscd/netgroupcache.c (addgetnetgrentX): Look for
13306 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13307 * nscd/nss_files/files-netgrp.c (_nss_netgroup_parseline): Use
13308 NSS_STATUS_TRYAGAIN to indicate insufficient buffer space.
13309
82aab97c
RH
133102014-05-25 Richard Henderson <rth@twiddle.net>
13311
aa2f176d
RH
13312 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13313 (SINGLE_THREAD_P_PIC): Remove.
13314 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h
13315 (SINGLE_THREAD_P_PIC): Remove.
13316
ca3cfa40
RH
13317 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (PSEUDO_RET): Move
13318 branch to syscall error ...
13319 (PSEUDO): ... here.
13320 [NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Rename the label
13321 from __local_syscall_error to .Lsyscall_error.
13322 [!NOT_IN_libc] (SYSCALL_ERROR_HANDLER): Branch to __syscall_error.
13323 (SYSCALL_ERROR): Update label name.
13324
6e6c2d01
RH
13325 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13326 Do not use DOARGS/UNDOARGS.
13327 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Likewise.
13328 (DOARGS_0, DOARGS_1, DOARGS_2, DOARGS_3): Remove.
13329 (DOARGS_4, DOARGS_5, DOARGS_6, DOARGS_7): Remove.
13330 (UNDOARGS_0, UNDOARGS_1, UNDOARGS_2, UNDOARGS_3): Remove.
13331 (UNDOARGS_4, UNDOARGS_5, UNDOARGS_6, UNDOARGS_7): Remove.
13332
c69abcee
RH
13333 * sysdeps/unix/sysv/linux/aarch64/sysdep.h (DO_CALL): Fix
13334 block comment.
13335
82aab97c
RH
13336 * sysdeps/unix/sysv/linux/alpha/vfork.S (vfork, __vfork): Only
13337 define if !NOT_IN_libc.
13338 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S (vfork, __vfork): Only
13339 define with non-default symbol versions.
13340
8820e3ac
RH
133412014-05-23 Richard Henderson <rth@twiddle.net>
13342
900e445f
RH
13343 * nptl/pt-vfork.c (vfork_resolve): Rename from vfork_ifunc.
13344 (vfork, __vfork): Define via compat_symbol.
13345
8820e3ac
RH
13346 * nptl/pt-vfork.c: Error if !HAVE_IFUNC.
13347 [!HAVE_IFUNC] (vfork_compat): Remove.
13348 [!HAVE_IFUNC] (DEFINE_VFORK): Remove.
13349
e59252a5
JM
133502014-05-23 Joseph Myers <joseph@codesourcery.com>
13351
13352 [BZ #16978]
13353 * posix/tar.h [!__USE_XOPEN2K] (TSVTX): Define macro.
13354 * conform/Makefile (test-xfail-POSIX/tar.h/conform): Remove
13355 variable.
13356
132c7f5f
RH
133572014-05-23 Richard Henderson <rth@twiddle.net>
13358
bc89e962
RH
13359 * sysdeps/unix/sysv/linux/alpha/nptl/Makefile: Merge into...
13360 * sysdeps/unix/sysv/linux/alpha/Makefile: ... here.
13361 * sysdeps/unix/sysv/linux/alpha/nptl/Versions: Merge into...
13362 * sysdeps/unix/sysv/linux/alpha/Versions: ... here.
13363
13364 * sysdeps/unix/sysv/linux/alpha/nptl/aio_cancel.c: Moved ...
13365 * sysdeps/unix/sysv/linux/alpha/aio_cancel.c: ... here.
13366 * sysdeps/unix/sysv/linux/alpha/nptl/bits/local_lim.h: Moved ...
13367 * sysdeps/unix/sysv/linux/alpha/bits/local_lim.h: ... here.
13368 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h: Moved ...
13369 * sysdeps/unix/sysv/linux/alpha/bits/pthreadtypes.h: ... here.
13370 * sysdeps/unix/sysv/linux/alpha/nptl/bits/semaphore.h: Moved ...
13371 * sysdeps/unix/sysv/linux/alpha/bits/semaphore.h: ... here.
13372 * sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data: Moved ...
13373 * sysdeps/unix/sysv/linux/alpha/c++-types.data: ... here.
13374 * sysdeps/unix/sysv/linux/alpha/nptl/createthread.c: Moved ...
13375 * sysdeps/unix/sysv/linux/alpha/createthread.c: ... here.
13376 * sysdeps/unix/sysv/linux/alpha/nptl/ld.abilist: Moved ...
13377 * sysdeps/unix/sysv/linux/alpha/ld.abilist: ... here.
13378 * sysdeps/unix/sysv/linux/alpha/nptl/libBrokenLocale.abilist: Moved ...
13379 * sysdeps/unix/sysv/linux/alpha/libBrokenLocale.abilist: ... here.
13380 * sysdeps/unix/sysv/linux/alpha/nptl/libanl.abilist: Moved ...
13381 * sysdeps/unix/sysv/linux/alpha/libanl.abilist: ... here.
13382 * sysdeps/unix/sysv/linux/alpha/nptl/libc.abilist: Moved ...
13383 * sysdeps/unix/sysv/linux/alpha/libc.abilist: ... here.
13384 * sysdeps/unix/sysv/linux/alpha/nptl/libcrypt.abilist: Moved ...
13385 * sysdeps/unix/sysv/linux/alpha/libcrypt.abilist: ... here.
13386 * sysdeps/unix/sysv/linux/alpha/nptl/libdl.abilist: Moved ...
13387 * sysdeps/unix/sysv/linux/alpha/libdl.abilist: ... here.
13388 * sysdeps/unix/sysv/linux/alpha/nptl/libm.abilist: Moved ...
13389 * sysdeps/unix/sysv/linux/alpha/libm.abilist: ... here.
13390 * sysdeps/unix/sysv/linux/alpha/nptl/libnsl.abilist: Moved ...
13391 * sysdeps/unix/sysv/linux/alpha/libnsl.abilist: ... here.
13392 * sysdeps/unix/sysv/linux/alpha/nptl/libpthread.abilist: Moved ...
13393 * sysdeps/unix/sysv/linux/alpha/libpthread.abilist: ... here.
13394 * sysdeps/unix/sysv/linux/alpha/nptl/libresolv.abilist: Moved ...
13395 * sysdeps/unix/sysv/linux/alpha/libresolv.abilist: ... here.
13396 * sysdeps/unix/sysv/linux/alpha/nptl/librt.abilist: Moved ...
13397 * sysdeps/unix/sysv/linux/alpha/librt.abilist: ... here.
13398 * sysdeps/unix/sysv/linux/alpha/nptl/libthread_db.abilist: Moved ...
13399 * sysdeps/unix/sysv/linux/alpha/libthread_db.abilist: ... here.
13400 * sysdeps/unix/sysv/linux/alpha/nptl/libutil.abilist: Moved ...
13401 * sysdeps/unix/sysv/linux/alpha/libutil.abilist: ... here.
13402 * sysdeps/unix/sysv/linux/alpha/nptl/localplt.data: Moved ...
13403 * sysdeps/unix/sysv/linux/alpha/localplt.data: ... here.
13404 * sysdeps/unix/sysv/linux/alpha/nptl/lowlevellock.h: Moved ...
13405 * sysdeps/unix/sysv/linux/alpha/lowlevellock.h: ... here.
13406 * sysdeps/unix/sysv/linux/alpha/nptl/sem_post.c: Moved ...
13407 * sysdeps/unix/sysv/linux/alpha/sem_post.c: ... here.
13408 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h: Moved ...
13409 * sysdeps/unix/sysv/linux/alpha/sysdep-cancel.h: ... here.
13410 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Moved ...
13411 * sysdeps/unix/sysv/linux/alpha/timer_create.c: ... here.
13412 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Moved ...
13413 * sysdeps/unix/sysv/linux/alpha/timer_delete.c: ... here.
13414 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Moved ...
13415 * sysdeps/unix/sysv/linux/alpha/timer_getoverr.c: ... here.
13416 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Moved ...
13417 * sysdeps/unix/sysv/linux/alpha/timer_gettime.c: ... here.
13418 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Moved ...
13419 * sysdeps/unix/sysv/linux/alpha/timer_settime.c: ... here.
13420
e2fa4bc2
RH
13421 * sysdeps/unix/sysv/linux/alpha/syscalls.list: Remove vfork.
13422 * sysdeps/unix/sysv/linux/alpha/nptl/vfork.S: Move file ...
13423 * sysdeps/unix/sysv/linux/alpha/vfork.S: ... here. Restore PID
13424 before exiting on error.
13425 (__libc_vfork): New strong alias.
13426 * sysdeps/unix/sysv/linux/alpha/nptl/pt-vfork.S: Remove file.
13427 * sysdeps/unix/sysv/linux/alpha/pt-vfork.S: New file.
13428
279b24e2
RH
13429 * sysdeps/unix/sysv/linux/alpha/clone.S: Deconditionalize the code
13430 that was previously under [RESET_PID].
13431 * sysdeps/unix/sysv/linux/alpha/nptl/clone.S: File removed.
13432
132c7f5f
RH
13433 * sysdeps/unix/sysv/linux/alpha/nptl/fork.c: Remove file.
13434
b72592e7
JM
134352014-05-23 Joseph Myers <joseph@codesourcery.com>
13436
13437 [BZ #16977]
13438 * sysdeps/i386/fpu/e_log10.S (__ieee754_log10): Take absolute
13439 value when x - 1 is zero.
13440 * sysdeps/i386/fpu/e_log10f.S (__ieee754_log10f): Likewise.
13441 * sysdeps/i386/fpu/e_log10l.S (__ieee754_log10l): Likewise.
13442 * sysdeps/ieee754/ldbl-128/e_log10l.c (__ieee754_log10l): Return
13443 0.0L for an argument of 1.0L.
13444 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l):
13445 Likewise.
13446 * sysdeps/x86_64/fpu/e_log10l.S (__ieee754_log10l): Take absolute
13447 value when x - 1 is zero.
13448 * math/libm-test.inc (log10_test): Use ALL_RM_TEST.
13449 * sysdeps/i386/fpu/libm-test-ulps: Update.
13450 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
13451
2302d679
RV
134522014-05-23 Rasmus Villemoes <rv@rasmusvillemoes.dk>
13453
13454 * manual/filesys.texi (Scanning Directory Content): Fix prototype of
13455 alphasort and versionsort.
13456
32999d63
AZ
134572014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13458
13459 * sysdeps/powerpc/fpu/math_private.h [copysign]: Remove unneeded
13460 macro.
13461 [copysignf]: Likewise.
13462
019324d0
SP
134632014-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
13464
13465 * crypt/md5-crypt.c: Fix formatting.
13466
34fff5c2
KS
134672014-05-22 Kostya Serebryany <konstantin.s.serebryany@gmail.com>
13468
13469 * crypt/md5-crypt.c (__md5_crypt_r): Remove a nested function.
13470 (b64_from_24bit): New function.
13471
3d2badac
AZ
134722014-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13473
13474 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c (memchr): Remove
13475 libc_hidden_builtin_def to ifunc.
13476 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
13477 [libc_hidden_builtin_def]: Define hidden definition to __memchr_ppc32.
13478
f7bb179f 134792014-05-21 Roland McGrath <roland@hack.frob.com>
df54acbb
RM
13480
13481 * sysdeps/unix/sysv/linux/aarch64/arch-fork.h: New file.
13482 * sysdeps/unix/sysv/linux/aarch64/nptl/fork.c: File removed.
13483
4134b50d
JM
134842014-05-21 Joseph Myers <joseph@codesourcery.com>
13485
bb7d0337
JM
13486 * nscd/Depend (linuxthreads): Remove.
13487 (nptl): Add.
13488 * resolv/Depend (linuxthreads): Remove.
13489 * rt/Depend (linuxthreads): Remove.
13490
4134b50d
JM
13491 * Makeconfig [$(build-hardcoded-path-in-tests) = yes]
13492 (rtld-tests-LDFLAGS): Use $(elf-objpfx) instead of
13493 $(common-objpfx)elf/.
13494 (link-libc-before-gnulib): Likewise.
13495 (elfobjdir): Remove variable.
13496 * Makefile (install): Use $(elf-objpfx) instead of
13497 $(common-objpfx)elf/.
13498 * Makerules (link-libc-args): Use $(elf-objpfx) instead of
13499 $(elfobjdir)/.
13500 (link-libc-deps): Likewise.
13501 ($(common-objpfx)libc.so): Likewise.
13502 ($(common-objpfx)linkobj/libc.so): Likewise.
13503 [$(cross-compiling) = no] (symbolic-link-prog): Use $(elf-objpfx)
13504 instead of $(common-objpfx)elf/.
13505 (symbolic-link-list): Likewise.
13506 * iconvdata/Makefile ($(inst_gconvdir)/gconv-modules)
13507 [$(cross-compiling) = no]: Likewise.
13508 * sysdeps/arm/Makefile (gnulib-arch): Use $(elf-objpfx) instead of
13509 $(elfobjdir)/.
13510 (static-gnulib-arch): Likewise.
13511 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules)
13512 [$(cross-compiling) = no]: Use $(elf-objpfx) instead of
13513 $(common-objpfx)elf/.
13514
3612eb8f
RH
135152014-05-21 Richard Henderson <rth@redhat.com>
13516
a6b3657b
RH
13517 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h
13518 (SINGLE_THREAD_P): Use the correct width load. Fold
13519 into the ldr offset.
13520
3612eb8f
RH
13521 * sysdeps/unix/sysv/linux/aarch64/sysdep.h [RTLD_PRIVATE_ERRNO]
13522 (SYSCALL_ERROR_HANDLER): Fold add insn into str offset.
13523
175cef41
JM
135242014-05-20 Joseph Myers <joseph@codesourcery.com>
13525
13526 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c
13527 (libgcc_s_resume): Use __attribute_used__.
13528 * sysdeps/unix/sysv/linux/arm/unwind-resume.c (libgcc_s_resume):
13529 Likewise.
13530
e13bccd3
AZ
135312014-05-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13532
13533 * sysdeps/powerpc/fpu/math_private.h [__copysignf]: Fix copysign macro
13534 optimization when used with float constants.
13535
7c112a38
AZ
13536 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
13537
ae75a883
AJ
135382014-05-20 Aurelien Jarno <aurelien@aurel32.net>
13539
13540 [BZ #16915]
13541 * locale/nl_langinfo_l.c: Make direct reference to every
13542 _nl_current_CATEGORY symbol.
13543 * localedata/Makefile (test-srcs): Add tst-langinfo-static.
13544 (tests-static): Add tst-langinfo-static.
13545 (tests-special): Add tst-langinfo-static.out.
13546 ($(objpfx)tst-langinfo.out): Redirect output.
13547 ($(objpfx)tst-langinfo-static.out): New.
13548 * localedata/tst-langinfo.sh: Send output to stdout.
13549 * localedata/tst-langinfo-static.c: New file.
13550
4406c41c
AJ
13551 [BZ #16965]
13552 * stdlib/strtod_l.c (round_and_return): Add code to shift limbs
13553 when the shift amount is modulo the limb size.
13554
4c0a1e63
RH
135552014-05-20 Richard Henderson <rth@redhat.com>
13556
de9d8f20
RH
13557 [BZ #16967]
13558 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h (struct sigaction):
13559 Change type of sa_flags from unsigned int to int.
13560
4c0a1e63
RH
13561 [BZ #16966]
13562 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Remove file.
57cce706
RH
13563
13564 * sysdeps/alpha/dl-machine.h (ELF_MACHINE_NO_RELA): Define.
13565
a60339aa
WN
135662014-05-20 Will Newton <will.newton@linaro.org>
13567
13568 * sysdeps/unix/sysv/linux/aarch64/nptl/sysdep-cancel.h (PSEUDO):
13569 Test the return value of the system call in the nocancel case.
13570
7d05a816
YR
135712014-05-20 Will Newton <will.newton@linaro.org>
13572 Yvan Roux <yvan.roux@linaro.org>
13573
13574 * sysdeps/unix/sysv/linux/aarch64/sys/user.h: Remove unused
13575 #include of asm/ptrace.h.
13576 (PTRACE_GET_THREAD_AREA): Remove #undef.
13577 (PTRACE_GETHBPREGS): Likewise.
13578 (PTRACE_SETHBPREGS): Likewise.
13579 (struct user_regs_struct): New structure.
13580 (struct user_fpsimd_struct): New structure.
13581 * sysdeps/unix/sysv/linux/aarch64/sys/procfs.h: Remove unused
13582 #include of asm/ptrace.h and second #include of sys/user.h.
13583 (PTRACE_GET_THREAD_AREA): Remove #undef.
13584 (PTRACE_GETHBPREGS): Likewise.
13585 (PTRACE_SETHBPREGS): Likewise.
13586 (ELF_NGREG): Use new struct user_regs_struct.
13587 (elf_fpregset_t): Use new struct user_fpsimd_struct.
13588
af121e37
AZ
135892014-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13590
13591 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypof.c: Moved ...
13592 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c: ... here.
13593
834caf06
JM
135942014-05-17 Jose E. Marchesi <jose.marchesi@oracle.com>
13595
13596 [BZ #16958]
13597 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Add missing
13598 membar to avoid block loads/stores to overlap previous stores.
13599
e184a918
RH
136002014-05-17 Richard Henderson <rth@redhat.com>
13601
13602 * sysdeps/unix/sysv/linux/alpha/nptl/sysdep-cancel.h (PSEUDO):
13603 Create the __##syscall_name##_nocancel entry point.
13604 * sysdeps/unix/sysv/linux/alpha/sigsuspend.S (__sigsuspend_nocancel):
13605 Remove; let the sysdep-cancel.h code create it.
13606
f56c7a6a
DM
136072014-05-17 David S. Miller <davem@davemloft.net>
13608
13609 * sysdeps/unix/sysv/linux/sparc/bits/termios.h (PAGEOUT, WRAP):
13610 Protect with __USE_GNU.
13611 (TIOCSET_TEMPT): Likewise.
13612 (TIOCM_LE, TIOCM_DTR, TIOCM_RTS, TIOCM_ST, TIOCM_SR, TIOCM_CTS,
13613 TIOCM_CAR, TIOCM_RNG, TIOCM_DSR, TIOCM_CD, TIOCM_RI): Remove as
13614 these are already provided in bits/ioctl-types.h
13615
f75616b2
RM
136162014-05-16 Roland McGrath <roland@hack.frob.com>
13617
3edeca86
RM
13618 * sysdeps/unix/sysv/linux/alpha/arch-fork.h: New file.
13619 * sysdeps/unix/sysv/linux/ia64/nptl/fork.c: File removed.
13620
f75616b2
RM
13621 * sysdeps/unix/sysv/linux/not-cancel.h (waitpid_not_cancel):
13622 Use wait4 regardless of [__NR_waitpid].
13623
deb0f7f6
MR
136242014-05-16 Maciej W. Rozycki <macro@codesourcery.com>
13625
13626 PR libgcc/60166
13627 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
13628 (_FP_NANSIGN_Q): Set the quiet bit.
13629
79520f4b
JM
136302014-05-16 Joseph Myers <joseph@codesourcery.com>
13631
13632 * benchtests/Makefile
13633 ($(addprefix $(objpfx)bench-,$(bench-math))): Depend on $(libm),
13634 not $(common-objpfx)math/libm.so.
13635 ($(addprefix $(objpfx)bench-,$(bench-pthread))): Depend on
13636 $(shared-thread-library), not $(common-objpfx)nptl/libpthread.so.
13637 * elf/Makefile ($(objpfx)noload): Depend on $(libdl), not
13638 $(common-objpfx)dlfcn/libdl.so.
13639 ($(objpfx)tst-audit8): Depend on $(libm), not
13640 $(common-objpfx)math/libm.so.
13641 * malloc/Makefile ($(objpfx)libmemusage.so): Depend on $(libdl),
13642 not $(common-objpfx)dlfcn/libdl.so.
13643 * math/Makefile
13644 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
13645 Depend on $(libm), not $(objpfx)libm.so. Do not condition on
13646 [$(build-shared) = yes].
13647 ($(objpfx)test-fenv-tls): Depend on $(shared-thread-library), not
13648 $(common-objpfx)nptl/libpthread.so.
13649 * misc/Makefile ($(objpfx)tst-tsearch): Depend on $(libm), not
13650 $(common-objpfx)math/libm.so$(libm.so-version) or
13651 $(common-objpfx)math/libm.a depending on [$(build-shared) = yes].
13652 * nptl/Makefile ($(objpfx)tst-unload): Depend on $(libdl), not
13653 $(common-objpfx)dlfcn/libdl.so.
13654 * setjmp/Makefile (link-libm): Remove variable.
13655 ($(objpfx)tst-setjmp-fp): Depend on $(libm), not $(link-libm).
13656 * stdio-common/Makefile (link-libm): Remove variable.
13657 ($(objpfx)tst-printf-round): Depend on $(libm), not $(link-libm).
13658 * stdlib/Makefile (link-libm): Remove variable.
13659 ($(objpfx)bug-getcontext): Depend on $(libm), not $(link-libm).
13660 ($(objpfx)tst-strtod-round): Likewise.
13661 ($(objpfx)tst-tininess): Likewise.
13662 ($(objpfx)tst-strtod-underflow): Likewise.
13663 ($(objpfx)tst-strtod6): Likewise.
13664 ($(objpfx)tst-tls-atexit): Depend on $(shared-thread-library) and
13665 $(libdl), not $(common-objpfx)nptl/libpthread.so and
13666 $(common-objpfx)dlfcn/libdl.so.
13667
026b0fe4
AZ
136682014-05-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
13669
13670 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_MISC]: Guard
13671 BSD terminal modes definitions.
13672
def4bcb2
RM
136732014-05-16 Roland McGrath <roland@hack.frob.com>
13674
fe39b021
RM
13675 * sysdeps/unix/sysv/linux/arm/arch-fork.h: New file.
13676 * sysdeps/unix/sysv/linux/arm/fork.c: File removed.
13677
1d1fc46e 13678 * sysdeps/unix/sysv/linux/arch-fork.h: New file.
def4bcb2
RM
13679 * sysdeps/unix/sysv/linux/i386/fork.h: Moved ...
13680 * sysdeps/unix/sysv/linux/i386/arch-fork.h: ... here.
13681 Don't do #include_next.
13682 * sysdeps/unix/sysv/linux/x86_64/fork.h: Moved ...
13683 * sysdeps/unix/sysv/linux/x86_64/arch-fork.h: ... here.
13684 Don't do #include_next.
13685 * sysdeps/unix/sysv/linux/mips/arch-fork.h: New file.
13686 * sysdeps/unix/sysv/linux/mips/fork.h: File removed.
13687 * sysdeps/unix/sysv/linux/powerpc/arch-fork.h: New file.
13688 * sysdeps/unix/sysv/linux/powerpc/fork.h: File removed.
13689
c72399fb
AM
136902014-05-16 Allan McRae <allan@archlinux.org>
13691
d51d659d
AM
13692 * po/sv.po: Update Swedish translation from translation project.
13693
c72399fb
AM
13694 * timezone/Makefile ($(objpfx)tzselect): Use correct variable
13695 in sed expression.
13696
d0583c40
AJ
136972014-05-16 Aurelien Jarno <aurelien@aurel32.net>
13698
13699 [BZ #16917]
13700 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal): Return
13701 errno if the TIOCGPTN ioctl fails with an error different than
13702 EINVAL.
13703 * login/tst-ptsname.c: New file.
13704 * login/Makefile (tests): Add tst-ptsname.
13705
d16e6ec7
AJ
13706 [BZ #16943]
13707 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Declare prlimit
13708 and prlimit64.
13709
cf26a0cb
SP
137102014-05-15 Siddhesh Poyarekar <siddhesh@redhat.com>
13711
13712 [BZ #16849]
13713 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only check for
13714 herrno to return EAI_AGAIN.
13715
5675da1e
RM
137162014-05-14 Roland McGrath <roland@hack.frob.com>
13717
a5d87b3d
RM
13718 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: Moved ...
13719 * sysdeps/unix/sysv/linux/i386/c++-types.data: ... here.
13720 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: Moved ...
13721 * sysdeps/unix/sysv/linux/i386/ld.abilist: ... here.
13722 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: Moved ...
13723 * sysdeps/unix/sysv/linux/i386/libBrokenLocale.abilist: ... here.
13724 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: Moved ...
13725 * sysdeps/unix/sysv/linux/i386/libanl.abilist: ... here.
13726 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Moved ...
13727 * sysdeps/unix/sysv/linux/i386/libc.abilist: ... here.
13728 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: Moved ...
13729 * sysdeps/unix/sysv/linux/i386/libcrypt.abilist: ... here.
13730 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: Moved ...
13731 * sysdeps/unix/sysv/linux/i386/libdl.abilist: ... here.
13732 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: Moved ...
13733 * sysdeps/unix/sysv/linux/i386/libm.abilist: ... here.
13734 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: Moved ...
13735 * sysdeps/unix/sysv/linux/i386/libnsl.abilist: ... here.
13736 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Moved ...
13737 * sysdeps/unix/sysv/linux/i386/libpthread.abilist: ... here.
13738 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: Moved ...
13739 * sysdeps/unix/sysv/linux/i386/libresolv.abilist: ... here.
13740 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: Moved ...
13741 * sysdeps/unix/sysv/linux/i386/librt.abilist: ... here.
13742 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: Moved ...
13743 * sysdeps/unix/sysv/linux/i386/libthread_db.abilist: ... here.
13744 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: Moved ...
13745 * sysdeps/unix/sysv/linux/i386/libutil.abilist: ... here.
13746 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: Moved ...
13747 * sysdeps/unix/sysv/linux/i386/localplt.data: ... here.
13748 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: Moved ...
13749 * sysdeps/unix/sysv/linux/x86_64/64/c++-types.data: ... here.
13750 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Moved ...
13751 * sysdeps/unix/sysv/linux/x86_64/64/ld.abilist: ... here.
13752 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
13753 Moved ...
13754 * sysdeps/unix/sysv/linux/x86_64/64/libBrokenLocale.abilist: ... here.
13755 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Moved ...
13756 * sysdeps/unix/sysv/linux/x86_64/64/libanl.abilist: ... here.
13757 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Moved ...
13758 * sysdeps/unix/sysv/linux/x86_64/64/libc.abilist: ... here.
13759 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Moved ...
13760 * sysdeps/unix/sysv/linux/x86_64/64/libcrypt.abilist: ... here.
13761 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Moved ...
13762 * sysdeps/unix/sysv/linux/x86_64/64/libdl.abilist: ... here.
13763 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Moved ...
13764 * sysdeps/unix/sysv/linux/x86_64/64/libm.abilist: ... here.
13765 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Moved ...
13766 * sysdeps/unix/sysv/linux/x86_64/64/libnsl.abilist: ... here.
13767 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist: Moved ...
13768 * sysdeps/unix/sysv/linux/x86_64/64/libpthread.abilist: ... here.
13769 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist: Moved ...
13770 * sysdeps/unix/sysv/linux/x86_64/64/libresolv.abilist: ... here.
13771 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Moved ...
13772 * sysdeps/unix/sysv/linux/x86_64/64/librt.abilist: ... here.
13773 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist: Moved ...
13774 * sysdeps/unix/sysv/linux/x86_64/64/libthread_db.abilist: ... here.
13775 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Moved ...
13776 * sysdeps/unix/sysv/linux/x86_64/64/libutil.abilist: ... here.
13777 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data: Moved ...
13778 * sysdeps/unix/sysv/linux/x86_64/x32/c++-types.data: ... here.
13779 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: Moved ...
13780 * sysdeps/unix/sysv/linux/x86_64/x32/ld.abilist: ... here.
13781 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
13782 Moved ...
13783 * sysdeps/unix/sysv/linux/x86_64/x32/libBrokenLocale.abilist: ... here.
13784 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist: Moved ...
13785 * sysdeps/unix/sysv/linux/x86_64/x32/libanl.abilist: ... here.
13786 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Moved ...
13787 * sysdeps/unix/sysv/linux/x86_64/x32/libc.abilist: ... here.
13788 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist: Moved ...
13789 * sysdeps/unix/sysv/linux/x86_64/x32/libcrypt.abilist: ... here.
13790 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist: Moved ...
13791 * sysdeps/unix/sysv/linux/x86_64/x32/libdl.abilist: ... here.
13792 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist: Moved ...
13793 * sysdeps/unix/sysv/linux/x86_64/x32/libm.abilist: ... here.
13794 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist: Moved ...
13795 * sysdeps/unix/sysv/linux/x86_64/x32/libnsl.abilist: ... here.
13796 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist: Moved ...
13797 * sysdeps/unix/sysv/linux/x86_64/x32/libpthread.abilist: ... here.
13798 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist: Moved ...
13799 * sysdeps/unix/sysv/linux/x86_64/x32/libresolv.abilist: ... here.
13800 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist: Moved ...
13801 * sysdeps/unix/sysv/linux/x86_64/x32/librt.abilist: ... here.
13802 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
13803 Moved ...
13804 * sysdeps/unix/sysv/linux/x86_64/x32/libthread_db.abilist: ... here.
13805 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist: Moved ...
13806 * sysdeps/unix/sysv/linux/x86_64/x32/libutil.abilist: ... here.
13807
039890a6
RM
13808 * nptl/sysdeps/unix/sysv/linux/x86/Makefile: File removed.
13809 * sysdeps/unix/sysv/linux/x86/Makefile [$(subdir) = nptl]
13810 (libpthread-sysdep_routines): Add elision-related stuff here instead.
13811 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.c: Moved ...
13812 * sysdeps/unix/sysv/linux/x86/elision-conf.c: ... here.
13813 * nptl/sysdeps/unix/sysv/linux/x86/elision-conf.h: Moved ...
13814 * sysdeps/unix/sysv/linux/x86/elision-conf.h: ... here.
13815 * nptl/sysdeps/unix/sysv/linux/x86/elision-lock.c: Moved ...
13816 * sysdeps/unix/sysv/linux/x86/elision-lock.c: ... here.
13817 * nptl/sysdeps/unix/sysv/linux/x86/elision-timed.c: Moved ...
13818 * sysdeps/unix/sysv/linux/x86/elision-timed.c: ... here.
13819 * nptl/sysdeps/unix/sysv/linux/x86/elision-trylock.c: Moved ...
13820 * sysdeps/unix/sysv/linux/x86/elision-trylock.c: ... here.
13821 * nptl/sysdeps/unix/sysv/linux/x86/elision-unlock.c: Moved ...
13822 * sysdeps/unix/sysv/linux/x86/elision-unlock.c: ... here.
13823 * nptl/sysdeps/unix/sysv/linux/x86/force-elision.h: Moved ...
13824 * sysdeps/unix/sysv/linux/x86/force-elision.h: ... here.
13825 * nptl/sysdeps/unix/sysv/linux/x86/hle.h: Moved ...
13826 * sysdeps/unix/sysv/linux/x86/hle.h: ... here.
13827 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.c: Moved ...
13828 * sysdeps/unix/sysv/linux/x86/init-arch.c: ... here.
13829 * nptl/sysdeps/unix/sysv/linux/x86/init-arch.h: Moved ...
13830 * sysdeps/unix/sysv/linux/x86/init-arch.h: ... here.
13831 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: Moved ...
13832 * sysdeps/unix/sysv/linux/x86/pthread_mutex_cond_lock.c: ... here.
13833 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: Moved ...
13834 * sysdeps/unix/sysv/linux/x86/pthread_mutex_lock.c: ... here.
13835 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: Moved ...
13836 * sysdeps/unix/sysv/linux/x86/pthread_mutex_timedlock.c: ... here.
13837 * nptl/sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: Moved ...
13838 * sysdeps/unix/sysv/linux/x86/pthread_mutex_trylock.c: ... here.
13839
65c89320
RM
13840 * sysdeps/unix/sysv/linux/mips/fork.h: New file.
13841 * sysdeps/unix/sysv/linux/mips/nptl/fork.c: File removed.
13842
348f8e8c
RM
13843 * nptl/sysdeps/unix/sysv/linux/i386/Implies: File removed.
13844 * nptl/sysdeps/unix/sysv/linux/i386/i786/Implies: Moved ...
13845 * sysdeps/unix/sysv/linux/i386/i786/Implies: ... here.
13846 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: Moved ...
13847 * sysdeps/unix/sysv/linux/i386/i586/sem_wait.S: ... here.
13848 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S:
13849 Moved ...
13850 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_wrlock.S: ... here.
13851 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S:
13852 Moved ...
13853 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_timedwait.S: ... here.
13854 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S:
13855 Moved ...
13856 * sysdeps/unix/sysv/linux/i386/i586/pthread_barrier_wait.S: ... here.
13857 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S:
13858 Moved ...
13859 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_unlock.S: ... here.
13860 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: Moved ...
13861 * sysdeps/unix/sysv/linux/i386/i586/sem_timedwait.S: ... here.
13862 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S:
13863 Moved ...
13864 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_signal.S: ... here.
13865 * nptl/sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: Moved ...
13866 * sysdeps/unix/sysv/linux/i386/i586/libc-lowlevellock.S: ... here.
13867 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: Moved ...
13868 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_wait.S: ... here.
13869 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: Moved ...
13870 * sysdeps/unix/sysv/linux/i386/i586/lowlevelrobustlock.S: ... here.
13871 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S:
13872 Moved ...
13873 * sysdeps/unix/sysv/linux/i386/i586/pthread_cond_broadcast.S: ... here.
13874 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13875 Moved ...
13876 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedrdlock.S:
13877 ... here.
13878 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: Moved ...
13879 * sysdeps/unix/sysv/linux/i386/i586/sem_trywait.S: ... here.
13880 * nptl/sysdeps/unix/sysv/linux/i386/i586/sem_post.S: Moved ...
13881 * sysdeps/unix/sysv/linux/i386/i586/sem_post.S: ... here.
13882 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13883 Moved ...
13884 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_timedwrlock.S:
13885 ... here.
13886 * nptl/sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S:
13887 Moved ...
13888 * sysdeps/unix/sysv/linux/i386/i586/pthread_rwlock_rdlock.S: ... here.
13889 * nptl/sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: Moved ...
13890 * sysdeps/unix/sysv/linux/i386/i586/lowlevellock.S: ... here.
13891 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: Moved ...
13892 * sysdeps/unix/sysv/linux/i386/i486/sem_wait.S: ... here.
13893 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S:
13894 Moved ...
13895 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_wrlock.S: ... here.
13896 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S:
13897 Moved ...
13898 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_timedwait.S: ... here.
13899 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S:
13900 Moved ...
13901 * sysdeps/unix/sysv/linux/i386/i486/pthread_barrier_wait.S: ... here.
13902 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S:
13903 Moved ...
13904 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_unlock.S: ... here.
13905 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: Moved ...
13906 * sysdeps/unix/sysv/linux/i386/i486/sem_timedwait.S: ... here.
13907 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S:
13908 Moved ...
13909 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_signal.S: ... here.
13910 * nptl/sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: Moved ...
13911 * sysdeps/unix/sysv/linux/i386/i486/libc-lowlevellock.S: ... here.
13912 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: Moved ...
13913 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_wait.S: ... here.
13914 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: Moved ...
13915 * sysdeps/unix/sysv/linux/i386/i486/lowlevelrobustlock.S: ... here.
13916 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S:
13917 Moved ...
13918 * sysdeps/unix/sysv/linux/i386/i486/pthread_cond_broadcast.S: ... here.
13919 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13920 Moved ...
13921 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedrdlock.S:
13922 ... here.
13923 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: Moved ...
13924 * sysdeps/unix/sysv/linux/i386/i486/sem_trywait.S: ... here.
13925 * nptl/sysdeps/unix/sysv/linux/i386/i486/sem_post.S: Moved ...
13926 * sysdeps/unix/sysv/linux/i386/i486/sem_post.S: ... here.
13927 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13928 Moved ...
13929 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_timedwrlock.S:
13930 ... here.
13931 * nptl/sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S:
13932 Moved ...
13933 * sysdeps/unix/sysv/linux/i386/i486/pthread_rwlock_rdlock.S: ... here.
13934 * nptl/sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: Moved ...
13935 * sysdeps/unix/sysv/linux/i386/i486/lowlevellock.S: ... here.
13936 * nptl/sysdeps/unix/sysv/linux/i386/dl-sysdep.h: Moved ...
13937 * sysdeps/unix/sysv/linux/i386/dl-sysdep.h: ... here.
13938 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h: Moved ...
13939 * sysdeps/unix/sysv/linux/i386/lowlevellock.h: ... here.
13940 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: Moved ...
13941 * sysdeps/unix/sysv/linux/i386/i686/sem_wait.S: ... here.
13942 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S:
13943 Moved ...
13944 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_wrlock.S: ... here.
13945 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S:
13946 Moved ...
13947 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_timedwait.S: ... here.
13948 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S:
13949 Moved ...
13950 * sysdeps/unix/sysv/linux/i386/i686/pthread_barrier_wait.S: ... here.
13951 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S:
13952 Moved ...
13953 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_unlock.S: ... here.
13954 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: Moved ...
13955 * sysdeps/unix/sysv/linux/i386/i686/sem_timedwait.S: ... here.
13956 * nptl/sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: Moved ...
13957 * sysdeps/unix/sysv/linux/i386/i686/dl-sysdep.h: ... here.
13958 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S:
13959 Moved ...
13960 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_signal.S: ... here.
13961 * nptl/sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: Moved ...
13962 * sysdeps/unix/sysv/linux/i386/i686/libc-lowlevellock.S: ... here.
13963 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: Moved ...
13964 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_wait.S: ... here.
13965 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: Moved ...
13966 * sysdeps/unix/sysv/linux/i386/i686/lowlevelrobustlock.S: ... here.
13967 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S:
13968 Moved ...
13969 * sysdeps/unix/sysv/linux/i386/i686/pthread_cond_broadcast.S: ... here.
13970 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13971 Moved ...
13972 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedrdlock.S:
13973 ... here.
13974 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: Moved ...
13975 * sysdeps/unix/sysv/linux/i386/i686/sem_trywait.S: ... here.
13976 * nptl/sysdeps/unix/sysv/linux/i386/i686/sem_post.S: Moved ...
13977 * sysdeps/unix/sysv/linux/i386/i686/sem_post.S: ... here.
13978 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13979 Moved ...
13980 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_timedwrlock.S:
13981 ... here.
13982 * nptl/sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S:
13983 Moved ...
13984 * sysdeps/unix/sysv/linux/i386/i686/pthread_rwlock_rdlock.S: ... here.
13985 * nptl/sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: Moved ...
13986 * sysdeps/unix/sysv/linux/i386/i686/lowlevellock.S: ... here.
13987 * nptl/sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: Moved ...
13988 * sysdeps/unix/sysv/linux/i386/sysdep-cancel.h: ... here.
13989 * nptl/sysdeps/unix/sysv/linux/i386/smp.h: Moved ...
13990 * sysdeps/unix/sysv/linux/i386/smp.h: ... here.
13991 * nptl/sysdeps/unix/sysv/linux/i386/pthread_once.S: Moved ...
13992 * sysdeps/unix/sysv/linux/i386/pthread_once.S: ... here.
13993 * nptl/sysdeps/unix/sysv/linux/i386/createthread.c: Moved ...
13994 * sysdeps/unix/sysv/linux/i386/createthread.c: ... here.
13995
5085af05
RM
13996 * sysdeps/unix/sysv/linux/powerpc/fork.h: New file.
13997 * nptl/sysdeps/unix/sysv/linux/powerpc/fork.c: File removed.
13998
708f0813
RM
13999 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_init.c: File removed.
14000 * nptl/sysdeps/unix/sysv/linux/i386/pthread_spin_unlock.S: File removed.
14001
c96067bc
RM
14002 * nptl/sysdeps/unix/sysv/linux/x86_64/Implies: File removed.
14003 * nptl/sysdeps/unix/sysv/linux/x86_64/cancellation.S: Moved ...
14004 * sysdeps/unix/sysv/linux/x86_64/cancellation.S: ... here.
14005 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: Moved ...
14006 * sysdeps/unix/sysv/linux/x86_64/libc-cancellation.S: ... here.
14007 * nptl/sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: Moved ...
14008 * sysdeps/unix/sysv/linux/x86_64/libc-lowlevellock.S: ... here.
14009 * nptl/sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: Moved ...
14010 * sysdeps/unix/sysv/linux/x86_64/librt-cancellation.S: ... here.
14011 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: Moved ...
14012 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.h: ... here.
14013 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: Moved ...
14014 * sysdeps/unix/sysv/linux/x86_64/lowlevellock.S: ... here.
14015 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: Moved ...
14016 * sysdeps/unix/sysv/linux/x86_64/lowlevelrobustlock.S: ... here.
14017 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: Moved ...
14018 * sysdeps/unix/sysv/linux/x86_64/pthread_barrier_wait.S: ... here.
14019 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S:
14020 Moved ...
14021 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_broadcast.S: ... here.
14022 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: Moved ...
14023 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_signal.S: ... here.
14024 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S:
14025 Moved ...
14026 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_timedwait.S: ... here.
14027 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: Moved ...
14028 * sysdeps/unix/sysv/linux/x86_64/pthread_cond_wait.S: ... here.
14029 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_once.S: Moved ...
14030 * sysdeps/unix/sysv/linux/x86_64/pthread_once.S: ... here.
14031 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: Moved ...
14032 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_rdlock.S: ... here.
14033 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S:
14034 Moved ...
14035 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedrdlock.S: ... here.
14036 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S:
14037 Moved ...
14038 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_timedwrlock.S: ... here.
14039 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: Moved ...
14040 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_unlock.S: ... here.
14041 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: Moved ...
14042 * sysdeps/unix/sysv/linux/x86_64/pthread_rwlock_wrlock.S: ... here.
14043 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: Moved ...
14044 * sysdeps/unix/sysv/linux/x86_64/pthread_setaffinity.c: ... here.
14045 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_post.S: Moved ...
14046 * sysdeps/unix/sysv/linux/x86_64/sem_post.S: ... here.
14047 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: Moved ...
14048 * sysdeps/unix/sysv/linux/x86_64/sem_timedwait.S: ... here.
14049 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: Moved ...
14050 * sysdeps/unix/sysv/linux/x86_64/sem_trywait.S: ... here.
14051 * nptl/sysdeps/unix/sysv/linux/x86_64/sem_wait.S: Moved ...
14052 * sysdeps/unix/sysv/linux/x86_64/sem_wait.S: ... here.
14053 * nptl/sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: Moved ...
14054 * sysdeps/unix/sysv/linux/x86_64/sysdep-cancel.h: ... here.
14055
ec136444
RM
14056 * nptl/sysdeps/unix/sysv/linux/fork.c: Use <> for fork.h #include.
14057 * nptl/sysdeps/unix/sysv/linux/x86_64/fork.c: File removed.
14058 * sysdeps/unix/sysv/linux/x86_64/fork.h: New file.
14059 * nptl/sysdeps/unix/sysv/linux/i386/fork.c: File removed.
14060 * sysdeps/unix/sysv/linux/i386/fork.h: New file.
14061
2fbdf533
RM
14062 * nptl/sysdeps/unix/sysv/linux/i386/not-cancel.h: Moved ...
14063 * sysdeps/unix/sysv/linux/not-cancel.h: ... here.
14064 * nptl/sysdeps/unix/sysv/linux/sparc/not-cancel.h: File removed.
14065 * nptl/sysdeps/unix/sysv/linux/sh/not-cancel.h: File removed.
14066 * nptl/sysdeps/unix/sysv/linux/powerpc/not-cancel.h: File removed.
14067 * nptl/sysdeps/unix/sysv/linux/x86_64/not-cancel.h: File removed.
14068 * nptl/sysdeps/unix/sysv/linux/s390/not-cancel.h: File removed.
14069 * sysdeps/unix/sysv/linux/generic/not-cancel.h: File removed.
14070 * sysdeps/unix/sysv/linux/generic/nptl/not-cancel.h: File removed.
14071 * sysdeps/unix/sysv/linux/m68k/nptl/not-cancel.h: File removed.
14072
4c68138b
RM
14073 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_init.c: File removed.
14074 * nptl/sysdeps/unix/sysv/linux/x86_64/pthread_spin_unlock.S: Likewise.
14075
4eaae765
RM
14076 * nptl/sysdeps/unix/sysv/linux/x86_64/compat-timer.h: Moved ...
14077 * sysdeps/unix/sysv/linux/x86_64/compat-timer.h: ... here.
3a51fb60
RM
14078 * nptl/sysdeps/unix/sysv/linux/x86_64/Versions: Remove, merge into ...
14079 * sysdeps/unix/sysv/linux/x86_64/Versions: ... here.
14080 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_create.c: Moved ...
14081 * sysdeps/unix/sysv/linux/x86_64/timer_create.c: here.
14082 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_delete.c: Moved ...
14083 * sysdeps/unix/sysv/linux/x86_64/timer_delete.c: ... here
14084 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: Moved ...
14085 * sysdeps/unix/sysv/linux/x86_64/timer_getoverr.c: ... here
14086 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: Moved ...
14087 * sysdeps/unix/sysv/linux/x86_64/timer_gettime.c: ... here
14088 * nptl/sysdeps/unix/sysv/linux/x86_64/timer_settime.c: Moved ...
14089 * sysdeps/unix/sysv/linux/x86_64/timer_settime.c: ... here
14090 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_create.c:
14091 Update #include.
14092 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_delete.c:
14093 Likewise.
14094 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_getoverr.c:
14095 Likewise.
14096 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_gettime.c:
14097 Likewise.
14098 * nptl/sysdeps/unix/sysv/linux/powerpc/powerpc64/timer_settime.c:
14099 Likewise.
14100 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_create.c:
14101 Likewise.
14102 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_delete.c:
14103 Likewise.
14104 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_getoverr.c:
14105 Likewise.
14106 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_gettime.c:
14107 Likewise.
14108 * nptl/sysdeps/unix/sysv/linux/sparc/sparc64/timer_settime.c:
14109 Likewise.
4ef6befa
RM
14110 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_create.c: Likewise.
14111 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_delete.c: Likewise.
14112 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_getoverr.c: Likewise.
14113 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_gettime.c: Likewise.
14114 * nptl/sysdeps/unix/sysv/linux/s390/s390-64/timer_settime.c: Likewise.
5aa618fb
RM
14115 * sysdeps/unix/sysv/linux/alpha/nptl/timer_create.c: Likewise.
14116 * sysdeps/unix/sysv/linux/alpha/nptl/timer_delete.c: Likewise.
14117 * sysdeps/unix/sysv/linux/alpha/nptl/timer_getoverr.c: Likewise.
14118 * sysdeps/unix/sysv/linux/alpha/nptl/timer_gettime.c: Likewise.
14119 * sysdeps/unix/sysv/linux/alpha/nptl/timer_settime.c: Likewise.
14120 * sysdeps/unix/sysv/linux/ia64/nptl/timer_create.c: Likewise.
14121 * sysdeps/unix/sysv/linux/ia64/nptl/timer_delete.c: Likewise.
14122 * sysdeps/unix/sysv/linux/ia64/nptl/timer_getoverr.c: Likewise.
14123 * sysdeps/unix/sysv/linux/ia64/nptl/timer_gettime.c: Likewise.
14124 * sysdeps/unix/sysv/linux/ia64/nptl/timer_settime.c: Likewise.
3a51fb60 14125
941d7dfd
RM
14126 * sysdeps/unix/sysv/linux/x86_64/clone.S: Deconditionalize the code
14127 that was previously under [RESET_PID].
14128 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
14129 * nptl/sysdeps/unix/sysv/linux/x86_64/clone.S: File removed.
14130 * nptl/sysdeps/unix/sysv/linux/i386/clone.S: File removed.
14131
1b731c35
RM
14132 * sysdeps/i386/nptl/Implies: New file.
14133 * sysdeps/x86_64/nptl/Implies: New file.
14134 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h: Moved ...
14135 * sysdeps/x86/nptl/bits/pthreadtypes.h: ... here.
14136 * nptl/sysdeps/unix/sysv/linux/x86/bits/semaphore.h: Moved ...
14137 * sysdeps/x86/nptl/bits/semaphore.h: ... here.
14138
e2787137
RM
14139 * sysdeps/unix/sysv/linux/i386/vfork.S: Include <tcb-offsets.h>.
14140 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14141 (__libc_vfork): New strong alias.
14142 * nptl/sysdeps/unix/sysv/linux/i386/vfork.S: File removed.
14143 * nptl/sysdeps/unix/sysv/linux/i386/pt-vfork.S: File removed.
14144
14145 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Include <tcb-offsets.h>.
14146 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14147 (__libc_vfork): New strong alias.
14148 * nptl/sysdeps/unix/sysv/linux/x86_64/vfork.S: File removed.
14149 * nptl/sysdeps/unix/sysv/linux/x86_64/pt-vfork.S: File removed.
14150
5675da1e
RM
14151 * sysdeps/unix/sysv/linux/arm/vfork.S: Include <tcb-offsets.h>.
14152 (__vfork): Incorporate save/restore of PID from nptl/vfork.S here.
14153 (__libc_vfork): New strong alias.
14154 * sysdeps/unix/sysv/linux/arm/nptl/vfork.S: File removed.
14155 * sysdeps/unix/sysv/linux/arm/nptl/pt-vfork.S: File removed.
14156 * nptl/pt-vfork.c: New file.
14157 * nptl/Versions (libc: GLIBC_PRIVATE): Add __libc_vfork.
14158 (libpthread: GLIBC_2.20): New version set (empty).
14159
4f02e2b8
WN
141602014-05-14 Will Newton <will.newton@linaro.org>
14161
14162 * stdlib/gmp-impl.h: Test USE_STACK_ALLOC #ifdef
14163 rather than #if.
14164
0bf061d3
JM
141652014-05-14 Joseph Myers <joseph@codesourcery.com>
14166
1a84c3d6
JM
14167 [BZ #16564]
14168 * sysdeps/i386/fpu/s_log1pl.S (__log1pl): Do not add 1 to positive
14169 arguments with exponent 65 or above.
14170 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): Do not add 1 to
14171 arguments 0x1p113L or above.
14172 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Do not add 1
14173 to arguments 0x1p107L or above.
14174 * sysdeps/x86_64/fpu/s_log1pl.S (__log1pl): Do not add 1 to
14175 positive arguments with exponent 65 or above.
14176 * math/auto-libm-test-in: Add more tests of log1p.
14177 * math/auto-libm-test-out: Regenerated.
14178
01dbacd2
JM
14179 [BZ #16928]
14180 * math/s_cacos.c (__cacos): Ensure zero real part of result from
14181 non-finite arguments is +0.
14182 * math/s_cacosf.c (__cacosf): Likewise.
14183 * math/s_cacosl.c (__cacosl): Likewise.
14184 * math/libm-test.inc (cacos_test): Use ALL_RM_TEST.
14185 * sysdeps/i386/fpu/libm-test-ulps: Update.
14186 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14187
913d03c8
JM
14188 [BZ #16927]
14189 * sysdeps/i386/fpu/e_acosh.S (__ieee754_acosh): Use fabs on x-1
14190 value.
14191 * sysdeps/i386/fpu/e_acoshf.S (__ieee754_acoshf): Likewise.
14192 * sysdeps/i386/fpu/e_acoshl.S (__ieee754_acoshl): Likewise.
14193 * sysdeps/ieee754/ldbl-96/e_acoshl.c (__ieee754_acoshl): Correct
14194 for explicit high bit of mantissa when testing for argument equal
14195 to 1.
14196 * math/libm-test.inc (acosh_test): Use ALL_RM_TEST.
14197 * sysdeps/i386/fpu/libm-test-ulps: Update.
14198 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
14199
0bf061d3
JM
14200 [BZ #16516]
14201 * sysdeps/ieee754/dbl-64/s_erf.c (efx8): Remove variable.
14202 (__erf): Scale by 16 instead of 8 in potentially underflowing
14203 case. Ensure exception if result actually underflows.
14204 * sysdeps/ieee754/flt-32/s_erff.c (efx8): Remove variable.
14205 (__erff): Scale by 16 instead of 8 in potentially underflowing
14206 case. Ensure exception if result actually underflows.
14207 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <float.h>.
14208 (efx8): Remove variable.
14209 (__erfl): Scale by 16 instead of 8 in potentially underflowing
14210 case. Ensure exception if result actually underflows.
14211 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <float.h>.
14212 (efx8): Remove variable.
14213 (__erfl): Scale by 16 instead of 8 in potentially underflowing
14214 case. Ensure exception if result actually underflows.
14215 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <float.h>.
14216 (efx8): Remove variable.
14217 (__erfl): Scale by 16 instead of 8 in potentially underflowing
14218 case. Ensure exception if result actually underflows.
14219 * math/auto-libm-test-in: Add more tests of erf.
14220 * math/auto-libm-test-out: Regenerated.
14221
73ba67cb
AS
142222014-05-14 Andreas Schwab <schwab@suse.de>
14223
3d8c8bff
AS
14224 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, dl_main):
14225 Remove code conditionalized on USE___THREAD.
14226
73ba67cb
AS
14227 * config.h.in (HAVE_PT_CHOWN): Define as 0.
14228 * sysdeps/unix/grantpt.c (grantpt): Check HAVE_PT_CHOWN for value,
14229 not definedness.
14230
5c521ecd
JM
142312014-05-14 Joseph Myers <joseph@codesourcery.com>
14232
5e7698c6
JM
14233 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_UTIMES):
14234 Define unconditionally.
14235 (__ASSUME_O_CLOEXEC): Likewise.
14236 (__ASSUME_SOCK_CLOEXEC): Likewise.
14237 (__ASSUME_IN_NONBLOCK): Likewise.
14238 (__ASSUME_PIPE2): Likewise.
14239 (__ASSUME_EVENTFD2): Likewise.
14240 (__ASSUME_SIGNALFD4): Likewise.
14241 (__ASSUME_DUP3): Likewise.
14242 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
14243 (__ASSUME_DUP3): Do not define.
14244 (__ASSUME_EVENTFD2): Likewise.
14245 (__ASSUME_IN_NONBLOCK): Likewise.
14246 (__ASSUME_O_CLOEXEC): Likewise.
14247 (__ASSUME_PIPE2): Likewise.
14248 (__ASSUME_SIGNALFD4): Likewise.
14249 (__ASSUME_SOCK_CLOEXEC): Likewise.
14250 (__ASSUME_UTIMES): Undefine.
14251 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14252 (__ASSUME_UTIMES): Do not define.
14253 (__ASSUME_O_CLOEXEC): Likewise.
14254 (__ASSUME_SOCK_CLOEXEC): Likewise.
14255 (__ASSUME_IN_NONBLOCK): Undefine if [__LINUX_KERNEL_VERSION <
14256 0x020621] instead of defining if [__LINUX_KERNEL_VERSION >=
14257 0x020621].
14258 (__ASSUME_PIPE2): Likewise.
14259 (__ASSUME_EVENTFD2): Likewise.
14260 (__ASSUME_SIGNALFD4): Likewise.
14261 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_DUP3): Undefine.
14262 * sysdeps/unix/sysv/linux/arm/kernel-features.h (__ASSUME_UTIMES):
14263 Do not define.
14264 (__ASSUME_EVENTFD2): Likewise.
14265 (__ASSUME_SIGNALFD4): Likewise.
14266 * sysdeps/unix/sysv/linux/hppa/kernel-features.h
14267 (__ASSUME_32BITUIDS): Likewise.
14268 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
14269 (__ASSUME_IPC64): Likewise.
14270 (__ASSUME_ST_INO_64_BIT): Likewise.
14271 (__ASSUME_GETDENTS64_SYSCALL): Likewise.
14272 [__LINUX_KERNEL_VERSION < 0x030e00] (__ASSUME_UTIMES): Undefine.
14273 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14274 (__ASSUME_UTIMES): Do not define.
14275 (__ASSUME_PSELECT): Likewise.
14276 (__ASSUME_PPOLL): Likewise.
14277 (__ASSUME_O_CLOEXEC): Likewise.
14278 (__ASSUME_SOCK_CLOEXEC): Likewise.
14279 (__ASSUME_IN_NONBLOCK): Likewise.
14280 (__ASSUME_PIPE2): Likewise.
14281 (__ASSUME_EVENTFD2): Likewise.
14282 (__ASSUME_SIGNALFD4): Likewise.
14283 (__ASSUME_DUP3): Likewise.
14284 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14285 (__ASSUME_UTIMES): Likewise.
14286 (__ASSUME_O_CLOEXEC): Likewise.
14287 (__ASSUME_SOCK_CLOEXEC): Likewise.
14288 (__ASSUME_IN_NONBLOCK): Likewise.
14289 (__ASSUME_PIPE2): Likewise.
14290 (__ASSUME_EVENTFD2): Likewise.
14291 (__ASSUME_SIGNALFD4): Likewise.
14292 (__ASSUME_DUP3): Likewise.
14293 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
14294 (__ASSUME_UTIMES): Likewise.
14295 (__ASSUME_O_CLOEXEC): Likewise.
14296 (__ASSUME_SOCK_CLOEXEC): Likewise.
14297 (__ASSUME_IN_NONBLOCK): Likewise.
14298 (__ASSUME_PIPE2): Likewise.
14299 (__ASSUME_EVENTFD2): Likewise.
14300 (__ASSUME_SIGNALFD4): Likewise.
14301 (__ASSUME_DUP3): Likewise.
14302 * sysdeps/unix/sysv/linux/mips/kernel-features.h (__ASSUME_IPC64):
14303 Likewise.
14304 (__ASSUME_UTIMES): Likewise.
14305 (__ASSUME_EVENTFD2): Likewise.
14306 (__ASSUME_SIGNALFD4): Likewise.
14307 * sysdeps/unix/sysv/linux/tile/kernel-features.h
14308 (__ASSUME_O_CLOEXEC): Likewise.
14309 (__ASSUME_SOCK_CLOEXEC): Likewise.
14310 (__ASSUME_IN_NONBLOCK): Likewise.
14311 (__ASSUME_PIPE2): Likewise.
14312 (__ASSUME_EVENTFD2): Likewise.
14313 (__ASSUME_SIGNALFD4): Likewise.
14314 (__ASSUME_DUP3): Likewise.
14315 (__ASSUME_UTIMES): Undefine.
14316
5c521ecd
JM
14317 * sysdeps/arm/fclrexcpt.c (__feclearexcept): Rename to
14318 feclearexcept. Remove symbol versioning code.
14319 * sysdeps/arm/fegetenv.c (__fegetenv): Rename to fegetenv. Remove
14320 symbol versioning code.
14321 * sysdeps/arm/fesetenv.c (__fesetenv): Rename to fesetenv. Remove
14322 symbol versioning code.
14323 * sysdeps/arm/feupdateenv.c (__feupdateenv): Rename to
14324 feupdateenv. Remove symbol versioning code.
14325 * sysdeps/arm/fgetexcptflg.c (__fegetexceptflag): Rename to
14326 fegetexceptflag. Remove symbol versioning code.
14327 * sysdeps/arm/fsetexcptflg.c (__fesetexceptflag): Rename to
14328 fesetexceptflag. Remove symbol versioning code.
14329 * sysdeps/unix/sysv/linux/arm/Versions (libc): Remove GLIBC_2.0,
14330 GLIBC_2.2 and GLIBC_2.3.3 entries. Change GLIBC_2.1 to GLIBC_2.4.
14331 * sysdeps/unix/sysv/linux/arm/posix_fadvise64.c
14332 (__posix_fadvise64_l32): Remove prototype.
14333 [SHLIB_COMPAT(libc, GLIBC_2_2, GLIBC_2_3_3)]: Remove conditional
14334 code.
14335
5da9dfad
RM
143362014-05-13 Roland McGrath <roland@hack.frob.com>
14337
14338 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h: Moved ...
14339 * sysdeps/arm/nptl/bits/pthreadtypes.h: ... here.
14340 * sysdeps/unix/sysv/linux/arm/nptl/bits/semaphore.h: Moved ...
14341 * sysdeps/arm/nptl/bits/semaphore.h: ... here.
14342
893b4f37
SK
143432014-05-13 Sami Kerola <kerolasa@iki.fi>
14344
14345 * timezone/Makefile ($(objpfx)tzselect): Use zonedir instead
14346 current working directory
14347
e0db6517
RM
143482014-05-13 Roland McGrath <roland@hack.frob.com>
14349
58aa195d
RM
14350 * sysdeps/unix/sysv/linux/arm/nptl/c++-types.data: Moved ...
14351 * sysdeps/unix/sysv/linux/arm/c++-types.data: ... here.
14352 * sysdeps/unix/sysv/linux/arm/nptl/createthread.c: Moved ...
14353 * sysdeps/unix/sysv/linux/arm/createthread.c: ... here.
14354 * sysdeps/unix/sysv/linux/arm/nptl/fork.c: Moved ...
14355 * sysdeps/unix/sysv/linux/arm/fork.c: ... here.
14356 * sysdeps/unix/sysv/linux/arm/nptl/ld.abilist: Moved ...
14357 * sysdeps/unix/sysv/linux/arm/ld.abilist: ... here.
14358 * sysdeps/unix/sysv/linux/arm/nptl/libBrokenLocale.abilist: Moved ...
14359 * sysdeps/unix/sysv/linux/arm/libBrokenLocale.abilist: ... here.
14360 * sysdeps/unix/sysv/linux/arm/nptl/libanl.abilist: Moved ...
14361 * sysdeps/unix/sysv/linux/arm/libanl.abilist: ... here.
14362 * sysdeps/unix/sysv/linux/arm/nptl/libc.abilist: Moved ...
14363 * sysdeps/unix/sysv/linux/arm/libc.abilist: ... here.
14364 * sysdeps/unix/sysv/linux/arm/nptl/libcrypt.abilist: Moved ...
14365 * sysdeps/unix/sysv/linux/arm/libcrypt.abilist: ... here.
14366 * sysdeps/unix/sysv/linux/arm/nptl/libdl.abilist: Moved ...
14367 * sysdeps/unix/sysv/linux/arm/libdl.abilist: ... here.
14368 * sysdeps/unix/sysv/linux/arm/nptl/libm.abilist: Moved ...
14369 * sysdeps/unix/sysv/linux/arm/libm.abilist: ... here.
14370 * sysdeps/unix/sysv/linux/arm/nptl/libnsl.abilist: Moved ...
14371 * sysdeps/unix/sysv/linux/arm/libnsl.abilist: ... here.
14372 * sysdeps/unix/sysv/linux/arm/nptl/libpthread.abilist: Moved ...
14373 * sysdeps/unix/sysv/linux/arm/libpthread.abilist: ... here.
14374 * sysdeps/unix/sysv/linux/arm/nptl/libresolv.abilist: Moved ...
14375 * sysdeps/unix/sysv/linux/arm/libresolv.abilist: ... here.
14376 * sysdeps/unix/sysv/linux/arm/nptl/librt.abilist: Moved ...
14377 * sysdeps/unix/sysv/linux/arm/librt.abilist: ... here.
14378 * sysdeps/unix/sysv/linux/arm/nptl/libthread_db.abilist: Moved ...
14379 * sysdeps/unix/sysv/linux/arm/libthread_db.abilist: ... here.
14380 * sysdeps/unix/sysv/linux/arm/nptl/libutil.abilist: Moved ...
14381 * sysdeps/unix/sysv/linux/arm/libutil.abilist: ... here.
14382 * sysdeps/unix/sysv/linux/arm/nptl/localplt.data: Moved ...
14383 * sysdeps/unix/sysv/linux/arm/localplt.data: ... here.
14384 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.h: Moved ...
14385 * sysdeps/unix/sysv/linux/arm/lowlevellock.h: ... here.
14386 * sysdeps/unix/sysv/linux/arm/nptl/sysdep-cancel.h: Moved ...
14387 * sysdeps/unix/sysv/linux/arm/sysdep-cancel.h: ... here.
14388 * sysdeps/unix/sysv/linux/arm/nptl/unwind-forcedunwind.c: Moved ...
14389 * sysdeps/unix/sysv/linux/arm/unwind-forcedunwind.c: ... here.
14390 * sysdeps/unix/sysv/linux/arm/nptl/unwind-resume.c: Moved ...
14391 * sysdeps/unix/sysv/linux/arm/unwind-resume.c: ... here.
14392
8c6d01f0
RM
14393 * sysdeps/unix/sysv/linux/arm/Versions (libc: GLIBC_PRIVATE): New set.
14394 * sysdeps/unix/sysv/linux/arm/nptl/Versions: File removed.
14395
14396 * sysdeps/unix/sysv/linux/arm/Makefile
14397 [$(subdir) = rt] (librt-sysdep_routines, librt-shared-only-routines):
14398 Add rt-aeabi_unwind_cpp_pr1.
14399 [$(subdir) = nptl] (librt-sysdep_routines, librt-shared-only-routines):
14400 Add nptl-aeabi_unwind_cpp_pr1.
14401 [$(subdir) = nptl] (tests): Filter out tst-cleanupx4.
14402 * sysdeps/unix/sysv/linux/arm/nptl/Makefile: File removed.
14403 * sysdeps/unix/sysv/linux/arm/nptl/rt-aeabi_unwind_cpp_pr1.c: Move ...
14404 * sysdeps/unix/sysv/linux/arm/rt-aeabi_unwind_cpp_pr1.c: ... here.
14405 * sysdeps/unix/sysv/linux/arm/nptl/nptl-aeabi_unwind_cpp_pr1.c: Move ...
14406 * sysdeps/unix/sysv/linux/arm/nptl-aeabi_unwind_cpp_pr1.c: ... here.
14407
14408 * sysdeps/unix/sysv/linux/arm/configure.ac: Force -fexceptions here.
14409 * sysdeps/unix/sysv/linux/arm/configure: Regenerated.
14410 * sysdeps/unix/sysv/linux/arm/nptl/configure.ac: File removed.
14411 * sysdeps/unix/sysv/linux/arm/nptl/configure: File removed.
14412
bba6da4e
RM
14413 * sysdeps/unix/sysv/linux/arm/clone.S: Include <tcb-offsets.h>.
14414 Deconditionalize the code that was previously under [RESET_PID].
14415 * sysdeps/unix/sysv/linux/arm/nptl/clone.S: File removed.
14416
e0db6517
RM
14417 * sysdeps/generic/exit-thread.h: New file.
14418 * sysdeps/unix/sysv/linux/exit-thread.h: New file.
14419 * include/unistd.h (__exit_thread): Remove declaration.
14420 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Drop exit-thread.
14421 * sysdeps/unix/sysv/linux/exit-thread.S: File removed.
14422 * csu/libc-start.c: Include <exit-thread.h>.
14423 (LIBC_START_MAIN): Pass no argument to __exit_thread.
14424 * nptl/pthread_create.c: Include <exit-thread.h>.
14425 (start_thread): Call __exit_thread in place of __exit_thread_inline.
14426 * nptl/sysdeps/i386/pthreaddef.h (__exit_thread_inline): Macro removed.
14427 * nptl/sysdeps/powerpc/pthreaddef.h: Likewise.
14428 * nptl/sysdeps/s390/pthreaddef.h: Likewise.
14429 * nptl/sysdeps/sh/pthreaddef.h: Likewise.
14430 * nptl/sysdeps/sparc/sparc32/pthreaddef.h: Likewise.
14431 * nptl/sysdeps/sparc/sparc64/pthreaddef.h: Likewise.
14432 * nptl/sysdeps/x86_64/pthreaddef.h: Likewise.
14433 * sysdeps/aarch64/nptl/pthreaddef.h: Likewise.
14434 * sysdeps/alpha/nptl/pthreaddef.h: Likewise.
14435 * sysdeps/arm/nptl/pthreaddef.h: Likewise.
14436 * sysdeps/hppa/nptl/pthreaddef.h: Likewise.
14437 * sysdeps/ia64/nptl/pthreaddef.h: Likewise.
14438 * sysdeps/m68k/nptl/pthreaddef.h: Likewise.
14439 * sysdeps/microblaze/nptl/pthreaddef.h: Likewise.
14440 * sysdeps/mips/nptl/pthreaddef.h: Likewise.
14441 * sysdeps/tile/nptl/pthreaddef.h: Likewise.
14442
01eb16fd
AS
144432014-05-13 Andreas Schwab <schwab@suse.de>
14444
14445 * sysdeps/unix/grantpt.c (grantpt): Fix typo in assertion.
14446
637461d9
JM
144472014-05-12 Joseph Myers <joseph@codesourcery.com>
14448
14449 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__]
14450 (__ASSUME_UTIMES): Do not condition on kernel version.
14451 (__ASSUME_PSELECT): Define unconditionally.
14452 (__ASSUME_PPOLL): Likewise.
14453 (__ASSUME_ATFCTS): Likewise.
14454 (__ASSUME_SET_ROBUST_LIST): Do not condition on kernel version.
14455 (__ASSUME_COMPLETE_READV_WRITEV): Define unconditionally.
14456 (__ASSUME_FUTEX_LOCK_PI): Do not condition on kernel version.
14457 (__ASSUME_UTIMENSAT): Define unconditionally.
14458 (__ASSUME_PRIVATE_FUTEX): Likewise.
14459 (__ASSUME_FALLOCATE): Likewise.
14460 (__ASSUME_O_CLOEXEC): Likewise.
14461 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Remove.
14462 (__ASSUME_ARG_MAX_STACK_BASED): Likewise.
14463 (__ASSUME_ADJ_OFFSET_SS_READ): Define unconditionally.
14464 (__ASSUME_SOCK_CLOEXEC): Do not condition on kernel version.
14465 (__ASSUME_IN_NONBLOCK): Likewise.
14466 (__ASSUME_PIPE2): Likewise.
14467 (__ASSUME_EVENTFD2): Likewise.
14468 (__ASSUME_SIGNALFD4): Likewise.
14469 (__ASSUME_DUP3): Likewise.
14470 [__x86_64__ || __sparc__] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14471 (__ASSUME_FUTEX_CLOCK_REALTIME): Define unconditionally.
14472 (__ASSUME_AT_RANDOM): Likewise.
14473 (__ASSUME_PREADV): Likewise.
14474 (__ASSUME_PWRITEV): Likewise.
14475 (__ASSUME_REQUEUE_PI): Do not condition on kernel version.
14476 (__ASSUME_F_GETOWN_EX): Define unconditionally.
14477 (__ASSUME_XFS_RESTRICTED_CHOWN): Likewise.
14478 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
14479 [!__ASSUME_ARG_MAX_STACK_BASED]: Remove conditional code.
14480 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
14481 (__ASSUME_O_CLOEXEC): Define unconditionally.
14482 (__ASSUME_PSELECT): Do not undefine conditionally.
14483 (__ASSUME_PPOLL): Likewise.
14484 (__ASSUME_ATFCTS): Likewise.
14485 (__ASSUME_SET_ROBUST_LIST): Likewise.
14486 (__ASSUME_UTIMENSAT): Likewise.
14487 (__ASSUME_FDATASYNC): Define unconditionally.
14488 * sysdeps/unix/sysv/linux/arm/kernel-features.h
14489 (__ASSUME_SIGFRAME_V2): Likewise.
14490 )__ASSUME_EVENTFD2): Likewise.
14491 (__ASSUME_SIGNALFD4): Likewise.
14492 (__ASSUME_PSELECT): Do not undefine conditionally.
14493 (__ASSUME_PPOLL): Likewise.
14494 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
14495 (__ASSUME_PSELECT): Define unconditionally.
14496 (__ASSUME_PPOLL): Likewise.
14497 (__ASSUME_O_CLOEXEC): Likewise.
14498 (__ASSUME_SOCK_CLOEXEC): Likewise.
14499 (__ASSUME_IN_NONBLOCK): Likewise.
14500 (__ASSUME_PIPE2): Likewise.
14501 (__ASSUME_EVENTFD2): Likewise.
14502 (__ASSUME_SIGNALFD4): Likewise.
14503 (__ASSUME_DUP3): Likewise.
14504 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
14505 (__ASSUME_O_CLOEXEC): Likewise.
14506 (__ASSUME_SOCK_CLOEXEC): Likewise.
14507 (__ASSUME_IN_NONBLOCK): Likewise.
14508 (__ASSUME_PIPE2): Likewise.
14509 (__ASSUME_EVENTFD2): Likewise.
14510 (__ASSUME_SIGNALFD4): Likewise.
14511 (__ASSUME_DUP3): Likewise.
14512 * sysdeps/unix/sysv/linux/mips/kernel-features.h
14513 (__ASSUME_EVENTFD2): Likewise.
14514 (__ASSUME_SIGNALFD4): Likewise.
14515 (__ASSUME_ACCEPT4_SYSCALL): Likewise.
14516
315eb1d8
AS
145172014-05-12 Andreas Schwab <schwab@suse.de>
14518
14519 [BZ #16932]
14520 * nis/nss_nis/nis-hosts.c (internal_gethostbyname2_r)
14521 (_nss_nis_gethostbyname4_r): Return error if item length is larger
14522 than maximum RPC packet size.
14523 * nis/nss_nis/nis-initgroups.c (initgroups_netid): Likewise.
14524 * nis/nss_nis/nis-network.c (_nss_nis_getnetbyname_r): Likewise.
14525 * nis/nss_nis/nis-service.c (_nss_nis_getservbyname_r)
14526 (_nss_nis_getservbyport_r): Likewise.
14527
91df99f7
WN
145282014-05-12 Will Newton <will.newton@linaro.org>
14529
14530 * malloc/Makefile (tests): Add tst-mallopt.
14531 * malloc/tst-mallopt.c: New file.
14532
0a982a29
RM
145332014-05-09 Roland McGrath <roland@hack.frob.com>
14534
14535 * sysdeps/arm/armv7/strcmp.S: Use sfi_breg prefix on loads not from sp.
14536 [NO_THUMB]: Cope without cbz, cnbz, and orn instructions.
14537
0ded08a5
AZ
145382014-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14539
14540 * elf/Makefile (tst-tlsmod5.so): Add $(no-as-needed).
14541 (tst-tlsmod6.so): Likewise.
14542
55d4d550
RM
145432014-05-09 Roland McGrath <roland@hack.frob.com>
14544
14545 * sysdeps/gnu/unwind-resume.c (libgcc_s_resume): Mark as noreturn.
14546
77d08aca
JM
145472014-05-09 Joseph Myers <joseph@codesourcery.com>
14548
14549 [BZ #16064]
14550 * sysdeps/i386/fpu/fegetenv.c: Include <unistd.h>, <ldsodefs.h>
14551 and <dl-procinfo.h>.
14552 (__fegetenv): Save SSE state in envp->__eip if supported.
14553 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Save SSE state in
14554 envp->__eip if supported.
14555 * sysdeps/i386/fpu/fesetenv.c: Include <unistd.h>, <ldsodefs.h>
14556 and <dl-procinfo.h>.
14557 (__fesetenv): Always set __eip, __cs_selector, __opcode,
14558 __data_offset and __data_selector in environment to 0. Set SSE
14559 state if supported.
14560 * sysdeps/x86/fpu/Makefile [$(subdir) = math] (tests): Add
14561 test-fenv-sse.
14562 [$(subdir) = math] (CFLAGS-test-fenv-sse.c): Add -msse2
14563 -mfpmath=sse.
14564 * sysdeps/x86/fpu/test-fenv-sse.c: New file.
14565
28162f4d
WN
145662014-05-09 Will Newton <will.newton@linaro.org>
14567
14568 * sysdeps/arm/preconfigure.ac: Set libc_commonpagesize
14569 and libc_relro_required for ARM.
14570 * sysdeps/arm/preconfigure: Regenerate.
14571
5a414ff7
DV
145722014-05-09 Dominik Vogt <vogt@linux.vnet.ibm.com>
14573 Stefan Liebler <stli@linux.vnet.ibm.com>
14574
14575 * config.make.in (enable-lock-elision): New Makefile variable.
14576 * configure.ac: Likewise.
14577 * configure: Regenerate.
14578 * sysdeps/s390/configure.ac:
14579 Add check for gcc transactions support.
14580 * sysdeps/s390/configure: Regenerate.
14581 * nptl/sysdeps/unix/sysv/linux/s390/Makefile: New file.
14582 Build elision files if enabled.
14583 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.c: New file.
14584 Add lock elision support for s390.
14585 * nptl/sysdeps/unix/sysv/linux/s390/elision-conf.h: Likewise.
14586 * nptl/sysdeps/unix/sysv/linux/s390/elision-lock.c: Likewise.
14587 * nptl/sysdeps/unix/sysv/linux/s390/elision-timed.c: Likewise.
14588 * nptl/sysdeps/unix/sysv/linux/s390/elision-trylock.c: Likewise.
14589 * nptl/sysdeps/unix/sysv/linux/s390/elision-unlock.c: Likewise.
14590 * nptl/sysdeps/unix/sysv/linux/s390/force-elision.h: Likewise.
14591 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_cond_lock.c:
14592 Likewise.
14593 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_lock.c:
14594 Likewise.
14595 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_timedlock.c:
14596 Likewise.
14597 * nptl/sysdeps/unix/sysv/linux/s390/pthread_mutex_trylock.c:
14598 Likewise.
14599 * nptl/sysdeps/unix/sysv/linux/s390/lowlevellock.h:
14600 (__lll_timedlock_elision, __lll_lock_elision)
14601 (__lll_unlock_elision, __lll_trylock_elision)
14602 (lll_timedlock_elision, lll_lock_elision)
14603 (lll_unlock_elision, lll_trylock_elision): Add.
14604 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
14605 (pthread_mutex_t): Add lock elision support for s390.
14606
1a2f40e5
W
146072014-05-14 Wilco <wdijkstr@arm.com>
14608
14609 * sysdeps/arm/fclrexcpt.c: Cleanup.
14610 * sysdeps/arm/fedisblxcpt.c: Cleanup.
14611 * sysdeps/arm/feenablxcpt.c: Cleanup.
14612 * sysdeps/arm/fegetenv.c: Cleanup.
14613 * sysdeps/arm/fegetexcept.c: Cleanup.
14614 * sysdeps/arm/fegetround.c: Cleanup.
14615 * sysdeps/arm/feholdexcpt.c: Cleanup.
14616 * sysdeps/arm/fesetenv.c: Cleanup.
14617 * sysdeps/arm/fesetround.c: Cleanup.
14618 * sysdeps/arm/feupdateenv.c: Cleanup.
14619 * sysdeps/arm/fgetexcptflg.c: Cleanup.
14620 * sysdeps/arm/fraiseexcpt.c: Cleanup.
14621 * sysdeps/arm/fsetexcptflg.c: Cleanup.
14622 * sysdeps/arm/ftestexcept.c: Cleanup.
14623 * sysdeps/arm/get-rounding-mode.h: Cleanup.
14624 * sysdeps/arm/setfpucw.c: Cleanup.
14625
f63c86fe
WN
146262014-05-09 Will Newton <will.newton@linaro.org>
14627
14628 * sysdeps/arm/armv7/strcmp.S: New file.
14629 * NEWS: Mention addition of ARMv7 optimized strcmp.
14630
7a1a51b5
RM
146312014-05-08 Roland McGrath <roland@hack.frob.com>
14632
95afbbe5
RM
14633 * Makeconfig ($(common-objpfx)config.status): Fix patsubst uses to
14634 look for %.ac rather than %.in.
14635
14636 * sysdeps/mach/hurd/configure.ac (inhibit_glue): Remove variable.
14637 * sysdeps/unix/sysv/linux/configure.ac: Likewise.
14638 * sysdeps/mach/hurd/configure: Regenerated.
14639 * sysdeps/unix/sysv/linux/configure: Regenerated.
14640
7a1a51b5
RM
14641 * bits/utsname.h (_UTSNAME_DOMAIN_LENGTH): New macro, set to 0.
14642
5057ad3b
SE
146432014-05-07 Steve Ellcey <sellcey@mips.com>
14644
14645 [BZ# 16922]
14646 * sysdeps/mips/sys/asm.h (INT_SUB): Fix definition.
14647 (LONG_SUB): Ditto.
14648 (PTR_SUB): Ditto.
14649
8dc97517
AS
146502014-05-07 Andreas Schwab <schwab@suse.de>
14651
14652 * sysdeps/posix/getaddrinfo.c (gaih_inet): Advance address pointer
14653 when skipping over non-matching result from nscd.
14654
ce0c5b8f
OB
146552014-05-07 Ondřej Bílka <neleai@seznam.cz>
14656
14657 [BZ #16876]
14658 * nptl/sockperf.c (client): Check socket return value.
8dc97517 14659
a1189263
OB
14660 [BZ #16877]
14661 * nscd/selinux.c (nscd_request_avc_has_perm): Check if there is
14662 nscd security class.
ce0c5b8f 14663
0f58d252
RM
146642014-05-06 Roland McGrath <roland@hack.frob.com>
14665
14666 * sysdeps/unix/sysv/linux/arm/nptl/unwind.h: File moved to ...
14667 * sysdeps/arm/unwind.h: ... here.
14668
83df9ad0
AJ
146692014-05-06 Aurelien Jarno <aurelien@aurel32.net>
14670
ce0c5b8f
OB
14671 [BZ# 16916]
14672 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h (EFD_SEMAPHORE):
14673 Define.
83df9ad0 14674
f360f94a
VR
146752014-05-06 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
14676
14677 * sysdeps/powerpc/powerpc64/power7/strncpy.S: New file: Optimization.
14678 * sysdeps/powerpc/powerpc64/multiarch/strncpy.c: New file:
14679 multiarch strncpy for PPC64.
14680 * sysdeps/powerpc/powerpc64/multiarch/strncpy-ppc64.c: New file
14681 * sysdeps/powerpc/powerpc64/multiarch/strncpy-power7.S: New file
14682 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpcpy, stpncpy
14683 multiarch optimizations.
14684 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
14685 (__libc_ifunc_impl_list): Likewise.
14686 * sysdeps/powerpc/powerpc64/power7/stpncpy.S: New file: Optimization.
14687 * sysdeps/powerpc/powerpc64/multiarch/stpncpy.c: New file:
14688 multiarch stpncpy for PPC64.
14689 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-ppc64.c: New file
14690 * sysdeps/powerpc/powerpc64/multiarch/stpncpy-power7.S: New file
14691
978a41c3
AS
146922014-05-06 Andreas Schwab <schwab@suse.de>
14693
14694 [BZ #16912]
14695 * gmon/mcount.c (_MCOUNT_DECL): Use
14696 atomic_compare_and_exchange_bool_acq instead of
14697 catomic_compare_and_exchange_bool_acq.
14698
eb1ed03d
RM
146992014-05-05 Roland McGrath <roland@hack.frob.com>
14700
fe658845
RM
14701 * elf/Makefile (others, install-bin): Remove pldd.
14702 (pldd-modules): Variable removed.
14703 ($(objpfx)pldd): Target removed.
14704 * sysdeps/unix/sysv/linux/Makefile [$(subdir) = elf]
14705 (others, install-bin): Append pldd here.
14706 ($(objpfx)pldd): New target.
14707
eb1ed03d
RM
14708 * sysdeps/gnu/errlist.awk (BEGIN): Emit an initial #define of ERR_MAX
14709 to 0, so the first #if test emitted later doesn't see it undefined.
14710 (END): Emit "!defined ERRLIST_NO_COMPAT" to match what BEGIN does.
14711 * sysdeps/gnu/errlist.c: Regenerated.
14712
19c4bec0
AZ
147132014-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14714
14715 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c
14716 [libc_hidden_builtin_def]: Define to empty value.
14717 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S:
14718 [libc_hidden_builtin_def]: Likewise.
14719 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S:
14720 [libc_hidden_builtin_def]: Likewise.
14721 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S:
14722 [libc_hidden_builtin_def]: Likewise.
14723 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c (memcpy): Redefined to
14724 __redirect_memcpy and define ifunc as default hidden symbol.
14725 * sysdeps/powerpc/powerpc64/multiarch/memset.c (memset): Likewise.
14726 * sysdeps/powerpc/powerpc64/multiarch/strlen.c (strlen): Likewise.
14727
7776e669
AC
147282014-05-04 Adam Conrad <adconrad@0c3.net>
14729
14730 * locale/iso-4217.def: Reintroduce XDR currency.
14731
d69aeb12
AM
147322014-05-04 Allan McRae <allan@archlinux.org>
14733
14734 * po/eo.po: Update Esperanto translation from translation project.
14735
8f1df5cf
CD
147362014-05-02 Carlos O'Donell <carlos@redhat.com>
14737
14738 * sysdeps/x86_64/multiarch/init-arch.h: Define FEATURE_INDEX_1 to 0,
14739 and FEATURE_INDEX_MAX to 1.
14740 [!__ASSEMBLER__]: Remove anonymous enum for FEATURE_INDEX_*.
14741
13e402e7
SE
147422014-05-01 Steve Ellcey <sellcey@mips.com>
14743
14744 * iconvdata/ansi_x3.110.c (ONE_DIRECTION): Define.
14745 * iconvdata/armscii-8.c (ONE_DIRECTION): Define.
14746 * iconvdata/big5.c (ONE_DIRECTION): Define.
14747 * iconvdata/big5hkscs.c (ONE_DIRECTION): Define.
14748 * iconvdata/cp1255.c (ONE_DIRECTION): Define.
14749 * iconvdata/cp1258.c (ONE_DIRECTION): Define.
14750 * iconvdata/cp932.c (ONE_DIRECTION): Define.
14751 * iconvdata/euc-cn.c (ONE_DIRECTION): Define.
14752 * iconvdata/euc-jisx0213.c (ONE_DIRECTION): Define.
14753 * iconvdata/euc-jp-ms.c (ONE_DIRECTION): Define.
14754 * iconvdata/euc-jp.c (ONE_DIRECTION): Define.
14755 * iconvdata/euc-kr.c (ONE_DIRECTION): Define.
14756 * iconvdata/euc-tw.c (ONE_DIRECTION): Define.
14757 * iconvdata/gb18030.c (ONE_DIRECTION): Define.
14758 * iconvdata/gbbig5.c (ONE_DIRECTION): Define.
14759 * iconvdata/gbgbk.c (ONE_DIRECTION): Define.
14760 * iconvdata/gbk.c (ONE_DIRECTION): Define.
14761 * iconvdata/ibm1364.c (ONE_DIRECTION): Define.
14762 * iconvdata/ibm930.c (ONE_DIRECTION): Define.
14763 * iconvdata/ibm932.c (ONE_DIRECTION): Define.
14764 * iconvdata/ibm933.c (ONE_DIRECTION): Define.
14765 * iconvdata/ibm935.c (ONE_DIRECTION): Define.
14766 * iconvdata/ibm937.c (ONE_DIRECTION): Define.
14767 * iconvdata/ibm939.c (ONE_DIRECTION): Define.
14768 * iconvdata/ibm943.c (ONE_DIRECTION): Define.
14769 * iconvdata/iso-2022-cn-ext.c (ONE_DIRECTION): Define.
14770 * iconvdata/iso-2022-cn.c (ONE_DIRECTION): Define.
14771 * iconvdata/iso-2022-jp-3.c (ONE_DIRECTION): Define.
14772 * iconvdata/iso-2022-jp.c (ONE_DIRECTION): Define.
14773 * iconvdata/iso-2022-kr.c (ONE_DIRECTION): Define.
14774 * iconvdata/iso646.c (ONE_DIRECTION): Define.
14775 * iconvdata/iso8859-1.c (ONE_DIRECTION): Define.
14776 * iconvdata/iso_11548-1.c (ONE_DIRECTION): Define.
14777 * iconvdata/iso_6937-2.c (ONE_DIRECTION): Define.
14778 * iconvdata/iso_6937.c (ONE_DIRECTION): Define.
14779 * iconvdata/johab.c (ONE_DIRECTION): Define.
14780 * iconvdata/shift_jisx0213.c (ONE_DIRECTION): Define.
14781 * iconvdata/sjis.c (ONE_DIRECTION): Define.
14782 * iconvdata/t.61.c (ONE_DIRECTION): Define.
14783 * iconvdata/tcvn5712-1.c (ONE_DIRECTION): Define.
14784 * iconvdata/tscii.c (ONE_DIRECTION): Define.
14785 * iconvdata/uhc.c (ONE_DIRECTION): Define.
14786 * iconvdata/unicode.c (ONE_DIRECTION): Define.
14787 * iconvdata/utf-16.c (ONE_DIRECTION): Define.
14788 * iconvdata/utf-32.c (ONE_DIRECTION): Define.
14789 * iconvdata/utf-7.c (ONE_DIRECTION): Define.
14790
c727f032
RM
147912014-05-01 Roland McGrath <roland@hack.frob.com>
14792
8f2f08d0
RM
14793 * libio/libioP.h [!_IO_USE_OLD_IO_FILE && !_G_IO_NO_BACKWARD_COMPAT]
14794 (_IO_JUMPS_OFFSET): Define to 0.
14795
c727f032
RM
14796 * nptl/sysdeps/pthread/bits/libc-lock.h
14797 [_LIBC && (!NOT_IN_libc || IS_IN_libpthread)]
14798 (__libc_lock_define_initialized_recursive): Always define using
14799 initializer. Modern compilers treat uninitialized (implicit zero) and
14800 explicit zero initializers the same (i.e. put the datum in bss).
14801
a849e800
AS
148022014-05-01 Andreas Schwab <schwab@linux-m68k.org>
14803
14804 * nscd/nscd-client.h: Include <string.h>.
14805
5331255b
DM
148062014-05-01 David S. Miller <davem@davemloft.net>
14807
14808 [BZ #16885]
14809 * sysdeps/sparc/sparc64/strcmp.S: Fix end comparison handling when
14810 multiple zero bytes exist at the end of a string.
14811 Reported by Aurelien Jarno <aurelien@aurel32.net>
14812
14813 * string/test-strcmp.c (check): Add explicit test for situations where
14814 there are multiple zero bytes after the first.
14815
4fdfe821
AS
148162014-05-01 Andreas Schwab <schwab@linux-m68k.org>
14817
14818 [BZ #16890]
14819 * stdio-common/vfprintf.c (process_arg) [%p]: Mark string as wide
14820 when compiling wprintf.
14821 * stdio-common/tstdiomisc.c (t3): New function.
14822 (main): Call it.
14823
0cdddc25
SE
148242014-05-01 Steve Ellcey <sellcey@mips.com>
14825
14826 * intl/iconv/skeleton.c (ONE_DIRECTION): Remove define.
14827 * iconv/gconv_simple.c (ONE_DIRECTION): Define.
14828 * iconvdata/8bit-gap.c (ONE_DIRECTION): Ditto.
14829 * iconvdata/8bit-generic.c (ONE_DIRECTION): Ditto.
14830
6426d77e
SE
148312014-05-01 Steve Ellcey <sellcey@mips.com>
14832
14833 * stdlib/longlong.h: Updated from GCC.
14834
6d96f5e4
WN
148352014-05-01 Will Newton <will.newton@linaro.org>
14836 Bernard Ogden <bernie.ogden@linaro.org>
14837
7470db0c
WN
14838 * NEWS: Update fixed bug list.
14839
6d96f5e4
WN
14840 [BZ #15119]
14841 * sysdeps/unix/sysv/linux/arm/nptl/lowlevellock.c: Remove file.
14842
211d653c
DM
148432014-04-30 David S. Miller <davem@davemloft.net>
14844
4fa262fa
DM
14845 * sysdeps/sparc/fpu/fenv_private.h (HAVE_RM_CTX): Define.
14846 (libc_feholdexcept_setround_sparc_ctx): New function.
14847 (libc_fesetenv_sparc_ctx): Likewise.
14848 (libc_feupdateenv_sparc_ctx): Likewise.
14849 (libc_feholdsetround_sparc_ctx): Likewise.
14850 (libc_feholdexcept_setround_ctx): Define.
14851 (libc_feholdexcept_setroundf_ctx): Likewise.
14852 (libc_feholdexcept_setroundl_ctx): Likewise.
14853 (libc_fesetenv_ctx): Likewise.
14854 (libc_fesetenvf_ctx): Likewise.
14855 (libc_fesetenvl_ctx): Likewise.
14856 (libc_feupdateenv_ctx): Likewise.
14857 (libc_feupdateenvf_ctx): Likewise.
14858 (libc_feupdateenvl_ctx): Likewise.
14859 (libc_feresetround_ctx): Likewise.
14860 (libc_feresetroundf_ctx): Likewise.
14861 (libc_feresetroundl_ctx): Likewise.
14862 (libc_feholdsetround_ctx): Likewise.
14863 (libc_feholdsetroundf_ctx): Likewise.
14864 (libc_feholdsetroundl_ctx): Likewise.
14865
1d3d93ef
DM
14866 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14867 with __USE_GNU instead of XOPEN cpp guards.
14868
8aa583c3
DM
14869 * sysdeps/sparc/bits/string.h (_STRING_ARCH_unaligned): Define to
14870 0.
14871
211d653c
DM
14872 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (EMT_TAGOVF): Protect
14873 with XOPEN cpp guards.
14874
60c8f1f6
JB
148752014-04-30 Julian Brown <julian@codesourcery.com>
14876
14877 [BZ #16888]
14878 * sysdeps/arm/dl-machine.h (elf_machine_rela): Fix R_ARM_IRELATIVE
14879 handling.
14880
9a461d46
JM
148812014-04-30 Joseph Myers <joseph@codesourcery.com>
14882
d0f5b3f8
JM
14883 [BZ #9894]
14884 * sysdeps/unix/sysv/linux/configure.ac (LIBC_LINUX_VERSION):
14885 Change to 2.6.32.
14886 (arch_minimum_kernel): Change all 2.6.16 settings to 2.6.32.
14887 * sysdeps/unix/sysv/linux/configure: Regenerated.
14888 * sysdeps/unix/sysv/linux/microblaze/configure.ac: Remove file.
14889 * sysdeps/unix/sysv/linux/microblaze/configure: Likewise.
14890 * sysdeps/unix/sysv/linux/tile/configure.ac: Likewise.
14891 * sysdeps/unix/sysv/linux/tile/configure: Likewise.
14892 * README: Update reference to required Linux kernel version.
14893 * manual/install.texi (Linux): Update reference to required Linux
14894 kernel headers version.
14895 * INSTALL: Regenerated.
14896
9a461d46
JM
14897 * conform/data/stdlib.h-data [POSIX] (stddef.h): Do not allow
14898 header inclusion.
14899 [POSIX] (limits.h): Likewise.
14900 [POSIX] (math.h): Likewise.
14901 [POSIX] (sys/wait.h): Likewise.
14902 * conform/data/string.h-data [POSIX || UNIX98] (strtok_r): Require
14903 function.
14904 [POSIX] (stddef.h): Do not allow header inclusion.
14905
1775babf
AZ
149062014-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14907
57f41c40 14908 * sysdeps/generic/symbol-hacks.h (memcpy): Add internal alias.
1775babf 14909
8f630cca
YY
149102014-04-30 Yang Yingliang <yangyingliang@huawei.com>
14911
14912 * nptl/pthread_cond_broadcast.c (__pthread_cond_broadcast):
14913 Return immediately after lll_futex_wake.
14914
1cdeb237
SP
149152014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
14916
bc8f194c
SP
14917 [BZ #16791]
14918 * nscd/nscd-client.h (datahead_init_common): Initialize entire
14919 structure.
14920 (datahead_init_pos): Call datahead_init_common early.
14921 (datahead_init_neg): Likewise.
14922
1cdeb237
SP
14923 * nscd/nscd-client.h (datahead_init_common, datahead_init_pos,
14924 datahead_init_neg): New functions.
14925 * nscd/aicache.c (addhstaiX): Use them.
14926 * nscd/grpcache.c (cache_addgr): Likewise.
14927 * nscd/hstcache.c (cache_addhst): Likewise.
14928 * nscd/initgrcache.c (addinitgroupsX): Likewise.
14929 * nscd/netgroupcache.c (do_notfound): Likewise.
14930 (addgetnetgrentX): Likewise.
14931 (addinnetgrX): Likewise.
14932 * nscd/pwdcache.c (cache_addpw): Likewise.
14933 * nscd/servicescache.c (cache_addserv): Likewise.
14934
16b293a7
SP
149352014-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
14936 Atsushi Onoe <atsushi@onoe.org>
14937
14938 [BZ #14308]
14939 [BZ #12994]
14940 [BZ #13651]
14941 * resolv/res_query.c (__libc_res_nsearch): Return if at least
14942 one response is valid.
14943 * resolv/res_send.c (send_dg): Check for validity of other
14944 response if the current response is a referral.
14945
a28a9b94
SE
149462014-04-29 Steve Ellcey <sellcey@mips.com>
14947
14948 * iconv/skeleton.c (ONE_DIRECTION): Set default value if not set.
14949
2ca180e9
SL
149502014-04-29 Stefan Liebler <stli@linux.vnet.ibm.com>
14951
14952 [BZ #16823]
14953 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl):
14954 Always divide by positive zero when computing -Inf result.
14955 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
14956 * sysdeps/ieee754/flt-32/s_log1pf.c (__log1pf): Likewise.
14957
18f2945a
AZ
149582014-04-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
14959
14960 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Do not update
14961 FPSCR if value do not change.
14962 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
14963 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Likewise.
14964 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Likewise.
14965 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
14966 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Likewise.
14967 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_reg_to_exceptions): New helper
14968 function.
14969
5abebba4
CD
149702014-05-29 Carlos O'Donell <carlos@systemhalted.org>
14971
14972 * sysdeps/hppa: Move directory from ports/sysdeps/hppa.
14973 * sysdeps/unix/sysv/linux/hppa: Move directory from
14974 ports/systeps/unix/sysv/linux/hppa.
14975 * README: Update listing for hppa-*-linux-gnu.
14976
f7ed60c2
OB
149772014-04-28 Ondřej Bílka <neleai@seznam.cz>
14978
fff763a5
OB
14979 [BZ #16754]
14980 * manual/stdio.texi (Hook functions): Fix types of stream hook
14981 functions.
f7ed60c2
OB
14982 [BZ #16854]
14983 * socket/sys/socket.h: Fix typo in comment.
14984
df639d73
WD
149852014-04-28 Wilco <wdijkstr@arm.com>
14986
f7ed60c2 14987 * sysdeps/arm/fenv_private.h: New file.
df639d73
WD
14988 * sysdeps/arm/math_private.h: New file.
14989 * sysdeps/arm/fpu_control.h: Add _FPU_MASK_NCZV and _FPU_MASK_EXCEPT.
14990
48332d82
L
149912014-04-25 H.J. Lu <hongjiu.lu@intel.com>
14992
14993 * sysdeps/x86/bits/link.h (La_x86_64_regs): Replace __int128
14994 with __int128_t.
14995 (La_x86_64_retval): Likewise.
14996
e5e0d9a4
IB
149972014-04-24 Ian Bolton <ian.bolton@arm.com>
14998
14999 * sysdeps/aarch64/fpu/fclrexcpt.c (feclearexcept): Don't write to
15000 fpsr if value didn't change.
15001 * sysdeps/aarch64/fpu/fedisblxcpt.c (fedisableexcept): Don't write
15002 to fpcr if value didn't change.
15003 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Likewise.
15004 * sysdeps/aarch64/fpu/feholdexcpt.c (feholdexcept): Don't write to
15005 fpsr or fpcr if value didn't change.
15006 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
15007 * sysdeps/aarch64/fpu/fesetround.c (fesetround): Don't write to
15008 fpcr if value didn't change.
15009 * sysdeps/aarch64/fpu/fsetexcptflg.c (fesetexceptflag): Don't write
15010 to fpsr if value didn't change.
15011
bacc75f7
SP
150122014-02-23 Siddhesh Poyarekar <siddhesh@redhat.com>
15013
15014 * nptl/tst-sem3.c: Use test-skeleton.c
15015 (main): Rename to do_test. Use return instead of
15016 exit.
15017 * nptl/tst-sem4.c: Use test-skeleton.c
15018 (main): Rename to do_test.
15019
a059d359
DM
150202014-04-22 David S. Miller <davem@davemloft.net>
15021
15022 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h
15023 (struct sigaction): New struct member __glibc_reserved0, change
15024 type of sa_flags to int.
15025
ea6c92f3
YZ
150262014-04-22 Yufeng Zhang <yufeng.zhang@arm.com>
15027
15028 * stdlib/longlong.h (count_leading_zeros, count_trailing_zeros)
15029 (COUNT_LEADING_ZEROS_0): Define for AArch64.
15030
766c4a36
SP
150312014-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
15032
15033 * nptl/sysdeps/unix/sysv/linux/sem_trywait.c: Include atomic.h.
15034 * nptl/sysdeps/unix/sysv/linux/sem_wait.c: Likewise.
15035
140cc7ab
VK
150362014-04-22 Will Newton <will.newton@linaro.org>
15037 Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
15038
15039 * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
15040 (__longjmp): Add longjmp and longjmp_target SystemTap
15041 probes.
15042 * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
15043 (__sigsetjmp): Add setjmp SystemTap probe.
15044
c54e5cf7
CD
150452014-04-17 Carlos O'Donell <carlos@redhat.com>
15046
15047 * manual/intro.texi (Roadmap to the manual): Sort chapter listing to
15048 match manual order.
15049
75ffb047
AZ
150502014-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15051
15052 * nptl/sysdeps/unix/sysv/linux/powerpc/pthread_once.c: Remove file.
15053
2cd925f7
AZ
15054 * sysdeps/powerpc/fpu/fenv_private.h
15055 (libc_feholdexcept_setroundl_ctx): Define to
15056 libc_feholdexcept_setround_ppc_ctx.
15057 (libc_fesetenvl_ctx): Define to libc_fesetenv_ppc_ctx.
15058 (libc_feholdsetroundl_ctx): Define to libc_feholdsetround_ppc_ctx.
15059 (libc_feresetroundl_ctx): Define to libc_feresetround_ppc_ctx.
15060 (libc_feupdateenvl_ctx): libc_feupdateenv_ppc_ctx.
15061
39e6cd8d
IB
150622014-04-17 Ian Bolton <ian.bolton@arm.com>
15063
15064 * sysdeps/aarch64/math-tests.h: New file.
15065
f9281df9
SY
150662014-04-17 Sihai Yao <sihai.ysh@alibaba-inc.com>
15067
15068 * sysdeps/x86_64/multiarch/ifunc-defines.sym (COMMON_CPUID_INDEX_7):
15069 New.
15070 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
15071 Check and set bit_AVX2_Usable.
15072 * sysdeps/x86_64/multiarch/init-arch.h (bit_AVX2_Usable): New
15073 macro.
15074 (bit_AVX2): Likewise.
15075 (index_AVX2_Usable): Likewise.
15076 (CPUID_AVX2): Likewise.
15077 (HAS_AVX2): Likewise.
15078
37d35007
WN
150792014-04-17 Will Newton <will.newton@linaro.org>
15080
7c677662
WN
15081 * manual/setjmp.texi (System V contexts): Add note that
15082 calling setcontext on a context created by a call to a
15083 signal handler is undefined. Update text to note that
15084 setcontext from a signal handler is possible but not
15085 recommended.
15086
37d35007 15087 [BZ #16629]
e04a4e9d
WN
15088 * stdlib/tst-setcontext.c: Include signal.h.
15089 (main): Check that the signal stack before and
15090 after swapcontext is the same.
15091
37d35007
WN
15092 * sysdeps/unix/sysv/linux/aarch64/setcontext.S (__setcontext):
15093 Re-implement to restore registers in user code and avoid
15094 rt_sigreturn system call.
15095
423a7160
W
150962014-04-17 Wilco <wdijkstr@arm.com>
15097
15098 * sysdeps/arm/math-tests.h: New file: Set ARM math-test settings.
15099 * sysdeps/generic/math-tests.h: Add macro (EXCEPTION_ENABLE_SUPPORTED).
15100 * math/test-fenv.c: Skip exception trap tests on targets which only
15101 support non-stop mode.
15102
bc93ab29
IB
151032014-04-17 Ian Bolton <ian.bolton@arm.com>
15104 Wilco Dijkstra <wilco.dijkstra@arm.com>
15105
15106 * sysdeps/aarch64/fpu/math_private.h (HAVE_RM_CTX)
15107 (libc_feholdsetround_aarch64_ctx)
15108 (libc_feholdsetround_ctx, libc_feholdsetroundf_ctx)
15109 (libc_feholdsetroundl_ctx, libc_feresetround_aarch64_ctx)
15110 (libc_feresetround_ctx, libc_feresetroundf_ctx)
15111 (libc_feresetroundl_ctx, libc_feresetround_noex_aarch64_ctx)
15112 (libc_feresetround_noex_ctx, libc_feresetround_noexf_ctx)
15113 (libc_feresetround_noexl_ctx): Define.
15114
95fc5fa3
RH
151152014-04-16 Richard Henderson <rth@redhat.com>
15116
ddb04724
RH
15117 * sysdeps/unix/sysv/linux/alpha/nptl/pthread_once.c: Remove.
15118
d77c0899
RH
15119 * sysdeps/alpha/Makefile [debug] (CFLAGS-backtrace.c): Enable
15120 unwind tables.
15121
a3df56fc
RH
15122 * sysdeps/unix/alpha/sysdep.h (__pointer_chk_guard): Remove
15123 const from the non-libc, non-ldso copy.
15124
95fc5fa3
RH
15125 * sysdeps/alpha/libm-test-ulps: Regenerate.
15126
7e0b6763
IB
151272014-04-16 Ian Bolton <ian.bolton@arm.com>
15128 Wilco Dijkstra <wilco.dijkstra@arm.com>
15129
15130 * sysdeps/aarch64/fpu/math_private.h: New file.
15131
a9ea2e0c
MS
151322014-04-16 Marcus Shawcroft <marcus.shawcroft@arm.com>
15133
15134 * sysdeps/aarch64/libm-test-ulps: Regenerate.
15135
ea8ba7cd
IZ
151362014-04-16 Igor Zamyatin <igor.zamyatin@intel.com>
15137
7e54fd04 15138 [BZ #16275]
ea8ba7cd
IZ
15139 * sysdeps/x86_64/bits/link.h (La_x86_64_regs): Add lr_bnd.
15140 (La_x86_64_retval): Add lrv_bnd0 and lrv_bnd1.
15141 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Save
15142 Intel MPX bound registers before _dl_profile_fixup.
15143 * sysdeps/x86_64/dl-trampoline.h: Restore Intel MPX bound
15144 registers after _dl_profile_fixup. Save and restore bound
15145 registers bnd0/bnd1 when calling _dl_call_pltexit.
15146 * sysdeps/x86_64/link-defines.sym (BND_SIZE): New.
15147 (LR_BND_OFFSET): Likewise.
15148 (LRV_BND0_OFFSET): Likewise.
15149 (LRV_BND1_OFFSET): Likewise.
15150
9f2a4fbc
ST
151512014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
15152
15153 * sysdeps/mach/hurd/tls.h (dtv, dtv_t, tcbhead_t): Move declarations
15154 to...
15155 * sysdeps/mach/hurd/i386/tls.h: ... here.
3c799e91
ST
15156 (tcbhead_t): Add multiple_threads, sysinfo, stack_guard,
15157 pointer_guard, gscope_flag, private_futex, __private_tm, __private_ss
15158 fields.
9f2a4fbc 15159
fd15a59b
ST
151602014-04-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
15161
15162 * sysdeps/mach/munmap.c (__munmap): Return EINVAL if `addr' is 0.
15163
f19dfa0a
SL
151642014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
15165
15166 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
15167
4fa8bc3b
SL
151682014-04-16 Stefan Liebler <stli@linux.vnet.ibm.com>
15169
15170 [BZ #14770]
15171 * sysdeps/s390/configure.ac: Check for Binutils >= 2.24.
15172 * sysdeps/s390/configure: Regenerate.
15173
8ea587db
SL
15174 [BZ #16824]
15175 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l):
15176 Set round-to-nearest internally to reduce error accumulation.
15177
aa5f0ff1
AM
151782014-04-16 Alan Modra <amodra@gmail.com>
15179
15180 [BZ #16740]
15181 [BZ #16619]
15182 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Rewrite.
15183 * math/libm-test.inc (frexp_test_data): Add tests.
9860b045 15184 * NEWS: Update fixed bug list.
aa5f0ff1 15185
bb9c256f
SP
151862014-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
15187
15188 * benchtests/Makefile: Depend on libraries in build directory.
15189 (bench-math): Separate out math tests.
15190 (bench-pthread): Separate out pthread tests.
15191 (bench): Include math and pthread tests.
15192
f737dfd0
CD
151932014-04-14 Carlos O'Donell <carlos@redhat.com>
15194
15195 [BZ #16831]
15196 * csu/libc-start.c (LIBC_START_MAIN) [!SHARED]: Call
15197 _dl_debug_initialize.
15198
0699f766
CD
15199 * configure.ac: Remove SELinux header check.
15200 * configure: Regenerate.
15201 * nscd/selinux.c (perms): Array of const char* to permission names.
15202 (nscd_request_avc_has_perm): Call security_deny_unknown to find
15203 default policy. Call string_to_security_class and string_to_av_perm to
15204 translate strings. Enforce default policy and call avs_has_perm with
15205 results of translated strings.
15206
809bd45f
DM
152072014-04-13 David S. Miller <davem@davemloft.net>
15208
15209 * sysdeps/sparc/fpu/libm-test-ulps: Update.
15210
89e691f2
AM
152112014-04-12 Allan McRae <allan@archlinux.org>
15212
15213 [BZ #16838]
15214 * manual/string.texi (Collation Functions): Fix qsort argument
15215 order in example.
15216 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
15217
9c9daaeb
CM
152182014-04-11 Chris Metcalf <cmetcalf@tilera.com>
15219
15220 * math/test-fenv-preserve.c [FE_ALL_EXCEPT == 0] (do_test):
15221 Make the test a no-op if there are no exceptions defined.
15222
95561fb9
PP
152232014-04-11 Paul Pluzhnikov <ppluzhnikov@google.com>
15224
fe8d072c 15225 * elf/Makefile (tests): make tst-dlopen-aout conditional on
95561fb9
PP
15226 enable-hardcoded-path-in-tests
15227
970c602a
WN
152282014-04-11 Will Newton <will.newton@linaro.org>
15229
15230 * benchtests/Makefile (extra-objs): Add json-lib.o.
15231 (bench-func): Tidy up JSON output.
15232 * benchtests/bench-skeleton.c: Include json-lib.h.
15233 (main): Use JSON library functions to do output of
15234 benchmark results.
15235 * benchtests/bench-timing-type.c (main): Output the
15236 timing type simply, leaving formatting to the user.
15237 * benchtests/json-lib.c: New file.
15238 * benchtests/json-lib.h: Likewise.
15239
36875b06
TR
152402014-04-11 Torvald Riegel <triegel@redhat.com>
15241
15242 [BZ #15215]
15243 * nptl/sysdeps/unix/sysv/linux/sparc/pthread_once.c: Moved to ...
15244 * nptl/sysdeps/unix/sysv/linux/pthread_once.c: ... here. Add missing
15245 memory barriers. Add comments.
15246 * sysdeps/unix/sysv/linux/aarch64/nptl/pthread_once.c: Remove file.
15247 * sysdeps/unix/sysv/linux/arm/nptl/pthread_once.c: Remove file.
15248 * sysdeps/unix/sysv/linux/ia64/nptl/pthread_once.c: Remove file.
15249 * sysdeps/unix/sysv/linux/m68k/nptl/pthread_once.c: Remove file.
15250 * sysdeps/unix/sysv/linux/mips/nptl/pthread_once.c: Remove file.
15251 * sysdeps/unix/sysv/linux/tile/nptl/pthread_once.c: Remove file.
15252
579db35a
SL
152532014-04-11 Stefan Liebler <stli@linux.vnet.ibm.com>
15254
15255 * sysdeps/s390/s390-32/configure.ac: Unify file with ...
15256 * sysdeps/s390/s390-64/configure.ac: ... this ...
15257 * sysdeps/s390/configure.ac: ... to here.
15258 * sysdeps/s390/s390-32/configure: Delete file.
15259 * sysdeps/s390/s390-64/configure: Delete file.
15260 * sysdeps/s390/configure: Regenerate.
15261
c12e9f37
JAPH
152622014-04-11 Joseph Anthony Pasquale Holsten <joseph@josephholsten.com>
15263
15264 * resolv/res_query.c (__libc_res_nsearch): Fix typo in comment.
15265
439bda32
WN
152662014-04-11 Will Newton <will.newton@linaro.org>
15267
15268 * malloc/malloc.c [!MALLOC_DEBUG]: #define MALLOC_DEBUG
15269 to zero if it is not defined elsewhere. (mtrim): Test
15270 the value of MALLOC_DEBUG with #if rather than #ifdef.
15271
6a5d6ea1
TR
152722014-04-10 Torvald Riegel <triegel@redhat.com>
15273
15274 * benchtests/pthread_once-inputs: New file.
15275 * benchtests/pthread_once-source.c: New file.
15276 * benchtests/README: Update documentation.
15277
a4c75cfd
IZ
152782014-04-09 Igor Zamyatin <igor.zamyatin@intel.com>
15279 H.J. Lu <hongjiu.lu@intel.com>
15280
7e54fd04 15281 [BZ #16275]
a4c75cfd
IZ
15282 * config.h.in (HAVE_MPX_SUPPORT): New #undef.
15283 * sysdeps/x86_64/configure.ac: Set HAVE_MPX_SUPPORT.
15284 * sysdeps/x86_64/configure: Regenerated.
15285 * sysdeps/x86_64/dl-trampoline.S (REGISTER_SAVE_AREA): New
15286 macro.
15287 (REGISTER_SAVE_RAX): Likewise.
15288 (REGISTER_SAVE_RCX): Likewise.
15289 (REGISTER_SAVE_RDX): Likewise.
15290 (REGISTER_SAVE_RSI): Likewise.
15291 (REGISTER_SAVE_RDI): Likewise.
15292 (REGISTER_SAVE_R8): Likewise.
15293 (REGISTER_SAVE_R9): Likewise.
15294 (REGISTER_SAVE_BND0): Likewise.
15295 (REGISTER_SAVE_BND1): Likewise.
15296 (REGISTER_SAVE_BND2): Likewise.
15297 (_dl_runtime_resolve): Use them. Save and restore Intel MPX
15298 bound registers when calling _dl_fixup.
15299
27822ce6
AZ
153002014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15301
15302 * bits/string.h (_STRING_ARCH_unaligned): Define it to 0.
57f41c40
AS
15303 * crypt/sha256.c (_STRING_ARCH_unaligned): Check its value instead
15304 of its definition.
27822ce6
AZ
15305 * iconv/gconv_simple.c (_STRING_ARCH_unaligned): Likewise.
15306 * iconv/loop.c (_STRING_ARCH_unaligned): Likewise.
15307 * iconv/skeleton.c (_STRING_ARCH_unaligned): Likewise.
15308 * nscd/nscd_gethst_r.c (_STRING_ARCH_unaligned): Likewise.
15309 * nscd/nscd_getserv_r.c (_STRING_ARCH_unaligned): Likewise.
15310 * nscd/nscd_helper.c (_STRING_ARCH_unaligned): Likewise.
15311 * resolv/res_send.c (_STRING_ARCH_unaligned): Likewise.
15312
a88ddc90
PTB
153132014-04-09 Peter Brett <peter@peter-b.co.uk>
15314
15315 [BZ #15514]
15316 * sysdeps/posix/pathconf.c (__pathconf): Use statvfs64() for
15317 pathconf(_PC_NAME_MAX).
15318
01f8eac2
AZ
153192014-04-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15320
15321 * nptl/sysdeps/pthread/pthread.h (__PTHREAD_MUTEX_HAVE_ELISION):
15322 Remove macro usage.
15323 (__PTHREAD_SPINS): Move definition to ...
15324 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
15325 (__PTHREAD_SPINS): ... here.
15326 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15327 (__PTHREAD_SPIN): Likewise.
15328 * nptl/sysdeps/unix/sysv/linux/sh/bits/pthreadtypes.h
15329 (__PTHREAD_SPIN): Likewise.
15330 * nptl/sysdeps/unix/sysv/linux/sparc/bits/pthreadtypes.h
15331 (__PTHREAD_SPIN): Likewise.
15332 * nptl/sysdeps/unix/sysv/linux/x86/bits/pthreadtypes.h
15333 (__PTHREAD_SPIN): Likewise.
15334 * sysdeps/unix/sysv/linux/aarch64/nptl/bits/pthreadtypes.h
15335 (__PTHREAD_SPIN): Likewise.
15336 * sysdeps/unix/sysv/linux/alpha/nptl/bits/pthreadtypes.h
15337 (__PTHREAD_SPIN): Likewise.
15338 * sysdeps/unix/sysv/linux/arm/nptl/bits/pthreadtypes.h
15339 (__PTHREAD_SPIN): Likewise.
15340 * sysdeps/unix/sysv/linux/ia64/nptl/bits/pthreadtypes.h
15341 (__PTHREAD_SPIN): Likewise.
15342 * sysdeps/unix/sysv/linux/m68k/nptl/bits/pthreadtypes.h
15343 (__PTHREAD_SPIN): Likewise.
15344 * sysdeps/unix/sysv/linux/microblaze/nptl/bits/pthreadtypes.h
15345 (__PTHREAD_SPIN): Likewise.
15346 * sysdeps/unix/sysv/linux/mips/nptl/bits/pthreadtypes.h
15347 (__PTHREAD_SPIN): Likewise.
15348 * sysdeps/unix/sysv/linux/tile/nptl/bits/pthreadtypes.h
15349 (__PTHREAD_SPIN): Likewise.
15350
de21c33c
AZ
15351 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: New file.
15352 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: new file.
15353 * sysdeps/powerpc/powerpc64/power6x/multiarch/Implies: New file.
15354 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove multiarch
15355 imply folder.
15356 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Likewise.
15357 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: Likewise.
15358 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: Likewise.
15359 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: Adjust
15360 correct imply path.
15361 * sysdeps/powerpc/powerpc64/power7/strncat.S (STRLEN): Define correct
15362 strlen symbol for non multi-arch builds.
15363 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (__isnan): Add
15364 missing hidden_def and weak_alias.
15365
862c472e
CD
153662014-04-08 Carlos O'Donell <carlos@redhat.com>
15367
15368 * manual/ipc.texi (sem_close): AC-unsafe because of aculock.
15369
8667f90e
WN
153702014-04-07 Will Newton <will.newton@linaro.org>
15371
15372 * string/basename.c [HAVE_CONFIG_H]: Remove #ifdef and
15373 and contents. [!_LIBC] Remove #ifndef and contents.
15374 (basename): Use ANSI prototype. [_LIBC] Remove #idef.
15375 * string/memccpy.c (__memccpy): Use ANSI prototype.
15376 * string/memfrob.c (memfrob): Likewise.
15377 * string/strcoll.c (STRCOLL): Likewise.
15378 * string/strlen.c (strlen): Likewise.
15379 * string/strtok.c (STRTOK): Likewise.
15380 * string/strcat.c: Remove unused #include of memcopy.h.
15381 (strcat): Use ANSI prototype.
15382 * string/strchr.c: Remove unused #include of memcopy.h.
15383 (strchr): Use ANSI prototype.
15384 * string/strcmp.c: Remove unused #include of memcopy.h.
15385 (strcmp): Use ANSI prototype.
15386 * string/strcpy.c: Remove unused #include of memcopy.h.
15387 (strcpy): Use ANSI prototype.
15388
7ffa9423
AZ
153892014-04-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15390
15391 * Makeconfig (CPPFLAGS): Add config-extra-cppflags to list.
15392 * config.make.in (config-extra-cppflags): Set it from
15393 libc_extra_cppflags.
15394 * configure.ac (libc_extra_cflags): Make it accumulate over
15395 configure fragments.
15396 (libc_extra_cppflags): New flag.
15397 * configure. Regenerate.
15398 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac
57f41c40
AS
15399 (libc_cv_ppc64_def_call_elf): Define it to yes if compiler does
15400 not set _CALL_ELF and add -D_CALL_ELF=1 to libc_extra_cppflags.
7ffa9423
AZ
15401 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Regenerate.
15402
8bd70862
AZ
15403 [BZ #16815]
15404 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (__nearbyint): Fix
15405 result for FE_DOWNWARD rounding mode.
15406 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S (__nearbyintf):
15407 Likewise.
15408 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15409
d42f3448
CM
154102014-04-04 Chris Metcalf <cmetcalf@tilera.com>
15411
15412 * sysdeps/tile/dl-runtime.c (_dl_unmap): Fix cut-and-paste bug
15413 in function argument name.
15414
1c21d115
DS
154152014-04-03 David Svoboda <svoboda@cert.org>
15416
15417 [BZ #5666]
15418 * manual/stdio.texi (Line-Oriented Input): Document buffer allocation
15419 explicitly.
15420
fcccd512
RM
154212014-04-03 Roland McGrath <roland@hack.frob.com>
15422
15423 * elf/dl-unmap-segments.h: New file.
15424 * sysdeps/generic/ldsodefs.h
15425 (DL_UNMAP): Use _dl_unmap_segments in place of __munmap.
15426 * elf/dl-close.c: Include <dl-unmap-segments.h>.
15427 * elf/dl-fptr.c: Likewise.
15428 (_dl_unmap): Use _dl_unmap_segments in place of __munmap.
15429 * sysdeps/aarch64/tlsdesc.c: Likewise.
15430 * sysdeps/arm/tlsdesc.c: Likewise.
15431 * sysdeps/i386/tlsdesc.c: Likewise.
15432 * sysdeps/tile/dl-runtime.c: Likewise.
15433 * sysdeps/x86_64/tlsdesc.c: Likewise.
15434 * elf/dl-load.h: New file.
15435 * elf/dl-load.c: Include it.
15436 (MAP_FILE, MAP_COPY, MAP_BASE_ADDR):
15437 Macros moved to dl-load.h.
15438 (ELF_PREFERRED_ADDRESS_DATA, ELF_PREFERRED_ADDRESS): Likewise.
15439 (_dl_map_object_from_fd): Type 'struct loadcmd' moved to dl-load.h.
15440 Use _dl_unmap_segments in place of __munmap.
15441 Break out segment-mapping loop into ...
15442 * elf/dl-map-segments.h (_dl_map_segments): ... here, in new file.
15443
f6488e2b
WN
154442014-04-03 Will Newton <will.newton@linaro.org>
15445
15446 * elf/dl-lookup.c (do_lookup_x): Remove comment
15447 referring to nested function and move variable
15448 declarations down to before first use.
15449
6f05bafe
JM
154502014-04-02 Joseph Myers <joseph@codesourcery.com>
15451
a84e78c8
JM
15452 [BZ #16799]
15453 [BZ #16800]
15454 * math/s_catan.c (__catan): Avoid passing -0 denominator to atan2
15455 with 0 numerator.
15456 * math/s_catanf.c (__catanf): Likewise.
15457 * math/s_catanh.c (__catanh): Likewise.
15458 * math/s_catanhf.c (__catanhf): Likewise.
15459 * math/s_catanhl.c (__catanhl): Likewise.
15460 * math/s_catanl.c (__catanl): Likewise.
15461 * sysdeps/ieee754/flt-32/e_logf.c (__ieee754_logf): Always divide
15462 by positive zero when computing -Inf result.
15463 * math/libm-test.inc (catan_test): Use ALL_RM_TEST.
15464 (catanh_test): Likewise.
15465 * sysdeps/i386/fpu/libm-test-ulps: Update.
15466 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15467
6f05bafe
JM
15468 [BZ #16789]
15469 * math/s_clog.c (__clog): Use math_force_eval to ensure underflow
15470 instead of using underflowing value in computing result.
15471 * math/s_clog10.c (__clog10): Likewise.
15472 * math/s_clog10f.c (__clog10f): Likewise.
15473 * math/s_clog10l.c (__clog10l): Likewise.
15474 * math/s_clogf.c (__clogf): Likewise.
15475 * math/s_clogl.c (__clogl): Likewise.
15476 * math/libm-test.inc (clog_test): Use ALL_RM_TEST.
15477 (clog10_test): Likewise.
15478 * sysdeps/i386/fpu/libm-test-ulps: Update.
15479 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15480
b0abbc21
AM
154812014-04-02 Alan Modra <amodra@gmail.com>
15482
15483 [BZ #16739]
15484 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Correct
15485 output when value is near a power of two. Use int64_t for lx and
15486 remove casts. Use decimal rather than hex exponent constants.
15487 Don't use long double multiplication when double will suffice.
15488 * math/libm-test.inc (nextafter_test_data): Add tests.
15489 * NEWS: Add 16739 and 16786 to bug list.
15490
af6b1797
AM
15491 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Correct stream hint.
15492
483818d7
AM
15493 * sysdeps/powerpc/powerpc64/start.S: Add @toc to toc symbol reference.
15494
f6c55796
WN
154952014-04-01 Will Newton <will.newton@linaro.org>
15496
15497 * benchtests/Makefile (CFLAGS-bench-ffs.c): Add
15498 -fno-builtin. (CFLAGS-bench-ffsll.c): Likewise.
15499
13f7fe35
FW
155002014-04-01 Florian Weimer <fweimer@redhat.com>
15501
15502 [BZ #13347]
15503 * nptl/nptl-init.c (sighandler_setxid): Check system call result.
15504 * nptl/tst-setuid2.c: New file.
15505 * nptl/Makefile (xtests): Add tst-setuid2.
15506
c859b32e
AM
155072014-04-01 Alan Modra <amodra@gmail.com>
15508
15509 [BZ #16786]
15510 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S: Don't trash stack.
15511
54fa2475
JM
155122014-03-31 Joseph Myers <joseph@codesourcery.com>
15513
8795b4a4
JM
15514 [BZ #6803]
15515 [BZ #6804]
15516 * math/w_scalb.c (__scalb): For non-SVID mode, check result and
15517 set errno as appropriate.
15518 * math/w_scalbf.c (__scalbf): Likewise.
15519 * math/w_scalbl.c (__scalbl): Likewise.
15520 * math/gen-libm-test.pl (parse_args): Handle ERRNO_PLUS_OFLOW,
15521 ERRNO_MINUS_OFLOW, ERRNO_PLUS_UFLOW and ERRNO_MINUS_UFLOW.
15522 * math/libm-test.inc (scalb_test_data): Add errno expectations.
15523 Add more NaN tests.
15524
54fa2475
JM
15525 [BZ #16349]
15526 * math/w_atan2.c: Include <errno.h>.
15527 (__atan2): Set errno for result underflowing to zero.
15528 * math/w_atan2f.c: Include <errno.h>.
15529 (__atan2f): Set errno for result underflowing to zero.
15530 * math/w_atan2l.c: Include <errno.h>.
15531 (__atan2l): Set errno for result underflowing to zero.
15532 * math/auto-libm-test-in: Don't allow missing errno for some atan2
15533 tests.
15534 * math/auto-libm-test-out: Regenerated.
15535
757d9dd5
AZ
155362014-03-31 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15537
15538 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S (MFVSRD_R3_V1):
15539 Encode instruction correctly in little endian.
15540 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S (MFVSRD_R3_V1):
15541 Likewise.
15542 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S (MFVSRD_R3_V1):
15543 Likewise.
15544 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S (MFVSRD_R3_V1):
15545 Likewise.
15546 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S (MFVSRD_R3_V1):
15547 Likewise.
15548
d7a68734
JM
155492014-03-31 Joseph Myers <joseph@codesourcery.com>
15550
47c5adeb
JM
15551 [BZ #9894]
15552 * sysdeps/unix/sysv/linux/kernel-features.h
15553 [__sparc__ && !__arch64__ && !__sparc_v9__]
15554 (__ASSUME_SET_ROBUST_LIST): Do not define.
15555 [__sparc__ && !__arch64__ && !__sparc_v9__]
15556 (__ASSUME_FUTEX_LOCK_PI): Likewise.
15557 [__sparc__ && !__arch64__ && !__sparc_v9__] (__ASSUME_REQUEUE_PI):
15558 Likewise.
15559 * sysdeps/unix/sysv/linux/arm/kernel-features.h
15560 (__ASSUME_FUTEX_LOCK_PI): Undefine.
15561 (__ASSUME_REQUEUE_PI): Likewise.
15562 (__ASSUME_SET_ROBUST_LIST): Likewise.
15563 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
15564 [__LINUX_KERNEL_VERSION < 0x030a00] (__ASSUME_FUTEX_LOCK_PI):
15565 Undefine.
15566 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15567 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_FUTEX_LOCK_PI):
15568 Likewise.
15569 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_REQUEUE_PI):
15570 Likewise.
15571 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_SET_ROBUST_LIST):
15572 Likewise.
15573 * sysdeps/unix/sysv/linux/mips/kernel-features.h
15574 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_FUTEX_LOCK_PI):
15575 Undefine.
15576 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_REQUEUE_PI): Likewise.
15577 [__mips == 1 || _MIPS_ARCH_R5900] (__ASSUME_SET_ROBUST_LIST):
15578 Likewise.
15579
d7a68734
JM
15580 [BZ #16648]
15581 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
15582 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_FUTIMESAT): Define.
15583 * sysdeps/unix/sysv/linux/microblaze/futimesat.c: New file.
15584
c760f5c2
WN
155852014-03-31 Will Newton <will.newton@linaro.org>
15586
15587 * benchtests/Makefile (bench): Add ffs and ffsll to list
15588 of tests.
15589 * benchtests/ffs-inputs: New file.
15590 * benchtests/ffsll-inputs: Likewise.
15591
ea6029b1
JM
155922014-03-29 Joseph Myers <joseph@codesourcery.com>
15593
15594 [BZ #16770]
15595 * math/e_scalb.c (__ieee754_scalb): Check second argument is not
15596 too large before casting to int.
15597 * math/e_scalbf.c (__ieee754_scalbf): Likewise.
15598 * math/e_scalbl.c (__ieee754_scalbl): Likewise.
15599 * math/libm-test.inc (scalb_test_data): Add more tests.
15600
cf806aff
SP
156012014-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
15602
56737508
SP
15603 * benchtests/Makefile (DETAILED_OPT): New make option.
15604 (bench-func): Run benchmark program with -d if DETAILED_OPT is
15605 set.
15606 * benchtests/bench-skeleton.c: Include stdbool.h.
15607 (main): Store and print timings per input.
15608 * benchtests/scripts/bench.py (STRUCT_TEMPLATE): Add timing
15609 member to each argument value.
15610 (EPILOGUE): Define new macros RESULT and RESULT_ACCUM.
15611 (_print_arg_data): Initialize per-input timing to 0.
15612
cb5e4aad
SP
15613 * benchtests/Makefile (timing-type): New binary.
15614 (bench-clean): Also remove bench-timing-type.
15615 (bench): New target for timing-type.
15616 (bench-func): Print output in JSON format.
15617 * benchtests/bench-skeleton.c (main): Print output in JSON
15618 format.
15619 * benchtests/bench-timing-type.c: New file.
15620 * benchtests/bench-timing.h (TIMING_TYPE): New macro.
15621 (TIMING_PRINT_STATS): Remove.
15622 * benchtests/scripts/bench.py (_print_arg_data): Store variant
15623 name separately.
15624
cf806aff
SP
15625 * benchtests/bench-modf.c: Remove.
15626 * benchtests/modf-inputs: New inputs file.
15627
289e0779
JM
156282014-03-28 Joseph Myers <joseph@codesourcery.com>
15629
15630 [BZ #16362]
15631 * math/s_clog10.c (M_PI_LOG10E): New macro.
15632 (__clog10): Use M_PI_LOG10E instead of M_PI when real and
15633 imaginary parts are 0.
15634 * math/s_clog10f.c (M_PI_LOG10Ef): New macro.
15635 (__clog10f): Use M_PI_LOG10Ef instead of M_PI when real and
15636 imaginary parts are 0.
15637 * math/s_clog10l.c (M_PI_LOG10El): New macro.
15638 (__clog10l): Use M_PI_LOG10El instead of M_PIl when real and
15639 imaginary parts are 0.
15640 * math/libm-test.inc (clog10_test_data): Update expected results
15641 for when real and imaginary parts are 0.
15642
277ae3f1
PP
156432014-03-27 Paul Pluzhnikov <ppluzhnikov@google.com>
15644
15645 * elf/dl-load.c: Finish conversion of __builtin_expect into
15646 __glibc_{un}likely.
15647
03a7091f
JM
156482014-03-27 Joseph Myers <joseph@codesourcery.com>
15649
15650 [BZ #16348]
15651 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]: Use
15652 1+x for argument with exponent below -67.
15653 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [!USE_AS_EXPM1L]:
15654 Likewise.
15655 * math/auto-libm-test-in: Add more tests of exp.
15656 * math/auto-libm-test-out: Regenerated.
15657
ea7d8b95
SP
156582014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
15659
dd3022d7
SP
15660 [BZ #16759]
15661 * inet/getnetgrent_r.c (get_nonempty_val): New function.
15662 (nscd_getnetgrent): Use it.
15663
ea7d8b95
SP
15664 [BZ #16760]
15665 * nscd/netgroupcache.c (addgetnetgrentX): Use memmove instead
15666 of stpcpy.
15667
df5b85da
AK
156682014-03-27 Andi Kleen <ak@linux.intel.com>
15669
57f41c40
AS
15670 * nptl/sysdeps/unix/sysv/linux/x86_64/lowlevellock.h (lll_lock)
15671 (lll_robust_lock, lll_cond_lock, lll_timedlock)
15672 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15673 (lll_robust_unlock): Remove out of line section. Use cfi
15674 intrinsics.
df5b85da 15675 (LLL_STUB_UNWIND_INFO*): Remove.
57f41c40
AS
15676 * nptl/sysdeps/unix/sysv/linux/i386/lowlevellock.h (lll_lock)
15677 (lll_robust_lock, lll_cond_lock, lll_timedlock)
15678 (lll_robust_cond_lock, lll_robust_timedlock, lll_unlock)
15679 (lll_robust_unlock): Remove out of line section. Use cfi
15680 intrinsics.
df5b85da
AK
15681 (LLL_STUB_UNWIND_INFO*): Remove.
15682
fbd6b5a4
SP
156832014-03-27 Siddhesh Poyarekar <siddhesh@redhat.com>
15684
15685 [BZ #16758]
15686 * nscd/netgroupcache.c (addinnetgrX): Succeed if triplet has
15687 blank values.
15688
1b26b855
PP
156892014-03-26 Paul Pluzhnikov <ppluzhnikov@google.com>
15690
15691 * elf/dl-load.c: Convert __builtin_expect into __glibc_{un}likely.
15692
9be36fb8
JM
156932014-03-26 Joseph Myers <joseph@codesourcery.com>
15694
15695 [BZ #16198]
15696 * sysdeps/x86_64/fpu/fegetenv.c (fegetenv): Use fldenv after
15697 fnstenv.
15698 * math/test-fenv-preserve.c: New file.
15699 * math/Makefile (tests): Add test-fenv-preserve.
15700
60a2f3c1
WN
157012014-03-26 Will Newton <will.newton@linaro.org>
15702
15703 * benchtests/bench-strtod.c (TIMEOUT): Define to 10.
15704
a5e5f1e2
RM
157052014-03-25 Roland McGrath <roland@hack.frob.com>
15706
15707 * scripts/versionlist.awk: Partition the version sets and emit all
15708 GLIBC_* (sorted) before all others (sorted).
15709
00f4012a
JM
157102014-03-25 Joseph Myers <joseph@codesourcery.com>
15711
15712 * elf/Versions (libc) [EXPORT_UNWIND_FIND_FDE]: Add empty
15713 GLIBC_2.2.5 version.
15714
7bc5a741
AZ
157152014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15716
15717 * scripts/localplt.awk: Check for PLT generated by internal IFUNC
15718 calls.
15719
7578473b
AZ
15720 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h: Revert
15721 previous change.
15722
f3f1dab3
AZ
15723 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
15724
6da36183
AS
157252014-03-25 Andreas Schwab <schwab@suse.de>
15726
15727 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Add out_fail2
15728 label to be used after in6ailist is initialized.
15729
f3f1dab3 157302014-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
449282f2 15731
7578473b 15732 * nptl/sysdeps/unix/sysv/linux/powerpc/bits/pthreadtypes.h
449282f2
AZ
15733 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15734
046651c1
JM
157352014-03-25 Joseph Myers <joseph@codesourcery.com>
15736
15737 [BZ #16357]
15738 [BZ #16599]
15739 * math/gen-auto-libm-tests.c (fp_format_desc): Add field
15740 min_plus_half.
15741 (fp_formats): Update initializers.
15742 (init_fp_formats): Initialize new field.
15743 (output_for_one_input_case): Allow underflow for results up to
15744 min_plus_half.
15745 * math/libm-test.inc (log1p_test): Use ALL_RM_TEST.
15746 * math/auto-libm-test-in: Don't mark some underflows from asin and
15747 atanh as spurious.
15748 * math/auto-libm-test-out: Regenerated.
15749 * sysdeps/i386/fpu/libm-test-ulps: Update.
15750 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15751
003e49ed
AS
157522014-03-25 Andreas Schwab <schwab@suse.de>
15753
15754 * libio/Makefile (tst-ftell-partial-wide-ENV)
15755 (tst-ftell-active-handler-ENV): Define.
15756
de031874
SL
157572014-03-25 Stefan Liebler <stli@linux.vnet.ibm.com>
15758
15759 * NEWS: Add 16712, 16713, 16714 to fixed bug list.
15760
55a81e3b
PP
157612014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
15762
15763 * elf/tst-dlopen-aout.c: Adjust comments. Use test-skeleton.c
15764
f3426898
JM
157652014-03-24 Joseph Myers <joseph@codesourcery.com>
15766
15767 * sysdeps/ieee754/dbl-64/e_exp.c: Include <math.h>.
15768 * sysdeps/x86_64/fpu/multiarch/e_exp.c
15769 [HAVE_FMA4_SUPPORT || HAVE_AVX_SUPPORT]: Likewise.
15770
a42faf59
PP
157712014-03-24 Paul Pluzhnikov <ppluzhnikov@google.com>
15772
15773 [BZ #16634]
a42faf59 15774 * elf/dl-load.c (open_verify): Add mode parameter.
97d8ca99
CD
15775 Error early when ET_EXEC and mode does not have __RTLD_OPENEXEC.
15776 (open_path): Change from boolean 'secure' to complete flag 'mode'
15777 (_dl_map_object): Adjust.
a42faf59
PP
15778 * elf/Makefile (tests): Add tst-dlopen-aout.
15779 * elf/tst-dlopen-aout.c: New test.
15780
50936127
SL
157812014-03-24 Stefan Liebler <stli@linux.vnet.ibm.com>
15782
15783 [BZ #16714]
15784 * sysdeps/unix/sysv/linux/s390/bits/stat.h
15785 (struct stat): Rename member pad0 to __glibc_reserved0.
15786
26011b5c
SL
15787 [BZ #16712]
15788 * sysdeps/s390/s390-32/bits/wordsize.h
15789 (__WORDSIZE32_SIZE_ULONG): New define.
15790 * sysdeps/s390/s390-64/bits/wordsize.h
15791 (__WORDSIZE32_SIZE_ULONG): Likewise.
15792 * sysdeps/generic/stdint.h (SIZE_MAX):
15793 Define as UL if __WORDSIZE32_SIZE_ULONG.
15794
a2d86bf1
SL
15795 [BZ #16713]
15796 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h
15797 (__glibc_reserved0): New variable.
15798 (sa_flags): Change type to int.
15799
78b6eebc
SL
15800 * posix/Makefile (before-compile): Use += before-compile instead
15801 of a :=.
15802
f1399b5a
SL
15803 * nptl/sysdeps/unix/sysv/linux/s390/bits/pthreadtypes.h
15804 (__PTHREAD_MUTEX_HAVE_ELISION): New define.
15805
a071766e
AS
158062014-03-20 Andreas Schwab <schwab@suse.de>
15807
15808 [BZ #16743]
15809 * sysdeps/posix/getaddrinfo.c (gaih_inet): Properly skip over
15810 non-matching result from nscd.
15811
27c673b8
SP
158122014-03-24 Siddhesh Poyarekar <siddhesh@redhat.com>
15813
15814 * scripts/bench.py: Moved to ...
15815 * benchtests/scripts/bench.py: ... here.
15816 * benchtests/Makefile ($(objpfx)bench-%.c): Adjust.
15817
44152e4b
AS
158182014-03-24 Andreas Schwab <schwab@suse.de>
15819
15820 [BZ #16002]
15821 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Use
15822 alloca_account and account alloca use for struct in6ailist.
15823
b376a11a
JM
158242014-03-24 Joseph Myers <joseph@codesourcery.com>
15825
15826 [BZ #16284]
15827 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use original
15828 rounding mode to recompute results that overflow to infinity or
15829 underflow to zero.
15830 * math/auto-libm-test-in: Don't mark tests as expected to fail for
15831 bug 16284.
15832 * math/auto-libm-test-out: Regenerated.
15833 * math/libm-test.inc (ccos_test): Use ALL_RM_TEST.
15834 (ccosh_test): Likewise.
15835 (csin_test_data): Use plus_oflow.
15836 (csin_test): Use ALL_RM_TEST.
15837 (csinh_test_data): Use plus_oflow.
15838 (csinh_test): Use ALL_RM_TEST.
15839 * sysdeps/i386/fpu/libm-test-ulps: Update.
15840 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15841
f7be7376
JM
158422014-03-21 Joseph Myers <joseph@codesourcery.com>
15843
1ca2d03e
JM
15844 * sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
15845 * sysdeps/unix/sysv/linux/mips/getrlimit64.c: Likewise.
15846 * sysdeps/unix/sysv/linux/mips/setrlimit64.c: Likewise.
15847
f7be7376
JM
15848 [BZ #16731]
15849 * sysdeps/i386/fpu/e_log.S (__ieee754_log): Take absolute value
15850 when x - 1 is zero.
15851 * sysdeps/i386/fpu/e_logf.S (__ieee754_logf): Likewise.
15852 * sysdeps/i386/fpu/e_logl.S (__ieee754_logl): Likewise.
15853 * sysdeps/i386/i686/fpu/e_logl.S (__ieee754_logl): Likewise.
15854 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Return +0 when
15855 argument is 1.
15856 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Likewise.
15857 * sysdeps/x86_64/fpu/e_logl.S: Take absolute value when x - 1 is
15858 zero.
15859 * math/libm-test.inc (log_test): Use ALL_RM_TEST.
15860 * sysdeps/i386/fpu/libm-test-ulps: Update.
15861 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15862
fdf4534d
SP
158632014-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
15864
df26ea53
SP
15865 * scripts/bench.pl: Remove file.
15866 * scripts/bench.py: New benchmark script.
15867 * benchtests/Makefile ($(objpfx)bench-%.c): Use it.
15868 * benchtests/README: Mention python dependency.
15869 * scripts/pylintrc: New file.
15870 * scripts/pylint: New file.
15871
fdf4534d
SP
15872 * bits/mathdef.h: Use #ifdef instead of #if.
15873 * sysdeps/arm/bits/mathdef.h [defined __USE_ISOC99 && defined
15874 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15875 * sysdeps/tile/bits/mathdef.h [defined __USE_ISOC99 && defined
15876 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15877 * sysdeps/x86/bits/mathdef.h [defined __USE_ISOC99 && defined
15878 _MATH_H && !defined _MATH_H_MATHDEF]: Likewise.
15879
6f23d093
AZ
158802014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15881 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
15882
15883 * string/strpbrk.c (strpbrk): Using macro to redefine symbol name.
15884 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strpbrk-power7
15885 and strpbrk-ppc64 objects.
15886 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15887 (__libc_ifunc_impl_list): Add new strpbrk optimized symbols.
15888 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-power7.S: New file:
15889 multiarch strpbrk for POWER7.
15890 * sysdeps/powerpc/powerpc64/multiarch/strpbrk-ppc64.c: New file:
15891 multiarch strpbrk for PPC64.
15892 * sysdeps/powerpc/powerpc64/multiarch/strpbrk.c: New file: strpbrk
15893 ifunc selector.
15894 * sysdeps/powerpc/powerpc64/power7/strpbrk.S: New file: optimited
15895 strpbrk for POWER7.
15896
8c92dfff
JM
158972014-03-20 Joseph Myers <joseph@codesourcery.com>
15898
15899 * math/libm-test.inc (asinh_test): Use ALL_RM_TEST.
15900 (atan_test): Likewise.
15901 (atanh_test_data): Use NO_TEST_INLINE for two tests.
15902 (atanh_test): Use ALL_RM_TEST.
15903 (atan2_test_data): Likewise.
15904 (cabs_test): Likewise.
15905 (cacosh_test): Likewise.
15906 (carg_test): Likewise.
15907 (casin_test): Likewise.
15908 (casinh_test): Likewise.
15909 (cbrt_test): Likewise.
15910 (csqrt_test): Likewise.
15911 (erf_test): Likewise.
15912 (erfc_test): Likewise.
15913 (pow10_test): Likewise.
15914 (exp2_test): Likewise.
15915 (hypot_test): Likewise.
15916 (j0_test): Likewise.
15917 (j1_test): Likewise.
15918 (lgamma_test): Likewise.
15919 (gamma_test): Likewise.
15920 (sincos_test): Likewise.
15921 (tanh_test): Likewise.
15922 (y0_test): Likewise.
15923 (y1_test): Likewise.
15924 * sysdeps/i386/fpu/libm-test-ulps: Update.
15925 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
15926
6eaf95cb
AZ
159272014-03-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
15928
a387428c
SP
15929 * string/strcspn.c (strcspn): Using macro to redefine symbol name.
15930 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcspn-power7
6eaf95cb
AZ
15931 and strcspn-ppc64 objects.
15932 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
15933 (__libc_ifunc_impl_list): Add new strcspn optimized symbols.
15934 * sysdeps/powerpc/powerpc64/multiarch/strcspn-power7.S: New file:
15935 multiarch strcspn for POWER7.
15936 * sysdeps/powerpc/powerpc64/multiarch/strcspn-ppc64.c: New file:
15937 multiarch strcspn for PPC64.
15938 * sysdeps/powerpc/powerpc64/multiarch/strcspn.c: New file: strcspn
15939 ifunc selector.
15940 * sysdeps/powerpc/powerpc64/power7/strcspn.S: New file: optimited
15941 strcspn for POWER7.
15942
ae3a5dff
JM
159432014-03-20 Joseph Myers <joseph@codesourcery.com>
15944
15945 * math/gen-libm-test.pl (generate_testfile): Expect only function
15946 name as argument to AUTO_TESTS_* and pass results for all rounding
15947 modes to parse_args.
15948 (parse_auto_input): Separate inputs of automatic tests from
15949 outputs before storing in %auto_tests.
15950 * math/libm-test.inc (acos_test_data): Update call to
15951 AUTO_TESTS_f_f.
15952 (acos_test): Use ALL_RM_TEST.
15953 (acos_tonearest_test_data): Remove.
15954 (acos_test_tonearest): Likewise.
15955 (acos_towardzero_test_data): Likewise.
15956 (acos_test_towardzero): Likewise.
15957 (acos_downward_test_data): Likewise.
15958 (acos_test_downward): Likewise.
15959 (acos_upward_test_data): Likewise.
15960 (acos_test_upward): Likewise.
15961 (acosh_test_data): Update call to AUTO_TESTS_f_f.
15962 (asin_test_data): Likewise.
15963 (asin_test): Use ALL_RM_TEST.
15964 (asin_tonearest_test_data): Remove.
15965 (asin_test_tonearest): Likewise.
15966 (asin_towardzero_test_data): Likewise.
15967 (asin_test_towardzero): Likewise.
15968 (asin_downward_test_data): Likewise.
15969 (asin_test_downward): Likewise.
15970 (asin_upward_test_data): Likewise.
15971 (asin_test_upward): Likewise.
15972 (asinh_test_data): Update call to AUTO_TESTS_f_f.
15973 (atan_test_data): Likewise.
15974 (atanh_test_data): Likewise.
15975 (atan2_test_data): Update call to AUTO_TESTS_ff_f.
15976 (cabs_test_data): Update call to AUTO_TESTS_c_f.
15977 (carg_test_data): Likewise.
15978 (cbrt_test_data): Update call to AUTO_TESTS_f_f.
15979 (ccos_test_data): Update call to AUTO_TESTS_c_c.
15980 (ccosh_test_data): Likewise.
15981 (cexp_test_data): Likewise.
15982 (clog_test_data): Likewise.
15983 (clog10_test_data): Likewise.
15984 (cos_test_data): Update call to AUTO_TESTS_f_f.
15985 (cos_test): Use ALL_RM_TEST.
15986 (cos_tonearest_test_data): Remove.
15987 (cos_test_tonearest): Likewise.
15988 (cos_towardzero_test_data): Likewise.
15989 (cos_test_towardzero): Likewise.
15990 (cos_downward_test_data): Likewise.
15991 (cos_test_downward): Likewise.
15992 (cos_upward_test_data): Likewise.
15993 (cos_test_upward): Likewise.
15994 (cosh_test_data): Update call to AUTO_TESTS_f_f.
15995 (cosh_test): Use ALL_RM_TEST.
15996 (cosh_tonearest_test_data): Remove.
15997 (cosh_test_tonearest): Likewise.
15998 (cosh_towardzero_test_data): Likewise.
15999 (cosh_test_towardzero): Likewise.
16000 (cosh_downward_test_data): Likewise.
16001 (cosh_test_downward): Likewise.
16002 (cosh_upward_test_data): Likewise.
16003 (cosh_test_upward): Likewise.
16004 (cpow_test_data): Update call to AUTO_TESTS_cc_c.
16005 (csqrt_test_data): Update call to AUTO_TESTS_c_c.
16006 (ctan_test_data): Likewise.
16007 (ctan_test): Use ALL_RM_TEST.
16008 (ctan_tonearest_test_data): Remove.
16009 (ctan_test_tonearest): Likewise.
16010 (ctan_towardzero_test_data): Likewise.
16011 (ctan_test_towardzero): Likewise.
16012 (ctan_downward_test_data): Likewise.
16013 (ctan_test_downward): Likewise.
16014 (ctan_upward_test_data): Likewise.
16015 (ctan_test_upward): Likewise.
16016 (ctanh_test_data): Update call to AUTO_TESTS_c_c.
16017 (ctanh_test): Use ALL_RM_TEST.
16018 (ctanh_tonearest_test_data): Remove.
16019 (ctanh_test_tonearest): Likewise.
16020 (ctanh_towardzero_test_data): Likewise.
16021 (ctanh_test_towardzero): Likewise.
16022 (ctanh_downward_test_data): Likewise.
16023 (ctanh_test_downward): Likewise.
16024 (ctanh_upward_test_data): Likewise.
16025 (ctanh_test_upward): Likewise.
16026 (erf_test_data): Update call to AUTO_TESTS_f_f.
16027 (erfc_test_data): Likewise.
16028 (exp_test_data): Likewise.
16029 (exp_test): Use ALL_RM_TEST.
16030 (exp_tonearest_test_data): Remove.
16031 (exp_test_tonearest): Likewise.
16032 (exp_towardzero_test_data): Likewise.
16033 (exp_test_towardzero): Likewise.
16034 (exp_downward_test_data): Likewise.
16035 (exp_test_downward): Likewise.
16036 (exp_upward_test_data): Likewise.
16037 (exp_test_upward): Likewise.
16038 (exp10_test_data): Update call to AUTO_TESTS_f_f.
16039 (exp10_test): Use ALL_RM_TEST.
16040 (exp10_tonearest_test_data): Remove.
16041 (exp10_test_tonearest): Likewise.
16042 (exp10_towardzero_test_data): Likewise.
16043 (exp10_test_towardzero): Likewise.
16044 (exp10_downward_test_data): Likewise.
16045 (exp10_test_downward): Likewise.
16046 (exp10_upward_test_data): Likewise.
16047 (exp10_test_upward): Likewise.
16048 (exp2_test_data): Update call to AUTO_TESTS_f_f.
16049 (expm1_test_data): Likewise.
16050 (expm1_test): Use ALL_RM_TEST.
16051 (expm1_tonearest_test_data): Remove.
16052 (expm1_test_tonearest): Likewise.
16053 (expm1_towardzero_test_data): Likewise.
16054 (expm1_test_towardzero): Likewise.
16055 (expm1_downward_test_data): Likewise.
16056 (expm1_test_downward): Likewise.
16057 (expm1_upward_test_data): Likewise.
16058 (expm1_test_upward): Likewise.
16059 (fma_test_data): Update call to AUTO_TESTS_fff_f.
16060 (fma_test): Use ALL_RM_TEST.
16061 (fma_towardzero_test_data): Remove.
16062 (fma_test_towardzero): Likewise.
16063 (fma_downward_test_data): Likewise.
16064 (fma_test_downward): Likewise.
16065 (fma_upward_test_data): Likewise.
16066 (fma_test_upward): Likewise.
16067 (hypot_test_data): Update call to AUTO_TESTS_ff_f.
16068 (j0_test_data): Update call to AUTO_TESTS_f_f.
16069 (j1_test_data): Likewise.
16070 (jn_test_data): Update call to AUTO_TESTS_if_f.
16071 (lgamma_test_data): Update call to AUTO_TESTS_f_f1.
16072 (log_test_data): Update call to AUTO_TESTS_f_f.
16073 (log10_test_data): Likewise.
16074 (log1p_test_data): Likewise.
16075 (log2_test_data): Likewise.
16076 (pow_test_data): Update call to AUTO_TESTS_ff_f.
16077 (pow_tonearest_test_data): Likewise.
16078 (sin_test_data): Update call to AUTO_TESTS_f_f.
16079 (sin_test): Use ALL_RM_TEST.
16080 (sin_tonearest_test_data): Remove.
16081 (sin_test_tonearest): Likewise.
16082 (sin_towardzero_test_data): Likewise.
16083 (sin_test_towardzero): Likewise.
16084 (sin_downward_test_data): Likewise.
16085 (sin_test_downward): Likewise.
16086 (sin_upward_test_data): Likewise.
16087 (sin_test_upward): Likewise.
16088 (sincos_test_data): Update call to AUTO_TESTS_fFF_11.
16089 (sinh_test_data): Update call to AUTO_TESTS_f_f.
16090 (sinh_test): Use ALL_RM_TEST.
16091 (sinh_tonearest_test_data): Remove.
16092 (sinh_test_tonearest): Likewise.
16093 (sinh_towardzero_test_data): Likewise.
16094 (sinh_test_towardzero): Likewise.
16095 (sinh_downward_test_data): Likewise.
16096 (sinh_test_downward): Likewise.
16097 (sinh_upward_test_data): Likewise.
16098 (sinh_test_upward): Likewise.
16099 (sqrt_test_data): Update call to AUTO_TESTS_f_f.
16100 (sqrt_test): Use ALL_RM_TEST.
16101 (sqrt_tonearest_test_data): Remove.
16102 (sqrt_test_tonearest): Likewise.
16103 (sqrt_towardzero_test_data): Likewise.
16104 (sqrt_test_towardzero): Likewise.
16105 (sqrt_downward_test_data): Likewise.
16106 (sqrt_test_downward): Likewise.
16107 (sqrt_upward_test_data): Likewise.
16108 (sqrt_test_upward): Likewise.
16109 (tan_test_data): Update call to AUTO_TESTS_f_f.
16110 (tan_test): Use ALL_RM_TEST.
16111 (tan_tonearest_test_data): Remove.
16112 (tan_test_tonearest): Likewise.
16113 (tan_towardzero_test_data): Likewise.
16114 (tan_test_towardzero): Likewise.
16115 (tan_downward_test_data): Likewise.
16116 (tan_test_downward): Likewise.
16117 (tan_upward_test_data): Likewise.
16118 (tan_test_upward): Likewise.
16119 (tanh_test_data): Update call to AUTO_TESTS_f_f.
16120 (tgamma_test_data): Likewise.
16121 (y0_test_data): Likewise.
16122 (y1_test_data): Likewise.
16123 (yn_test_data): Update call to AUTO_TESTS_if_f.
16124 (main): Do not call removed functions.
16125
d71aeee8
JM
161262014-03-19 Joseph Myers <joseph@codesourcery.com>
16127
16128 * math/libm-test.inc (fdim_test): Use ALL_RM_TEST.
16129 (ldexp_test_data): Remove.
16130 (ldexp_test): Move to after scalbn_test. Use ALL_RM_TEST with
16131 scalbn_test_data.
16132 (scalb_test): Use ALL_RM_TEST.
16133
baaf1ded
AS
161342014-03-19 Andreas Schwab <schwab@suse.de>
16135
16136 * nscd/nscd.service: Also invalidate netgroup cache on reload.
16137
b1115e91
JM
161382014-03-19 Joseph Myers <joseph@codesourcery.com>
16139
16140 [BZ #16649]
16141 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
16142 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PREADV): Undefine.
16143 [__LINUX_KERNEL_VERSION < 0x020621] (__ASSUME_PWRITEV): Likewise.
16144 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16145 (__ASSUME_PREADV): Undefine.
16146 (__ASSUME_PWRITEV): Likewise.
16147
0283ecca
RM
161482014-03-18 Roland McGrath <roland@hack.frob.com>
16149
7d375303
RM
16150 * bits/mman-linux.h: Add comment about non-Linux use.
16151 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add comment about
16152 bits/mman-linux.h resting place.
16153
0283ecca
RM
16154 * sysdeps/unix/sysv/linux/bits/mman-linux.h: Moved to ...
16155 * bits/mman-linux.h: ... here.
16156
aebe1003
AZ
161572014-03-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16158
16159 * conform/conformtest.pl: Add standard definition when calling C
16160 preprocessor on data files.
16161 (checknamespace): Remove unused variable.
16162
b29b6bb8
JM
161632014-03-18 Joseph Myers <joseph@codesourcery.com>
16164
16165 * math/gen-libm-test.pl (parse_args): Handle plus_oflow,
16166 minus_oflow, plus_uflow and minus_uflow in expected results.
16167 * math/libm-test.inc (scalbn_test_data): Add more tests of
16168 negative arguments. Use plus_oflow, minus_oflow, plus_uflow and
16169 minus_uflow.
16170 (scalbn_test): Use ALL_RM_TEST.
16171 (scalbln_test_data): Add more tests of negative arguments. Use
16172 plus_oflow, minus_oflow, plus_uflow and minus_uflow.
16173 (scalbln_test): Use ALL_RM_TEST.
16174
c8f8fa15
RM
161752014-03-18 Roland McGrath <roland@hack.frob.com>
16176
16177 * scripts/abilist.awk: Ignore symbols marked with .hidden.
16178
fede7a5f
WN
161792014-03-18 Will Newton <will.newton@linaro.org>
16180
16181 * sysdeps/unix/sysv/linux/aarch64/sysdep.h: Remove
16182 inaccurate comment.
16183
80cf0a58
JM
161842014-03-18 Joseph Myers <joseph@codesourcery.com>
16185
16186 * Makerules [!subdir] (check-abi): Exit with error status if a
16187 test failed.
16188
b3620862
JM
161892014-03-17 Joseph Myers <joseph@codesourcery.com>
16190
16191 * math/libm-test.inc (nearbyint_test_data): Include all tests used
16192 for rint. Include results for all rounding modes.
16193 (nearbyint_test): Use ALL_RM_TEST.
16194 (rint_test_data): Include all tests used for nearbyint.
16195
788bba36
WN
161962014-03-17 Will Newton <will.newton@linaro.org>
16197
04ec140a
WN
16198 * nptl/sysdeps/pthread/pthread.h: Revert previous
16199 change.
16200
7579d8d5
WN
16201 * sysdeps/generic/ldsodefs.h: Revert previous
16202 change.
16203
c15cf13a
WN
16204 * libio/genops.c: Revert previous change.
16205 * libio/libioP.h: Likewise.
16206 * stdio-common/vfprintf.c: Likewise.
16207
d0ac1324
WN
16208 * sysdeps/generic/math_private.h: Revert previous
16209 change.
16210
9290130a
WN
16211 * sysdeps/generic/math_private.h: Check whether
16212 HAVE_RM_CTX is defined with #ifdef rather
16213 than #if.
16214
afb466fc
WN
16215 * argp/argp-fmtstream.h: Check whether
16216 __STRICT_ANSI__ is defined with #ifdef rather
16217 than #if.
16218 * argp/argp.h: Likewise.
16219
f7efd7c3
WN
16220 * libio/genops.c: Check whether
16221 _IO_JUMPS_OFFSET is defined with #ifdef rather
16222 than #if.
16223 * libio/libioP.h: Likewise.
16224 * stdio-common/vfprintf.c: Likewise.
16225
53f1bed3
WN
16226 * sysdeps/generic/ldsodefs.h: Check whether
16227 HP_SMALL_TIMING_AVAIL is defined with #ifdef rather
16228 than #if.
16229
788bba36
WN
16230 * nptl/sysdeps/pthread/pthread.h: Check
16231 __PTHREAD_MUTEX_HAVE_ELISION is defined before testing
16232 its value.
16233
fcd89ebe
SP
162342014-03-17 Siddhesh Poyarekar <siddhesh@redhat.com>
16235
ae42bbc5
SP
16236 * libio/iofdopen.c (_IO_new_fdopen): Seek to end only if
16237 setting O_APPEND.
16238 * libio/tst-ftell-active-handler.c (do_append_test): Add a
16239 test case.
16240
ea33158c
SP
16241 [BZ #16680]
16242 * libio/fileops.c (_IO_file_open): Seek to end of file but
16243 don't cache the offset.
16244 (get_file_offset): Remove function.
16245 (do_ftell): Use cached offset when available.
16246 * libio/iofdopen.c (_IO_new_fdopen): Seek to end of file but
16247 don't cache the offset.
16248 * libio/tst-ftell-active-handler.c (do_rewind_test): New test
16249 case.
16250 (do_one_test): Call it.
16251 (do_ftell_test): Fix up expected old offset for a+ mode.
16252 * libio/wfileops.c (do_ftell_wide): Used cached offset when
16253 available.
16254
b1dbb426
SP
16255 * libio/tst-ftell-active-handler.c (do_ftell_test): Don't mix
16256 up test status with function return status.
16257 (do_write_test): Likewise.
16258 (do_append_test): Likewise.
16259
fcd89ebe
SP
16260 * nptl/sysdeps/pthread/bits/libc-lockP.h [defined NOT_IN_libc
16261 && !defined IS_IN_libpthread && __LT_SPINNOCK_INIT != 0]:
16262 Remove.
16263
9962a2d3
JM
162642014-03-17 Joseph Myers <joseph@codesourcery.com>
16265
16266 * math/gen-libm-test.pl (parse_args): Handle results specified for
16267 each rounding mode separately.
16268 * math/libm-test.inc (lrint_test_data): Merge in per-rounding-mode
16269 tests and results from lrint_tonearest_test_data,
16270 lrint_towardzero_test_data, lrint_downward_test_data and
16271 lrint_upward_test_data.
16272 (lrint_test): Use ALL_RM_TEST.
16273 (lrint_tonearest_test_data): Remove.
16274 (lrint_test_tonearest): Likewise.
16275 (lrint_towardzero_test_data): Likewise.
16276 (lrint_test_towardzero): Likewise.
16277 (lrint_downward_test_data): Likewise.
16278 (lrint_test_downward): Likewise.
16279 (lrint_upward_test_data): Likewise.
16280 (lrint_test_upward): Likewise.
16281 (llrint_test_data): Merge in per-rounding-mode tests and results
16282 from llrint_tonearest_test_data, llrint_towardzero_test_data,
16283 llrint_downward_test_data and llrint_upward_test_data.
16284 (llrint_test): Use ALL_RM_TEST.
16285 (llrint_tonearest_test_data): Remove.
16286 (llrint_test_tonearest): Likewise.
16287 (llrint_towardzero_test_data): Likewise.
16288 (llrint_test_towardzero): Likewise.
16289 (llrint_downward_test_data): Likewise.
16290 (llrint_test_downward): Likewise.
16291 (llrint_upward_test_data): Likewise.
16292 (llrint_test_upward): Likewise.
16293 (rint_test_data): Merge in per-rounding-mode tests and results
16294 from rint_tonearest_test_data, rint_towardzero_test_data,
16295 rint_downward_test_data and rint_upward_test_data. Add
16296 per-rounding-mode results for tests not in those arrays.
16297 (rint_test): Use ALL_RM_TEST.
16298 (rint_tonearest_test_data): Remove.
16299 (rint_test_tonearest): Likewise.
16300 (rint_towardzero_test_data): Likewise.
16301 (rint_test_towardzero): Likewise.
16302 (rint_downward_test_data): Likewise.
16303 (rint_test_downward): Likewise.
16304 (rint_upward_test_data): Likewise.
16305 (rint_test_upward): Likewise.
16306 (main): Don't call removed functions.
16307
5006148e
RM
163082014-03-14 Roland McGrath <roland@hack.frob.com>
16309
16310 * csu/Makefile ($(objpfx)version-info.h): Remove linux-specific
16311 "Compiled on ..." crapola. It is anti-useful.
16312
d6fe5e58
JM
163132014-03-14 Joseph Myers <joseph@codesourcery.com>
16314
16315 * scripts/evaluate-test.sh: Handle fourth argument to determine
16316 whether test run should stop on failure.
16317 * Makeconfig (stop-on-test-failure): New variable.
16318 (evaluate-test): Pass fourth argument to evaluate-test.sh based on
16319 $(stop-on-test-failure).
16320 * Makefile (tests): Give a summary of results from testing and
16321 exit with failure status if they include an ERROR or FAIL.
16322 (xtests): Likewise.
16323 * manual/install.texi (Configuring and compiling): Mention
16324 stop-on-test-failure=y.
16325 * INSTALL: Regenerated.
16326
498a2233
RM
163272014-03-14 Roland McGrath <roland@hack.frob.com>
16328
22dbc19d
RM
16329 * scripts/versionlist.awk: New file.
16330 * Makerules [$(build-shared) = yes]
16331 (postclean-generated): Add Versions.def, not Versions.def.v and
16332 Versions.def.v.i.
16333 ($(common-objpfx)Versions.def.v.i): Target removed.
16334 ($(common-objpfx)Versions.def): New target.
16335 ($(common-objpfx)Versions.all): Depend on that rather that
16336 $(common-objpfx)Versions.def.v.
16337 * Versions.def: File removed.
16338
498a2233
RM
16339 * Makeconfig (+gccwarn): Add -Wundef.
16340 * include/errno.h [IS_IN_rtld] [!RTLD_PRIVATE_ERRNO]: #error to catch
16341 a dl-sysdep.h breaking its contract.
16342 [!IS_IN_rtld] (RTLD_PRIVATE_ERRNO): Define it to 0.
16343 * include/stackinfo.h: New file.
16344 * nptl/sysdeps/i386/tls.h (TLS_DTV_AT_TP): New macro.
16345 * nptl/sysdeps/powerpc/tls.h (TLS_TCB_AT_TP): New macro.
16346 * nptl/sysdeps/s390/tls.h (TLS_DTV_AT_TP): New macro.
16347 * nptl/sysdeps/sh/tls.h (TLS_TCB_AT_TP): New macro.
16348 * nptl/sysdeps/sparc/tls.h (TLS_DTV_AT_TP): New macro.
16349 * nptl/sysdeps/x86_64/tls.h (TLS_DTV_AT_TP): New macro.
16350 * sysdeps/aarch64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16351 * sysdeps/alpha/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16352 * sysdeps/arm/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16353 * sysdeps/ia64/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16354 * sysdeps/m68k/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16355 * sysdeps/mach/hurd/i386/tls.h (TLS_DTV_AT_TP): New macro.
16356 * sysdeps/microblaze/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16357 * sysdeps/mips/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16358 * sysdeps/tile/nptl/tls.h (TLS_TCB_AT_TP): New macro.
16359
c7de5025
AZ
163602014-03-14 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16361
16362 [BZ #16707]
16363 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Remove wrong
16364 implementation.
16365 * math/libm-test.inc (round_test_data): Add more tests.
16366
98fb27a3
AZ
16367 [BZ #16706]
16368 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Remove wrong
16369 implementation.
16370 * math/libm-test.inc (nearbyint_test_data): Add more tests.
16371
374f7f61
AZ
16372 [BZ #16701]
16373 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Remove wrong
16374 implementation.
16375 * math/libm-test.inc (ceil_test_data): Add more tests.
16376
4655c291
AZ
16377 * math/libm-test.inc (trunc_test_data): Add more tests related to
16378 BZ#16414.
16379
d7329d4b
RM
163802014-03-14 Roland McGrath <roland@hack.frob.com>
16381
16382 * nptl/pthread_create.c (__pthread_create_2_1): Test TLS_TCB_AT_TP
16383 with #if rather than #ifdef.
16384 * nptl/sysdeps/pthread/createthread.c (create_thread): Likewise.
16385
aa4de9ce
L
163862014-03-14 H.J. Lu <hongjiu.lu@intel.com>
16387
16388 * sysdeps/x86_64/configure.ac: Check AVX-512 assembler support
16389 first. Disable AVX-512 GCC support if assembler doesn't support
16390 it.
16391 * sysdeps/x86_64/configure: Regenerated.
16392
2e03fae7
CD
163932014-03-13 Carlos O'Donell <carlos@redhat.com>
16394
16395 * nptl/pthread_attr_setstack.c (__pthread_attr_setstack)
16396 [!_STACK_GROWS_DOWN]: Don't add stacksize to stackaddr.
16397 (__old_pthread_attr_setstack): Likewise.
16398 * nptl/pthread_attr_getstack.c (__pthread_attr_getstack)
16399 [!_STACK_GROWS_DOWN]: Likewise.
16400
43ca83ec
MF
164012014-03-13 Mike Frysinger <vapier@gentoo.org>
16402
16403 * config.make.in (have-bash2): Delete.
16404 * configure.ac (libc_cv_have_bash2): Delete.
16405 * configure: Regenerate.
16406 * elf/Makefile (common-ldd-rewrite): Rename to ...
16407 (ldd-rewrite): ... this. Move bash-ldd-rewrite content to end.
16408 (sh-ldd-rewrite): Delete.
16409 (bash-ldd-rewrite): Delete.
16410 (have-bash2): Delete checks.
57f41c40
AS
16411 [ldd-rewrite-script]: Change $(ldd-shell)-ldd-rewrite to
16412 ldd-rewrite.
c66e48b4
MF
16413
16414 * config.make.in (have-ksh): Delete.
16415 (KSH): Delete.
16416 * configure.ac (libc_cv_have_ksh): Delete.
16417 * configure: Regenerate.
16418
b93834ef
MF
16419 * elf/Makefile: Delete $(have-ksh) check.
16420 ($(objpfx)sotruss): Change KSH to BASH.
16421 * elf/sotruss.ksh: Rename to ...
16422 * elf/sotruss.sh: ... this. Change @KSH@ to @BASH@. Change
16423 function style to match POSIX. Drop ksh vim mode setting.
16424
f3a4632a
MF
16425 * manual/time.texi (Specifying the Time Zone with TZ): Change
16426 Tuesday to Thursday.
16427
5896c8bd
MF
16428 * debug/tst-longjmp_chk2.c: Update header comment.
16429 (stackoverflow_handler): Add comment. Call assert on pass value.
16430
2d63a517
IZ
164312014-03-13 Igor Zamyatin <igor.zamyatin@intel.com>
16432
7e54fd04 16433 [BZ #16194]
2d63a517
IZ
16434 * config.h.in (HAVE_AVX512_SUPPORT): New #undef.
16435 (HAVE_AVX512_ASM_SUPPORT): Likewise.
16436 * sysdeps/x86_64/bits/link.h (La_x86_64_zmm): New.
16437 (La_x86_64_vector): Add zmm.
16438 * sysdeps/x86_64/Makefile (tests): Add tst-audit10.
16439 (modules-names): Add tst-auditmod10a and tst-auditmod10b.
16440 ($(objpfx)tst-audit10): New target.
16441 ($(objpfx)tst-audit10.out): Likewise.
16442 (tst-audit10-ENV): New.
16443 (AVX512-CFLAGS): Likewise.
16444 (CFLAGS-tst-audit10.c): Likewise.
16445 (CFLAGS-tst-auditmod10a.c): Likewise.
16446 (CFLAGS-tst-auditmod10b.c): Likewise.
16447 * sysdeps/x86_64/configure.ac: Set config-cflags-avx512,
16448 HAVE_AVX512_SUPPORT and HAVE_AVX512_ASM_SUPPORT.
16449 * sysdeps/x86_64/configure: Regenerated.
16450 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Add
16451 AVX-512 zmm register support.
16452 (_dl_x86_64_save_sse): Likewise.
16453 (_dl_x86_64_restore_sse): Likewise.
16454 * sysdeps/x86_64/dl-trampoline.h: Updated to support different
16455 size vector registers.
16456 * sysdeps/x86_64/link-defines.sym (YMM_SIZE): New.
16457 (ZMM_SIZE): Likewise.
16458 * sysdeps/x86_64/tst-audit10.c: New file.
16459 * sysdeps/x86_64/tst-auditmod10a.c: Likewise.
16460 * sysdeps/x86_64/tst-auditmod10b.c: Likewise.
16461
44c4e5d5
RM
164622014-03-13 Roland McGrath <roland@hack.frob.com>
16463
16464 * configure.ac (HAVE_EHDR_START): New check.
16465 * configure: Regenerated.
16466 * config.h.in (HAVE_EHDR_START): New #undef.
16467 * elf/rtld.c (dl_main) [HAVE_EHDR_START]: Use __ehdr_start rather than
16468 assuming the lowest-addressed segment maps the start of the file.
16469
acd6e389
JM
164702014-03-13 Joseph Myers <joseph@codesourcery.com>
16471
16472 * INSTALL: Regenerated.
16473
6f918f36
WN
164742014-03-13 Will Newton <will.newton@linaro.org>
16475
16476 * manual/setjmp.texi (System V contexts): Improve
16477 clarity and grammar of documentation.
16478
798212a0
PP
164792014-03-12 Paul Pluzhnikov <ppluzhnikov@google.com>
16480
16481 [BZ #16381]
798212a0 16482 * elf/Makefile (tests): Add tst-pie2.
2e03fae7 16483 (tests-pie): Add tst-pie2.
798212a0
PP
16484 * elf/tst-pie2.c: New file.
16485 * elf/dl-load.c (_dl_map_object_from_fd): Assert correct l_type
16486 for ET_EXEC.
16487 * elf/rtld.c (map_doit): Load executable as lt_executable.
16488 (dl_main): Likewise.
16489
abe6d90c
JM
164902014-03-12 Joseph Myers <joseph@codesourcery.com>
16491
16492 [BZ #16642]
16493 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
16494 (__ASSUME_PSELECT): Undefine.
16495
dd3946c6
AZ
164962014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16497
16498 [BZ #16689]
16499 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S
16500 (__bzero_ppc): Call memset@local instead of __memset_ppc@local for
16501 static build.
16502 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: Build IFUNC
16503 selector for static builds.
16504
c44496df
SP
165052014-03-12 Siddhesh Poyarekar <siddhesh@redhat.com>
16506
16507 [BZ #16695]
16508 * nscd/netgroupcache.c (addgetnetgrentX): Factor in space for
16509 key in the buffer.
16510
27c7220a
AZ
165112014-03-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16512
57f41c40
AS
16513 * sysdeps/powerpc/powerpc64/multiarch/strspn.c (strspn): Build
16514 IFUNC selector for static builds.
27c7220a 16515
600fa361
JM
165162014-03-11 Joseph Myers <joseph@codesourcery.com>
16517
76c96cf7
JM
16518 * sysdeps/mips/math_private.h [__mips_hard_float]
16519 (libc_feresetround_ctx): Define to libc_feupdateenv_mips_ctx not
16520 libc_feresetround_mips_ctx.
16521 [__mips_hard_float] (libc_feresetroundf_ctx): Likewise.
16522 [__mips_hard_float] (libc_feresetroundl_ctx): Likewise.
16523 [__mips_hard_float] (libc_feresetround_mips_ctx): Remove.
16524
600fa361
JM
16525 [BZ #16677]
16526 * math/s_nextafter.c (__nextafter): Do not return value from
16527 overflowing computation.
16528 * sysdeps/i386/fpu/s_nextafterl.c (__nextafterl): Likewise.
16529 * sysdeps/ieee754/flt-32/s_nextafterf.c (__nextafterf): Likewise.
16530 * sysdeps/ieee754/ldbl-128/s_nextafterl.c (__nextafterl):
16531 Likewise.
16532 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl):
16533 Likewise.
16534 * sysdeps/m68k/m680x0/fpu/s_nextafterl.c (__nextafterl): Likewise.
16535 * math/libm-test.inc (nextafter_test): Use ALL_RM_TEST.
16536
d7706c32
RM
165372014-03-11 Roland McGrath <roland@hack.frob.com>
16538
16539 * sysdeps/arm/setjmp.S: Use sfi_breg on stores of mangled registers.
16540 * sysdeps/arm/__longjmp.S: Use sfi_breg on loads of mangled registers.
16541 Move sfi_sp use from the load-multiple (that no longer sets sp) to
16542 the new mov targetting sp.
16543
4facea47
AZ
165442014-03-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16545
16546 [BZ #16683]
16547 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S (__bzero_ppc):
16548 Define it for static builds as well.
16549 (NO_BZERO_IMPL): Likewise.
16550
e65caf1f
VR
165512014-03-11 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
16552
16553 * sysdeps/powerpc/powerpc64/power7/strspn.S: New file: Optimization.
16554 * sysdeps/powerpc/powerpc64/multiarch/strspn.c: New file:
16555 multiarch strspn for PPC64.
16556 * sysdeps/powerpc/powerpc64/multiarch/strspn-ppc64.c: New file
16557 * sysdeps/powerpc/powerpc64/multiarch/strspn-power7.S: New file
16558 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16559 (__libc_ifunc_impl_list): Likewise.
16560 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strspn
16561 multiarch optimizations
16562 * string/strspn.c (strspn): Using macro to redefine symbol name.
16563
ba9cc071
AZ
165642014-03-10 Vidya Ranganathan <vidya@linux.vnet.ibm.com>
16565 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16566
16567 * sysdeps/powerpc/powerpc64/power7/strncat.S: New file: Optimization.
16568 * sysdeps/powerpc/powerpc64/multiarch/strncat.c: New file:
16569 multiarch strncat for PPC64.
16570 * sysdeps/powerpc/powerpc64/multiarch/strncat-ppc64.c: New file
16571 * sysdeps/powerpc/powerpc64/multiarch/strncat-power7.S: New file
16572 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
16573 (__libc_ifunc_impl_list): Likewise.
16574 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncat
16575 multiarch optimizations
16576
8b4ff974
SP
165772014-03-10 Siddhesh Poyarekar <siddhesh@redhat.com>
16578
16579 [BZ #16639]
16580 * nscd/nscd.service: Make service type forking.
16581
54b46a4b
AZ
165822014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
16583
16584 * sysdeps/powerpc/power5+/fpu/s_modf.c (__modf): Fix to return correct
16585 sign in non default rounding modes.
16586 * sysdeps/powerpc/power5+/fpu/s_modff.c (__modff): Likewise.
16587
e9996ef7
JM
165882014-03-08 Joseph Myers <joseph@codesourcery.com>
16589
16590 * math/libm-test.inc (ALL_RM_TEST): New macro.
16591 (ceil_test): Use ALL_RM_TEST.
16592 (cimag_test): Likewise.
16593 (conj_test): Likewise.
16594 (copysign_test): Likewise.
16595 (cproj_test): Likewise.
16596 (creal_test): Likewise.
16597 (fabs_test): Likewise.
16598 (floor_test): Likewise.
16599 (fmax_test): Likewise.
16600 (fmin_test): Likewise.
16601 (fmod_test): Likewise.
16602 (fpclassify_test): Likewise.
16603 (frexp_test): Likewise.
16604 (ilogb_test): Likewise.
16605 (isfinite_test): Likewise.
16606 (finite_test): Likewise.
16607 (isgreater_test): Likewise.
16608 (isgreaterequal_test): Likewise.
16609 (isinf_test): Likewise.
16610 (isless_test): Likewise.
16611 (islessequal_test): Likewise.
16612 (islessgreater_test): Likewise.
16613 (isnan_test): Likewise.
16614 (isnormal_test): Likewise.
16615 (issignaling_test): Likewise.
16616 (isunordered_test): Likewise.
16617 (logb_test): Likewise.
16618 (logb_downward_test_data): Remove.
16619 (logb_test_downward): Likewise.
16620 (lround_test): Use ALL_RM_TEST.
16621 (llround_test): Likewise.
16622 (modf_test): Likewise.
16623 (nexttoward_test): Likewise.
16624 (remainder_test): Likewise.
16625 (drem_test): Likewise.
16626 (remainder_tonearest_test_data): Likewise.
16627 (remainder_test_tonearest): Likewise.
16628 (drem_test_tonearest): Likewise.
16629 (remainder_towardzero_test_data): Likewise.
16630 (remainder_test_towardzero): Likewise.
16631 (drem_test_towardzero): Likewise.
16632 (remainder_downward_test_data): Likewise.
16633 (remainder_test_downward): Likewise.
16634 (drem_test_downward): Likewise.
16635 (remainder_upward_test_data): Likewise.
16636 (remainder_test_upward): Likewise.
16637 (drem_test_upward): Likewise.
16638 (remquo_test): Use ALL_RM_TEST. Remove comment about x.
16639 (round_test): Use ALL_RM_TEST.
16640 (signbit_test): Likewise.
16641 (trunc_test): Likewise.
16642 (significand_test): Likewise.
16643 (main): Don't call removed functions.
16644
bc61d27c
JM
166452014-03-07 Joseph Myers <joseph@codesourcery.com>
16646
5c780849
JM
16647 [BZ #16674]
16648 * bits/siginfo.h (ILL_ILLOPC): Condition on [__USE_XOPEN_EXTENDED
16649 || __USE_XOPEN2K8].
16650 (ILL_ILLOPN): Likewise.
16651 (ILL_ILLADR): Likewise.
16652 (ILL_ILLTRP): Likewise.
16653 (ILL_PRVOPC): Likewise.
16654 (ILL_PRVREG): Likewise.
16655 (ILL_COPROC): Likewise.
16656 (ILL_BADSTK): Likewise.
16657 (FPE_INTDIV): Likewise.
16658 (FPE_INTOVF): Likewise.
16659 (FPE_FLTDIV): Likewise.
16660 (FPE_FLTOVF): Likewise.
16661 (FPE_FLTUND): Likewise.
16662 (FPE_FLTRES): Likewise.
16663 (FPE_FLTINV): Likewise.
16664 (FPE_FLTSUB): Likewise.
16665 (SEGV_MAPERR): Likewise.
16666 (SEGV_ACCERR): Likewise.
16667 (BUS_ADRALN): Likewise.
16668 (BUS_ADRERR): Likewise.
16669 (BUS_OBJERR): Likewise.
16670 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16671 (TRAP_TRACE): Likewise.
16672 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16673 __USE_XOPEN2K8].
16674 (CLD_KILLED): Likewise.
16675 (CLD_DUMPED): Likewise.
16676 (CLD_TRAPPED): Likewise.
16677 (CLD_STOPPED): Likewise.
16678 (CLD_CONTINUED): Likewise.
16679 (POLL_IN): Likewise.
16680 (POLL_OUT): Likewise.
16681 (POLL_MSG): Likewise.
16682 (POLL_ERR): Likewise.
16683 (POLL_PRI): Likewise.
16684 (POLL_HUP): Likewise.
16685 * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h (ILL_ILLOPC):
16686 Likewise.
16687 (ILL_ILLOPN): Likewise.
16688 (ILL_ILLADR): Likewise.
16689 (ILL_ILLTRP): Likewise.
16690 (ILL_PRVOPC): Likewise.
16691 (ILL_PRVREG): Likewise.
16692 (ILL_COPROC): Likewise.
16693 (ILL_BADSTK): Likewise.
16694 (FPE_INTDIV): Likewise.
16695 (FPE_INTOVF): Likewise.
16696 (FPE_FLTDIV): Likewise.
16697 (FPE_FLTOVF): Likewise.
16698 (FPE_FLTUND): Likewise.
16699 (FPE_FLTRES): Likewise.
16700 (FPE_FLTINV): Likewise.
16701 (FPE_FLTSUB): Likewise.
16702 (SEGV_MAPERR): Likewise.
16703 (SEGV_ACCERR): Likewise.
16704 (BUS_ADRALN): Likewise.
16705 (BUS_ADRERR): Likewise.
16706 (BUS_OBJERR): Likewise.
16707 (BUS_MCEERR_AR): Likewise.
16708 (BUS_MCEERR_AO): Likewise.
16709 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16710 (TRAP_TRACE): Likewise.
16711 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16712 __USE_XOPEN2K8].
16713 (CLD_KILLED): Likewise.
16714 (CLD_DUMPED): Likewise.
16715 (CLD_TRAPPED): Likewise.
16716 (CLD_STOPPED): Likewise.
16717 (CLD_CONTINUED): Likewise.
16718 (POLL_IN): Likewise.
16719 (POLL_OUT): Likewise.
16720 (POLL_MSG): Likewise.
16721 (POLL_ERR): Likewise.
16722 (POLL_PRI): Likewise.
16723 (POLL_HUP): Likewise.
16724 * sysdeps/unix/sysv/linux/bits/siginfo.h (ILL_ILLOPC): Likewise.
16725 (ILL_ILLOPN): Likewise.
16726 (ILL_ILLADR): Likewise.
16727 (ILL_ILLTRP): Likewise.
16728 (ILL_PRVOPC): Likewise.
16729 (ILL_PRVREG): Likewise.
16730 (ILL_COPROC): Likewise.
16731 (ILL_BADSTK): Likewise.
16732 (FPE_INTDIV): Likewise.
16733 (FPE_INTOVF): Likewise.
16734 (FPE_FLTDIV): Likewise.
16735 (FPE_FLTOVF): Likewise.
16736 (FPE_FLTUND): Likewise.
16737 (FPE_FLTRES): Likewise.
16738 (FPE_FLTINV): Likewise.
16739 (FPE_FLTSUB): Likewise.
16740 (SEGV_MAPERR): Likewise.
16741 (SEGV_ACCERR): Likewise.
16742 (BUS_ADRALN): Likewise.
16743 (BUS_ADRERR): Likewise.
16744 (BUS_OBJERR): Likewise.
16745 (BUS_MCEERR_AR): Likewise.
16746 (BUS_MCEERR_AO): Likewise.
16747 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16748 (TRAP_TRACE): Likewise.
16749 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16750 __USE_XOPEN2K8].
16751 (CLD_KILLED): Likewise.
16752 (CLD_DUMPED): Likewise.
16753 (CLD_TRAPPED): Likewise.
16754 (CLD_STOPPED): Likewise.
16755 (CLD_CONTINUED): Likewise.
16756 (POLL_IN): Likewise.
16757 (POLL_OUT): Likewise.
16758 (POLL_MSG): Likewise.
16759 (POLL_ERR): Likewise.
16760 (POLL_PRI): Likewise.
16761 (POLL_HUP): Likewise.
16762 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h (ILL_ILLOPC):
16763 Likewise.
16764 (ILL_ILLOPN): Likewise.
16765 (ILL_ILLADR): Likewise.
16766 (ILL_ILLTRP): Likewise.
16767 (ILL_PRVOPC): Likewise.
16768 (ILL_PRVREG): Likewise.
16769 (ILL_COPROC): Likewise.
16770 (ILL_BADSTK): Likewise.
16771 (ILL_BADIADDR): Likewise.
16772 (ILL_BREAK): Likewise.
16773 (FPE_INTDIV): Likewise.
16774 (FPE_INTOVF): Likewise.
16775 (FPE_FLTDIV): Likewise.
16776 (FPE_FLTOVF): Likewise.
16777 (FPE_FLTUND): Likewise.
16778 (FPE_FLTRES): Likewise.
16779 (FPE_FLTINV): Likewise.
16780 (FPE_FLTSUB): Likewise.
16781 (FPE_DECOVF): Likewise.
16782 (FPE_DECDIV): Likewise.
16783 (FPE_DECERR): Likewise.
16784 (FPE_INVASC): Likewise.
16785 (FPE_INVDEC): Likewise.
16786 (SEGV_MAPERR): Likewise.
16787 (SEGV_ACCERR): Likewise.
16788 (SEGV_PSTKOVF): Likewise.
16789 (BUS_ADRALN): Likewise.
16790 (BUS_ADRERR): Likewise.
16791 (BUS_OBJERR): Likewise.
16792 (BUS_MCEERR_AR): Likewise.
16793 (BUS_MCEERR_AO): Likewise.
16794 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16795 (TRAP_TRACE): Likewise.
16796 (TRAP_BRANCH): Likewise.
16797 (TRAP_HWBKPT): Likewise.
16798 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16799 __USE_XOPEN2K8].
16800 (CLD_KILLED): Likewise.
16801 (CLD_DUMPED): Likewise.
16802 (CLD_TRAPPED): Likewise.
16803 (CLD_STOPPED): Likewise.
16804 (CLD_CONTINUED): Likewise.
16805 (POLL_IN): Likewise.
16806 (POLL_OUT): Likewise.
16807 (POLL_MSG): Likewise.
16808 (POLL_ERR): Likewise.
16809 (POLL_PRI): Likewise.
16810 (POLL_HUP): Likewise.
16811 * sysdeps/unix/sysv/linux/mips/bits/siginfo.h (ILL_ILLOPC): Likewise.
16812 (ILL_ILLOPN): Likewise.
16813 (ILL_ILLADR): Likewise.
16814 (ILL_ILLTRP): Likewise.
16815 (ILL_PRVOPC): Likewise.
16816 (ILL_PRVREG): Likewise.
16817 (ILL_COPROC): Likewise.
16818 (ILL_BADSTK): Likewise.
16819 (FPE_INTDIV): Likewise.
16820 (FPE_INTOVF): Likewise.
16821 (FPE_FLTDIV): Likewise.
16822 (FPE_FLTOVF): Likewise.
16823 (FPE_FLTUND): Likewise.
16824 (FPE_FLTRES): Likewise.
16825 (FPE_FLTINV): Likewise.
16826 (FPE_FLTSUB): Likewise.
16827 (SEGV_MAPERR): Likewise.
16828 (SEGV_ACCERR): Likewise.
16829 (BUS_ADRALN): Likewise.
16830 (BUS_ADRERR): Likewise.
16831 (BUS_OBJERR): Likewise.
16832 (BUS_MCEERR_AR): Likewise.
16833 (BUS_MCEERR_AO): Likewise.
16834 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16835 (TRAP_TRACE): Likewise.
16836 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16837 __USE_XOPEN2K8].
16838 (CLD_KILLED): Likewise.
16839 (CLD_DUMPED): Likewise.
16840 (CLD_TRAPPED): Likewise.
16841 (CLD_STOPPED): Likewise.
16842 (CLD_CONTINUED): Likewise.
16843 (POLL_IN): Likewise.
16844 (POLL_OUT): Likewise.
16845 (POLL_MSG): Likewise.
16846 (POLL_ERR): Likewise.
16847 (POLL_PRI): Likewise.
16848 (POLL_HUP): Likewise.
16849 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (ILL_ILLOPC): Likewise.
16850 (ILL_ILLOPN): Likewise.
16851 (ILL_ILLADR): Likewise.
16852 (ILL_ILLTRP): Likewise.
16853 (ILL_PRVOPC): Likewise.
16854 (ILL_PRVREG): Likewise.
16855 (ILL_COPROC): Likewise.
16856 (ILL_BADSTK): Likewise.
16857 (FPE_INTDIV): Likewise.
16858 (FPE_INTOVF): Likewise.
16859 (FPE_FLTDIV): Likewise.
16860 (FPE_FLTOVF): Likewise.
16861 (FPE_FLTUND): Likewise.
16862 (FPE_FLTRES): Likewise.
16863 (FPE_FLTINV): Likewise.
16864 (FPE_FLTSUB): Likewise.
16865 (SEGV_MAPERR): Likewise.
16866 (SEGV_ACCERR): Likewise.
16867 (BUS_ADRALN): Likewise.
16868 (BUS_ADRERR): Likewise.
16869 (BUS_OBJERR): Likewise.
16870 (BUS_MCEERR_AR): Likewise.
16871 (BUS_MCEERR_AO): Likewise.
16872 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16873 (TRAP_TRACE): Likewise.
16874 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16875 __USE_XOPEN2K8].
16876 (CLD_KILLED): Likewise.
16877 (CLD_DUMPED): Likewise.
16878 (CLD_TRAPPED): Likewise.
16879 (CLD_STOPPED): Likewise.
16880 (CLD_CONTINUED): Likewise.
16881 (POLL_IN): Likewise.
16882 (POLL_OUT): Likewise.
16883 (POLL_MSG): Likewise.
16884 (POLL_ERR): Likewise.
16885 (POLL_PRI): Likewise.
16886 (POLL_HUP): Likewise.
16887 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (ILL_ILLOPC): Likewise.
16888 (ILL_ILLOPN): Likewise.
16889 (ILL_ILLADR): Likewise.
16890 (ILL_ILLTRP): Likewise.
16891 (ILL_PRVOPC): Likewise.
16892 (ILL_PRVREG): Likewise.
16893 (ILL_COPROC): Likewise.
16894 (ILL_BADSTK): Likewise.
16895 (FPE_INTDIV): Likewise.
16896 (FPE_INTOVF): Likewise.
16897 (FPE_FLTDIV): Likewise.
16898 (FPE_FLTOVF): Likewise.
16899 (FPE_FLTUND): Likewise.
16900 (FPE_FLTRES): Likewise.
16901 (FPE_FLTINV): Likewise.
16902 (FPE_FLTSUB): Likewise.
16903 (SEGV_MAPERR): Likewise.
16904 (SEGV_ACCERR): Likewise.
16905 (BUS_ADRALN): Likewise.
16906 (BUS_ADRERR): Likewise.
16907 (BUS_OBJERR): Likewise.
16908 (BUS_MCEERR_AR): Likewise.
16909 (BUS_MCEERR_AO): Likewise.
16910 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16911 (TRAP_TRACE): Likewise.
16912 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16913 __USE_XOPEN2K8].
16914 (CLD_KILLED): Likewise.
16915 (CLD_DUMPED): Likewise.
16916 (CLD_TRAPPED): Likewise.
16917 (CLD_STOPPED): Likewise.
16918 (CLD_CONTINUED): Likewise.
16919 (POLL_IN): Likewise.
16920 (POLL_OUT): Likewise.
16921 (POLL_MSG): Likewise.
16922 (POLL_ERR): Likewise.
16923 (POLL_PRI): Likewise.
16924 (POLL_HUP): Likewise.
16925 * sysdeps/unix/sysv/linux/tile/bits/siginfo.h (ILL_ILLOPC): Likewise.
16926 (ILL_ILLOPN): Likewise.
16927 (ILL_ILLADR): Likewise.
16928 (ILL_ILLTRP): Likewise.
16929 (ILL_PRVOPC): Likewise.
16930 (ILL_PRVREG): Likewise.
16931 (ILL_COPROC): Likewise.
16932 (ILL_BADSTK): Likewise.
16933 (ILL_DBLFLT): Likewise.
16934 (ILL_HARDWALL): Likewise.
16935 (FPE_INTDIV): Likewise.
16936 (FPE_INTOVF): Likewise.
16937 (FPE_FLTDIV): Likewise.
16938 (FPE_FLTOVF): Likewise.
16939 (FPE_FLTUND): Likewise.
16940 (FPE_FLTRES): Likewise.
16941 (FPE_FLTINV): Likewise.
16942 (FPE_FLTSUB): Likewise.
16943 (SEGV_MAPERR): Likewise.
16944 (SEGV_ACCERR): Likewise.
16945 (BUS_ADRALN): Likewise.
16946 (BUS_ADRERR): Likewise.
16947 (BUS_OBJERR): Likewise.
16948 (BUS_MCEERR_AR): Likewise.
16949 (BUS_MCEERR_AO): Likewise.
16950 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16951 (TRAP_TRACE): Likewise.
16952 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16953 __USE_XOPEN2K8].
16954 (CLD_KILLED): Likewise.
16955 (CLD_DUMPED): Likewise.
16956 (CLD_TRAPPED): Likewise.
16957 (CLD_STOPPED): Likewise.
16958 (CLD_CONTINUED): Likewise.
16959 (POLL_IN): Likewise.
16960 (POLL_OUT): Likewise.
16961 (POLL_MSG): Likewise.
16962 (POLL_ERR): Likewise.
16963 (POLL_PRI): Likewise.
16964 (POLL_HUP): Likewise.
16965 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (ILL_ILLOPC): Likewise.
16966 (ILL_ILLOPN): Likewise.
16967 (ILL_ILLADR): Likewise.
16968 (ILL_ILLTRP): Likewise.
16969 (ILL_PRVOPC): Likewise.
16970 (ILL_PRVREG): Likewise.
16971 (ILL_COPROC): Likewise.
16972 (ILL_BADSTK): Likewise.
16973 (FPE_INTDIV): Likewise.
16974 (FPE_INTOVF): Likewise.
16975 (FPE_FLTDIV): Likewise.
16976 (FPE_FLTOVF): Likewise.
16977 (FPE_FLTUND): Likewise.
16978 (FPE_FLTRES): Likewise.
16979 (FPE_FLTINV): Likewise.
16980 (FPE_FLTSUB): Likewise.
16981 (SEGV_MAPERR): Likewise.
16982 (SEGV_ACCERR): Likewise.
16983 (BUS_ADRALN): Likewise.
16984 (BUS_ADRERR): Likewise.
16985 (BUS_OBJERR): Likewise.
16986 (BUS_MCEERR_AR): Likewise.
16987 (BUS_MCEERR_AO): Likewise.
16988 (TRAP_BRKPT): Condition on [__USE_XOPEN_EXTENDED].
16989 (TRAP_TRACE): Likewise.
16990 (CLD_EXITED): Condition on [__USE_XOPEN_EXTENDED ||
16991 __USE_XOPEN2K8].
16992 (CLD_KILLED): Likewise.
16993 (CLD_DUMPED): Likewise.
16994 (CLD_TRAPPED): Likewise.
16995 (CLD_STOPPED): Likewise.
16996 (CLD_CONTINUED): Likewise.
16997 (POLL_IN): Likewise.
16998 (POLL_OUT): Likewise.
16999 (POLL_MSG): Likewise.
17000 (POLL_ERR): Likewise.
17001 (POLL_PRI): Likewise.
17002 (POLL_HUP): Likewise.
17003 * conform/Makefile (test-xfail-POSIX/signal.h/conform): Remove.
17004 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17005
bc61d27c
JM
17006 [BZ #16670]
17007 * posix/sched.h [!__USE_XOPEN2K] (__need_time_t): Don't define
17008 before #include of <time.h>.
17009 [!__USE_XOPEN2K] (__need_timespec): Likewise.
17010 * conform/Makefile (test-xfail-POSIX/sched.h/conform): Remove.
17011 (test-xfail-UNIX98/sched.h/conform): Likewise.
17012
302949e2
MS
170132014-03-07 Marcus Shawcroft <marcus.shawcroft@arm.com>
17014
17015 * sysdeps/aarch64/fpu/feenablxcpt.c (feenableexcept): Detect and
17016 error absence of trapping exception support.
17017 * sysdeps/aarch64/fpu/fesetenv.c (fesetenv): Likewise.
17018
a00f522a
JM
170192014-03-07 Joseph Myers <joseph@codesourcery.com>
17020
6f99f280
JM
17021 * catgets/Makefile (tests-special): Add $(objpfx)sample.SJIS.cat.
17022 ($(objpfx)sample.SJIS.cat): Use $(evaluate-test).
17023 * timezone/Makefile (testdata): Move definition above include of
17024 Rules.
17025 (test-zones): New variable.
17026 (tests-special): Add zone files.
17027 (build-testdata): Use $(evaluate-test).
17028
0b20a9e8
JM
17029 * elf/Makefile (tests-special): Rename tests to end with .out.
17030 ($(objpfx)noload-mem): Likewise.
17031 ($(objpfx)tst-leaks1-mem): Likewise.
17032 ($(objpfx)tst-leaks1-static-mem.out): Likewise.
17033 * iconv/Makefile (xtests-special): Change test-iconvconfig to
17034 $(objpfx)test-iconvconfig.out.
17035 (test-iconvconfig): Change to $(objpfx)test-iconvconfig.out. Use
17036 set -e inside subshell and redirect output to file.
17037 * iconvdata/Makefile (generated): Rename tests to end with .out.
17038 Correct type.
17039 (tests-special): Rename tests to end with .out.
17040 ($(objpfx)mtrace-tst-loading): Likewise.
17041 * intl/Makefile (generated): Likewise.
17042 (tests-special): Likewise.
17043 ($(objpfx)mtrace-tst-gettext): Likewise.
17044 * misc/Makefile (generated): Likewise.
17045 (tests-special): Likewise.
17046 ($(objpfx)tst-error1-mem): Likewise.
17047 * nptl/Makefile (tests-special): Likewise.
17048 ($(objpfx)tst-stack3-mem): Likewise.
17049 (generated): Likewise.
17050 * posix/Makefile (generated): Likewise.
17051 (tests-special): Likewise.
17052 (xtests-special): Likewise.
17053 ($(objpfx)tst-fnmatch-mem): Likewise.
17054 ($(objpfx)bug-regex2-mem): Likewise.
17055 ($(objpfx)bug-regex14-mem): Likewise.
17056 ($(objpfx)bug-regex21-mem): Likewise.
17057 ($(objpfx)bug-regex31-mem): Likewise.
17058 ($(objpfx)tst-vfork3-mem): Likewise.
17059 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
17060 ($(objpfx)tst-pcre-mem): Likewise.
17061 ($(objpfx)tst-boost-mem): Likewise.
17062 ($(objpfx)bug-ga2-mem): Likewise.
17063 ($(objpfx)bug-glob2-mem): Likewise.
17064 * resolv/Makefile (generate): Likewise.
17065 (tests-special): Likewise.
17066 (xtests-special): Likewise.
17067 (generated): Likewise.
17068 ($(objpfx)mtrace-tst-leaks): Likewise.
17069 ($(objpfx)mtrace-tst-leaks2): Likewise.
17070
265d52ab
JM
17071 * scripts/merge-test-results.sh: New file.
17072 * Makefile (tests-special-notdir): New variable.
17073 (tests): Run merge-test-results.sh.
17074 (xtests): Likewise.
17075 * Rules (tests-special-notdir): New variable.
17076 (xtests-special-notdir): Likewise.
17077 (tests): Run merge-test-results.sh
17078 (xtests): Likewise.
17079
54ee292d
JM
17080 * Makeconfig (test-xfail-name): New variable.
17081 (evaluate-test): Use $(test-xfail-name) instead of $(@F:.out=) to
17082 compute variable name for expected failures.
17083 * conform/Makefile (conformtest-headers-data): New variable.
17084 (conformtest-standards): Likewise.
17085 (conformtest-headers-ISO): Likewise.
17086 (conformtest-headers-ISO99): Likewise.
17087 (conformtest-headers-ISO11): Likewise.
17088 (conformtest-headers-POSIX): Likewise.
17089 (conformtest-headers-XPG3): Likewise.
17090 (conformtest-headers-XPG4): Likewise.
17091 (conformtest-headers-UNIX98): Likewise.
17092 (conformtest-headers-XOPEN2K): Likewise.
17093 (conformtest-headers-POSIX2008): Likewise.
17094 (conformtest-headers-XOPEN2K8): Likewise.
17095 (conformtest-header-list-base): Likewise.
17096 (conformtest-header-list-tests): Likewise.
17097 (conformtest-header-base): Likewise.
17098 (conformtest-header-tests): Likewise.
17099 (tests-special): Add $(conformtest-header-list-tests). If
17100 [$(fast-check) && !$(cross-compiling)], add
17101 $(conformtest-header-tests) instead of
17102 $(objpfx)run-conformtest.out.
17103 (generated): Add $(conformtest-header-list-base). If
17104 [$(fast-check) && !$(cross-compiling)], add
17105 $(conformtest-header-base). Remove previous setting.
17106 ($(conformtest-header-list-tests)): New target.
17107 (test-xfail-run-conformtest): Remove variable.
17108 ($(objpfx)run-conformtest.out): Remove target.
17109 (test-xfail-ISO11/complex.h/conform): New variable.
17110 (test-xfail-ISO11/stdalign.h/conform): Likewise.
17111 (test-xfail-ISO11/stdnoreturn.h/conform): Likewise.
17112 (test-xfail-XPG3/varargs.h/conform): Likewise.
17113 (test-xfail-XPG4/varargs.h/conform): Likewise.
17114 (test-xfail-UNIX98/varargs.h/conform): Likewise.
17115 (test-xfail-XPG4/ndbm.h/conform): Likewise.
17116 (test-xfail-UNIX98/ndbm.h/conform): Likewise.
17117 (test-xfail-XOPEN2K/ndbm.h/conform): Likewise.
17118 (test-xfail-XOPEN2K8/ndbm.h/conform): Likewise.
17119 (test-xfail-XPG3/fcntl.h/conform): Likewise.
17120 (test-xfail-XPG3/ftw.h/conform): Likewise.
17121 (test-xfail-XPG3/grp.h/conform): Likewise.
17122 (test-xfail-XPG3/langinfo.h/conform): Likewise.
17123 (test-xfail-XPG3/limits.h/conform): Likewise.
17124 (test-xfail-XPG3/pwd.h/conform): Likewise.
17125 (test-xfail-XPG3/search.h/conform): Likewise.
17126 (test-xfail-XPG3/signal.h/conform): Likewise.
17127 (test-xfail-XPG3/stdio.h/conform): Likewise.
17128 (test-xfail-XPG3/stdlib.h/conform): Likewise.
17129 (test-xfail-XPG3/string.h/conform): Likewise.
17130 (test-xfail-XPG3/sys/ipc.h/conform): Likewise.
17131 (test-xfail-XPG3/sys/msg.h/conform): Likewise.
17132 (test-xfail-XPG3/sys/sem.h/conform): Likewise.
17133 (test-xfail-XPG3/sys/shm.h/conform): Likewise.
17134 (test-xfail-XPG3/sys/stat.h/conform): Likewise.
17135 (test-xfail-XPG3/sys/types.h/conform): Likewise.
17136 (test-xfail-XPG3/sys/wait.h/conform): Likewise.
17137 (test-xfail-XPG3/termios.h/conform): Likewise.
17138 (test-xfail-XPG3/time.h/conform): Likewise.
17139 (test-xfail-XPG3/unistd.h/conform): Likewise.
17140 (test-xfail-XPG4/arpa/inet.h/conform): Likewise.
17141 (test-xfail-XPG4/fcntl.h/conform): Likewise.
17142 (test-xfail-XPG4/langinfo.h/conform): Likewise.
17143 (test-xfail-XPG4/netdb.h/conform): Likewise.
17144 (test-xfail-XPG4/netinet/in.h/conform): Likewise.
17145 (test-xfail-XPG4/signal.h/conform): Likewise.
17146 (test-xfail-XPG4/stdio.h/conform): Likewise.
17147 (test-xfail-XPG4/stdlib.h/conform): Likewise.
17148 (test-xfail-XPG4/stropts.h/conform): Likewise.
17149 (test-xfail-XPG4/sys/ipc.h/conform): Likewise.
17150 (test-xfail-XPG4/sys/msg.h/conform): Likewise.
17151 (test-xfail-XPG4/sys/sem.h/conform): Likewise.
17152 (test-xfail-XPG4/sys/shm.h/conform): Likewise.
17153 (test-xfail-XPG4/sys/socket.h/conform): Likewise.
17154 (test-xfail-XPG4/sys/stat.h/conform): Likewise.
17155 (test-xfail-XPG4/sys/time.h/conform): Likewise.
17156 (test-xfail-XPG4/sys/types.h/conform): Likewise.
17157 (test-xfail-XPG4/sys/wait.h/conform): Likewise.
17158 (test-xfail-XPG4/termios.h/conform): Likewise.
17159 (test-xfail-XPG4/ucontext.h/conform): Likewise.
17160 (test-xfail-XPG4/unistd.h/conform): Likewise.
17161 (test-xfail-XPG4/utmpx.h/conform): Likewise.
17162 (test-xfail-POSIX/sched.h/conform): Likewise.
17163 (test-xfail-POSIX/signal.h/conform): Likewise.
17164 (test-xfail-POSIX/sys/wait.h/conform): Likewise.
17165 (test-xfail-POSIX/tar.h/conform): Likewise.
17166 (test-xfail-UNIX98/arpa/inet.h/conform): Likewise.
17167 (test-xfail-UNIX98/fcntl.h/conform): Likewise.
17168 (test-xfail-UNIX98/langinfo.h/conform): Likewise.
17169 (test-xfail-UNIX98/netdb.h/conform): Likewise.
17170 (test-xfail-UNIX98/netinet/in.h/conform): Likewise.
17171 (test-xfail-UNIX98/sched.h/conform): Likewise.
17172 (test-xfail-UNIX98/signal.h/conform): Likewise.
17173 (test-xfail-UNIX98/stdio.h/conform): Likewise.
17174 (test-xfail-UNIX98/stdlib.h/conform): Likewise.
17175 (test-xfail-UNIX98/stropts.h/conform): Likewise.
17176 (test-xfail-UNIX98/sys/ipc.h/conform): Likewise.
17177 (test-xfail-UNIX98/sys/msg.h/conform): Likewise.
17178 (test-xfail-UNIX98/sys/sem.h/conform): Likewise.
17179 (test-xfail-UNIX98/sys/shm.h/conform): Likewise.
17180 (test-xfail-UNIX98/sys/socket.h/conform): Likewise.
17181 (test-xfail-UNIX98/sys/time.h/conform): Likewise.
17182 (test-xfail-UNIX98/sys/wait.h/conform): Likewise.
17183 (test-xfail-UNIX98/ucontext.h/conform): Likewise.
17184 (test-xfail-UNIX98/unistd.h/conform): Likewise.
17185 (test-xfail-UNIX98/utmpx.h/conform): Likewise.
17186 (test-xfail-XOPEN2K/aio.h/conform): Likewise.
17187 (test-xfail-XOPEN2K/arpa/inet.h/conform): Likewise.
17188 (test-xfail-XOPEN2K/fcntl.h/conform): Likewise.
17189 (test-xfail-XOPEN2K/langinfo.h/conform): Likewise.
17190 (test-xfail-XOPEN2K/math.h/conform): Likewise.
17191 (test-xfail-XOPEN2K/mqueue.h/conform): Likewise.
17192 (test-xfail-XOPEN2K/netdb.h/conform): Likewise.
17193 (test-xfail-XOPEN2K/netinet/in.h/conform): Likewise.
17194 (test-xfail-XOPEN2K/semaphore.h/conform): Likewise.
17195 (test-xfail-XOPEN2K/signal.h/conform): Likewise.
17196 (test-xfail-XOPEN2K/stdarg.h/conform): Likewise.
17197 (test-xfail-XOPEN2K/stdio.h/conform): Likewise.
17198 (test-xfail-XOPEN2K/stropts.h/conform): Likewise.
17199 (test-xfail-XOPEN2K/sys/ipc.h/conform): Likewise.
17200 (test-xfail-XOPEN2K/sys/msg.h/conform): Likewise.
17201 (test-xfail-XOPEN2K/sys/sem.h/conform): Likewise.
17202 (test-xfail-XOPEN2K/sys/shm.h/conform): Likewise.
17203 (test-xfail-XOPEN2K/sys/socket.h/conform): Likewise.
17204 (test-xfail-XOPEN2K/sys/wait.h/conform): Likewise.
17205 (test-xfail-XOPEN2K/termios.h/conform): Likewise.
17206 (test-xfail-XOPEN2K/tgmath.h/conform): Likewise.
17207 (test-xfail-XOPEN2K/ucontext.h/conform): Likewise.
17208 (test-xfail-XOPEN2K/utmpx.h/conform): Likewise.
17209 (test-xfail-POSIX2008/arpa/inet.h/conform): Likewise.
17210 (test-xfail-POSIX2008/fcntl.h/conform): Likewise.
17211 (test-xfail-POSIX2008/netdb.h/conform): Likewise.
17212 (test-xfail-POSIX2008/netinet/in.h/conform): Likewise.
17213 (test-xfail-POSIX2008/signal.h/conform): Likewise.
17214 (test-xfail-POSIX2008/stropts.h/conform): Likewise.
17215 (test-xfail-POSIX2008/sys/socket.h/conform): Likewise.
17216 (test-xfail-POSIX2008/sys/wait.h/conform): Likewise.
17217 (test-xfail-XOPEN2K8/arpa/inet.h/conform): Likewise.
17218 (test-xfail-XOPEN2K8/fcntl.h/conform): Likewise.
17219 (test-xfail-XOPEN2K8/limits.h/conform): Likewise.
17220 (test-xfail-XOPEN2K8/math.h/conform): Likewise.
17221 (test-xfail-XOPEN2K8/netdb.h/conform): Likewise.
17222 (test-xfail-XOPEN2K8/netinet/in.h/conform): Likewise.
17223 (test-xfail-XOPEN2K8/signal.h/conform): Likewise.
17224 (test-xfail-XOPEN2K8/stdio.h/conform): Likewise.
17225 (test-xfail-XOPEN2K8/stropts.h/conform): Likewise.
17226 (test-xfail-XOPEN2K8/sys/ipc.h/conform): Likewise.
17227 (test-xfail-XOPEN2K8/sys/msg.h/conform): Likewise.
17228 (test-xfail-XOPEN2K8/sys/select.h/conform): Likewise.
17229 (test-xfail-XOPEN2K8/sys/sem.h/conform): Likewise.
17230 (test-xfail-XOPEN2K8/sys/shm.h/conform): Likewise.
17231 (test-xfail-XOPEN2K8/sys/socket.h/conform): Likewise.
17232 (test-xfail-XOPEN2K8/sys/time.h/conform): Likewise.
17233 (test-xfail-XOPEN2K8/sys/wait.h/conform): Likewise.
17234 (test-xfail-XOPEN2K8/termios.h/conform): Likewise.
17235 (test-xfail-XOPEN2K8/tgmath.h/conform): Likewise.
17236 (test-xfail-XOPEN2K8/utmpx.h/conform): Likewise.
17237 (conformtest-cc-flags): Likewise.
17238 ($(conformtest-header-tests): New target.
17239 * conform/check-header-lists.sh: New file.
17240 * conform/run-conformtest.sh: Remove.
17241
a00f522a
JM
17242 * conform/conformtest.pl: Allow ' and \ in values given for
17243 constants.
17244 * conform/data/semaphore.h-data [POSIX] (fcntl.h): Allow header
17245 inclusion.
17246 [POSIX] (sys/types.h): Likewise.
17247 [POSIX2008 || XOPEN2K8] (sys/types.h): Don't allow header
17248 inclusion.
17249 [POSIX || UNIX98 || XOPEN2K] (time.h): Don't allow header
17250 inclusion.
17251 * conform/data/signal.h-data (SIGIO): Remove expectation.
17252 [XPG3] (SIGBUS): Do not expect.
17253 [POSIX || XPG3] (SIGPOLL): Likewise.
17254 [POSIX || XPG3] (SIGPROF): Likewise.
17255 [POSIX || XPG3] (SIGSYS): Likewise.
17256 [XPG3] (SIGTRAP): Likewise.
17257 [POSIX || XPG3] (SIGURG): Likewise.
17258 [POSIX || XPG3] (SIGVTALRM): Likewise.
17259 [POSIX || XPG3] (SIGXCPU): Likewise.
17260 [POSIX || XPG3] (SIGXFSZ): Likewise.
17261 [POSIX] (SA_SIGINFO): Expect.
17262 [XPG3] (siginfo_t): Do not expect type or contents.
17263 [POSIX] (si_pid): Do not expect element.
17264 [POSIX] (si_uid): Likewise.
17265 [POSIX] (si_addr): Likewise.
17266 [POSIX] (si_status): Likewise.
17267 [POSIX] (si_band): Likewise.
17268 [XPG4] (si_value): Likewise.
17269 [POSIX || XPG3] (ILL_ILLOPC): Do not expect.
17270 [POSIX || XPG3] (ILL_ILLOPN): Likewise.
17271 [POSIX || XPG3] (ILL_ILLADR): Likewise.
17272 [POSIX || XPG3] (ILL_ILLTRP): Likewise.
17273 [POSIX || XPG3] (ILL_PRVOPC): Likewise.
17274 [POSIX || XPG3] (ILL_PRVREG): Likewise.
17275 [POSIX || XPG3] (ILL_COPROC): Likewise.
17276 [POSIX || XPG3] (ILL_BADSTK): Likewise.
17277 [POSIX || XPG3] (FPE_INTDIV): Likewise.
17278 [POSIX || XPG3] (FPE_INTOVF): Likewise.
17279 [POSIX || XPG3] (FPE_FLTDIV): Likewise.
17280 [POSIX || XPG3] (FPE_FLTOVF): Likewise.
17281 [POSIX || XPG3] (FPE_FLTUND): Likewise.
17282 [POSIX || XPG3] (FPE_FLTRES): Likewise.
17283 [POSIX || XPG3] (FPE_FLTINV): Likewise.
17284 [POSIX || XPG3] (FPE_FLTSUB): Likewise.
17285 [POSIX || XPG3] (SEGV_MAPERR): Likewise.
17286 [POSIX || XPG3] (SEGV_ACCERR): Likewise.
17287 [POSIX || XPG3] (BUS_ADRALN): Likewise.
17288 [POSIX || XPG3] (BUS_ADRERR): Likewise.
17289 [POSIX || XPG3] (BUS_OBJERR): Likewise.
17290 [POSIX || XPG3] (CLD_EXITED): Likewise.
17291 [POSIX || XPG3] (CLD_KILLED): Likewise.
17292 [POSIX || XPG3] (CLD_DUMPED): Likewise.
17293 [POSIX || XPG3] (CLD_TRAPPED): Likewise.
17294 [POSIX || XPG3] (CLD_STOPPED): Likewise.
17295 [POSIX || XPG3] (CLD_CONTINUED): Likewise.
17296 [POSIX || XPG3] (POLL_IN): Likewise.
17297 [POSIX || XPG3] (POLL_OUT): Likewise.
17298 [POSIX || XPG3] (POLL_MSG): Likewise.
17299 [POSIX || XPG3] (POLL_ERR): Likewise.
17300 [POSIX || XPG3] (POLL_PRI): Likewise.
17301 [POSIX || XPG3] (POLL_HUP): Likewise.
17302 [POSIX || XPG3 || POSIX2008] (TRAP_BRKPT): Likewise.
17303 [POSIX || XPG3 || POSIX2008] (TRAP_TRACE): Likewise.
17304 (SIG*): Do not allow.
17305 [XPG3] (si_*): Likewise.
17306 [XPG3] (SI_*): Likewise.
17307 [XPG3 || XPG4] (sigev_*): Likewise.
17308 [XPG3 || XPG4] (SIGEV_*): Likewise.
17309 [XPG3 || XPG4] (sival_*): Likewise.
17310 [POSIX || XPG3 || XPG4] (uc_*): Likewise.
17311 [POSIX || XPG3] (BUS_*): Likewise.
17312 [POSIX || XPG3] (CLD_*): Likewise.
17313 [POSIX || XPG3] (FPE_*): Likewise.
17314 [POSIX || XPG3] (ILL_*): Likewise.
17315 [POSIX || XPG3] (POLL_*): Likewise.
17316 [POSIX || XPG3] (SEGV_*): Likewise.
17317 [POSIX || XPG3 || POSIX2008] (SS_*): Likewise.
17318 [POSIX || XPG3 || POSIX2008] (SV_*): Likewise.
17319 [POSIX || XPG3 || POSIX2008] (TRAP_*): Likewise.
17320 [POSIX || XPG3 || POSIX2008] (ss_*): Likewise.
17321 [POSIX || XPG3 || POSIX2008] (sv_*): Likewise.
17322 * conform/data/tar.h-data (TMAGLEN): Use macro-int-constant.
17323 Specify type and value.
17324 (TVERSLEN): Likewise.
17325 (REGTYPE): Likewise.
17326 (AREGTYPE): Likewise.
17327 (LNKTYPE): Likewise.
17328 (SYMTYPE): Likewise.
17329 (CHRTYPE): Likewise.
17330 (BLKTYPE): Likewise.
17331 (DIRTYPE): Likewise.
17332 (FIFOTYPE): Likewise.
17333 (CONTTYPE): Likewise.
17334 (TSUID): Likewise.
17335 (TSGID): Likewise.
17336 (TSVTX): Likewise.
17337 (TUREAD): Likewise.
17338 (TUWRITE): Likewise.
17339 (TUEXEC): Likewise.
17340 (TGREAD): Likewise.
17341 (TGWRITE): Likewise.
17342 (TGEXEC): Likewise.
17343 (TOREAD): Likewise.
17344 (TOWRITE): Likewise.
17345 (TOEXEC): Likewise.
17346 [POSIX] (TSVTX): Expect constant.
17347
aa97dee1
JM
173482014-03-06 Joseph Myers <joseph@codesourcery.com>
17349
f214606a
JM
17350 * Makefile (tests): Change dependencies to ....
17351 (tests-special): ... additions to this variable.
17352 (tests): Depend on $(tests-special).
17353 * Makerules (check-abi-list): New variable.
17354 (check-abi): Depend on $(check-abi-list).
17355 [$(subdir) = elf] (tests-special): Add
17356 $(objpfx)check-abi-libc.out.
17357 [$(build-shared) = yes && subdir] (tests-special): Add
17358 $(check-abi-list).
17359 [$(build-shared) = yes && subdir] (tests): Do not depend on
17360 check-abi.
17361 * Rules (tests): Depend on $(tests-special).
17362 (xtests): Depend on $(xtests-special).
17363 * catgets/Makefile (tests): Change dependencies to ....
17364 (tests-special): ... additions to this variable.
17365 * conform/Makefile (tests): Change dependencies to ....
17366 (tests-special): ... additions to this variable.
17367 * elf/Makefile (tests): Change dependencies to ....
17368 (tests-special): ... additions to this variable.
17369 * grp/Makefile (tests): Change dependencies to ....
17370 (tests-special): ... additions to this variable.
17371 * iconv/Makefile (xtests): Change dependencies to ....
17372 (xtests-special): ... additions to this variable.
17373 * iconvdata/Makefile (tests): Change dependencies to ....
17374 (tests-special): ... additions to this variable.
17375 * intl/Makefile (tests): Change dependencies to ....
17376 (tests-special): ... additions to this variable. Also add
17377 $(objpfx)tst-gettext.out.
17378 * io/Makefile (tests): Change dependencies to ....
17379 (tests-special): ... additions to this variable.
17380 * libio/Makefile (tests): Change dependencies to ....
17381 (tests-special): ... additions to this variable.
17382 * malloc/Makefile (tests): Change dependencies to ....
17383 (tests-special): ... additions to this variable.
17384 * misc/Makefile (tests): Change dependencies to ....
17385 (tests-special): ... additions to this variable.
17386 * nptl/Makefile (tests): Change dependencies to ....
17387 (tests-special): ... additions to this variable.
17388 * nptl_db/Makefile (tests): Change dependencies to ....
17389 (tests-special): ... additions to this variable.
17390 * posix/Makefile (tests): Change dependencies to ....
17391 (tests-special): ... additions to this variable.
17392 (xtests): Change dependencies to ....
17393 (xtests-special): ... additions to this variable.
17394 * resolv/Makefile (tests): Change dependencies to ....
17395 (tests-special): ... additions to this variable.
17396 (xtests): Change dependencies to ....
17397 (xtests-special): ... additions to this variable.
17398 * stdio-common/Makefile (tests): Change dependencies to ....
17399 (tests-special): ... additions to this variable.
17400 (do-tst-unbputc): Remove target.
17401 (do-tst-printf): Likewise.
17402 * stdlib/Makefile (tests): Change dependencies to ....
17403 (tests-special): ... additions to this variable.
17404 * string/Makefile (tests): Change dependencies to ....
17405 (tests-special): ... additions to this variable.
17406 * sysdeps/x86/Makefile (tests): Change dependencies to ....
17407 (tests-special): ... additions to this variable.
17408
81700b53
JM
17409 * conform/data/netinet/tcp.h-data [POSIX2008 || XOPEN2K8]: Enable
17410 whole file.
17411 * conform/data/sys/timeb.h-data [POSIX2008 || XOPEN2K8]: Disable
17412 whole file.
17413 * conform/data/sys/uio.h-data [POSIX2008]: Likewise.
17414 * conform/data/ucontext.h-data [POSIX2008 || XOPEN2K8]: Likewise.
17415
2ea18461
JM
17416 * conform/data/aio.h-data [XPG3 || XPG4]: Disable whole file.
17417 * conform/data/arpa/inet.h-data [XPG3]: Likewise.
17418 * conform/data/dlfcn.h-data [XPG3 || XPG4]: Likewise.
17419 * conform/data/fmtmsg.h-data [XPG3]: Likewise.
17420 * conform/data/libgen.h-data [XPG3]: Likewise.
17421 * conform/data/mqueue.h-data [XPG3 || XPG4]: Likewise.
17422 * conform/data/ndbm.h-data [XPG3]: Likewise.
17423 * conform/data/net/if.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17424 * conform/data/netdb.h-data [XPG3]: Likewise.
17425 * conform/data/netinet/in.h-data [XPG3]: Likewise.
17426 * conform/data/poll.h-data [XPG3]: Likewise.
17427 * conform/data/spawn.h-data [XPG3 || XPG4 || UNIX98]: Likewise.
17428 * conform/data/strings.h-data [XPG3]: Likewise.
17429 * conform/data/stropts.h-data [XPG3]: Likewise.
17430 * conform/data/sys/mman.h-data [XPG3]: Likewise.
17431 * conform/data/sys/resource.h-data [XPG3]: Likewise.
17432 * conform/data/sys/select.h-data [XPG3 || XPG4 || UNIX98]:
17433 Likewise.
17434 * conform/data/sys/statvfs.h-data [XPG3]: Likewise.
17435 * conform/data/sys/time.h-data [XPG3]: Likewise.
17436 * conform/data/sys/timeb.h-data [XPG3]: Likewise.
17437 * conform/data/sys/uio.h-data [XPG3]: Likewise.
17438 * conform/data/sys/un.h-data [XPG3]: Likewise.
17439 * conform/data/syslog.h-data [XPG3]: Likewise.
17440 * conform/data/ucontext.h-data [XPG3]: Likewise.
17441 * conform/data/utmpx.h-data [XPG3]: Likewise.
17442 * conform/data/varargs.h-data [UNIX98]: Enable file.
17443
355bc986
JM
17444 * manual/Makefile (INSTALL_INFO): Remove variable setting.
17445
215db402
JM
17446 * math/libm-test.inc (struct test_f_f_data): Move expected results
17447 into structure for each rounding mode.
17448 (struct test_ff_f_data): Likewise.
17449 (struct test_ff_f_data_nexttoward): Likewise.
17450 (struct test_fi_f_data): Likewise.
17451 (struct test_fl_f_data): Likewise.
17452 (struct test_if_f_data): Likewise.
17453 (struct test_fff_f_data): Likewise.
17454 (struct test_c_f_data): Likewise.
17455 (struct test_f_f1_data): Likewise.
17456 (struct test_fF_f1_data): Likewise.
17457 (struct test_ffI_f1_data): Likewise.
17458 (struct test_c_c_data): Likewise.
17459 (struct test_cc_c_data): Likewise.
17460 (struct test_f_i_data): Likewise.
17461 (struct test_ff_i_data): Likewise.
17462 (struct test_f_l_data): Likewise.
17463 (struct test_f_L_data): Likewise.
17464 (struct test_fFF_11_data): Likewise.
17465 (RM_): New macro.
17466 (RM_FE_DOWNWARD): Likewise.
17467 (RM_FE_TONEAREST): Likewise.
17468 (RM_FE_TOWARDZERO): Likewise.
17469 (RM_FE_UPWARD): Likewise.
17470 (RUN_TEST_LOOP_f_f): Update references to expected results.
17471 (RUN_TEST_LOOP_2_f): Likewise.
17472 (RUN_TEST_LOOP_fff_f): Likewise.
17473 (RUN_TEST_LOOP_c_f): Likewise.
17474 (RUN_TEST_LOOP_f_f1): Likewise.
17475 (RUN_TEST_LOOP_fF_f1): Likewise.
17476 (RUN_TEST_LOOP_fI_f1): Likewise.
17477 (RUN_TEST_LOOP_ffI_f1): Likewise.
17478 (RUN_TEST_LOOP_c_c): Likewise.
17479 (RUN_TEST_LOOP_cc_c): Likewise.
17480 (RUN_TEST_LOOP_f_i): Likewise.
17481 (RUN_TEST_LOOP_f_i_tg): Likewise.
17482 (RUN_TEST_LOOP_ff_i_tg): Likewise.
17483 (RUN_TEST_LOOP_f_b): Likewise.
17484 (RUN_TEST_LOOP_f_b_tg): Likewise.
17485 (RUN_TEST_LOOP_f_l): Likewise.
17486 (RUN_TEST_LOOP_f_L): Likewise.
17487 (RUN_TEST_LOOP_fFF_11): Likewise.
17488 * math/gen-libm-test.pl (parse_args): Output four copies of
17489 expected results for each test.
17490
67737b8f
JM
17491 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
17492 (__ASSUME_UTIMES): Remove.
17493 * sysdeps/unix/sysv/linux/tile/kernel-features.h
17494 (__ASSUME_UTIMES): Likewise.
17495
aa97dee1
JM
17496 * math/gen-auto-libm-tests.c: Update comment on output format.
17497 (output_for_one_input_case): Generate before-rounding and
17498 after-rounding information as conditions on output flags not
17499 floating-point format.
17500 * math/auto-libm-test-out: Regenerated.
17501 * math/gen-libm-test.pl (cond_value): New function.
17502 (or_cond_value): Use cond_value.
17503 (generate_testfile): Handle conditional exceptions.
17504
e6b6a857
JM
175052014-03-05 Joseph Myers <joseph@codesourcery.com>
17506
2f0a0f44
JM
17507 * math/libm-test.inc (max_valid_error): New variable.
17508 (init_max_error): Take new argument specifying whether function
17509 results are exactly determined. Set max_valid_error and bound
17510 other variables for errors based on this argument.
17511 (set_max_error): Do not record results above max_valid_error.
17512 (check_float_internal): Only accept errors of up to 0.5ulps if
17513 also at most max_valid_error.
17514 (START): Take new argument EXACT and pass it to init_max_error.
17515 (acos_test): Update call to START.
17516 (acos_test_tonearest): Likewise.
17517 (acos_test_towardzero): Likewise.
17518 (acos_test_downward): Likewise.
17519 (acos_test_upward): Likewise.
17520 (acosh_test): Likewise.
17521 (asin_test): Likewise.
17522 (asin_test_tonearest): Likewise.
17523 (asin_test_towardzero): Likewise.
17524 (asin_test_downward): Likewise.
17525 (asin_test_upward): Likewise.
17526 (asinh_test): Likewise.
17527 (atan_test): Likewise.
17528 (atanh_test): Likewise.
17529 (atan2_test): Likewise.
17530 (cabs_test): Likewise.
17531 (cacos_test): Likewise.
17532 (cacosh_test): Likewise.
17533 (carg_test): Likewise.
17534 (casin_test): Likewise.
17535 (casinh_test): Likewise.
17536 (catan_test): Likewise.
17537 (catanh_test): Likewise.
17538 (cbrt_test): Likewise.
17539 (ccos_test): Likewise.
17540 (ccosh_test): Likewise.
17541 (ceil_test): Likewise.
17542 (cexp_test): Likewise.
17543 (cimag_test): Likewise.
17544 (clog_test): Likewise.
17545 (clog10_test): Likewise.
17546 (conj_test): Likewise.
17547 (copysign_test): Likewise.
17548 (cos_test): Likewise.
17549 (cos_test_tonearest): Likewise.
17550 (cos_test_towardzero): Likewise.
17551 (cos_test_downward): Likewise.
17552 (cos_test_upward): Likewise.
17553 (cosh_test): Likewise.
17554 (cosh_test_tonearest): Likewise.
17555 (cosh_test_towardzero): Likewise.
17556 (cosh_test_downward): Likewise.
17557 (cosh_test_upward): Likewise.
17558 (cpow_test): Likewise.
17559 (cproj_test): Likewise.
17560 (creal_test): Likewise.
17561 (csin_test): Likewise.
17562 (csinh_test): Likewise.
17563 (csqrt_test): Likewise.
17564 (ctan_test): Likewise.
17565 (ctan_test_tonearest): Likewise.
17566 (ctan_test_towardzero): Likewise.
17567 (ctan_test_downward): Likewise.
17568 (ctan_test_upward): Likewise.
17569 (ctanh_test): Likewise.
17570 (ctanh_test_tonearest): Likewise.
17571 (ctanh_test_towardzero): Likewise.
17572 (ctanh_test_downward): Likewise.
17573 (ctanh_test_upward): Likewise.
17574 (erf_test): Likewise.
17575 (erfc_test): Likewise.
17576 (exp_test): Likewise.
17577 (exp_test_tonearest): Likewise.
17578 (exp_test_towardzero): Likewise.
17579 (exp_test_downward): Likewise.
17580 (exp_test_upward): Likewise.
17581 (exp10_test): Likewise.
17582 (exp10_test_tonearest): Likewise.
17583 (exp10_test_towardzero): Likewise.
17584 (exp10_test_downward): Likewise.
17585 (exp10_test_upward): Likewise.
17586 (pow10_test): Likewise.
17587 (exp2_test): Likewise.
17588 (expm1_test): Likewise.
17589 (expm1_test_tonearest): Likewise.
17590 (expm1_test_towardzero): Likewise.
17591 (expm1_test_downward): Likewise.
17592 (expm1_test_upward): Likewise.
17593 (fabs_test): Likewise.
17594 (fdim_test): Likewise.
17595 (floor_test): Likewise.
17596 (fma_test): Likewise.
17597 (fma_test_towardzero): Likewise.
17598 (fma_test_downward): Likewise.
17599 (fma_test_upward): Likewise.
17600 (fmax_test): Likewise.
17601 (fmin_test): Likewise.
17602 (fmod_test): Likewise.
17603 (fpclassify_test): Likewise.
17604 (frexp_test): Likewise.
17605 (hypot_test): Likewise.
17606 (ilogb_test): Likewise.
17607 (isfinite_test): Likewise.
17608 (finite_test): Likewise.
17609 (isgreater_test): Likewise.
17610 (isgreaterequal_test): Likewise.
17611 (isinf_test): Likewise.
17612 (isless_test): Likewise.
17613 (islessequal_test): Likewise.
17614 (islessgreater_test): Likewise.
17615 (isnan_test): Likewise.
17616 (isnormal_test): Likewise.
17617 (issignaling_test): Likewise.
17618 (isunordered_test): Likewise.
17619 (j0_test): Likewise.
17620 (j1_test): Likewise.
17621 (jn_test): Likewise.
17622 (ldexp_test): Likewise.
17623 (lgamma_test): Likewise.
17624 (gamma_test): Likewise.
17625 (lrint_test): Likewise.
17626 (lrint_test_tonearest): Likewise.
17627 (lrint_test_towardzero): Likewise.
17628 (lrint_test_downward): Likewise.
17629 (lrint_test_upward): Likewise.
17630 (llrint_test): Likewise.
17631 (llrint_test_tonearest): Likewise.
17632 (llrint_test_towardzero): Likewise.
17633 (llrint_test_downward): Likewise.
17634 (llrint_test_upward): Likewise.
17635 (log_test): Likewise.
17636 (log10_test): Likewise.
17637 (log1p_test): Likewise.
17638 (log2_test): Likewise.
17639 (logb_test): Likewise.
17640 (logb_test_downward): Likewise.
17641 (lround_test): Likewise.
17642 (llround_test): Likewise.
17643 (modf_test): Likewise.
17644 (nearbyint_test): Likewise.
17645 (nextafter_test): Likewise.
17646 (nexttoward_test): Likewise.
17647 (pow_test): Likewise.
17648 (pow_test_tonearest): Likewise.
17649 (pow_test_towardzero): Likewise.
17650 (pow_test_downward): Likewise.
17651 (pow_test_upward): Likewise.
17652 (remainder_test): Likewise.
17653 (drem_test): Likewise.
17654 (remainder_test_tonearest): Likewise.
17655 (drem_test_tonearest): Likewise.
17656 (remainder_test_towardzero): Likewise.
17657 (drem_test_towardzero): Likewise.
17658 (remainder_test_downward): Likewise.
17659 (drem_test_downward): Likewise.
17660 (remainder_test_upward): Likewise.
17661 (drem_test_upward): Likewise.
17662 (remquo_test): Likewise.
17663 (rint_test): Likewise.
17664 (rint_test_tonearest): Likewise.
17665 (rint_test_towardzero): Likewise.
17666 (rint_test_downward): Likewise.
17667 (rint_test_upward): Likewise.
17668 (round_test): Likewise.
17669 (scalb_test): Likewise.
17670 (scalbn_test): Likewise.
17671 (scalbln_test): Likewise.
17672 (signbit_test): Likewise.
17673 (sin_test): Likewise.
17674 (sin_test_tonearest): Likewise.
17675 (sin_test_towardzero): Likewise.
17676 (sin_test_downward): Likewise.
17677 (sin_test_upward): Likewise.
17678 (sincos_test): Likewise.
17679 (sinh_test): Likewise.
17680 (sinh_test_tonearest): Likewise.
17681 (sinh_test_towardzero): Likewise.
17682 (sinh_test_downward): Likewise.
17683 (sinh_test_upward): Likewise.
17684 (sqrt_test): Likewise.
17685 (sqrt_test_tonearest): Likewise.
17686 (sqrt_test_towardzero): Likewise.
17687 (sqrt_test_downward): Likewise.
17688 (sqrt_test_upward): Likewise.
17689 (tan_test): Likewise.
17690 (tan_test_tonearest): Likewise.
17691 (tan_test_towardzero): Likewise.
17692 (tan_test_downward): Likewise.
17693 (tan_test_upward): Likewise.
17694 (tanh_test): Likewise.
17695 (tgamma_test): Likewise.
17696 (trunc_test): Likewise.
17697 (y0_test): Likewise.
17698 (y1_test): Likewise.
17699 (yn_test): Likewise.
17700 (significand_test): Likewise.
17701
e6b6a857
JM
17702 * math/libm-test.inc (struct ulp_data): Don't refer to ulps for
17703 individual tests in comment.
17704 (libm-test-ulps.h): Don't refer to test_ulps in #include comment.
17705 (prev_max_error): New variable.
17706 (prev_real_max_error): Likewise.
17707 (prev_imag_max_error): Likewise.
17708 (compare_ulp_data): Don't refer to test names in comment.
17709 (find_test_ulps): Remove function.
17710 (find_function_ulps): Likewise.
17711 (find_complex_function_ulps): Likewise.
17712 (init_max_error): Take function name as argument. Look up ulps
17713 for that function.
17714 (print_ulps): Remove function.
17715 (print_max_error): Use prev_max_error instead of calling
17716 find_function_ulps.
17717 (print_complex_max_error): Use prev_real_max_error and
17718 prev_imag_max_error instead of calling find_complex_function_ulps.
17719 (check_float_internal): Take max_ulp parameter instead of calling
17720 find_test_ulps. Don't call print_ulps.
17721 (check_float): Update call to check_float_internal.
17722 (check_complex): Update calls to check_float_internal.
17723 (START): Pass argument to init_max_error.
17724 * math/gen-libm-test.pl (%results): Don't include "kind"
17725 information.
17726 (parse_ulps): Don't handle ulps of individual tests.
17727 (print_ulps_file): Likewise.
17728 (output_ulps): Likewise.
17729 * math/README.libm-test: Update.
17730 * manual/libm-err-tab.pl (parse_ulps): Don't handle ulps of
17731 individual tests.
17732 * sysdeps/aarch64/libm-test-ulps: Remove individual test ulps.
17733 * sysdeps/alpha/fpu/libm-test-ulps: Likewise.
17734 * sysdeps/arm/libm-test-ulps: Likewise.
17735 * sysdeps/i386/fpu/libm-test-ulps: Likewise.
17736 * sysdeps/ia64/fpu/libm-test-ulps: Likewise.
17737 * sysdeps/m68k/coldfire/fpu/libm-test-ulps: Likewise.
17738 * sysdeps/m68k/m680x0/fpu/libm-test-ulps: Likewise.
17739 * sysdeps/microblaze/libm-test-ulps: Likewise.
17740 * sysdeps/mips/mips32/libm-test-ulps: Likewise.
17741 * sysdeps/mips/mips64/libm-test-ulps: Likewise.
17742 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
17743 * sysdeps/powerpc/nofpu/libm-test-ulps: Likewise.
17744 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
17745 * sysdeps/sh/libm-test-ulps: Likewise.
17746 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
17747 * sysdeps/tile/libm-test-ulps: Likewise.
17748 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
17749
45adef3c
JM
177502014-03-04 Joseph Myers <joseph@codesourcery.com>
17751
17752 * math/libm-test.inc (print_complex_max_error): Check separately
17753 whether real and imaginary errors are within allowed range and
17754 pass 0 to print_complex_function_ulps instead of value within
17755 allowed range.
17756
000232b9
SP
177572014-03-04 Siddhesh Poyarekar <siddhesh@redhat.com>
17758
d4b17258
SP
17759 * libio/tst-ftell-active-handler.c (get_handles_fdopen): Fix
17760 formatting.
17761 (get_handles_fopen): Likewise.
17762 (do_write_test): Likewise.
17763
091eff71
SP
17764 * libio/wfileops.c (do_ftell_wide): Fix up formatting.
17765
fa3cd248
SP
17766 * libio/fileops.c (do_ftell): Use cached offset when
17767 available.
17768 * libio/iofwide.c (do_ftell_wide): Likewise.
17769 * libio/iofdopen.c (_IO_new_fdopen): Don't use
17770 _IO_file_attach.
17771 * libio/wfileops.c (_IO_fwide): Don't cache offset.
17772
000232b9
SP
17773 [BZ #16532]
17774 * libio/libioP.h (get_file_offset): New function.
17775 * libio/fileops.c (get_file_offset): Likewise.
17776 (do_ftell): Likewise.
17777 (_IO_new_file_seekoff): Split out ftell logic.
17778 * libio/wfileops.c (do_ftell_wide): Likewise.
17779 (_IO_wfile_seekoff): Split out ftell logic.
17780 * libio/tst-ftell-active-handler.c: New test case.
17781 * libio/Makefile (tests): Add it.
17782
116f4d1a
RM
177832014-03-03 Roland McGrath <roland@hack.frob.com>
17784
17785 * nptl/ChangeLog: Renamed to nptl/ChangeLog.old, no longer used.
17786 * nptl_db/ChangeLog: Renamed to nptl_db/ChangeLog.old, no longer used.
17787
532a6035
SP
177882014-03-03 Siddhesh Poyarekar <siddhesh@redhat.com>
17789
17790 [BZ #16639]
17791 * nscd/connections.c (nscd_init): Call do_exit.
17792 (start_threads): Call do_exit and notify_parent.
17793 (begin_drop_privileges): Call do_exit.
17794 (finish_drop_privileges): Likewise.
17795 * nscd/selinux.c (preserve_capabilities): Likewise.
17796 (install_real_capabilities): Likewise.
17797 (nscd_selinux_enabled): Likewise.
17798 (avc_create_thread): Likewise.
17799 (avc_alloc_lock): Likewise.
17800 (nscd_avc_init): Likewise.
17801 * nscd/nscd.c (parent_fd): New static variable.
17802 (main): Create a pipe between parent and child processes.
17803 Skip closing parent_fd.
17804 (monitor_child): New function.
17805 (do_exit): Likewise.
17806 (notify_parent): Likewise.
17807 * nscd/nscd.h (notify_parent): Likewise.
17808 (do_exit): Likewise.
17809
d6285c9f
CD
178102014-03-03 Carlos O'Donell <carlos@redhat.com>
17811
17812 * malloc/malloc.c (__libc_calloc): Revert last change.
17813
2b85d2a0
AZ
178142014-03-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17815
17816 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
17817
c7debbdf
RS
178182014-03-03 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
17819
17820 * sysdeps/powerpc/powerpc64/power7/strrchr.S: New file.
17821 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strrchr multiarch
17822 implementation.
17823 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
17824 (__libc_ifunc_impl_list): Likewise.
17825 * sysdeps/powerpc/powerpc64/multiarch/strrchr.c: New file.
17826 * sysdeps/powerpc/powerpc64/multiarch/strrchr-ppc64.c: New file.
17827 * sysdeps/powerpc/powerpc64/multiarch/strrchr-power7.S: New file.
17828 * string/strrchr.c: Define STRRCHR.
17829
235eed86
OB
178302014-02-28 Ondřej Bílka <neleai@seznam.cz>
17831
17832 * benchtest/bench-strtok.c (simple_strtok): Delete.
17833 (strtok_string): Use as benchmark.
17834 * string/strtok (STRTOK): New macro.
17835
8e25d1e7
CD
178362014-02-28 Carlos O'Donell <carlos@redhat.com>
17837
ef563f92
CD
17838 * manual/threads.texi: Add header and standard comments to all
17839 functions.
17840
8e25d1e7
CD
17841 * elf/dl-lookup.c (check_match): New function.
17842 (ELF_MACHINE_SYM_NO_MATCH): Adjust comment.
17843 (do_lookup_x): Remove nested function check_match. Use non-nested
17844 function check_match.
17845
ff71cc37
RM
178462014-02-28 Roland McGrath <roland@hack.frob.com>
17847
f08e9a26
RM
17848 * csu/Makefile (generated, before-compile): Use += rather than =.
17849 * catgets/Makefile (generated, generated-dirs): Likewise.
17850 * debug/Makefile (generated): Likewise.
17851 * dlfcn/Makefile (generated): Likewise.
17852 * elf/Makefile (before-compile, generated, generated-dirs): Likewise.
17853 * iconvdata/Makefile (before-compile, generated): Likewise.
17854 * intl/Makefile (before-compile, generated, generated-dirs): Likewise.
17855 * libio/Makefile (generated): Likewise.
17856 * malloc/Makefile (generated): Likewise.
17857 * manual/Makefile (generated, generated-dirs): Likewise.
17858 * misc/Makefile (generated): Likewise.
17859 * posix/Makefile (generated): Likewise.
17860 * resolv/Makefile (generated): Likewise.
17861 * sunrpc/Makefile (generated, generated-dirs): Likewise.
17862 * timezone/Makefile (generated, generated-dirs): Likewise.
17863
ff71cc37
RM
17864 * stdio-common/Versions (libc: GLIBC_PRIVATE): Add missing }.
17865
fe13a20c
AZ
178662014-02-27 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
17867
57f41c40
AS
17868 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
17869 power8 implementation.
17870 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power8.S: New
17871 file: POWER8 llround ifunc implementation.
17872 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c
17873 (__lllround): Add POWER8 implementation.
fe13a20c
AZ
17874 * sysdeps/powerpc/powerpc64/power8/fpu/s_llround.S: New file:
17875 POWER8 llround implementation.
17876
57f41c40
AS
17877 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint
17878 power8 implementation.
17879 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power8.S: New
17880 file: POWER8 llrint ifunc implementation.
17881 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c (__lllrint):
17882 Add POWER8 implementation.
1ad8950a
AZ
17883 * sysdeps/powerpc/powerpc64/power8/fpu/s_llrint.S: New file:
17884 POWER8 llrint implementation.
17885
57f41c40
AS
17886 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite
17887 power8 implementation.
17888 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power8.S: New
17889 file: POWER8 finite ifunc implementation.
17890 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c (__finite):
17891 Add POWER8 implementation.
cac626d6
AZ
17892 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c (__finitef):
17893 Likewise.
17894 * sysdeps/powerpc/powerpc64/power8/fpu/s_finite.S: New file:
17895 POWER8 finite implementation.
17896 * sysdeps/powerpc/powerpc64/power8/fpu/s_finitef.S: New file.
17897
57f41c40
AS
17898 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf
17899 power8 implementation.
17900 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power8.S: New
17901 file: POWER8 isinf ifunc implementation.
4393fc11
AZ
17902 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c (__isinf): Add
17903 POWER8 implementation.
17904 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c (__isinff):
17905 Likewise.
57f41c40
AS
17906 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinf.S: New file: POWER8
17907 isinf implementation.
4393fc11
AZ
17908 * sysdeps/powerpc/powerpc64/power8/fpu/s_isinff.S: New file.
17909
57f41c40
AS
17910 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h
17911 (INIT_ARCH): Add hwcap2 initialization.
17912 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
17913 power8 implementation.
17914 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power8.S: New
17915 file: POWER8 isnan ifunc implementation.
487972ae
AZ
17916 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c (__isnan): Add
17917 POWER8 implementation.
17918 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c (__isnanf):
17919 Likewise.
57f41c40
AS
17920 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnan.S: New file: POWER8
17921 isnan implementation.
487972ae
AZ
17922 * sysdeps/powerpc/powerpc64/power8/fpu/s_isnanf.S: New file.
17923
7d92b787
JY
179242014-02-27 Joey Ye <joey.ye@arm.com>
17925
17926 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_NANFRAC_S, _FP_NANFRAC_D)
17927 (_FP_NANFRAC_Q): Set to zero.
17928
1cadc858
SP
179292014-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
17930
17931 [BZ #16623]
17932 * math/auto-libm-test-in: New test inputs.
17933 * math/auto-libm-test-out: Regenerate.
17934 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Preserve sign of A
17935 and DA.
17936 (__cos): Likewise.
17937 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
17938
f8c17e79
JM
179392014-02-27 Joseph Myers <joseph@codesourcery.com>
17940
17941 * scripts/evaluate-test.sh: Take new argument indicating whether
17942 failure is expected.
17943 * Makeconfig (evaluate-test): Pass argument to evaluate-test.sh
17944 indicating whether failure is expected.
17945 * conform/Makefile (test-xfail-run-conformtest): New variable.
17946 ($(objpfx)run-conformtest.out): Don't expect to fail at makefile
17947 level.
17948 * posix/Makefile (test-xfail-annexc): New variable.
17949 ($(objpfx)annexc.out): Don't expect to fail at makefile level.
17950
a5f891ac
JM
179512014-02-26 Joseph Myers <joseph@codesourcery.com>
17952
17953 * argp/Makefile: Include Makeconfig immediately after defining
17954 subdir.
17955 * assert/Makefile: Likewise.
17956 * benchtests/Makefile: Likewise.
17957 * catgets/Makefile: Likewise.
17958 * conform/Makefile: Likewise.
17959 * crypt/Makefile: Likewise.
17960 * csu/Makefile: Likewise.
17961 (all): Remove target.
17962 * ctype/Makefile: Include Makeconfig immediately after defining
17963 subdir.
17964 * debug/Makefile: Likewise.
17965 * dirent/Makefile: Likewise.
17966 * dlfcn/Makefile: Likewise.
17967 * gmon/Makefile: Likewise.
17968 * gnulib/Makefile: Likewise.
17969 * grp/Makefile: Likewise.
17970 * gshadow/Makefile: Likewise.
17971 * hesiod/Makefile: Likewise.
17972 * hurd/Makefile: Likewise.
17973 (all): Remove target.
17974 * iconvdata/Makefile: Include Makeconfig immediately after
17975 defining subdir.
17976 * inet/Makefile: Likewise.
17977 * intl/Makefile: Likewise.
17978 * io/Makefile: Likewise.
17979 * libio/Makefile: Likewise.
17980 (all): Remove target.
17981 * locale/Makefile: Include Makeconfig immediately after defining
17982 subdir.
17983 * login/Makefile: Likewise.
17984 * mach/Makefile: Likewise.
17985 (all): Remove target.
17986 * malloc/Makefile: Include Makeconfig immediately after defining
17987 subdir.
17988 (all): Remove target.
17989 * manual/Makefile: Include Makeconfig immediately after defining
17990 subdir.
17991 * math/Makefile: Likewise.
17992 * misc/Makefile: Likewise.
17993 * nis/Makefile: Likewise.
17994 * nss/Makefile: Likewise.
17995 * po/Makefile: Likewise.
17996 (all): Remove target.
17997 * posix/Makefile: Include Makeconfig immediately after defining
17998 subdir.
17999 * pwd/Makefile: Likewise.
18000 * resolv/Makefile: Likewise.
18001 * resource/Makefile: Likewise.
18002 * rt/Makefile: Likewise.
18003 * setjmp/Makefile: Likewise.
18004 * shadow/Makefile: Likewise.
18005 * signal/Makefile: Likewise.
18006 * socket/Makefile: Likewise.
18007 * soft-fp/Makefile: Likewise.
18008 * stdio-common/Makefile: Likewise.
18009 * stdlib/Makefile: Likewise.
18010 * streams/Makefile: Likewise.
18011 * string/Makefile: Likewise.
18012 * sunrpc/Makefile: Likewise.
18013 (all): Remove target.
18014 * sysvipc/Makefile: Include Makeconfig immediately after defining
18015 subdir.
18016 * termios/Makefile: Likewise.
18017 * time/Makefile: Likewise.
18018 * timezone/Makefile: Likewise.
18019 (all): Remove target.
18020 * wcsmbs/Makefile: Include Makeconfig immediately after defining
18021 subdir.
18022 * wctype/Makefile: Likewise.
18023
5b456e9d
SE
180242014-02-26 Steve Ellcey <sellcey@mips.com>
18025
18026 * sysdeps/mips/math_private.h (_FPU_MASK_ALL) New.
18027 (libc_feholdexcept_mips): Use _FPU_MASK_ALL.
18028 (libc_feholdexcept_setround_mips): Ditto.
18029 (libc_feholdsetround): New.
18030 (libc_feholdsetroundf): New.
18031 (libc_feholdsetroundl): New.
18032 (libc_feupdateenv_test_mips): New.
18033 (libc_feupdateenv_test): New.
18034 (libc_feupdateenv_testf): New.
18035 (libc_feupdateenv_testl): New.
18036 (libc_feresetround): New.
18037 (libc_feresetroundf): New.
18038 (libc_feresetroundl): New.
18039 (libc_fetestexcept_mips): New.
18040 (libc_fetestexcept): New.
18041 (libc_fetestexceptf): New.
18042 (libc_fetestexceptl): New.
18043 (HAVE_RM_CTX): New.
18044 (libc_feholdexcept_setround_mips_ctx): New.
18045 (libc_feholdexcept_setround_ctx): New.
18046 (libc_feholdexcept_setroundf_ctx): New.
18047 (libc_feholdexcept_setroundl_ctx): New.
18048 (libc_fesetenv_mips_ctx): New.
18049 (libc_fesetenv_ctx): New.
18050 (libc_fesetenv_ctxf): New.
18051 (libc_fesetenv_ctxl): New.
18052 (libc_feupdateenv_mips_ctx): New.
18053 (libc_feupdateenv_ctx): New.
18054 (libc_feupdateenvf_ctx): New.
18055 (libc_feupdateenvl_ctx): New.
18056 (libc_feholdsetround_mips_ctx): New.
18057 (libc_feholdsetround_ctx): New.
18058 (libc_feholdsetroundf_ctx): New.
18059 (libc_feholdsetroundl_ctx): New.
18060 (libc_feresetround_mips_ctx): New.
18061 (libc_feresetround_ctx): New.
18062 (libc_feresetroundf_ctx): New.
18063 (libc_feresetroundl_ctx): New.
18064
085d0e35
CD
180652014-02-26 Carlos O'Donell <carlos@redhat.com>
18066
f067bf1f
CD
18067 * manual/ipc.texi (Semaphores): Use @Theglibc{}.
18068
085d0e35
CD
18069 * manual/ipc.texi: New file.
18070 * manual/Makefile (chapters): Add ipc.
18071 * manual/job.texi: Add "Inter-Process Communication" to next.
18072 * manual/process.texi: Add "Inter-Process Communication" to prev.
18073
86e58c08
AZ
180742014-02-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
18075
18076 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
18077
4248f0da
OB
180782014-02-26 Ondřej Bílka <neleai@seznam.cz>
18079
18080 * malloc/malloc.c (__libc_calloc): Simplify implementation.
18081
cf822e3c
OB
18082 * manual/arith.texi: Fix spaces after sentences.
18083 * manual/charset.texi: Likewise.
18084 * manual/errno.texi: Likewise.
18085 * manual/install.texi: Likewise.
18086 * manual/llio.texi: Likewise.
18087 * manual/locale.texi: Likewise.
18088 * manual/maint.texi: Likewise.
18089 * manual/math.texi: Likewise.
18090 * manual/memory.texi: Likewise.
18091 * manual/message.texi: Likewise.
18092 * manual/probes.texi: Likewise.
18093 * manual/resource.texi: Likewise.
18094 * manual/signal.texi: Likewise.
18095 * manual/socket.texi: Likewise.
18096 * manual/stdio.texi: Likewise.
18097 * manual/string.texi: Likewise.
18098 * manual/time.texi: Likewise.
18099 * manual/users.texi: Likewise.
18100
ade40b10
CD
181012014-02-25 Carlos O'Donell <carlos@redhat.com>
18102
18103 [BZ #16632]
18104 * include/features.h: Don't warn about _BSD_SOURCE or _SVID_SOURCE if
18105 _DEFAULT_SOURCE is defined.
18106
d0503676
CD
181072014-02-25 Ulrich Drepper <drepper@gmail.com>
18108 Carlos O'Donell <carlos@redhat.com>
18109
18110 [BZ #16613]
18111 * elf/dl-tls.c (_dl_count_modids): New function.
18112 * sysdeps/generic/ldsodefs.h: Declare _dl_count_modids.
18113 * elf/rtld.c (dl_main): Call _dl_count_modids to track TLS usage in
18114 audit library and increment generation counter.
18115 (_dl_allocate_tls_init): Add assertion to check TLS generation count.
18116 * elf/tst-audit9.c: New file.
18117 * elf/tst-auditmod9a.c: New file.
18118 * elf/tst-auditmod9b.c: New file.
18119 * elf/Makefile: Add rules to build and run tst-audit9.
18120
4cbf380c
FW
181212014-02-25 Florian Weimer <fweimer@redhat.com>
18122
18123 [BZ #15347]
18124 * misc/sys/select.h (__FD_MASK): Avoid signed integer overflow.
18125
80a56cc3
WN
181262014-02-25 Will Newton <will.newton@linaro.org>
18127
18128 * sysdeps/arm/__longjmp.S: Include stap-probe.h.
18129 (__longjmp): Restore sp and lr before restoring callee
18130 saved registers. Add longjmp and longjmp_target
18131 SystemTap probe point.
18132 * sysdeps/arm/bits/setjmp.h (__jmp_buf): Update comment.
18133 * sysdeps/arm/include/bits/setjmp.h (__JMP_BUF_SP):
18134 Define to zero to match jmpbuf layout.
18135 * sysdeps/arm/setjmp.S: Include stap-probe.h.
18136 (__sigsetjmp): Save sp and lr before saving callee
18137 saved registers. Add setjmp SystemTap probe point.
18138
3ea0f74e
SL
181392014-02-24 Stefan Liebler <stli@linux.vnet.ibm.com>
18140
18141 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
18142
b04acb26
AS
181432014-02-24 Andreas Schwab <schwab@suse.de>
18144
18145 [BZ #15804]
18146 * elf/pldd.c (wait_for_ptrace_stop): New function.
18147 (main): Call it after attaching.
18148
098ad55c
RM
181492014-02-22 Roland McGrath <roland@hack.frob.com>
18150
d4ec6ae1
RM
18151 * Makerules ($(common-objpfx)Versions.v.i): No longer depend
18152 on $(common-objpfx)abi-versions.h; using <shlib-compat.h> inside
18153 Versions files is now verboten.
18154 * hurd/Versions (libc: GLIBC_2.0):
18155 Remove various [SHLIB_COMPAT (libc, GLIBC_2_0, ...)] sections.
18156 (libc: HURD_CTHREADS_0.3): Remove conditionalization, was under
18157 [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)].
18158 * mach/Versions: Likewise.
18159
098ad55c
RM
18160 * csu/Versions: Remove unused %include.
18161 * resolv/Versions: Likewise.
18162
acd7f096
JM
181632014-02-21 Joseph Myers <joseph@codesourcery.com>
18164
f0881698
JM
18165 * Makefile ($(objpfx)c++-types-check.out): Use $(evaluate-test).
18166 ($(objpfx)check-local-headers.out): Likewise.
18167 ($(objpfx)begin-end-check.out): Likewise.
18168 * Makerules (check-abi-%.out): Likewise.
18169 * catgets/Makefile ($(objpfx)test1.cat): Likewise.
18170 ($(objpfx)test2.cat): Likewise.
18171 ($(objpfx)de/libc.cat): Likewise.
18172 ($(objpfx)test-gencat.out): Likewise.
18173 * conform/Makefile ($(objpfx)run-conformtest.out): Likewise.
18174 * elf/Makefile ($(objpfx)order-cmp.out): Likewise.
18175 ($(objpfx)noload-mem): Likewise.
18176 ($(objpfx)tst-pathopt.out): Likewise.
18177 ($(objpfx)tst-rtld-load-self.out): Likewise.
18178 ($(objpfx)tst-array1-cmp.out): Likewise.
18179 ($(objpfx)tst-array1-static-cmp.out): Likewise.
18180 ($(objpfx)tst-array2-cmp.out): Likewise.
18181 ($(objpfx)tst-array3-cmp.out): Likewise.
18182 ($(objpfx)tst-array4-cmp.out): Likewise.
18183 ($(objpfx)tst-array5-cmp.out): Likewise.
18184 ($(objpfx)tst-array5-static-cmp.out): Likewise.
18185 ($(objpfx)check-textrel.out): Likewise.
18186 ($(objpfx)check-execstack.out): Likewise.
18187 ($(objpfx)check-localplt.out): Likewise.
18188 ($(objpfx)order2-cmp.out): Likewise.
18189 ($(objpfx)tst-leaks1-mem): Likewise.
18190 ($(objpfx)tst-leaks1-static-mem): Likewise.
18191 ($(objpfx)tst-initorder-cmp.out): Likewise.
18192 ($(objpfx)tst-initorder2-cmp.out): Likewise.
18193 ($(objpfx)tst-unused-dep.out): Likewise.
18194 ($(objpfx)tst-unused-dep-cmp.out): Likewise.
18195 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Likewise.
18196 * iconv/Makefile (test-iconvconfig): Likewise.
18197 * iconvdata/Makefile ($(objpfx)mtrace-tst-loading): Likewise.
18198 ($(objpfx)iconv-test.out): Likewise.
18199 ($(objpfx)tst-tables.out): Likewise.
18200 * intl/Makefile ($(objpfx)mtrace-tst-gettext): Likewise.
18201 ($(objpfx)tst-gettext.out): Likewise.
18202 ($(objpfx)tst-translit.out): Likewise.
18203 ($(objpfx)tst-gettext2.out): Likewise.
18204 ($(objpfx)tst-gettext4.out): Likewise.
18205 ($(objpfx)tst-gettext6.out): Likewise.
18206 * io/Makefile ($(objpfx)ftwtest.out): Likewise.
18207 * libio/Makefile ($(objpfx)test-freopen.out): Likewise.
18208 ($(objpfx)tst-fopenloc-cmp.out): Likewise.
18209 ($(objpfx)tst-fopenloc-mem.out): Likewise.
18210 * malloc/Makefile ($(objpfx)tst-mtrace.out): Likewise.
18211 * misc/Makefile ($(objpfx)tst-error1-mem): Likewise.
18212 * posix/Makefile ($(objpfx)globtest.out): Likewise.
18213 ($(objpfx)wordexp-tst.out): Likewise.
18214 ($(objpfx)annexc.out): Likewise.
18215 ($(objpfx)tst-fnmatch-mem): Likewise.
18216 ($(objpfx)bug-regex2-mem): Likewise.
18217 ($(objpfx)bug-regex14-mem): Likewise.
18218 ($(objpfx)bug-regex21-mem): Likewise.
18219 ($(objpfx)bug-regex31-mem): Likewise.
18220 ($(objpfx)tst-vfork3-mem): Likewise.
18221 ($(objpfx)tst-rxspencer-no-utf8-mem): Likewise.
18222 ($(objpfx)tst-pcre-mem): Likewise.
18223 ($(objpfx)tst-boost-mem): Likewise.
18224 ($(objpfx)tst-getconf.out): Likewise.
18225 ($(objpfx)bug-ga2-mem): Likewise.
18226 ($(objpfx)bug-glob2-mem): Likewise.
18227 * resolv/Makefile ($(objpfx)mtrace-tst-leaks): Likewise.
18228 ($(objpfx)mtrace-tst-leaks2): Likewise.
18229 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Likewise.
18230 ($(objpfx)tst-printf.out): Likewise.
18231 ($(objpfx)tst-setvbuf1.out): Likewise.
18232 ($(objpfx)tst-setvbuf1-cmp.out): Likewise.
18233 * stdlib/Makefile ($(objpfx)isomac.out): Likewise.
18234 ($(objpfx)tst-fmtmsg.out): Likewise.
18235 * string/Makefile ($(objpfx)tst-svc-cmp.out): Likewise.
18236 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Likewise.
18237
acd7f096
JM
18238 * bits/fcntl.h [__USE_MISC]: Remove redundant conditionals.
18239 * bits/sigaction.h [__USE_MISC]: Likewise.
18240 * bits/waitstatus.h: Update #endif comments.
18241 * ctype/ctype.h: Likewise.
18242 * dirent/dirent.h: Likewise.
18243 [__USE_MISC]: Remove redundant conditionals.
18244 * grp/grp.h: Update #endif comments.
18245 [__USE_GNU]: Remove redundant conditionals.
18246 [__USE_MISC]: Likewise.
18247 * inet/netinet/in.h [__USE_GNU]: Likewise.
18248 * io/sys/stat.h [__USE_MISC]: Likewise.
18249 * libio/bits/stdio-ldbl.h [__USE_MISC]: Likewise.
18250 * libio/bits/stdio.h: Update #endif comments.
18251 [__USE_MISC]: Remove redundant conditionals.
18252 * libio/bits/stdio2.h [__USE_MISC]: Likewise.
18253 * libio/stdio.h: Update #endif comments.
18254 [__USE_MISC]: Remove redundant conditionals.
18255 * math/bits/math-finite.h [__USE_MISC]: Likewise.
18256 * math/bits/mathcalls.h [__USE_MISC]: Likewise.
18257 * math/math.h: Update #else and #endif comments.
18258 [__USE_MISC]: Remove redundant conditionals.
18259 * misc/sys/uio.h: Update #endif comments.
18260 * posix/bits/unistd.h [__USE_MISC]: Remove redundant conditionals.
18261 * posix/glob.h [__USE_MISC]: Likewise.
18262 * posix/sys/types.h: Update #endif comments.
18263 [__USE_MISC]: Remove redundant conditionals.
18264 * posix/sys/wait.h: Update #endif comments.
18265 [__USE_MISC]: Remove redundant conditionals.
18266 * posix/unistd.h: Update #endif comments.
18267 [__USE_MISC]: Remove redundant conditionals.
18268 * pwd/pwd.h [__USE_GNU]: Likewise.
18269 [__USE_MISC]: Likewise.
18270 * resolv/netdb.h [__USE_GNU]: Likewise.
18271 * signal/signal.h: Update #endif comments.
18272 [__USE_MISC]: Remove redundant conditionals.
18273 * stdlib/stdlib.h: Update #else and #endif comments.
18274 [__USE_MISC]: Remove redundant conditionals.
18275 [__USE_GNU]: Likewise.
18276 * string/bits/string2.h [__USE_MISC]: Likewise.
18277 * string/string.h: Update #endif comments.
18278 [__USE_MISC]: Remove redundant conditionals.
18279 * sysdeps/m68k/m680x0/fpu/bits/mathinline.h [__USE_MISC]:
18280 Likewise.
18281 * sysdeps/mach/hurd/bits/fcntl.h [__USE_MISC]: Likewise.
18282 * sysdeps/mach/hurd/bits/stat.h [__USE_MISC]: Likewise.
18283 * sysdeps/unix/sysv/linux/alpha/bits/sigaction.h [__USE_MISC]:
18284 Likewise.
18285 * sysdeps/unix/sysv/linux/alpha/bits/stat.h [__USE_MISC]:
18286 Likewise.
18287 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: Update #endif
18288 comments.
18289 [__USE_MISC]: Remove redundant conditionals.
18290 * sysdeps/unix/sysv/linux/bits/in.h [__USE_GNU]: Likewise.
18291 * sysdeps/unix/sysv/linux/bits/sigaction.h [__USE_MISC]: Likewise.
18292 * sysdeps/unix/sysv/linux/bits/socket.h [__USE_GNU]: Likewise.
18293 * sysdeps/unix/sysv/linux/bits/stat.h [__USE_MISC]: Likewise.
18294 * sysdeps/unix/sysv/linux/ia64/bits/sigaction.h [__USE_MISC]:
18295 Likewise.
18296 * sysdeps/unix/sysv/linux/m68k/bits/stat.h [__USE_MISC]: Likewise.
18297 * sysdeps/unix/sysv/linux/mips/bits/sigaction.h [__USE_MISC]:
18298 Likewise.
18299 * sysdeps/unix/sysv/linux/mips/bits/stat.h [__USE_MISC]: Likewise.
18300 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h [__USE_MISC]:
18301 Likewise.
18302 * sysdeps/unix/sysv/linux/s390/bits/sigaction.h [__USE_MISC]:
18303 Likewise.
18304 * sysdeps/unix/sysv/linux/s390/bits/stat.h [__USE_MISC]: Likewise.
18305 * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h [__USE_MISC]:
18306 Likewise.
18307 * sysdeps/unix/sysv/linux/sparc/bits/stat.h [__USE_MISC]:
18308 Likewise.
18309 * sysdeps/unix/sysv/linux/x86/bits/stat.h [__USE_MISC]: Likewise.
18310 * sysdeps/x86/bits/string.h: Update #endif comments.
18311 * sysdeps/x86/fpu/bits/mathinline.h [__USE_MISC]: Remove redundant
18312 conditionals.
18313 * time/sys/time.h: Update #endif comments.
18314 * time/time.h: Likewise.
18315 [__USE_MISC]: Remove redundant conditionals.
18316
a5d82e4e
YG
183172014-02-21 Yury Gribov <y.gribov@samsung.com>
18318
18319 [BZ #16600]
18320 * sysdeps/arm/libm-test-ulps: Update for VFPv4.
18321
9a80491d
AS
183222014-02-21 Andreas Schwab <schwab@linux-m68k.org>
18323
18324 * Versions.def (librt): Add GLIBC_2.17.
18325
105fa381
AC
183262014-02-21 Adam Conrad <adconrad@0c3.net>
18327
18328 * sysdeps/powerpc/bits/hwcap.h: Allow _SYSDEPS_SYSDEP_H guard as a
18329 synonym for _SYS_AUXV_H to allow direct inclusion.
18330 * sysdeps/sparc/bits/hwcap.h: Likewise.
18331 * sysdeps/powerpc/sysdep.h: Define _SYSDEPS_SYSDEP_H instead of
18332 _SYS_AUXV_H so we can include sysdep.h and sys/auxv.h together.
18333 * sysdeps/sparc/sysdep.h: Likewise.
18334
b8cd1c4e
SP
183352014-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
18336
18337 * benchtests/bench-strrchr.c (do_test): Fix minor formatting.
18338
bd939d23
RS
183392014-02-21 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
18340
18341 * benchtests/bench-strrchr.c: Print length instead of position.
18342
5d7b57ca
JM
183432014-02-20 Joseph Myers <joseph@codesourcery.com>
18344
bc688c10
JM
18345 [BZ #16611]
18346 * sysdeps/unix/sysv/linux/kernel-features.h
18347 [__LINUX_KERNEL_VERSION >= 0x030000 && __ASSUME_SOCKETCALL]
18348 (__ASSUME_SENDMMSG_SOCKETCALL): Define.
18349 [__LINUX_KERNEL_VERSION >= 0x030000 && (__i386__ || __x86_64__ ||
18350 __powerpc__ || __sh__ || __sparc__)] (__ASSUME_SENDMMSG_SYSCALL):
18351 Likewise.
18352 [__i386__ || __powerpc__ || __sh__ || __sparc__]
18353 (__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18354 [__ASSUME_SENDMMSG_SOCKETCALL || __ASSUME_SENDMMSG_SYSCALL]
18355 (__ASSUME_SENDMMSG): Define instead of using previous
18356 [__LINUX_KERNEL_VERSION >= 0x020627] condition.
18357 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18358 (__ASSUME_SENDMMSG_SYSCALL): Define.
18359 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18360 [__LINUX_KERNEL_VERSION >= 0x030200] (__ASSUME_SENDMMSG_SYSCALL):
18361 Likewise.
18362 * sysdeps/unix/sysv/linux/arm/kernel-features.h
18363 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18364 Likewise.
18365 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18366 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18367 Likewise.
18368 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SOCKETCALL
18369 && !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18370 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18371 [__ASSUME_SENDMMSG]: Change conditionals to
18372 [__ASSUME_SENDMMSG_SOCKETCALL].
18373 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18374 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_SENDMMSG_SYSCALL):
18375 Define.
18376 * sysdeps/unix/sysv/linux/mips/kernel-features.h
18377 [__LINUX_KERNEL_VERSION >= 0x030100] (__ASSUME_SENDMMSG_SYSCALL):
18378 Likewise.
18379 * sysdeps/unix/sysv/linux/sendmmsg.c [__ASSUME_SOCKETCALL &&
18380 !__ASSUME_SENDMMSG_SYSCALL_WITH_SOCKETCALL &&
18381 !__ASSUME_SENDMMSG_SYSCALL] (__NR_sendmmsg): Undefine.
18382 [!__ASSUME_SENDMMSG]: Change conditional to
18383 [!__ASSUME_SENDMMSG_SOCKETCALL].
18384 * sysdeps/unix/sysv/linux/tile/kernel-features.h
18385 [__LINUX_KERNEL_VERSION >= 0x030000] (__ASSUME_SENDMMSG_SYSCALL):
18386 Define.
18387
0e31b18c
JM
18388 [BZ #16610]
18389 * sysdeps/unix/sysv/linux/kernel-features.h
18390 [__LINUX_KERNEL_VERSION >= 0x020621 && __ASSUME_SOCKETCALL]
18391 (__ASSUME_RECVMMSG_SOCKETCALL): Define.
18392 [(__LINUX_KERNEL_VERSION >= 0x020621 && (__i386__ || __x86_64__ ||
18393 __sparc__)) || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__
18394 || __sh__))] (__ASSUME_RECVMMSG_SYSCALL): Likewise.
18395 [__i386__ || __sparc__]
18396 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18397 [__ASSUME_RECVMMSG_SOCKETCALL || __ASSUME_RECVMMSG_SYSCALL]
18398 (__ASSUME_RECVMMSG): Define instead of using previous
18399 [__LINUX_KERNEL_VERSION >= 0x020621] condition.
18400 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18401 (__ASSUME_RECVMMSG_SYSCALL): Define.
18402 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18403 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18404 Likewise.
18405 * sysdeps/unix/sysv/linux/arm/kernel-features.h
18406 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18407 Likewise.
18408 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18409 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18410 Likewise.
18411 * sysdeps/unix/sysv/linux/internal_recvmmsg.S [__ASSUME_SOCKETCALL
18412 && !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18413 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18414 [__ASSUME_RECVMMSG]: Change condition to
18415 [__ASSUME_RECVMMSG_SOCKETCALL].
18416 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18417 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18418 Define.
18419 (__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL): Likewise.
18420 * sysdeps/unix/sysv/linux/mips/kernel-features.h
18421 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_RECVMMSG_SYSCALL):
18422 Likewise.
18423 * sysdeps/unix/sysv/linux/recvmmsg.c [__ASSUME_SOCKETCALL &&
18424 !__ASSUME_RECVMMSG_SYSCALL_WITH_SOCKETCALL &&
18425 !__ASSUME_RECVMMSG_SYSCALL] (__NR_recvmmsg): Undefine.
18426 [!__ASSUME_RECVMMSG]: Change condition to
18427 [!__ASSUME_RECVMMSG_SOCKETCALL].
18428 * sysdeps/unix/sysv/linux/tile/kernel-features.h
18429 (__ASSUME_RECVMMSG_SYSCALL): Define.
18430
dd481ccf
JM
18431 [BZ #16609]
18432 * sysdeps/unix/sysv/linux/kernel-features.h [__i386__ ||
18433 __powerpc__ || __s390__ || __sh__ || __sparc__]
18434 (__ASSUME_SOCKETCALL): Define.
18435 [__LINUX_KERNEL_VERSION && __ASSUME_SOCKETCALL]
18436 (__ASSUME_ACCEPT4_SOCKETCALL): Likewise.
18437 [(__LINUX_KERNEL_VERSION >= 0x02061c && (__x86_64__ || __sparc__))
18438 || (__LINUX_KERNEL_VERSION >= 0x020625 && (__powerpc__ ||
18439 __sh__))] (__ASSUME_ACCEPT4_SYSCALL): Likewise.
18440 [__sparc__] (__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL): Likewise.
18441 [__ASSUME_ACCEPT4_SOCKETCALL || __ASSUME_ACCEPT4_SYSCALL]
18442 (__ASSUME_ACCEPT4): Define instead of using previous
18443 [__LINUX_KERNEL_VERSION >= 0x02061c && (__i386__ || __x86_64__ ||
18444 __powerpc__ || __sparc__ || __s390__)] condition.
18445 * sysdeps/unix/sysv/linux/aarch64/kernel-features.h
18446 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18447 * sysdeps/unix/sysv/linux/accept4.c [__ASSUME_SOCKETCALL &&
18448 !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18449 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18450 [!__ASSUME_ACCEPT4]: Change condition to
18451 [!__ASSUME_ACCEPT4_SOCKETCALL].
18452 * sysdeps/unix/sysv/linux/alpha/kernel-features.h
18453 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL. Correct
18454 condition to [__LINUX_KERNEL_VERSION >= 0x030200].
18455 * sysdeps/unix/sysv/linux/arm/kernel-features.h
18456 [__LINUX_KERNEL_VERSION >= 0x020624] (__ASSUME_ACCEPT4): Change to
18457 __ASSUME_ACCEPT4_SYSCALL.
18458 * sysdeps/unix/sysv/linux/i386/accept4.S [__ASSUME_ACCEPT4]:
18459 Change conditions to [__ASSUME_ACCEPT4_SOCKETCALL].
18460 * sysdeps/unix/sysv/linux/ia64/kernel-features.h
18461 [__LINUX_KERNEL_VERSION >= 0x030300] (__ASSUME_ACCEPT4): Change to
18462 __ASSUME_ACCEPT4_SYSCALL.
18463 * sysdeps/unix/sysv/linux/internal_accept4.S [__ASSUME_SOCKETCALL
18464 && !__ASSUME_ACCEPT4_SYSCALL_WITH_SOCKETCALL &&
18465 !__ASSUME_ACCEPT4_SYSCALL] (__NR_accept4): Undefine.
18466 [__ASSUME_ACCEPT4]: Change condition to
18467 [__ASSUME_ACCEPT4_SOCKETCALL].
18468 * sysdeps/unix/sysv/linux/m68k/kernel-features.h
18469 (__ASSUME_SOCKETCALL): Define.
18470 [__LINUX_KERNEL_VERSION >= 0x02061c] (__ASSUME_ACCEPT4): Remove.
18471 * sysdeps/unix/sysv/linux/microblaze/kernel-features.h
18472 (__ASSUME_SOCKETCALL): Define.
18473 (__ASSUME_ACCEPT4): Remove.
18474 [__LINUX_KERNEL_VERSION >= 0x020621] (__ASSUME_ACCEPT4_SYSCALL):
18475 Define.
18476 * sysdeps/unix/sysv/linux/mips/kernel-features.h
18477 [__LINUX_KERNEL_VERSION >= 0x02061f] (__ASSUME_ACCEPT4_SYSCALL):
18478 Likewise.
18479 * sysdeps/unix/sysv/linux/tile/kernel-features.h
18480 (__ASSUME_ACCEPT4): Change to __ASSUME_ACCEPT4_SYSCALL.
18481
5d7b57ca
JM
18482 * sysdeps/unix/sysv/linux/arm/bits/hwcap.h (HWCAP_ARM_VFPD32): New
18483 macro.
18484 (HWCAP_ARM_LPAE): Likewise.
18485 (HWCAP_ARM_EVTSTRM): Likewise.
18486 * sysdeps/unix/sysv/linux/arm/dl-procinfo.c (_dl_arm_cap_flags):
18487 Add vpfd32, lpae and evtstrm.
18488 * sysdeps/unix/sysv/linux/arm/dl-procinfo.h (_DL_HWCAP_COUNT):
18489 Increase to 22.
18490
63689d61
JM
184912014-02-19 Joseph Myers <joseph@codesourcery.com>
18492
18493 * math/auto-libm-test-in: Add tests of clog10.
18494 * math/auto-libm-test-out: Regenerated.
18495 * math/libm-test.inc (clog10_test_data): Use AUTO_TESTS_c_c.
18496 * sysdeps/i386/fpu/libm-test-ulps: Update.
18497 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18498
ab09bf61
AS
184992014-02-18 Andreas Schwab <schwab@suse.de>
18500
18501 [BZ #16574]
18502 * resolv/res_send.c (send_vc): Add parameter ansp2_malloced.
18503 Store non-zero if the second buffer was newly allocated.
18504 (send_dg): Likewise.
18505 (__libc_res_nsend): Add parameter ansp2_malloced and pass it down
18506 to send_vc and send_dg.
18507 (res_nsend): Pass NULL for ansp2_malloced.
18508 * resolv/res_query.c (__libc_res_nquery): Add parameter
18509 answerp2_malloced and pass it down to __libc_res_nsend.
18510 (res_nquery): Pass additional NULL to __libc_res_nquery.
18511 (__libc_res_nsearch): Add parameter answerp2_malloced and pass it
18512 down to __libc_res_nquery and __libc_res_nquerydomain. Deallocate
18513 second answer buffer if answerp2_malloced was set.
18514 (res_nsearch): Pass additional NULL to __libc_res_nsearch.
18515 (__libc_res_nquerydomain): Add parameter
18516 answerp2_malloced and pass it down to __libc_res_nquery.
18517 (res_nquerydomain): Pass additional NULL to
18518 __libc_res_nquerydomain.
18519 * resolv/nss_dns/dns-network.c (_nss_dns_getnetbyname_r): Pass
18520 additional NULL to __libc_res_nsend and __libc_res_nquery.
18521 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Pass
18522 additional NULL to __libc_res_nsearch.
18523 (_nss_dns_gethostbyname4_r): Revert last change. Use new
18524 parameter of __libc_res_nsearch to check for separately allocated
18525 second buffer.
18526 (_nss_dns_gethostbyaddr2_r): Pass additional NULL to
18527 __libc_res_nquery.
18528 * resolv/nss_dns/dns-canon.c (_nss_dns_getcanonname_r): Pass
18529 additional NULL to __libc_res_nquery.
18530 * resolv/gethnamaddr.c (gethostbyname2): Pass additional NULL to
18531 __libc_res_nsearch.
18532 (gethostbyaddr): Pass additional NULL to __libc_res_nquery.
18533 * include/resolv.h: Update prototypes of __libc_res_nquery,
18534 __libc_res_nsearch, __libc_res_nsend.
18535
a4fb7861
JM
185362014-02-18 Joseph Myers <joseph@codesourcery.com>
18537
c6af2d89
JM
18538 * math/auto-libm-test-in: Add tests of fma.
18539 * math/auto-libm-test-out: Regenerated.
18540 * math/libm-test.inc (fma_test_data): Use AUTO_TESTS_fff_f.
18541 (fma_towardzero_test_data): Likewise.
18542 (fma_downward_test_data): Likewise.
18543 (fma_upward_test_data): Likewise.
18544 * math/gen-auto-libm-tests.c (rounding_mode_desc): Add field
18545 mpc_mode.
18546 (rounding_modes): Add values for new field.
18547 (func_calc_method): Add value mpfr_fff_f.
18548 (func_calc_desc): Add mpfr_fff_f union field.
18549 (test_function): Add field exact_args.
18550 (FUNC): Add macro argument EXACT_ARGS.
18551 (FUNC_mpfr_f_f): Update call to FUNC.
18552 (FUNC_mpfr_f_f): Likewise.
18553 (FUNC_mpfr_ff_f): Likewise.
18554 (FUNC_mpfr_if_f): Likewise.
18555 (FUNC_mpc_c_f): Likewise.
18556 (FUNC_mpc_c_c): Likewise.
18557 (test_functions): Add fma. Update calls to FUNC.
18558 (handle_input_arg): Add argument exact_args.
18559 (add_test): Update call to handle_input_arg.
18560 (calc_generic_results): Add argument mode. Handle mpfr_fff_f.
18561 (output_for_one_input_case): Update call to calc_generic_results.
18562 Recalculate exact zero results in each rounding mode.
18563
a4fb7861
JM
18564 * math/gen-auto-libm-tests.c (adjust_real): Ensure integers are
18565 non-negative before setting low bit.
18566 * math/auto-libm-test-in: Mark one asin test possibly having
18567 spurious underflow.
18568 * math/auto-libm-test-out: Regenerated.
18569 * sysdeps/i386/fpu/libm-test-ulps: Update.
18570 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
18571
ef114eaf
DH
185722014-02-17 David Holsgrove <david.holsgrove@xilinx.com>
18573
2b7f4f2c
SP
18574 * sysdeps/microblaze: Move directory from ports/sysdeps/microblaze.
18575 * sysdeps/unix/sysv/linux/microblaze: Move directory from
18576 ports/sysdeps/unix/sysv/linux/microblaze.
ef114eaf
DH
18577 * README: Add missing listing for microblaze*-*-linux-gnu.
18578
8125aedc
AM
185792014-02-16 Ondřej Bílka <neleai@seznam.cz>
18580
18581 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Remove
18582 duplicate code
18583
c70a4b1d
MF
185842014-02-16 Mike Frysinger <vapier@gentoo.org>
18585
18586 * sysdeps/ia64: Move directory from ports/sysdeps/ia64.
18587 * sysdeps/unix/sysv/linux/ia64: Move directory from
18588 ports/sysdeps/unix/sysv/linux/ia64.
18589 * README: Update listing for ia64-*-linux-gnu.
18590
591aeaf7
TD
185912014-02-14 Tomas Dohnalek <tdohnale@redhat.com>
18592 Joseph Myers <joseph@codesourcery.com>
18593
18594 * Makeconfig (test-name): New variable.
18595 (evaluate-test): Likewise.
18596 * Makerules (do-test-clean): Remove .test-result files.
18597 (common-mostlyclean): Likewise.
18598 * Rules ($(objpfx)%.out): Use $(evaluate-test) in both rules.
18599 * scripts/evaluate-test.sh: New file.
18600
6e89caf1
JM
186012014-02-14 Joseph Myers <joseph@codesourcery.com>
18602
7f98f180
JM
18603 * libio/Makefile ($(objpfx)tst-fopenloc.check): Split into
18604 separate $(objpfx)tst-fopenloc-cmp.out and
18605 $(objpfx)tst-fopenloc-mem.out targets.
18606 (tests): Update dependencies.
18607 * posix/Makefile (tests variable): Add tst-rxspencer-no-utf8.
18608 (generated): Change tst-rxspencer-mem and tst-rxspencer.mtrace to
18609 tst-rxspencer-no-utf8-mem and tst-rxspencer-no-utf8.mtrace.
18610 (tst-rxspencer-no-utf8-ARGS): New variable.
18611 (tst-rxspencer-no-utf8-ENV): Likewise.
18612 (tests target): Depend on $(objpfx)tst-rxspencer-no-utf8-mem
18613 instead of $(objpfx)tst-rxspencer-mem.
18614 ($(objpfx)tst-rxspencer-mem): Change target to
18615 $(objpfx)tst-rxspencer-no-utf8-mem. Depend on
18616 $(objpfx)tst-rxspencer-no-utf8.out instead of running test program.
18617 * posix/tst-rxspencer-no-utf8.c: New file.
18618
6e89caf1
JM
18619 * elf/Makefile ($(objpfx)order.out): Remove rule.
18620 [$(run-built-tests) = yes] (tests): Depend on
18621 $(objpfx)order-cmp.out.
18622 ($(objpfx)order-cmp.out): New rule.
18623 [$(run-built-tests) = yes] (tests): Depend on
18624 $(objpfx)tst-array1-cmp.out, $(objpfx)tst-array1-static-cmp.out,
18625 $(objpfx)tst-array2-cmp.out, $(objpfx)tst-array3-cmp.out,
18626 $(objpfx)tst-array4-cmp.out, $(objpfx)tst-array5-cmp.out and
18627 $(objpfx)tst-array5-static-cmp.out.
18628 ($(objpfx)tst-array1.out): Remove rule.
18629 ($(objpfx)tst-array1-cmp.out): New rule.
18630 ($(objpfx)tst-array1-static.out): Remove rule.
18631 ($(objpfx)tst-array1-static-cmp.out): New rule.
18632 ($(objpfx)tst-array2.out): Remove rule.
18633 ($(objpfx)tst-array2-cmp.out): New rule.
18634 ($(objpfx)tst-array3.out): Remove rule.
18635 ($(objpfx)tst-array3-cmp.out): New rule.
18636 ($(objpfx)tst-array4.out): Remove rule.
18637 ($(objpfx)tst-array4-cmp.out): New rule.
18638 ($(objpfx)tst-array5.out): Remove rule.
18639 ($(objpfx)tst-array5-cmp.out): New rule.
18640 ($(objpfx)tst-array5-static.out): Remove rule.
18641 ($(objpfx)tst-array5-static-cmp.out): New rule.
18642 [$(run-built-tests) = yes] (tests): Depend on
18643 $(objpfx)order2-cmp.out.
18644 ($(objpfx)order2.out): Remove rule.
18645 ($(objpfx)order2-cmp.out): New rule.
18646 ($(objpfx)tst-initorder.out): Remove rule.
18647 [$(run-built-tests) = yes] (tests): Depend on
18648 $(objpfx)tst-initorder-cmp.out.
18649 ($(objpfx)tst-initorder-cmp.out): New rule.
18650 ($(objpfx)tst-initorder2.out): Remove rule.
18651 [$(run-built-tests) = yes] (tests): Depend on
18652 $(objpfx)tst-initorder2-cmp.out.
18653 ($(objpfx)tst-initorder2-cmp.out): New rule.
18654 [$(run-built-tests) = yes] (tests): Depend on
18655 $(objpfx)tst-unused-dep-cmp.out.
18656 ($(objpfx)tst-unused-dep-cmp.out): Do not run cmp.
18657 ($(objpfx)tst-unused-dep-cmp.out): New rule.
18658 * stdio-common/Makefile [$(run-built-tests) = yes] (tests): Depend
18659 on $(objpfx)tst-setvbuf1-cmp.out.
18660 ($(objpfx)tst-setvbuf1.out): Do not run cmp.
18661 ($(objpfx)tst-setvbuf1-cmp.out): New rule.
18662 * string/Makefile [$(run-built-tests) = yes] (tests): Depend
18663 $(objpfx)tst-svc-cmp.out instead of $(objpfx)tst-svc.out.
18664 ($(objpfx)tst-svc.out): Remove rule.
18665 ($(objpfx)tst-svc-cmp.out): New rule.
18666
ed9a38e2
JM
186672014-02-13 Joseph Myers <joseph@codesourcery.com>
18668
18669 * bits/mman.h [__USE_MISC]: Remove redundant conditionals.
18670 * ctype/ctype.h [__USE_MISC]: Likewise.
18671 * dirent/dirent.h [__USE_MISC]: Likewise.
18672 * grp/grp.h [__USE_MISC]: Likewise.
18673 * io/fcntl.h [__USE_MISC]: Likewise.
18674 * io/sys/stat.h [__USE_MISC]: Likewise.
18675 * libio/stdio.h [__USE_MISC]: Likewise.
18676 * posix/unistd.h [__USE_MISC]: Likewise.
18677 * pwd/pwd.h [__USE_MISC]: Likewise.
18678 * stdlib.h [__USE_MISC]: Likewise.
18679 * string/bits/string2.h [__USE_MISC]: Likewise.
18680 * string/string.h [__USE_MISC]: Likewise.
18681 * time/time.h [__USE_MISC]: Likewise.
18682
d6680619
AS
186832014-02-13 Andreas Schwab <schwab@suse.de>
18684
18685 [BZ #16574]
18686 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname4_r): Free the
18687 second answer buffer if it was separately allocated.
18688
ace614b8
JM
186892014-02-12 Joseph Myers <joseph@codesourcery.com>
18690
743151ae
JM
18691 * sysdeps/mips/math-tests.h: Include <features.h>.
18692 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18693 (ROUNDING_TESTS_long_double): Do not define.
18694 [!__mips_soft_float && _MIPS_SIM != _ABIO32 && __GNUC_PREREQ (4, 9)]
18695 (EXCEPTION_TESTS_long_double): Likewise.
18696 * sysdeps/mips/mips64/libm-test-ulps: Update.
18697
498afc54
JM
18698 * include/features.h (__USE_BSD): Remove macro definitions.
18699 (__USE_SVID): Likewise.
18700 (_BSD_SOURCE): Likewise.
18701 (_SVID_SOURCE): Likewise.
18702 [!defined _BSD_SOURCE && !defined _SVID_SOURCE]: Remove condition
18703 from definition of _DEFAULT_SOURCE.
18704 [_BSD_SOURCE || _SVID_SOURCE]: Change condition to
18705 [_DEFAULT_SOURCE].
18706 * bits/fcntl.h [__USE_BSD]: Change condition to [__USE_MISC].
18707 * bits/mman.h [__USE_BSD]: Likewise.
18708 * bits/termios.h [__USE_BSD]: Likewise.
18709 * bits/waitstatus.h [__USE_BSD]: Likewise.
18710 * ctype/ctype.h [__USE_SVID]: Likewise.
18711 * dirent/dirent.h [__USE_BSD]: Likewise.
18712 * grp/grp.h [__USE_SVID]: Likewise.
18713 [__USE_BSD]: Likewise.
18714 * inet/netinet/igmp.h [__USE_BSD]: Likewise.
18715 * io/fcntl.h [__USE_BSD]: Likewise.
18716 * io/ftw.h [__USE_BSD]: Likewise.
18717 * io/sys/stat.h [__USE_BSD]: Likewise.
18718 * libio/bits/stdio-ldbl.h [__USE_BSD]: Likewise.
18719 * libio/bits/stdio2.h [__USE_BSD]: Likewise.
18720 * libio/stdio.h [__USE_SVID]: Likewise.
18721 [__USE_BSD]: Likewise.
18722 * math/math.h [__USE_SVID]: Likewise.
18723 [__USE_BSD]: Likewise.
18724 * misc/bits/syslog-ldbl.h [__USE_BSD]: Likewise.
18725 * misc/bits/syslog.h [__USE_BSD]: Likewise.
18726 * misc/search.h [__USE_SVID]: Likewise.
18727 * misc/sys/mman.h [__USE_BSD]: Likewise.
18728 * misc/sys/syslog.h [__USE_BSD]: Likewise.
18729 * misc/sys/uio.h [__USE_BSD]: Likewise.
18730 * posix/bits/unistd.h [__USE_BSD]: Likewise.
18731 * posix/glob.h [__USE_BSD]: Likewise.
18732 * posix/regex.h [__USE_BSD]: Likewise.
18733 * posix/sys/types.h [__USE_BSD]: Likewise.
18734 [__USE_SVID]: Likewise.
18735 * posix/sys/utsname.h [__USE_SVID]: Likewise.
18736 * posix/sys/wait.h [__USE_BSD]: Likewise.
18737 [__USE_SVID]: Likewise.
18738 * posix/unistd.h [__USE_BSD]: Likewise.
18739 [__USE_SVID]: Likewise.
18740 * pwd/pwd.h [__USE_SVID]: Likewise.
18741 * resolv/netdb.h [__USE_BSD]: Likewise.
18742 * setjmp/setjmp.h [__USE_BSD]: Likewise.
18743 * signal/signal.h [__USE_BSD]: Likewise.
18744 [__USE_SVID]: Likewise.
18745 * socket/sys/socket.h [__USE_BSD]: Likewise.
18746 * stdlib/fmtmsg.h [__USE_SVID]: Likewise.
18747 * stdlib/stdlib.h [__USE_BSD]: Likewise.
18748 [__USE_SVID]: Likewise.
18749 * string/bits/string2.h [__USE_BSD]: Likewise.
18750 [__USE_SVID]: Likewise.
18751 * string/bits/string3.h [__USE_BSD]: Likewise.
18752 * string/endian.h [__USE_BSD]: Likewise.
18753 * string/string.h [__USE_SVID]: Likewise.
18754 [__USE_BSD]: Likewise.
18755 * string/strings.h [__USE_BSD]: Likewise.
18756 * sysdeps/generic/netinet/ip.h [__USE_BSD]: Likewise.
18757 * sysdeps/gnu/netinet/ip_icmp.h [__USE_BSD]: Likewise.
18758 * sysdeps/mach/hurd/bits/fcntl.h [__USE_BSD]: Likewise.
18759 * sysdeps/mach/hurd/bits/stat.h [__USE_BSD]: Likewise.
18760 * sysdeps/unix/sysv/linux/alpha/bits/mman.h [__USE_BSD]: Likewise.
18761 * sysdeps/unix/sysv/linux/alpha/bits/termios.h [__USE_BSD]:
18762 Likewise.
18763 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h [__USE_BSD]:
18764 Likewise.
18765 * sysdeps/unix/sysv/linux/bits/mman-linux.h [__USE_BSD]: Likewise.
18766 * sysdeps/unix/sysv/linux/bits/sys_errlist.h [__USE_BSD]:
18767 Likewise.
18768 * sysdeps/unix/sysv/linux/bits/termios.h [__USE_BSD]: Likewise.
18769 * sysdeps/unix/sysv/linux/mips/bits/termios.h [__USE_BSD]:
18770 Likewise.
18771 * sysdeps/unix/sysv/linux/netinet/if_ether.h [__USE_BSD]:
18772 Likewise.
18773 * sysdeps/unix/sysv/linux/netinet/if_fddi.h [__USE_BSD]: Likewise.
18774 * sysdeps/unix/sysv/linux/netinet/if_tr.h [__USE_BSD]: Likewise.
18775 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h [__USE_BSD]:
18776 Likewise.
18777 * sysdeps/unix/sysv/linux/sparc/bits/termios.h [__USE_BSD]:
18778 Likewise.
18779 * sysdeps/x86/bits/string.h [__USE_BSD]: Likewise.
18780 * sysvipc/sys/ipc.h [__USE_SVID]: Likewise.
18781 * termios/termios.h [__USE_BSD]: Likewise.
18782 * time/sys/time.h [__USE_BSD]: Likewise.
18783 * time/time.h [__USE_BSD]: Likewise.
18784 [__USE_SVID]: Likewise.
18785
dd7b064c
JM
18786 * Makefile (subdir_targets): Remove subdir_lint.out.
18787
a2c4c199
JM
18788 * stdio-common/Makefile (do-tst-unbputc): Remove target.
18789 (do-tst-printf): Likewise.
18790 (tests): Depend directly on $(objpfx)tst-unbputc.out and
18791 $(objpfx)tst-printf.out.
18792
8756f740
JM
18793 * io/ftwtest-sh (testout): Change to $tmp/ftwtest-tmp.out.
18794
1b6dd3f1
JM
18795 * Makerules (check-abi-%): Change target to
18796 $(objpfx)check-abi-%.out.
18797 (check-abi target): Update dependencies.
18798 (check-abi-pattern variable): Redirect output of diff to $@.
18799 (check-abi variable): Likewise.
18800 * elf/Makefile (check-abi): Update dependencies.
18801
ace614b8
JM
18802 * soft-fp/op-common.h (_FP_DECL): Mark exponent as possibly
18803 unused.
18804 (_FP_PACK_SEMIRAW): Determine tininess based on rounding shifted
18805 value if _FP_TININESS_AFTER_ROUNDING and unrounded value is in
18806 subnormal range.
18807 (_FP_PACK_CANONICAL): Determine tininess based on rounding to
18808 normal precision if _FP_TININESS_AFTER_ROUNDING and unrounded
18809 value has largest subnormal exponent.
18810 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS]
18811 (_FP_TININESS_AFTER_ROUNDING): Undefine and redefine to 0.
18812 * sysdeps/aarch64/soft-fp/sfp-machine.h
18813 (_FP_TININESS_AFTER_ROUNDING): New macro.
18814 * sysdeps/alpha/soft-fp/sfp-machine.h
18815 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18816 * sysdeps/arm/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18817 Likewise.
18818 * sysdeps/mips/mips64/soft-fp/sfp-machine.h
18819 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18820 * sysdeps/mips/soft-fp/sfp-machine.h
18821 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18822 * sysdeps/powerpc/soft-fp/sfp-machine.h
18823 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18824 * sysdeps/sh/soft-fp/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18825 Likewise.
18826 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
18827 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18828 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
18829 (_FP_TININESS_AFTER_ROUNDING): Likewise.
18830 * sysdeps/tile/sfp-machine.h (_FP_TININESS_AFTER_ROUNDING):
18831 Likewise.
18832
fbfdf9cb
DAS
188332014-02-12 Dylan Alex Simon <dylan@dylex.net>
18834
18835 [BZ #16545]
18836 * sysdeps/x86_64/fpu/libm-test-ulps: Update on AMD family 21h
18837 model 1.
18838
68b7efaa
RH
188392014-02-12 Richard Henderson <rth@redhat.com>
18840
c70a4b1d 18841 * sysdeps/alpha: Move directory from ports/sysdeps/alpha.
68b7efaa
RH
18842 * sysdeps/unix/alpha: Move directory from ports/sysdeps/unix/alpha.
18843 * sysdeps/unix/sysv/linux/alpha: Move directory from
18844 ports/sysdeps/unix/sysv/linux/alpha.
18845 * README: Update listing for alpha-*-linux-gnu.
18846
cb4a2928
JM
188472014-02-11 Joseph Myers <joseph@codesourcery.com>
18848
c941736c
JM
18849 * include/features.h: Update comment documenting feature test
18850 macros.
18851 [_BSD_SOURCE || _SVID_SOURCE]: Give #warning. Define
18852 _DEFAULT_SOURCE.
18853 * manual/creature.texi (_BSD_SOURCE): Remove documentation.
18854 (_SVID_SOURCE): Likewise.
18855 (_DEFAULT_SOURCE): Update description of default features.
18856 (Feature Test Macros): Don't mention _SVID_SOURCE in conjunction
18857 with _GNU_SOURCE.
18858 * manual/filesys.texi (__ftw_func_t): Do not refer to _BSD_SOURCE.
18859 (S_ISVTX): Likewise.
18860 * manual/math.texi (Mathematical Constants): Likewise.
18861 * manual/signal.texi (Interrupted Primitives): Likewise.
18862 * manual/startup.texi (putenv): Do not refer to _SVID_SOURCE.
18863 * math/test-matherr.c (_SVID_SOURCE): Do not define.
18864 * sysvipc/sys/ipc.h [__USE_SVID && !__USE_XOPEN && __GNUC__ >= 2]:
18865 Don't refer to _SVID_SOURCE in warning text.
18866
e8d8d7ec
JM
18867 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
18868
cb4a2928
JM
18869 * elf/dl-lookup.c (ELF_MACHINE_SYM_NO_MATCH): Define if not
18870 already defined.
18871 (do_lookup_x): Use ELF_MACHINE_SYM_NO_MATCH.
18872 * sysdeps/mips/dl-lookup.c: Remove.
18873 * sysdeps/mips/dl-machine.h (ELF_MACHINE_SYM_NO_MATCH): New macro.
18874
7e6424e3
AK
188752014-02-11 Stefan Liebler <stli@linux.vnet.ibm.com>
18876
18877 [BZ #16447]
18878 * math/auto-libm-test-in: Add testcase for expl.
18879 * math/auto-libm-test-out: Regenerate.
18880 * sysdeps/ieee754/ldbl-128/e_expl.c (__ieee754_expl): Fix
18881 calculation of unsafe.
18882 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for added testcase.
18883
75eff3fe
MS
188842014-02-11 Marcus Shawcroft <marcus.shawcroft@arm.com>
18885
18886 * sysdeps/aarch64: Move directory from ports/sysdeps/aarch64.
18887 * sysdeps/unix/sysv/linux/aarch64: Move directory from
18888 ports/sysdeps/unix/sysv/linux/aarch64.
18889 * README: Update listing for aarch64*-*-linux-gnu.
18890
d35f1e80
WN
188912014-02-11 Will Newton <will.newton@linaro.org>
18892
18893 * manual/probes.texi (Mathematical Function Probes): Use
18894 "triggered" instead of "hit".
18895
7b3436d4
WN
18896 * manual/probes.texi (Internal Probes): Add documentation
18897 of setjmp, longjmp and longjmp_target probes.
18898
b4f12ca3
WN
18899 * include/stap-probe.h: Add comment about probe argument
18900 format.
18901
c13a72b7
WN
18902 * malloc/mtrace.c (attribute_hidden): Remove unused macro
18903 definition. (tr_where, tr_freehook, tr_mallochook,
18904 tr_reallochook, tr_memalignhook): Use ANSI protoype.
18905
195b8165
DM
189062014-02-11 David S. Miller <davem@davemloft.net>
18907
18908 * stdio-common/tst-sscanf.c (main): Use 'long' for 'dummy' when
18909 processing int_tests.
18910
2ad7600b
JM
189112014-02-10 Joseph Myers <joseph@codesourcery.com>
18912
18913 * sysdeps/mips: Move directory from ports/sysdeps/mips.
18914 * sysdeps/unix/mips: Move directory from ports/sysdeps/unix/mips.
18915 * sysdeps/unix/sysv/linux/mips: Move directory from
18916 ports/sysdeps/unix/sysv/linux/mips.
18917 * README: Update listing for mips-*-linux-gnu and
18918 mips64-*-linux-gnu.
18919
73588a72
AS
189202014-02-10 Andreas Schwab <schwab@linux-m68k.org>
18921
18922 * sysdeps/m68k: Move directory from ports/sysdeps/m68k.
18923 * sysdeps/unix/sysv/linux/m68k: Move directory from
18924 ports/sysdeps/unix/sysv/linux/m68k.
18925 * README: Update listing for m68k-*-linux-gnu.
18926
4372980f
CM
189272014-02-10 Chris Metcalf <cmetcalf@tilera.com>
18928
18929 * sysdeps/tile: Move directory from ports/sysdeps/tile.
18930 * sysdeps/unix/sysv/linux/generic: Move directory from
18931 ports/sysdeps/unix/sysv/linux/generic.
18932 * sysdeps/unix/sysv/linux/tile: Move directory from
18933 ports/sysdeps/unix/sysv/linux/tile.
18934 * README: Update listing for tile*-*-linux-gnu.
18935
a1ffb40e
OB
189362014-02-10 Ondřej Bílka <neleai@seznam.cz>
18937
57f41c40
AS
18938 * assert/assert.c (__assert_fail_base): Use glibc_likely instead
18939 __builtin_expect.
a1ffb40e
OB
18940 * benchtests/bench-memmem.c (simple_memmem): Likewise.
18941 * catgets/open_catalog.c (__open_catalog): Likewise.
18942 * csu/libc-start.c (LIBC_START_MAIN): Likewise.
18943 * debug/confstr_chk.c: Likewise.
18944 * debug/fread_chk.c (__fread_chk): Likewise.
18945 * debug/fread_u_chk.c (__fread_unlocked_chk): Likewise.
18946 * debug/getgroups_chk.c: Likewise.
18947 * debug/mbsnrtowcs_chk.c: Likewise.
18948 * debug/mbsrtowcs_chk.c: Likewise.
18949 * debug/mbstowcs_chk.c: Likewise.
18950 * debug/memcpy_chk.c: Likewise.
18951 * debug/memmove_chk.c: Likewise.
18952 * debug/mempcpy_chk.c: Likewise.
18953 * debug/memset_chk.c: Likewise.
18954 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
18955 * debug/strcat_chk.c (__strcat_chk): Likewise.
18956 * debug/strcpy_chk.c (__strcpy_chk): Likewise.
18957 * debug/strncat_chk.c (__strncat_chk): Likewise.
18958 * debug/vsnprintf_chk.c (___vsnprintf_chk): Likewise.
18959 * debug/vswprintf_chk.c (__vswprintf_chk): Likewise.
18960 * debug/wcpcpy_chk.c (__wcpcpy_chk): Likewise.
18961 * debug/wcpncpy_chk.c: Likewise.
18962 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
18963 * debug/wcscpy_chk.c (__wcscpy_chk): Likewise.
18964 * debug/wcsncat_chk.c (__wcsncat_chk): Likewise.
18965 * debug/wcsncpy_chk.c: Likewise.
18966 * debug/wcsnrtombs_chk.c: Likewise.
18967 * debug/wcsrtombs_chk.c: Likewise.
18968 * debug/wcstombs_chk.c: Likewise.
18969 * debug/wmemcpy_chk.c: Likewise.
18970 * debug/wmemmove_chk.c: Likewise.
18971 * debug/wmempcpy_chk.c: Likewise.
18972 * debug/wmemset_chk.c: Likewise.
18973 * dirent/scandirat.c (SCANDIRAT): Likewise.
18974 * dlfcn/dladdr1.c (dladdr1): Likewise.
18975 * dlfcn/dladdr.c (dladdr): Likewise.
18976 * dlfcn/dlclose.c (dlclose_doit): Likewise.
18977 * dlfcn/dlerror.c (__dlerror): Likewise.
18978 * dlfcn/dlinfo.c (dlinfo_doit): Likewise.
18979 * dlfcn/dlmopen.c (dlmopen_doit): Likewise.
18980 * dlfcn/dlopen.c (dlopen_doit): Likewise.
18981 * dlfcn/dlopenold.c (__dlopen_nocheck): Likewise.
18982 * dlfcn/dlsym.c (dlsym_doit): Likewise.
18983 * dlfcn/dlvsym.c (dlvsym_doit): Likewise.
18984 * elf/dl-cache.c (_dl_load_cache_lookup): Likewise.
18985 * elf/dl-close.c (remove_slotinfo, _dl_close_worker, _dl_close):
18986 Likewise.
18987 * elf/dl-conflict.c: Likewise.
18988 * elf/dl-deps.c (_dl_build_local_scope, _dl_map_object_deps): Likewise.
18989 * elf/dl-dst.h: Likewise.
18990 * elf/dl-fini.c (_dl_sort_fini, _dl_fini): Likewise.
18991 * elf/dl-fptr.c (_dl_make_fptr): Likewise.
18992 * elf/dl-hwcaps.c (_dl_important_hwcaps): Likewise.
18993 * elf/dl-init.c (call_init, _dl_init): Likewise.
18994 * elf/dl-libc.c (__libc_dlopen_mode, __libc_dlsym): Likewise.
57f41c40
AS
18995 * elf/dl-load.c (_dl_dst_substitute, fillin_rpath, _dl_init_paths)
18996 (_dl_map_object_from_fd, open_verify, open_path, _dl_map_object):
18997 Likewise.
a1ffb40e
OB
18998 * elf/dl-lookup.c (do_lookup_x, add_dependency, _dl_lookup_symbol_x):
18999 Likewise.
19000 * elf/dl-minimal.c (__libc_memalign): Likewise.
19001 * elf/dl-open.c (add_to_global, dl_open_worker, _dl_open): Likewise.
19002 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
19003 * elf/dl-runtime.c (_dl_fixup, _dl_profile_fixup): Likewise.
19004 * elf/dl-sym.c (do_sym): Likewise.
57f41c40
AS
19005 * elf/dl-tls.c (tls_get_addr_tail, update_get_addr)
19006 (__tls_get_addr, _dl_tls_get_addr_soft): Likewise.
a1ffb40e
OB
19007 * elf/dl-version.c (match_symbol, _dl_check_map_versions): Likewise.
19008 * elf/dl-writev.h (_dl_writev): Likewise.
19009 * elf/ldconfig.c (search_dir): Likewise.
57f41c40
AS
19010 * elf/rtld.c (_dl_start_final, _dl_start, init_tls, do_preload)
19011 (dl_main): Likewise.
a1ffb40e
OB
19012 * elf/setup-vdso.h (setup_vdso): Likewise.
19013 * grp/compat-initgroups.c (compat_call): Likewise.
19014 * grp/fgetgrent.c (fgetgrent): Likewise.
19015 * grp/initgroups.c (getgrouplist, initgroups): Likewise.
19016 * grp/putgrent.c (putgrent): Likewise.
19017 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
19018 Likewise.
19019 * hurd/hurdinit.c: Likewise.
19020 * iconvdata/8bit-gap.c (struct): Likewise.
19021 * iconvdata/ansi_x3.110.c : Likewise.
19022 * iconvdata/big5.c : Likewise.
19023 * iconvdata/big5hkscs.c : Likewise.
19024 * iconvdata/cp1255.c: Likewise.
19025 * iconvdata/cp1258.c : Likewise.
19026 * iconvdata/cp932.c : Likewise.
19027 * iconvdata/euc-cn.c: Likewise.
19028 * iconvdata/euc-jisx0213.c : Likewise.
19029 * iconvdata/euc-jp.c: Likewise.
19030 * iconvdata/euc-jp-ms.c : Likewise.
19031 * iconvdata/euc-kr.c (euckr_from_ucs4): Likewise.
19032 * iconvdata/gb18030.c : Likewise.
19033 * iconvdata/gbbig5.c (const): Likewise.
19034 * iconvdata/gbgbk.c: Likewise.
19035 * iconvdata/gbk.c : Likewise.
19036 * iconvdata/ibm1364.c : Likewise.
19037 * iconvdata/ibm930.c : Likewise.
19038 * iconvdata/ibm932.c: Likewise.
19039 * iconvdata/ibm933.c : Likewise.
19040 * iconvdata/ibm935.c : Likewise.
19041 * iconvdata/ibm937.c : Likewise.
19042 * iconvdata/ibm939.c : Likewise.
19043 * iconvdata/ibm943.c: Likewise.
19044 * iconvdata/iso_11548-1.c: Likewise.
19045 * iconvdata/iso-2022-cn.c : Likewise.
19046 * iconvdata/iso-2022-cn-ext.c : Likewise.
19047 * iconvdata/iso-2022-jp-3.c: Likewise.
19048 * iconvdata/iso-2022-jp.c (gconv_end): Likewise.
19049 * iconvdata/iso-2022-kr.c : Likewise.
19050 * iconvdata/iso646.c (gconv_end): Likewise.
19051 * iconvdata/iso_6937-2.c : Likewise.
19052 * iconvdata/iso_6937.c : Likewise.
19053 * iconvdata/iso8859-1.c: Likewise.
19054 * iconvdata/johab.c (johab_sym_hanja_to_ucs): Likewise.
19055 * iconvdata/shift_jisx0213.c : Likewise.
19056 * iconvdata/sjis.c : Likewise.
19057 * iconvdata/t.61.c : Likewise.
19058 * iconvdata/tcvn5712-1.c : Likewise.
19059 * iconvdata/tscii.c: Likewise.
19060 * iconvdata/uhc.c : Likewise.
19061 * iconvdata/unicode.c (gconv_end): Likewise.
19062 * iconvdata/utf-16.c (gconv_end): Likewise.
19063 * iconvdata/utf-32.c (gconv_end): Likewise.
19064 * iconvdata/utf-7.c (base64): Likewise.
19065 * iconv/gconv_cache.c (__gconv_load_cache): Likewise.
19066 * iconv/gconv_close.c (__gconv_close): Likewise.
19067 * iconv/gconv_open.c (__gconv_open): Likewise.
57f41c40
AS
19068 * iconv/gconv_simple.c (internal_ucs4_loop_single)
19069 (ucs4_internal_loop, ucs4_internal_loop_unaligned)
19070 (ucs4_internal_loop_single, internal_ucs4le_loop_single)
19071 (ucs4le_internal_loop, ucs4le_internal_loop_unaligned)
19072 (ucs4le_internal_loop_single): Likewise.
a1ffb40e
OB
19073 * iconv/iconv.c (iconv): Likewise.
19074 * iconv/iconv_close.c: Likewise.
19075 * iconv/loop.c (SINGLE): Likewise.
19076 * iconv/skeleton.c (FUNCTION_NAME): Likewise.
19077 * include/atomic.h: Likewise.
19078 * inet/inet6_option.c (option_alloc): Likewise.
19079 * intl/bindtextdom.c (set_binding_values): Likewise.
19080 * intl/dcigettext.c (DCIGETTEXT, _nl_find_msg): Likewise.
19081 * intl/loadmsgcat.c (_nl_load_domain): Likewise.
19082 * intl/localealias.c (read_alias_file): Likewise.
19083 * libio/filedoalloc.c (_IO_file_doallocate): Likewise.
57f41c40
AS
19084 * libio/fileops.c (_IO_file_open, _IO_file_underflow_mmap)
19085 (_IO_new_file_overflow, _IO_file_xsgetn_mmap): Likewise.
a1ffb40e
OB
19086 * libio/fmemopen.c (fmemopen): Likewise.
19087 * libio/iofgets.c (_IO_fgets): Likewise.
19088 * libio/iofgets_u.c (fgets_unlocked): Likewise.
19089 * libio/iofgetws.c (fgetws): Likewise.
19090 * libio/iofgetws_u.c (fgetws_unlocked): Likewise.
19091 * libio/iogetdelim.c (_IO_getdelim): Likewise.
57f41c40
AS
19092 * libio/wfileops.c (_IO_wfile_underflow, _IO_wfile_underflow_mmap)
19093 (adjust_wide_data, _IO_wfile_seekoff): Likewise.
a1ffb40e
OB
19094 * locale/findlocale.c (_nl_find_locale): Likewise.
19095 * locale/loadarchive.c (_nl_load_locale_from_archive): Likewise.
19096 * locale/loadlocale.c (_nl_intern_locale_data, _nl_load_locale):
19097 Likewise.
19098 * locale/setlocale.c (setlocale): Likewise.
19099 * login/programs/pt_chown.c (main): Likewise.
19100 * malloc/arena.c (ptmalloc_init, shrink_heap, arena_get2): Likewise.
19101 * malloc/malloc.c (_int_malloc, _int_free): Likewise.
57f41c40
AS
19102 * malloc/memusage.c (update_data, malloc, realloc, calloc, free)
19103 (mmap, mmap64, mremap, munmap): Likewise.
a1ffb40e
OB
19104 * math/e_exp2l.c: Likewise.
19105 * math/e_scalb.c (invalid_fn, __ieee754_scalb): Likewise.
19106 * math/e_scalbf.c (invalid_fn, __ieee754_scalbf): Likewise.
19107 * math/e_scalbl.c (invalid_fn, __ieee754_scalbl): Likewise.
19108 * math/s_catan.c (__catan): Likewise.
19109 * math/s_catanf.c (__catanf): Likewise.
19110 * math/s_catanh.c (__catanh): Likewise.
19111 * math/s_catanhf.c (__catanhf): Likewise.
19112 * math/s_catanhl.c (__catanhl): Likewise.
19113 * math/s_catanl.c (__catanl): Likewise.
19114 * math/s_ccosh.c (__ccosh): Likewise.
19115 * math/s_ccoshf.c (__ccoshf): Likewise.
19116 * math/s_ccoshl.c (__ccoshl): Likewise.
19117 * math/s_cexp.c (__cexp): Likewise.
19118 * math/s_cexpf.c (__cexpf): Likewise.
19119 * math/s_cexpl.c (__cexpl): Likewise.
19120 * math/s_clog10.c (__clog10): Likewise.
19121 * math/s_clog10f.c (__clog10f): Likewise.
19122 * math/s_clog10l.c (__clog10l): Likewise.
19123 * math/s_clog.c (__clog): Likewise.
19124 * math/s_clogf.c (__clogf): Likewise.
19125 * math/s_clogl.c (__clogl): Likewise.
19126 * math/s_csin.c (__csin): Likewise.
19127 * math/s_csinf.c (__csinf): Likewise.
19128 * math/s_csinh.c (__csinh): Likewise.
19129 * math/s_csinhf.c (__csinhf): Likewise.
19130 * math/s_csinhl.c (__csinhl): Likewise.
19131 * math/s_csinl.c (__csinl): Likewise.
19132 * math/s_csqrt.c (__csqrt): Likewise.
19133 * math/s_csqrtf.c (__csqrtf): Likewise.
19134 * math/s_csqrtl.c (__csqrtl): Likewise.
19135 * math/s_ctan.c (__ctan): Likewise.
19136 * math/s_ctanf.c (__ctanf): Likewise.
19137 * math/s_ctanh.c (__ctanh): Likewise.
19138 * math/s_ctanhf.c (__ctanhf): Likewise.
19139 * math/s_ctanhl.c (__ctanhl): Likewise.
19140 * math/s_ctanl.c (__ctanl): Likewise.
19141 * math/w_pow.c: Likewise.
19142 * math/w_powf.c: Likewise.
19143 * math/w_powl.c: Likewise.
19144 * math/w_scalb.c (sysv_scalb): Likewise.
19145 * math/w_scalbf.c (sysv_scalbf): Likewise.
19146 * math/w_scalbl.c (sysv_scalbl): Likewise.
19147 * misc/error.c (error_tail): Likewise.
19148 * misc/pselect.c (__pselect): Likewise.
19149 * nis/nis_callback.c (__nis_create_callback): Likewise.
19150 * nis/nis_call.c (__nisfind_server): Likewise.
19151 * nis/nis_creategroup.c (nis_creategroup): Likewise.
19152 * nis/nis_domain_of_r.c (nis_domain_of_r): Likewise.
19153 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Likewise.
19154 * nis/nis_getservlist.c (nis_getservlist): Likewise.
19155 * nis/nis_lookup.c (nis_lookup): Likewise.
19156 * nis/nis_subr.c (nis_leaf_of_r, nis_getnames): Likewise.
57f41c40
AS
19157 * nis/nis_table.c (__create_ib_request, nis_list, nis_add_entry)
19158 (nis_modify_entry, nis_first_entry, nis_next_entry): Likewise.
a1ffb40e 19159 * nis/nis_xdr.c (xdr_endpoint): Likewise.
57f41c40
AS
19160 * nis/nss_compat/compat-grp.c (getgrent_next_file)
19161 (internal_getgrnam_r, internal_getgrgid_r): Likewise.
19162 * nis/nss_compat/compat-initgroups.c (add_group)
19163 (internal_getgrent_r): Likewise.
19164 * nis/nss_compat/compat-pwd.c (getpwent_next_file)
19165 (internal_getpwnam_r, internal_getpwuid_r): Likewise.
19166 * nis/nss_compat/compat-spwd.c (getspent_next_file)
19167 (internal_getspnam_r): Likewise.
19168 * nis/nss_nis/nis-alias.c (internal_nis_getaliasent_r)
19169 (_nss_nis_getaliasbyname_r): Likewise.
19170 * nis/nss_nis/nis-ethers.c (_nss_nis_gethostton_r)
19171 (_nss_nis_getntohost_r): Likewise.
19172 * nis/nss_nis/nis-grp.c (internal_nis_setgrent)
19173 (internal_nis_getgrent_r, _nss_nis_getgrnam_r)
19174 (_nss_nis_getgrgid_r): Likewise.
19175 * nis/nss_nis/nis-hosts.c (_nss_nis_sethostent)
19176 (internal_nis_gethostent_r, internal_gethostbyname2_r)
19177 (_nss_nis_gethostbyname_r, _nss_nis_gethostbyaddr_r)
19178 (_nss_nis_gethostbyname4_r): Likewise.
19179 * nis/nss_nis/nis-initgroups.c (internal_getgrent_r)
19180 (initgroups_netid): Likewise.
a1ffb40e 19181 * nis/nss_nis/nis-netgrp.c (_nss_nis_setnetgrent): Likewise.
57f41c40
AS
19182 * nis/nss_nis/nis-network.c (internal_nis_getnetent_r)
19183 (_nss_nis_getnetbyname_r, _nss_nis_getnetbyaddr_r): Likewise.
19184 * nis/nss_nis/nis-proto.c (_nss_nis_getprotobyname_r)
19185 (_nss_nis_getprotobynumber_r): Likewise.
19186 * nis/nss_nis/nis-publickey.c (_nss_nis_getpublickey)
19187 (_nss_nis_getsecretkey): Likewise.
19188 * nis/nss_nis/nis-pwd.c (_nis_saveit, internal_nis_setpwent)
19189 (internal_nis_getpwent_r, _nss_nis_getpwnam_r)
19190 (_nss_nis_getpwuid_r): Likewise.
19191 * nis/nss_nis/nis-rpc.c (internal_nis_getrpcent_r)
19192 (_nss_nis_getrpcbyname_r, _nss_nis_getrpcbynumber_r): Likewise.
19193 * nis/nss_nis/nis-service.c (dosearch, internal_nis_getservent_r)
19194 (_nss_nis_getservbyname_r, _nss_nis_getservbyport_r): Likewise.
19195 * nis/nss_nis/nis-spwd.c (_nss_nis_setspent)
19196 (internal_nis_getspent_r, _nss_nis_getspnam_r): Likewise.
a1ffb40e
OB
19197 * nis/nss_nisplus/nisplus-alias.c (_nss_nisplus_getaliasbyname_r):
19198 Likewise.
57f41c40
AS
19199 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_gethostton_r)
19200 (_nss_nisplus_getntohost_r): Likewise.
19201 * nis/nss_nisplus/nisplus-grp.c (internal_nisplus_getgrent_r)
19202 (_nss_nisplus_getgrnam_r, _nss_nisplus_getgrgid_r): Likewise.
19203 * nis/nss_nisplus/nisplus-hosts.c (internal_gethostbyname2_r)
19204 (_nss_nisplus_gethostbyaddr_r, _nss_nisplus_gethostbyname4_r):
a1ffb40e 19205 Likewise.
57f41c40
AS
19206 * nis/nss_nisplus/nisplus-initgroups.c
19207 (_nss_nisplus_initgroups_dyn): Likewise.
19208 * nis/nss_nisplus/nisplus-network.c (_nss_nisplus_getnetbyname_r)
19209 (_nss_nisplus_getnetbyaddr_r): Likewise.
19210 * nis/nss_nisplus/nisplus-proto.c (_nss_nisplus_getprotobyname_r)
19211 (_nss_nisplus_getprotobynumber_r): Likewise.
19212 * nis/nss_nisplus/nisplus-pwd.c (internal_nisplus_getpwent_r)
19213 (_nss_nisplus_getpwnam_r, _nss_nisplus_getpwuid_r): Likewise.
a1ffb40e
OB
19214 * nis/nss_nisplus/nisplus-rpc.c (_nss_nisplus_getrpcbyname_r):
19215 Likewise.
57f41c40
AS
19216 * nis/nss_nisplus/nisplus-service.c
19217 (internal_nisplus_getservent_r, _nss_nisplus_getservbyname_r)
19218 (_nss_nisplus_getservbyport_r): Likewise.
19219 * nis/nss_nisplus/nisplus-spwd.c (internal_nisplus_getspent_r)
19220 (_nss_nisplus_getspnam_r): Likewise.
19221 * nis/ypclnt.c (__yp_bind, yp_match, yp_all, yp_maplist):
19222 Likewise.
a1ffb40e
OB
19223 * nscd/aicache.c (addhstaiX): Likewise.
19224 * nscd/cache.c (cache_search, prune_cache): Likewise.
57f41c40
AS
19225 * nscd/connections.c (register_traced_file, send_ro_fd)
19226 (handle_request, nscd_run_prune, nscd_run_worker, fd_ready)
19227 (main_loop_epoll): Likewise.
a1ffb40e
OB
19228 * nscd/grpcache.c (addgrbyX): Likewise.
19229 * nscd/hstcache.c (addhstbyX): Likewise.
19230 * nscd/initgrcache.c (addinitgroupsX): Likewise.
19231 * nscd/mem.c (gc, mempool_alloc): Likewise.
57f41c40
AS
19232 * nscd/netgroupcache.c (do_notfound, addgetnetgrentX)
19233 (addinnetgrX): Likewise.
19234 * nscd/nscd-client.h (__nscd_acquire_maplock)
19235 (__nscd_drop_map_ref): Likewise.
a1ffb40e
OB
19236 * nscd/nscd_getai.c (__nscd_getai): Likewise.
19237 * nscd/nscd_getgr_r.c (nscd_getgr_r): Likewise.
19238 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp, nscd_gethst_r):
19239 Likewise.
19240 * nscd/nscd_getpw_r.c (nscd_getpw_r): Likewise.
19241 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
57f41c40
AS
19242 * nscd/nscd_helper.c (__readvall, open_socket, __nscd_get_mapping)
19243 (__nscd_get_map_ref): Likewise.
a1ffb40e 19244 * nscd/nscd_initgroups.c (__nscd_getgrouplist): Likewise.
57f41c40
AS
19245 * nscd/nscd_netgroup.c (__nscd_setnetgrent, __nscd_innetgr):
19246 Likewise.
a1ffb40e
OB
19247 * nscd/pwdcache.c (addpwbyX): Likewise.
19248 * nscd/selinux.c (preserve_capabilities): Likewise.
19249 * nscd/servicescache.c (addservbyX): Likewise.
19250 * nss/nss_files/files-XXX.c (internal_getent): Likewise.
19251 * posix/fnmatch.c (fnmatch): Likewise.
19252 * posix/getopt.c (_getopt_internal_r): Likewise.
19253 * posix/glob.c (glob, glob_in_dir): Likewise.
19254 * posix/wordexp.c (exec_comm_child): Likewise.
57f41c40
AS
19255 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyaddr2_r)
19256 (getanswer_r, gaih_getanswer_slice): Likewise.
a1ffb40e
OB
19257 * resolv/nss_dns/dns-network.c (getanswer_r): Likewise.
19258 * resolv/res_init.c: Likewise.
19259 * resolv/res_mkquery.c (res_nmkquery): Likewise.
19260 * resolv/res_query.c (__libc_res_nquery): Likewise.
19261 * resolv/res_send.c (__libc_res_nsend, send_vc, reopen, send_dg):
19262 Likewise.
19263 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Likewise.
19264 * stdio-common/perror.c (perror): Likewise.
19265 * stdio-common/printf_fp.c (___printf_fp): Likewise.
19266 * stdio-common/tmpnam.c (tmpnam): Likewise.
19267 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
19268 * stdlib/cxa_finalize.c (__cxa_finalize): Likewise.
57f41c40
AS
19269 * stdlib/cxa_thread_atexit_impl.c (__cxa_thread_atexit_impl):
19270 Likewise.
a1ffb40e
OB
19271 * stdlib/drand48-iter.c (__drand48_iterate): Likewise.
19272 * stdlib/putenv.c (putenv): Likewise.
19273 * stdlib/setenv.c (__add_to_environ): Likewise.
19274 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
19275 * stdlib/strtol_l.c (INTERNAL): Likewise.
19276 * string/memmem.c (memmem): Likewise.
19277 * string/strerror.c (strerror): Likewise.
19278 * string/strnlen.c (__strnlen): Likewise.
19279 * string/test-memmem.c (simple_memmem): Likewise.
19280 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Likewise.
19281 * sunrpc/pm_getport.c (__get_socket): Likewise.
19282 * sysdeps/gnu/unwind-resume.c (init, _Unwind_Resume): Likewise.
19283 * sysdeps/i386/dl-irel.h (elf_irel): Likewise.
57f41c40
AS
19284 * sysdeps/i386/dl-machine.h (elf_machine_runtime_setup)
19285 (elf_machine_rel, elf_machine_lazy_rel, elf_machine_lazy_rela):
a1ffb40e
OB
19286 Likewise.
19287 * sysdeps/ieee754/dbl-64/e_atanh.c (__ieee754_atanh): Likewise.
19288 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Likewise.
19289 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Likewise.
19290 * sysdeps/ieee754/dbl-64/e_gamma_r.c (__ieee754_gamma_r): Likewise.
19291 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Likewise.
57f41c40
AS
19292 * sysdeps/ieee754/dbl-64/e_j1.c (__ieee754_j1, __ieee754_y1):
19293 Likewise.
19294 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_jn, __ieee754_yn):
19295 Likewise.
a1ffb40e
OB
19296 * sysdeps/ieee754/dbl-64/e_log10.c (__ieee754_log10): Likewise.
19297 * sysdeps/ieee754/dbl-64/e_log2.c (__ieee754_log2): Likewise.
19298 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
19299 * sysdeps/ieee754/dbl-64/e_sinh.c (__ieee754_sinh): Likewise.
19300 * sysdeps/ieee754/dbl-64/s_asinh.c (__asinh): Likewise.
19301 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Likewise.
19302 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Likewise.
19303 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Likewise.
19304 * sysdeps/ieee754/dbl-64/s_modf.c (__modf): Likewise.
19305 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): Likewise.
19306 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
19307 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c (__ieee754_acosh):
19308 Likewise.
19309 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c (__ieee754_log10):
19310 Likewise.
19311 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c (__ieee754_log2):
19312 Likewise.
19313 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c (__frexp): Likewise.
19314 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
19315 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c (__remquo): Likewise.
19316 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c (__round): Likewise.
19317 * sysdeps/ieee754/flt-32/e_atanhf.c (__ieee754_atanhf): Likewise.
19318 * sysdeps/ieee754/flt-32/e_gammaf_r.c (__ieee754_gammaf_r): Likewise.
19319 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
19320 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Likewise.
19321 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_nearbyint): Likewise.
19322 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Likewise.
19323 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c (__llroundl): Likewise.
19324 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
19325 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
19326 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c (__lroundl): Likewise.
19327 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
57f41c40
AS
19328 * sysdeps/ieee754/ldbl-96/e_gammal_r.c (__ieee754_gammal_r):
19329 Likewise.
a1ffb40e
OB
19330 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l, __ieee754_y0l):
19331 Likewise.
19332 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l, __ieee754_y1l):
19333 Likewise.
19334 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_jnl, __ieee754_ynl):
19335 Likewise.
19336 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
19337 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
19338 * sysdeps/posix/clock_getres.c (hp_timing_getres, realtime_getres):
19339 Likewise.
19340 * sysdeps/posix/fdopendir.c (__fdopendir): Likewise.
19341 * sysdeps/posix/getaddrinfo.c (gaih_inet, getaddrinfo): Likewise.
19342 * sysdeps/posix/opendir.c (__opendirat): Likewise.
19343 * sysdeps/posix/sleep.c: Likewise.
19344 * sysdeps/posix/tempname.c: Likewise.
19345 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_irela): Likewise.
19346 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
19347 Likewise.
57f41c40
AS
19348 * sysdeps/powerpc/powerpc32/dl-machine.h
19349 (elf_machine_runtime_setup, elf_machine_rela): Likewise.
a1ffb40e
OB
19350 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
19351 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
19352 * sysdeps/pthread/aio_notify.c (__aio_notify_only): Likewise.
19353 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait, aio_suspend):
19354 Likewise.
19355 * sysdeps/s390/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
19356 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_runtime_setup)
19357 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
19358 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_runtime_setup)
19359 (elf_machine_rela, elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
19360 * sysdeps/s390/s390-64/utf16-utf32-z9.c (gconv_end): Likewise.
19361 * sysdeps/s390/s390-64/utf8-utf16-z9.c (gconv_end): Likewise.
19362 * sysdeps/s390/s390-64/utf8-utf32-z9.c (gconv_end): Likewise.
19363 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
19364 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
19365 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela)
19366 (elf_machine_lazy_rel): Likewise.
a1ffb40e 19367 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
19368 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela)
19369 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
19370 * sysdeps/sparc/sparc64/dl-plt.h (sparc64_fixup_plt): Likewise.
19371 * sysdeps/unix/clock_gettime.c (hp_timing_gettime): Likewise.
19372 * sysdeps/unix/clock_settime.c (hp_timing_settime): Likewise.
19373 * sysdeps/unix/grantpt.c (grantpt): Likewise.
19374 * sysdeps/unix/sysv/linux/accept4.c (accept4): Likewise.
19375 * sysdeps/unix/sysv/linux/adjtime.c (ADJTIME): Likewise.
19376 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): Likewise.
19377 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
19378 Likewise.
19379 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Likewise.
19380 * sysdeps/unix/sysv/linux/fchmodat.c (fchmodat): Likewise.
19381 * sysdeps/unix/sysv/linux/fchownat.c (fchownat): Likewise.
19382 * sysdeps/unix/sysv/linux/futimesat.c (futimesat): Likewise.
19383 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
19384 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
19385 * sysdeps/unix/sysv/linux/i386/fallocate64.c (fallocate64): Likewise.
19386 * sysdeps/unix/sysv/linux/i386/fallocate.c (fallocate): Likewise.
19387 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Likewise.
19388 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
19389 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
19390 Likewise.
19391 * sysdeps/unix/sysv/linux/i386/posix_fallocate64.c
19392 (__posix_fallocate64_l64): Likewise.
19393 * sysdeps/unix/sysv/linux/i386/posix_fallocate.c
19394 (posix_fallocate): Likewise.
57f41c40
AS
19395 * sysdeps/unix/sysv/linux/i386/scandir64.c (__old_scandir64):
19396 Likewise.
a1ffb40e 19397 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
57f41c40
AS
19398 * sysdeps/unix/sysv/linux/ifaddrs.c (__netlink_request)
19399 (getifaddrs_internal): Likewise.
a1ffb40e
OB
19400 * sysdeps/unix/sysv/linux/linkat.c (linkat): Likewise.
19401 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Likewise.
19402 * sysdeps/unix/sysv/linux/mq_unlink.c (mq_unlink): Likewise.
19403 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Likewise.
19404 * sysdeps/unix/sysv/linux/posix_fallocate64.c
19405 (__posix_fallocate64_l64): Likewise.
19406 * sysdeps/unix/sysv/linux/posix_fallocate.c (posix_fallocate):
19407 Likewise.
19408 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat): Likewise.
57f41c40
AS
19409 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c
19410 (__get_clockfreq): Likewise.
a1ffb40e
OB
19411 * sysdeps/unix/sysv/linux/readlinkat.c (readlinkat): Likewise.
19412 * sysdeps/unix/sysv/linux/recvmmsg.c (recvmmsg): Likewise.
19413 * sysdeps/unix/sysv/linux/renameat.c (renameat): Likewise.
19414 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
19415 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
19416 * sysdeps/unix/sysv/linux/sched_setaffinity.c: Likewise.
19417 * sysdeps/unix/sysv/linux/sendmmsg.c (__sendmmsg): Likewise.
19418 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs, shm_open):
19419 Likewise.
19420 * sysdeps/unix/sysv/linux/sleep.c (__sleep): Likewise.
19421 * sysdeps/unix/sysv/linux/symlinkat.c (symlinkat): Likewise.
19422 * sysdeps/unix/sysv/linux/tcgetattr.c (__tcgetattr): Likewise.
19423 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Likewise.
19424 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
19425 * sysdeps/unix/sysv/linux/unlinkat.c (unlinkat): Likewise.
19426 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c (__fxstatat):
19427 Likewise.
19428 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
19429 (posix_fallocate): Likewise.
19430 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
19431 * sysdeps/unix/sysv/linux/xmknodat.c (__xmknodat): Likewise.
19432 * sysdeps/x86_64/dl-irel.h (elf_irela): Likewise.
57f41c40
AS
19433 * sysdeps/x86_64/dl-machine.h (elf_machine_runtime_setup)
19434 (elf_machine_rela, elf_machine_rela_relative)
19435 (elf_machine_lazy_rel): Likewise.
a1ffb40e
OB
19436 * time/asctime.c (asctime_internal): Likewise.
19437 * time/tzfile.c (__tzfile_read, __tzfile_compute): Likewise.
19438 * time/tzset.c (__tzset_parse_tz): Likewise.
19439 * wcsmbs/mbrtoc16.c (mbrtoc16): Likewise.
19440 * wcsmbs/mbrtowc.c (__mbrtowc): Likewise.
19441 * wcsmbs/wcsmbsload.c (__wcsmbs_load_conv): Likewise.
19442 * wcsmbs/wcsmbsload.h: Likewise.
19443
f3d338c9
OB
19444 [BZ #15894]
19445 * stdlib/setenv.c (__add_to_environ): Remove duplicate code.
19446
57f41c40
AS
19447 * malloc/arena.c (grow_heap, get_free_list, reused_arena)
19448 (arena_get2): Remove THREAD_STATS conditionals.
19449 * malloc/malloc.c (__malloc_assert, __libc_realloc, _int_free)
19450 (__malloc_stats, int): Likewise.
bdfe308a 19451
d674667c
MF
194522014-02-08 Mike Frysinger <vapier@gentoo.org>
19453
19454 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs): Compare
19455 f.f_type to RAMFS_MAGIC too. Compare mp->mnt_type to shm too.
19456
6349768c
MF
19457 * manual/setjmp.texi: Fix typos/grammar errors.
19458
0b7c7473
MF
19459 * debug/tst-backtrace4.c (handle_signal): Add NUM_FUNCTIONS to output.
19460 Only return early when n is <= 0. Delete unused return statement.
19461
ac8cc9e3
MF
19462 * debug/Makefile (CFLAGS-tst-longjmp_chk3.c): Define.
19463 (CPPFLAGS-tst-longjmp_chk3.c): Likewise.
19464 * debug/tst-longjmp_chk3.c: New file.
19465
c5bb8e23
MF
19466 * benchtests/bench-strcpy_chk.c: Move test-skeleton.c to top.
19467 (test_main): Replace code with set_fortify_handler call.
19468 * debug/test-strcpy_chk.c: Likewise.
19469 * debug/tst-chk1.c: Likewise.
19470 * debug/tst-longjmp_chk.c: Likewise.
19471 * test-skeleton.c: Include fcntl.h & paths.h
19472 (set_fortify_handler): Define.
19473
10444e42
MF
19474 * debug/tst-longjmp_chk.c: Add header comment and include
19475 ../test-skeleton.c.
19476 (do_test): Mark static.
19477 (TEST_FUNCTION): Define.
19478
1e805e8d
MF
19479 * sysdeps/unix/sysv/linux/bits/in.h (IP_NODEFRAG): Define.
19480 (IP_PMTUDISC_INTERFACE): Likewise.
19481 (IP_MULTICAST_IF): Likewise.
19482 (IP_MULTICAST_TTL): Likewise.
19483 (IP_MULTICAST_LOOP): Likewise.
19484 (IP_ADD_MEMBERSHIP): Likewise.
19485 (IP_DROP_MEMBERSHIP): Likewise.
19486 (IP_UNBLOCK_SOURCE): Likewise.
19487 (IP_BLOCK_SOURCE): Likewise.
19488 (IP_ADD_SOURCE_MEMBERSHIP): Likewise.
19489 (IP_DROP_SOURCE_MEMBERSHIP): Likewise.
19490 (IP_MSFILTER): Likewise.
19491 (MCAST_JOIN_GROUP): Likewise.
19492 (MCAST_BLOCK_SOURCE): Likewise.
19493 (MCAST_UNBLOCK_SOURCE): Likewise.
19494 (MCAST_LEAVE_GROUP): Likewise.
19495 (MCAST_JOIN_SOURCE_GROUP): Likewise.
19496 (MCAST_LEAVE_SOURCE_GROUP): Likewise.
19497 (MCAST_MSFILTER): Likewise.
19498 (IP_MULTICAST_ALL): Likewise.
19499 (IP_UNICAST_IF): Likewise.
19500
73f79bb7
MF
19501 * timezone/Makefile: Delete $(have-ksh) check.
19502 ($(objpfx)tzselect): Change $(KSH) to $(BASH).
19503 * timezone/tzselect.ksh: Add +x mode bits.
19504
8da79b60
MF
19505 * sysdeps/unix/sysv/linux/linux_fsinfo.h (AFS_SUPER_MAGIC): Define.
19506 (ANON_INODE_FS_MAGIC): Likewise.
19507 (BDEVFS_MAGIC): Likewise.
19508 (BINFMTFS_MAGIC): Likewise.
19509 (BTRFS_TEST_MAGIC): Likewise.
19510 (CRAMFS_MAGIC_WEND): Likewise.
19511 (DEBUGFS_MAGIC): Likewise.
19512 (ECRYPTFS_SUPER_MAGIC): Likewise.
19513 (EXT3_SUPER_MAGIC): Likewise.
19514 (EXT4_SUPER_MAGIC): Likewise.
19515 (FUTEXFS_SUPER_MAGIC): Likewise.
19516 (HOSTFS_SUPER_MAGIC): Likewise.
19517 (HUGETLBFS_MAGIC): Likewise.
19518 (MINIX3_SUPER_MAGIC): Likewise.
19519 (MTD_INODE_FS_MAGIC): Likewise.
19520 (NILFS_SUPER_MAGIC): Likewise.
19521 (OPENPROM_SUPER_MAGIC): Likewise.
19522 (PIPEFS_MAGIC): Likewise.
19523 (PSTOREFS_MAGIC): Likewise.
19524 (QNX6_SUPER_MAGIC): Likewise.
19525 (RAMFS_MAGIC): Likewise.
19526 (REISERFS_SUPER_MAGIC_STRING): Likewise.
19527 (REISER2FS_SUPER_MAGIC_STRING): Likewise.
19528 (REISER2FS_JR_SUPER_MAGIC_STRING): Likewise.
19529 (SECURITYFS_MAGIC): Likewise.
19530 (SELINUX_MAGIC): Likewise.
19531 (SMACK_MAGIC): Likewise.
19532 (SOCKFS_MAGIC): Likewise.
19533 (SQUASHFS_MAGIC): Likewise.
19534 (STACK_END_MAGIC): Likewise.
19535 (TMPFS_MAGIC): Likewise.
19536 (USBDEVICE_SUPER_MAGIC): Likewise.
19537 (V9FS_MAGIC): Likewise.
19538 (XENFS_SUPER_MAGIC): Likewise.
19539 (CRAMFS_MAGIC): Fix typo in comment.
19540 (EXT2_SUPER_MAGIC): Update comment.
19541 (USBDEVFS_SUPER_MAGIC): Fix sorting order by moving further down.
19542
464263cc
JM
195432014-02-08 Joseph Myers <joseph@codesourcery.com>
19544
c6bfe5c4
JM
19545 * sysdeps/arm: Move directory from ports/sysdeps/arm.
19546 * sysdeps/unix/arm: Move directory from ports/sysdeps/unix/arm.
19547 * sysdeps/unix/sysv/linux/arm: Move directory from
19548 ports/sysdeps/unix/sysv/linux/arm.
19549 * README: Update listing for arm-*-linux-gnueabi.
19550
464263cc
JM
19551 * README: Remove mention of am33.
19552
32749f6c
RM
195532014-02-07 Roland McGrath <roland@hack.frob.com>
19554
19555 * bits/sigset.h (__sigemptyset): Use a statement expression rather
19556 than the comma operator, to avoid "rhs of comma has no effect"
19557 compiler warnings.
19558 (__sigfillset, __sigandset, __sigorset): Likewise.
19559 * include/signal.h (__sigemptyset): Likewise.
19560 * sysdeps/generic/malloc-machine.h (mutex_lock): Likewise.
19561
d5b396c1
AM
195622014-02-07 Allan McRae <allan@archlinux.org>
19563
19564 * version.h (RELEASE): Set to "development".
19565 (VERSION): Set to "2.19.90"
19566 * NEWS: Add 2.20 section.
19567
3bfff2ed
CD
195682014-02-06 Carlos O'Donell <carlos@redhat.com>
19569
19570 [BZ #16529]
19571 * inet/netinet/in.h: Remove comma after IPPROTO_MH.
19572
ee7cc385
SP
195732014-02-06 Siddhesh Poyarekar <siddhesh@redhat.com>
19574
19575 * manual/contrib.texi: Update entry for Carlos O'Donell,
19576 Joseph Myers, Roland McGrath, Alexandre Oliva and Ryan Arnold.
19577
f877c4f2
CD
195782014-02-05 Carlos O'Donell <carlos@rehdat.com>
19579
27e839f6
CD
19580 * sysdeps/unix/sysv/linux/kernel-features.h: Fix comment.
19581
f877c4f2
CD
19582 * sysdeps/unix/sysv/linux/kernel-features.h
19583 [__LINUX_KERNEL_VERSION >= 0x020621]
19584 (__ASSUME_PROC_PID_TASK_COMM): Define.
19585
68159946
SP
195862014-02-05 Siddhesh Poyarekar <siddhesh@redhat.com>
19587
ba17cdbd
SP
19588 [BZ #16398]
19589 * libio/wfileops.c (_IO_wfile_seekoff): Break out form
19590 conversion when destination buffer does not have enough space.
19591 * libio/tst-ftell-partial-wide.c: New test case.
19592 * libio/Makefile (tests): Add tst-ftell-partial-wide.
19593
68159946
SP
19594 * manual/contrib.texi: Update entry for Ondrej Bilka, Will
19595 Newton and Alexandre Oliva. Add entries for Steve Ellcey, Chris
19596 Leonard and Allan McRae.
19597
2b528732
DM
195982014-02-04 David S. Miller <davem@davemloft.net>
19599
19600 * sysdeps/sparc/fpu/libm-test-ulps: Update for some 64-bit differences from
19601 32-bit.
19602
0ff82463
AZ
196032014-02-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19604
57f41c40
AS
19605 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld-le.abilist:
19606 New file
c01603f7
AZ
19607 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale-le.abilist:
19608 New file
57f41c40
AS
19609 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl-le.abilist:
19610 New file.
19611 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc-le.abilist:
19612 New file.
c01603f7
AZ
19613 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt-le.abilist:
19614 New file.
57f41c40
AS
19615 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl-le.abilist:
19616 New file.
19617 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm-le.abilist:
19618 New file.
c01603f7
AZ
19619 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl-le.abilist:
19620 New file.
19621 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread-le.abilist:
19622 New file.
19623 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv-le.abilist:
19624 New file.
19625 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt-le.abilist:
19626 New file.
19627 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db-le.abilist:
19628 New file.
19629 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil-le.abilist:
19630 New file.
19631
196322014-02-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19633
0ff82463
AZ
19634 * nptl/shlib-versions: Change powerpc*le start to 2.17.
19635 * shlib-versions: Likewise.
19636
1695c773
AZ
196372014-02-04 Roland McGrath <roland@hack.frob.com>
19638 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19639
19640 * sysdeps/powerpc/Makefile [$(config-machine) ends with 'le']
19641 (abilist-pattern): New variable, set to %-le.abilist.
19642
19643 * Makerules (abilist-pattern): New variable.
19644 (vpath): Use $(abilist-pattern) in place of %.abilist.
19645 (check-abi-% pattern rule): Likewise.
19646 (check-abi, update-abi): Likewise.
19647
6c0ce4b4
EW
196482014-02-04 Eric Wong <normalperson@yhbt.net>
19649
19650 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
19651
481e3524
CD
196522014-02-03 Carlos O'Donell <carlos@redhat.com>
19653
19654 * manual/startup.texi: Add next, previous, and top entries for
19655 the `Program Arguments' and `Environment Variables' nodes.
19656
375592d3
AO
196572014-02-03 Alexandre Oliva <aoliva@redhat.com>
19658
19659 * manual/macros.texi: Add comments before MTASC-safety macros.
19660
f54838ba
AO
19661 * manual/users.texi: Document MTASC-safety properties.
19662
57f41c40
AS
19663 * manual/threads.texi (pthread_key_create, pthread_key_delete)
19664 (pthread_getspecific, pthread_setspecific): Format with
909e12ad
AO
19665 @deftypefun, and add @safety note.
19666 * manual/signal.texi: Move comments that analyze the above
19667 functions to their home place.
19668
fd3daba4
AM
196692014-02-03 Allan McRae <allan@archlinux.org>
19670
19671 * po/sl.po: Update Slovenian translation from translation project.
19672
597636d7
AO
196732014-02-02 Alexandre Oliva <aoliva@redhat.com>
19674
19675 * manual/time.texi (timegm): Add missing blank after @c.
19676 Reported by Joseph Myers <joseph@codesourcery.com>.
19677
ee196e3c
AO
196782014-02-01 Alexandre Oliva <aoliva@redhat.com>
19679
19680 * manual/check-safety.sh: New.
19681 * manual/Makefile ($(objpfx)stamp-summary): Run it.
19682
f8d529d5
AO
19683 * manual/terminal.texi: Document MTASC-safety properties.
19684
de55fdf4
AO
19685 * manual/filesys.texi: Document MTASC-safety properties.
19686
c3299c08
AO
19687 * manual/errno.texi: Document MTASC-safety properties.
19688
06e90b14
AO
19689 * manual/intro.texi: Document safety identifiers and
19690 conditionals.
19691
1acd4371
AO
19692 * manual/string.texi (wcstok): Fix prototype.
19693 (wcstok, strtok, strtok_r): Adjust reentrancy remarks.
19694
23e5b8cb
AO
19695 * manual/time.texi: Document MTASC-safety properties.
19696
11087373
AO
19697 * manual/string.texi: Document MTASC-safety properties.
19698
5da2c93d
AO
19699 * manual/threads.texi: Document MTASC-safety properties.
19700
171e9210
AO
19701 * manual/stdio.texi: Document MTASC-safety properties.
19702
d9e02532
AO
19703 * manual/syslog.texi: Document MTASC-safety properties.
19704
6af8bab7
AO
19705 * manual/sysinfo.texi: Document MTASC-safety properties.
19706
663b02d7
AO
19707 * manual/startup.texi: Document MTASC-safety properties.
19708
973f180b
AO
19709 * manual/socket.texi: Document MTASC-safety properties.
19710
8f3c25c8
AO
19711 * manual/signal.texi: Document MTASC-safety properties.
19712
542210fb
AO
197132014-01-31 Alexandre Oliva <aoliva@redhat.com>
19714
19715 * manual/setjmp.texi: Document MTASC-safety properties.
19716
433c45a2
AO
19717 * manual/search.texi: Document MTASC-safety properties.
19718
c8ce789c
AO
19719 * manual/resource.texi: Document MTASC-safety properties.
19720
19f5d29c
AO
19721 * manual/process.texi: Document MTASC-safety properties.
19722
e2dfb7f4
AO
19723 * manual/platform.texi: Document MTASC-safety properties.
19724
8c1413f5
AO
19725 * manual/pipe.texi: Document MTASC-safety properties.
19726
03483ada
AO
19727 * manual/pattern.texi: Document MTASC-safety properties.
19728
29e7e2df
AO
19729 * manual/message.texi: Document MTASC-safety properties.
19730
9f529d7c
AO
19731 [BZ #12751]
19732 * manual/memory.texi: Document MTASC-safety properties.
19733
27aaa791
AO
19734 * manual/math.texi: Document MTASC-safety properties.
19735
f2d58726
AO
19736 * manual/locale.texi: Document MTASC-safety properties.
19737
2cc3615c
AO
19738 * manual/llio.texi: Document MTASC-safety properties.
19739
d9f0ec97
AO
19740 * manual/libdl.texi: New.
19741
e7c4409a
AO
19742 * manual/lang.texi: Document MTASC-safety properties.
19743
27bdc63c
AO
19744 * manual/job.texi: Document MTASC-safety properties.
19745
a7b90ea9
AO
19746 * manual/getopt.texi: Document MTASC-safety properties.
19747
c49130e3
AO
19748 * manual/ctype.texi: Document MTASC-safety properties.
19749
0d23a5c1
MR
197502014-01-31 Maciej W. Rozycki <macro@codesourcery.com>
19751
19752 [BZ #16046]
19753 * csu/libc-tls.c (static_map): Remove variable.
19754 (__libc_setup_tls): Use main executable's link map for TLS data.
19755 * elf/dl-close.c (_dl_close_worker) [!SHARED]: Remove special
19756 casing for LM_ID_BASE and GL(dl_nns).
19757 * elf/dl-iteratephdr.c [!SHARED] (dl_iterate_phdr): Remove
19758 function. Alias dl_iterate_phdr to __dl_iterate_phdr.
19759 * elf/dl-load.c (_dl_map_object) [!SHARED]: Remove special
19760 casing for GL(dl_ns)[LM_ID_BASE]._ns_loaded.
19761 * elf/dl-support.c (_dl_main_map): Also initialize l_flags_1
19762 member.
19763 (_dl_non_dynamic_init): Also initialize _dl_main_map's l_phdr and
19764 l_phnum members.
19765
0037bb60
AO
197662014-01-30 Alexandre Oliva <aoliva@redhat.com>
19767
19768 * manual/debug.texi: Document MTASC-safety properties.
19769
409e00bd
L
197702014-01-29 H.J. Lu <hongjiu.lu@intel.com>
19771
19772 [BZ #16510]
19773 * sysdeps/x86/fpu/bits/mathinline.h: Check __SSE2_MATH__ instead
19774 of __x86_64__ when disabling x87 inline functions.
19775
86e60666
AO
197762014-01-29 Alexandre Oliva <aoliva@redhat.com>
19777
19778 * manual/charset.texi: Document MTASC-safety properties.
19779
76167637
AO
19780 * manual/crypt.texi: Document MTASC-safety properties.
19781
e567f2a0
AO
19782 * manual/conf.texi: Document MTASC-safety properties.
19783
b719dafd
AO
19784 * manual/arith.texi: Document MTASC-safety properties.
19785
4a16c662
AO
19786 * manual/argp.texi: Document MTASC-safety properties.
19787
0a57b83e
AO
19788 * manual/macros.texi: Introduce macros to document multi
19789 thread, asynchronous signal and asynchronous cancellation
19790 safety properties.
19791 * manual/intro.texi: Introduce the properties themselves.
19792
feab2397
KK
197932014-01-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19794
19795 * sysdeps/sh/sh4/Makefile: New file.
19796
1c0d11bc
AS
197972014-01-27 Andreas Schwab <schwab@linux-m68k.org>
19798
19799 * math/gen-libm-test.pl ($srcdir): New variable.
19800 ($auto_input): Use it.
19801
af37a8a3
SP
198022014-01-27 Siddhesh Poyarekar <siddhesh@redhat.com>
19803
d7b00f98
SP
19804 [BZ #16506]
19805 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Avoid
19806 access beyond array bounds when parsing netgroups file.
19807
af37a8a3
SP
19808 * nscd/netgroupcache.c (addgetnetgrentX): Compute offset from
19809 the old buffer before realloc.
19810
0c00f062
AM
198112014-01-27 Allan McRae <allan@archlinux.org>
19812
19813 * po/fr.po: Update French translation from translation project.
19814
7d69a1b0
KK
198152014-01-26 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19816
19817 * sysdeps/sh/libm-test-ulps: Regenerate.
19818
6e697ff7
DM
198192014-01-24 David S. Miller <davem@davemloft.net>
19820
19821 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate.
19822
9cadb35c
KK
198232014-01-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19824
19825 * sysdeps/sh/sh4/fpu/libm-test-ulps: Move to ...
19826 * sysdeps/sh/libm-test-ulps: ... here and regenerated.
19827
5d41dadf
SP
198282013-01-24 Siddhesh Poyarekar <siddhesh@redhat.com>
19829
19830 [BZ #16474]
19831 * nscd/netgroupcache.c (addgetnetgrentX): Adjust triplet
19832 string pointers after reallocation.
19833
0bad441c
KK
198342014-01-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19835
19836 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: Use __SH4__ and
19837 __SH4A__ instead of __SH_FPU_ANY__.
19838
7007c661
KK
198392014-01-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
19840
19841 * sysdeps/sh/fpu_control.h: New file.
19842 * sysdeps/sh/sh4/fpu/fpu_control.h: Remove.
19843 * sysdeps/unix/sysv/linux/sh/sys/ucontext.h: New file.
19844 * sysdeps/unix/sysv/linux/sh/sh3/sys/ucontext.h: Remove.
19845 * sysdeps/unix/sysv/linux/sh/sh3/sys: Remove directory.
19846 * sysdeps/unix/sysv/linux/sh/sh4/sys/ucontext.h: Remove.
19847 * sysdeps/unix/sysv/linux/sh/sh4/sys: Remove directory.
19848 * sysdeps/sh/sys/ucontext.h: Remove.
19849 * sysdeps/sh/sys: Remove directory.
19850
0f0c35e4
AK
198512014-01-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19852
19853 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Merge into
19854 s390/sys/ucontext.h.
19855 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Likewise.
19856 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: New file.
19857
4959e284
L
198582014-01-20 H.J. Lu <hongjiu.lu@intel.com>
19859
19860 [BZ #15605]
19861 * sysdeps/x86_64/x32/symbol-hacks.h: Include generic symbol-hacks.h.
19862
d98720e0
AZ
198632014-01-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19864
19865 [BZ#16431]
19866 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
19867 Adjust the vDSO correctly for internal calls.
19868 * sysdeps/unix/sysv/linux/powerpc/time.c (time): Likewise.
19869
91cbd0bc
AM
198702014-01-20 Allan McRae <allan@archlinux.org>
19871
19872 * po/ca.po: Update Catalan translation from translation project.
19873
7a02cfad
MF
198742014-01-16 Mike Frysinger <vapier@gentoo.org>
19875
19876 * sysdeps/s390/sotruss-lib.c: New file.
19877
736c304a
AZ
198782014-01-16 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19879
19880 [BZ#16430]
6e077ee5 19881 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c
736c304a
AZ
19882 (__GI___gettimeofday): Alias for a different internal symbol to avoid
19883 local calls issues by not having a PLT stub required for IFUNC calls.
19884 * sysdeps/unix/sysv/linux/powerpc/time.c (__GI_time): Likewise.
19885
94d0cea0
JM
198862014-01-16 Joseph Myers <joseph@codesourcery.com>
19887
19888 * math/test-fpucw-ieee.c: Use <> in #include of test-fpucw.c.
19889 * math/test-fpucw-static.c: Likewise.
19890
980cb518
SP
198912013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
19892
19893 [BZ #16453]
19894 * nscd/netgroupcache.c (addgetnetgrentX): Don't use alloca.
19895
2393fc01
AZ
198962014-01-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19897
19898 * sysdeps/powerpc/sotruss-lib.c: New file: sotruss-lib.so
19899 implementation for powerpc.
19900
d359bcc2
OB
199012014-01-15 Ondřej Bílka <neleai@seznam.cz>
19902
19903 [BZ #14782]
19904 * sysdeps/posix/system.c (__libc_system): Do not enable
19905 asynchronous cancellation.
19906
7beb48cb
AK
199072014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19908
19909 [BZ #16427]
19910 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Invoke the non-IEEE
19911 handling only for numbers special also in the IEEE case.
19912
c20d5bf5
AK
199132014-01-15 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
19914
19915 * sysdeps/s390/fpu/libm-test-ulps: Regenerate.
19916
e83bd4ee
AM
199172014-01-11 Allan McRae <allan@archlinux.org>
19918
76d0ea69
AM
19919 * po/bg.po: Update Bulgarian translation from translation project.
19920
e83bd4ee
AM
19921 * po/de.po: Update German translation from translation project.
19922
bc2ba20a
RM
199232014-01-10 Roland McGrath <roland@hack.frob.com>
19924
19925 * sysdeps/generic/gcc-compat.h: New file.
19926
649ecea2
SP
199272014-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
19928
19929 * benchtests/asin-inputs: Correct slow inputs.
19930 * benchtests/acos-inputs: Likewise.
19931
1b19c006
AM
199322014-01-10 Allan McRae <allan@archlinux.org>
19933
a46dab08
AM
19934 * po:sv.po: Update Swedish translation from translation project.
19935
421df74a
AM
19936 * po/vi.po: Update Vietnamese translation from translation project.
19937
d61c51a7
AM
19938 * po/eo.po: Update Esperanto translation from translation project.
19939
0339a319
AM
19940 * po/cs.po: Update Czech translation from translation project.
19941
94ad3e99
AM
19942 * po/nl.po: Update Dutch translation from translation project.
19943
e349ca71
AM
19944 * po/pl.po: Update Polish translation from translation project.
19945
ddf930c1
AM
19946 * po/ru.po: Update Russian translation from translation project.
19947
1b19c006
AM
19948 * po/uk.po: Update Ukrainian translation from translation project.
19949
9f236c49
BM
199502014-01-08 Brooks Moses <bmoses@google.com>
19951
19952 * elf/dl-load.c: Fix comment typo.
19953
cd6701cf
CD
199542014-01-08 Carlos O'Donell <carlos@redhat.com>
19955
19956 * po/header.pot: Rename to...
19957 * po/pot.header: ... this.
19958 * po/Makefile: Use pot.header.
19959
66671c84
YK
199602014-01-08 Yuriy Kaminskiy <yumkam@gmail.com>
19961 Maxim Kuvyrkov <maxim@kugelworks.com>
19962
19963 [BZ #16394]
cd6701cf
CD
19964 * sysdeps/i386/i686/memmove.S (memmove): Compare distance between
19965 SRC and DEST against LEN.
66671c84 19966
38f34581
AZ
199672014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
19968
19969 [BZ #16414]
19970 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Remove wrong
19971 implementation.
19972 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Remove bogus comment.
19973
199742014-01-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
3ff6304e
AZ
19975
19976 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
19977
4c327f2a
JM
199782014-01-08 Joseph Myers <joseph@codesourcery.com>
19979
19980 [BZ #16408]
19981 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Use __expl
19982 for large positive arguments.
19983
b821f414
JM
199842014-01-07 Joseph Myers <joseph@codesourcery.com>
19985
1f0f2067
JM
19986 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
19987
a5a326f6
JM
19988 * math/auto-libm-test-in: Mark various tests with
19989 xfail-rounding:ldbl-128ibm.
19990 * math/auto-libm-test-out: Regenerated.
19991
b821f414
JM
19992 [BZ #16407]
19993 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl):
19994 Increase overflow threshold.
19995
94c8a4bc
OB
199962014-01-07 Ondřej Bílka <neleai@seznam.cz>
19997
19998 [BZ #14286]
19999 * stdio-common/vfprintf.c: Check for integer overflow.
20000
87ded0c3
AK
200012014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20002
20003 * sysdeps/s390/dl-tls.h: sysdeps/s390/dl-tls.h: Remove casts for
20004 the first argument and return value of __tls_get_addr_internal.
20005
c5eebdd0
AK
200062014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20007
20008 * sysdeps/s390/s390-32/dl-machine.h: Gate the definition of refsym
20009 also with !RTLD_BOOTSTRAP to get rid of unused variable warning.
20010
05d138ef
AK
200112014-01-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
20012
20013 * sysdeps/s390/Makefile: Build rtld-global-offsets.sym.
20014 * sysdeps/s390/rtld-global-offsets.sym: New file.
20015 * sysdeps/unix/sysv/linux/s390/Versions: Add getcontext as new
20016 GLIBC_2.19 symbol.
20017 * sysdeps/unix/sysv/linux/s390/getcontext.S: New file.
20018 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Rename to ...
20019 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext-common.S:
20020 ... this.
20021 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Rename to ...
20022 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext-common.S:
20023 ... this.
20024 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20025 Regenerate.
20026 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20027 Regenerate.
20028 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Restore upper
20029 halfs of GPRs for high_gprs contexts.
20030 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Save and
20031 restore upper halfs of GPRs for high_gprs contexts. Copy uc_flags
20032 field.
20033 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Copy
20034 uc_flags field.
20035 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h: Split into 32 and
20036 64 bit versions:
20037 * sysdeps/unix/sysv/linux/s390/s390-32/sys/ucontext.h: Add field
20038 for high GPRs (uc_high_gprs) and for future extensions
20039 (__reserved).
20040 * sysdeps/unix/sysv/linux/s390/s390-64/sys/ucontext.h: Add field
20041 for future extensions (__reserved).
20042 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Split into 32 and
20043 64 bit versions:
20044 * sysdeps/unix/sysv/linux/s390/s390-32/ucontext_i.sym: Add
20045 SC_HIGHGPRS offset definition.
20046 * sysdeps/unix/sysv/linux/s390/s390-64/ucontext_i.sym: New file.
20047 * sysdeps/unix/sysv/linux/s390/rtld-getcontext.S: New file.
20048
93a45ff1
AK
20049 * Versions.def: Add GLIBC_2.19 for libpthread.
20050 * nptl/sysdeps/unix/sysv/linux/s390/Versions: Add longjmp and
20051 siglongjmp for libpthread with GLIBC_2.19 symver.
20052 * nptl/sysdeps/unix/sysv/linux/s390/pt-longjmp.c: New file.
20053 * sysdeps/s390/Makefile: Build v1-longjmp.c and v1-sigjmp.c.
20054 * sysdeps/s390/Versions: New GLIBC_2.19 and GLIBC_PRIVATE symbols.
20055 * sysdeps/s390/__longjmp.c: New file.
20056 * sysdeps/s390/bits/setjmp.h: Add new fields to __s390_jmp_buf.
20057 * sysdeps/s390/longjmp.c: New file.
20058 * sysdeps/s390/setjmp.S: New file.
20059 * sysdeps/s390/sigjmp.S: New file.
20060 * sysdeps/s390/v1-longjmp.c: New file.
20061 * sysdeps/s390/v1-setjmp.h: New file.
20062 * sysdeps/s390/v1-sigjmp.c: New file.
20063 * sysdeps/unix/sysv/linux/s390/Makefile: Build __longjmp_chk.
20064 * sysdeps/unix/sysv/linux/s390/Versions: Add __longjmp_chk with
20065 GLIBC_2.19 version.
20066 * sysdeps/unix/sysv/linux/s390/longjmp_chk.c: New file.
20067 * sysdeps/unix/sysv/linux/s390/s390-32/____longjmp_chk.c: Provide
20068 versioned symbols for ____longjmp_chk.
20069 * sysdeps/unix/sysv/linux/s390/s390-64/____longjmp_chk.c:
20070 Likewise.
20071 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
20072 Regenerate.
20073 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
20074 Regenerate.
20075 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
20076 Regenerate.
20077 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
20078 Regenerate.
20079 * sysdeps/unix/sysv/linux/s390/v1-longjmp_chk.c: New file.
20080 * sysdeps/s390/s390-32/__longjmp.c: Rename to ...
20081 * sysdeps/s390/s390-32/__longjmp-common.c: ... this.
20082 * sysdeps/s390/s390-32/setjmp.S: Rename and adjust to ...
20083 * sysdeps/s390/s390-32/setjmp-common.S: ... this.
20084 * sysdeps/s390/s390-64/__longjmp.c: Rename to ...
20085 * sysdeps/s390/s390-64/__longjmp-common.c: ... this.
20086 * sysdeps/s390/s390-64/setjmp.S: Rename and adjust to ...
20087 * sysdeps/s390/s390-64/setjmp-common.S: ... this.
20088 * sysdeps/s390/rtld-__longjmp.c: New file.
20089 * sysdeps/s390/rtld-setjmp.S: New file.
20090
eb3fc44b
JM
200912014-01-06 Joseph Myers <joseph@codesourcery.com>
20092
20093 [BZ #16400]
20094 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20095 Return -__logl (x) for small positive arguments without evaluating
20096 a polynomial.
20097
9341dde4
MF
200982014-01-06 Mike Frysinger <vapier@gentoo.org>
20099
20100 * sysdeps/unix/sysv/linux/sys/ptrace.h (ptrace_peeksiginfo_args):
20101 Rename to ...
20102 (__ptrace_peeksiginfo_args): ... this.
20103 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
20104 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
20105 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
20106
4cff0293
AM
201072014-01-06 Allan McRae <allan@archlinux.org>
20108
20109 * inet/netinet/in.h: Fix typo in comment.
20110
75595dcf
AJ
201112014-01-05 Andreas Jaeger <aj@suse.de>
20112
20113 * sysdeps/i386/fpu/libm-test-ulps: Update.
20114
79c1e109
AM
201152014-01-05 Allan McRae <allan@archlinux.org>
20116
dd804818
AM
20117 * po/libc.pot: Regenerated.
20118
79c1e109
AM
20119 * malloc/memusagestat.c: Fix gettext call formatting.
20120
0c813d1f
SK
201212014-01-04 Sami Kerola <kerolasa@iki.fi>
20122
20123 * nscd/nscd.c: Improve usage() output.
20124
20f4a8d9
MF
201252014-01-04 Mike Frysinger <vapier@gentoo.org>
20126
20127 * config.h.in: Add HAVE_LINUX_FANOTIFY_H template.
20128 * sysdeps/unix/sysv/linux/configure: Regenerated.
20129 * sysdeps/unix/sysv/linux/configure.ac: Call AC_DEFINE.
20130 * sysdeps/unix/sysv/linux/tst-fanotify.c: Include config.h.
20131
22562bb2
JM
201322014-01-03 Joseph Myers <joseph@codesourcery.com>
20133
20134 [BZ #16390]
20135 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
20136 (CFLAGS-e_atan2l.c): Use -fno-builtin-fabsl.
20137
d7ad2d9b
AZ
201382014-01-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20139
20140 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: Remove
20141 extra tokens at end of #undef directive.
20142 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: Likewise.
20143 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: Likewise.
20144 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c: Likewise.
20145
7dd009d8
JM
201462014-01-03 Joseph Myers <joseph@codesourcery.com>
20147
24db925a
JM
20148 * sysdeps/powerpc/nofpu/libm-test-ulps: Regenerated.
20149
7dd009d8
JM
20150 * math/auto-libm-test-in: Mark various tests with
20151 xfail-rounding:ldbl-128ibm.
20152 * math/auto-libm-test-out: Regenerated.
20153
396e3ecf
JM
201542014-01-02 Joseph Myers <joseph@codesourcery.com>
20155
819e5d50
JM
20156 [BZ #16386]
20157 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Adjust
20158 numbers with subnormal high part when calculating exponent.
20159
90b6a1e5
JM
20160 [BZ #16385]
20161 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Use fabsl not
20162 fabs.
20163
396e3ecf
JM
20164 [BZ #16384]
20165 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (ln2): Initialize with
20166 M_LN2l.
20167 (__ieee754_acoshl): Use __log1pl not __log1p.
20168
6c8dbf00
OB
201692013-01-02 Ondřej Bílka <neleai@seznam.cz>
20170
57f41c40
AS
20171 * malloc/arena.c (malloc_atfork, free_atfork, ptmalloc_lock_all)
20172 (ptmalloc_unlock_all, ptmalloc_unlock_all2, next_env_entry)
20173 (__failing_morecore, ptmalloc_init, dump_heap, new_heap)
20174 (grow_heap, heap_trim, _int_new_arena, get_free_list)
20175 (reused_arena, arena_get2): Convert to GNU style.
20176 * malloc/hooks.c (memalign_hook_ini, __malloc_check_init)
20177 (mem2mem_check, mem2chunk_check, top_check, realloc_check)
20178 (memalign_check, __malloc_set_state): Likewise.
6c8dbf00 20179 * malloc/mallocbug.c (main): Likewise.
57f41c40
AS
20180 * malloc/malloc.c (__malloc_assert, malloc_init_state)
20181 (free_perturb, do_check_malloced_chunk, do_check_malloc_state)
20182 (sysmalloc, systrim, mremap_chunk, __libc_malloc, __libc_free)
20183 (__libc_realloc, _mid_memalign, _int_malloc, malloc_consolidate)
20184 (_int_realloc, _int_memalign, mtrim, musable, __libc_mallopt)
20185 (__posix_memalign, malloc_info): Likewise.
6c8dbf00 20186 * malloc/malloc.h: Likewise.
57f41c40
AS
20187 * malloc/mcheck.c (checkhdr, unlink_blk, link_blk, freehook)
20188 (mallochook, memalignhook, reallochook, mabort): Likewise.
6c8dbf00 20189 * malloc/mcheck.h: Likewise.
57f41c40
AS
20190 * malloc/memusage.c (update_data, me, malloc, realloc, calloc)
20191 (free, mmap, mmap64, mremap, munmap, dest): Likewise.
6c8dbf00
OB
20192 * malloc/memusagestat.c (main, parse_opt, more_help): Likewise.
20193 * malloc/morecore.c (__default_morecore): Likewise.
20194 * malloc/mtrace.c (tr_break, lock_and_info, mtrace): Likewise.
57f41c40
AS
20195 * malloc/obstack.c (_obstack_begin, _obstack_newchunk)
20196 (_obstack_allocated_p, obstack_free, _obstack_memory_used)
20197 (print_and_abort): Likewise.
6c8dbf00
OB
20198 * malloc/obstack.h: Likewise.
20199 * malloc/set-freeres.c (__libc_freeres): Likewise.
20200 * malloc/tst-mallocstate.c (main): Likewise.
20201 * malloc/tst-mtrace.c (main): Likewise.
20202 * malloc/tst-realloc.c (do_test): Likewise.
20203
d4124212
SP
202042013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
20205
9a3c6a6f
SP
20206 [BZ #16366]
20207 * nscd/netgroupcache.c (do_notfound): New function.
20208 (addgetnetgrentX): Use it.
20209
d4124212
SP
20210 [BZ # 16365]
20211 * nscd/netgroupcache.c (addgetnetgrentX): Break if status is
20212 NSS_STATUS_NOTFOUND.
20213
97b9a009
JM
202142014-01-01 Joseph Myers <joseph@codesourcery.com>
20215
20216 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
20217 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20218
d4697bc9
AM
202192014-01-01 Allan McRae <allan@archlinux.org>
20220
ddb3687f
AM
20221 * scripts/update-copyrights: Update configure input file suffix.
20222
88726d48
AM
20223 * NEWS: Update copyright year.
20224 * catgets/gencat.c: Likewise.
20225 * csu/version.c: Likewise.
20226 * debug/catchsegv.sh: Likewise.
20227 * debug/pcprofiledump.c: Likewise.
20228 * debug/xtrace.sh: Likewise.
20229 * elf/ldconfig.c: Likewise.
20230 * elf/ldd.bash.in: Likewise.
20231 * elf/pldd.c: Likewise.
20232 * elf/sotruss.ksh: Likewise.
20233 * elf/sprof.c: Likewise.
20234 * iconv/iconv_prog.c: Likewise.
20235 * iconv/iconvconfig.c: Likewise.
20236 * locale/programs/locale.c: Likewise.
20237 * locale/programs/localedef.c: Likewise.
20238 * login/programs/pt_chown.c: Likewise.
20239 * malloc/memusage.sh: Likewise.
20240 * malloc/memusagestat.c: Likewise.
20241 * malloc/mtrace.pl: Likewise.
20242 * manual/libc.texinfo: Likewise.
20243 * nscd/nscd.c: Likewise.
20244 * nss/getent.c: Likewise.
20245 * nss/makedb.c: Likewise.
20246 * posix/getconf.c: Likewise.
20247 * scripts/test-installation.pl: Likewise.
20248
d4697bc9
AM
20249 * All files with FSF copyright notices: Update copyright dates
20250 using scripts/update-copyrights.
20251 * intl/plural.c: Regenerated.
20252 * locale/programs/charmap-kw.h: Likewise.
20253 * locale/programs/locfile-kw.h: Likewise.
20254
c8590f9d
MF
202552013-12-31 Mike Frysinger <vapier@gentoo.org>
20256
20257 * sysdeps/unix/sysv/linux/configure: Regenerated.
20258 * sysdeps/unix/sysv/linux/configure.ac: Call AC_CHECK_HEADER on
20259 the linux/fanotify.h header.
20260 * sysdeps/unix/sysv/linux/tst-fanotify.c: Check if
20261 HAVE_LINUX_FANOTIFY_H is defined.
20262
b19221b9
SP
202632013-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
20264
dd1d85e5
SP
20265 * benchtests/cos-inputs: New inputs.
20266 * benchtests/sin-inputs: Likewise.
20267
1acbb90f
SP
20268 * benchtests/atan-inputs: New inputs. Fix name of multiple
20269 precision fallback inputs.
20270
4c012ed3
SP
20271 * benchtests/atanh-inputs: New inputs.
20272 * benchtests/tanh-inputs: Likewise.
20273
eff98324
SP
20274 * benchtests/acosh-inputs: New inputs.
20275 * benchtests/asinh-inputs: Likewise.
20276
ce641152
SP
20277 * benchtests/cosh-inputs: New inputs.
20278 * benchtests/sinh-inputs: Likewise.
20279
b19221b9
SP
20280 * benchtests/acos-inputs: Add more inputs.
20281 * benchtests/asin-inputs: Likewise.
20282
030a4976 202832013-12-30 Ville Skytta <ville.skytta@iki.fi>
9dcc8f11 20284
030a4976 20285 [BZ #16375]
9dcc8f11
VS
20286 * manual/arith.texi: Fix spelling.
20287 * manual/charset.texi: Likewise.
20288 * manual/errno.texi: Likewise.
20289 * manual/filesys.texi: Likewise.
20290 * manual/lang.texi: Likewise.
20291 * manual/llio.texi: Likewise.
20292 * manual/locale.texi: Likewise.
20293 * manual/message.texi: Likewise.
20294 * manual/resource.texi: Likewise.
20295 * manual/search.texi: Likewise.
20296 * manual/setjmp.texi: Likewise.
20297 * manual/stdio.texi: Likewise.
20298 * manual/string.texi: Likewise.
20299 * manual/sysinfo.texi: Likewise.
20300 * manual/time.texi: Likewise.
20301
11520a57
CD
203022013-12-27 Carlos O'Donell <carlos@redhat.com>
20303
20304 * po/sl.po: New file.
20305
471103ae
MF
203062013-12-27 Mike Frysinger <vapier@gentoo.org>
20307
20308 * .gitignore: Add core/.gdbinit/.gdb_history.
20309
6c9642ed
AM
203102013-12-27 Allan McRae <allan@archlinux.org>
20311
20312 [BZ #16369]
20313 * sysdeps/ieee754/dbl-64/s_sin.c (csloww): Fix variable name.
20314 Reported by Il'ya Malakhov <ilmalakhov@yandex.ru>
20315
3f637079
BM
203162013-12-24 Brooks Moses <bmoses@google.com>
20317
20318 * string/string.h (__CORRECT_ISO_CPP_STRING_H_PROTO): Define for
20319 all compilers that claim C++98 compliance, not just GCC.
20320 * string/strings.h (__CORRECT_ISO_CPP_STRINGS_H_PROTO):
20321 Likewise.
20322
abc26e99
MK
203232013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
20324
20325 * NEWS: Restore accidentally deleted bug-fix entries.
20326
362b47fe
MK
203272013-12-24 Maxim Kuvyrkov <maxim@kugelworks.com>
20328 Ondřej Bílka <neleai@seznam.cz>
20329
20330 [BZ #15073]
20331 * malloc/malloc.c (_int_free): Perform sanity check only if we
11520a57 20332 have_lock.
362b47fe 20333
b9bcbbcb
OB
203342013-12-23 Ondřej Bílka <neleai@seznam.cz>
20335
20336 [BZ #12986]
20337 * manual/stdio.texi (String Input Conversions): Clarify that character
20338 classes are not supported.
20339
fb55fcd2
AZ
203402013-12-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20341
20342 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20343
ef7344f0
JM
203442013-12-22 Joseph Myers <joseph@codesourcery.com>
20345
4f40e4b3
JM
20346 [BZ #16337]
20347 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c (__ieee754_lgammal_r):
20348 Calculate results for small negative arguments directly rather
20349 than using reflection formula with special underflow handling.
20350
ef7344f0
JM
20351 * sysdeps/mach/hurd/Implies: Change unix/bsd/bsd4.4 to unix/bsd.
20352 * sysdeps/unix/bsd/syscalls.list (chflags): Add entry from
20353 sysdeps/unix/bsd/bsd4.4/syscalls.list.
20354 (fchflags): Likewise.
20355 (revoke): Likewise.
20356 (setlogin): Likewise.
20357 (sigaltstack): Likewise.
20358 (wait4): Likewise.
20359 (sigblock): Remove.
20360 (sigsetmask): Likewise.
20361 (wait3): Likewise.
20362 (waitpid): Likewise.
20363 * sysdeps/unix/bsd/bsd4.4/syscalls.list: Remove file.
20364 * sysdeps/unix/sysv/linux/wait3.c: Update directory of included
20365 file.
20366 * sysdeps/unix/bsd/bsd4.4/Makefile: Move to ...
20367 * sysdeps/unix/bsd/Makefile: ... here.
20368 * sysdeps/unix/bsd/bsd4.4/Versions: Move to ...
20369 * sysdeps/unix/bsd/Versions: ... here.
20370 * sysdeps/unix/bsd/bsd4.4/bits/sockaddr.h: Move to ...
20371 * sysdeps/unix/bsd/bits/sockaddr.h: ... here.
20372 * sysdeps/unix/bsd/bsd4.4/cmsg_nxthdr.c: Move to ...
20373 * sysdeps/unix/bsd/cmsg_nxthdr.c: ... here.
20374 * sysdeps/unix/bsd/bsd4.4/sigblock.c: Move to ...
20375 * sysdeps/unix/bsd/sigblock.c: ... here.
20376 * sysdeps/unix/bsd/bsd4.4/sigsetmask.c: Move to ...
20377 * sysdeps/unix/bsd/sigsetmask.c: ... here.
20378 * sysdeps/unix/bsd/bsd4.4/sigvec.c: Move to ...
20379 * sysdeps/unix/bsd/sigvec.c: ... here.
20380 * sysdeps/unix/bsd/bsd4.4/tcdrain.c: Move to ...
20381 * sysdeps/unix/bsd/tcdrain.c: ... here.
20382 * sysdeps/unix/bsd/bsd4.4/tcgetattr.c: Move to ...
20383 * sysdeps/unix/bsd/tcgetattr.c: ... here.
20384 * sysdeps/unix/bsd/bsd4.4/tcsetattr.c: Move to ...
20385 * sysdeps/unix/bsd/tcsetattr.c: ... here.
20386 * sysdeps/unix/bsd/bsd4.4/wait.c: Move to ...
20387 * sysdeps/unix/bsd/wait.c: ... here.
20388 * sysdeps/unix/bsd/bsd4.4/wait3.c: Move to ...
20389 * sysdeps/unix/bsd/wait3.c: ... here.
20390 * sysdeps/unix/bsd/bsd4.4/waitpid.c: Move to ...
20391 * sysdeps/unix/bsd/waitpid.c: ... here.
20392
5b0626b9
JM
203932013-12-21 Joseph Myers <joseph@codesourcery.com>
20394
20395 [BZ #16356]
20396 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Also set
20397 round-to-nearest for [!USE_AS_EXPM1L].
20398 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Likewise.
20399 * math/auto-libm-test-in: Do not expect cosh tests to fail. Add
20400 more tests of exp and exp10. Expect some exp10 tests to miss
20401 exceptions or fail in directed rounding modes.
20402 * math/auto-libm-test-out: Regenerated.
20403 * math/libm-test.inc (exp10_tonearest_test_data): New array.
20404 (exp10_test_tonearest): New function.
20405 (exp10_towardzero_test_data): New array.
20406 (exp10_test_towardzero): New function.
20407 (exp10_downward_test_data): New array.
20408 (exp10_test_downward): New function.
20409 (exp10_upward_test_data): New array.
20410 (exp10_test_upward): New function.
20411 (main): Call the new functions.
20412 * sysdeps/i386/fpu/libm-test-ulps: Update.
20413 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20414
7fda5682
JM
204152013-12-20 Joseph Myers <joseph@codesourcery.com>
20416
31e3a405
JM
20417 * math/auto-libm-test-in: Add more tests of acos, acosh, asin,
20418 asinh, atan, atan2, atanh, cbrt, cos and cosh.
20419 * math/auto-libm-test-out: Regenerated.
20420 * math/libm-test.inc (acosh_test_data): Add more tests.
20421 (atanh_test_data): Likewise.
20422 (ceil_test_data): Likewise.
20423 (copysign_test_data): Likewise.
20424 * sysdeps/i386/fpu/libm-test-ulps: Update.
20425 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20426
85bff96a
JM
20427 * timezone/checktab.awk: Update from tzcode 2013i.
20428 * timezone/private.h: Likewise.
20429 * timezone/scheck.c: Likewise.
20430 * timezone/tzfile.h: Likewise.
20431 * timezone/tzselect.ksh: Likewise.
20432 * timezone/zdump.c: Likewise.
20433 * timezone/zic.c: Likewise.
20434
b7867a3b
JM
20435 * math/auto-libm-test-in: Add tests of cpow.
20436 * math/auto-libm-test-out: Regenerated.
20437 * math/libm-test.inc (cpow_test_data): Use AUTO_TESTS_cc_c.
57f41c40 20438 * math/gen-auto-libm-tests.c (func_calc_method): Add value
b7867a3b
JM
20439 mpc_cc_c.
20440 (func_calc_desc): Add mpc_cc_c union field.
20441 (test_functions): Add cpow.
20442 (special_fill_2pi): New function.
20443 (special_real_inputs): Add 2pi.
20444 (calc_generic_results): Handle mpc_cc_c.
20445 * sysdeps/i386/fpu/libm-test-ulps: Update.
20446 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20447
7fda5682
JM
20448 * math/auto-libm-test-in: Add tests of ccos, ccosh, cexp, clog,
20449 csqrt, ctan and ctanh.
20450 * math/auto-libm-test-out: Regenerated.
20451 * math/libm-test.inc (TEST_COND_x86_64): New macro.
20452 (TEST_COND_x86): Likewise.
20453 (ccos_test_data): Use AUTO_TESTS_c_c.
20454 (ccosh_test_data): Likewise.
20455 (cexp_test_data): Likewise.
20456 (clog_test_data): Likewise.
20457 (csqrt_test_data): Likewise.
20458 (ctan_test_data): Likewise.
20459 (ctan_tonearest_test_data): Likewise.
20460 (ctan_towardzero_test_data): Likewise.
20461 (ctan_downward_test_data): Likewise.
20462 (ctan_upward_test_data): Likewise.
20463 (ctanh_test_data): Likewise.
20464 (ctanh_tonearest_test_data): Likewise.
20465 (ctanh_towardzero_test_data): Likewise.
20466 (ctanh_downward_test_data): Likewise.
20467 (ctanh_upward_test_data): Likewise.
20468 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20469 mpc_c_c.
20470 (func_calc_desc): Add mpc_c_c union field.
20471 (FUNC_mpc_c_c): New macro.
20472 (test_functions): Add cacos, cacosh, casin, casinh, catan, catanh,
20473 ccos, ccosh, cexp, clog, clog10, csin, csinh, csqrt, ctan and
20474 ctanh.
20475 (special_fill_min_subnorm_p120): New function.
20476 (special_real_inputs): Add min_subnorm_p120.
20477 (calc_generic_results): Handle mpc_c_c.
20478 * sysdeps/i386/fpu/libm-test-ulps: Update.
20479 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20480
5ff8d60e
SP
204812013-12-20 Siddhesh Poyarekar <siddhesh@redhat.com>
20482
57f41c40
AS
20483 * sysdeps/ieee754/dbl-64/s_sin.c (do_cos, do_cos_slow, do_sin)
20484 (do_sin_slow): New functions.
20485 (__sin, __cos, slow1, slow2, sloww1, sloww2, bsloww1, bsloww2)
20486 (cslow2, csloww1, csloww2): Use the new functions.
392dd2de 20487
84ba214c
SP
20488 * sysdeps/ieee754/dbl-64/s_sin.c (sloww1): Add new argument M.
20489 Use M to change sign of result instead of X. Assume X is
20490 positive.
20491 (csloww1): Likewise.
20492 (__sin): Adjust.
20493 (__cos): Adjust.
20494
975195e4
SP
20495 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): Remove
20496 arguments A and DA.
20497 (__sin): Adjust.
20498 (__cos): Likewise.
20499
5ff8d60e
SP
20500 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use DA directly.
20501 (__cos): Likewise.
20502 (sloww1): Don't adjust sign of DX.
20503 (csloww1): Likewise.
20504 (sloww2): Use X directly and don't adjust sign of DX.
20505 (csloww2): Likewise.
20506
eb983568
JM
205072013-12-19 Joseph Myers <joseph@codesourcery.com>
20508
64a17f1a
JM
20509 * math/auto-libm-test-in: Add tests of cabs and carg.
20510 * math/auto-libm-test-out: Regenerated.
20511 * math/libm-test.inc (cabs_test_data): Use AUTO_TESTS_c_f.
20512 (carg_test_data): Likewise.
20513 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20514 mpc_c_f.
20515 (func_calc_desc): Add mpc_c_f union field.
20516 (test_functions): Add cabs and carg.
20517 (calc_generic_results): Handle mpc_c_f.
20518
eb983568
JM
20519 * sysdeps/powerpc/powerpc32/libgcc-compat.S
20520 [_SOFT_FLOAT || __NO_FPRS__] (__fixdfdi_v_glibc20): Do not define
20521 as a macro and a compat symbol.
20522 [_SOFT_FLOAT || __NO_FPRS__] (__fixsfdi_v_glibc20): Likewise.
20523 [_SOFT_FLOAT || __NO_FPRS__] (__fixunsdfdi_v_glibc20): Likewise.
20524 [_SOFT_FLOAT || __NO_FPRS__] (__fixunssfdi_v_glibc20): Likewise.
20525 [_SOFT_FLOAT || __NO_FPRS__] (__floatdidf_v_glibc20): Likewise.
20526 [_SOFT_FLOAT || __NO_FPRS__] (__floaddisf_v_glibc20): Likewise.
20527 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixdfdi): Do
20528 not use .hidden.
20529 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixsfdi):
20530 Likewise.
20531 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunsdfdi):
20532 Likewise.
20533 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__fixunssfdi):
20534 Likewise.
20535 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddidf):
20536 Likewise.
20537 [HAVE_DOT_HIDDEN && (_SOFT_FLOAT || __NO_FPRS__)] (__floaddisf):
20538 Likewise.
20539 * sysdeps/powerpc/nofpu/Versions (libc): Remove __fixdfdi,
20540 __fixsfdi, __fixunsdfdi, __fixunssfdi, __floatdidf and __floatdisf
20541 from GLIBC_2.3.2.
20542
6eeb678a
AZ
205432013-12-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20544
20545 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20546
6f6fc482
JM
205472013-12-19 Joseph Myers <joseph@codesourcery.com>
20548
21fea2e2
JM
20549 * manual/texinfo.tex: Update to version 2013-11-26.10 with
20550 trailing whitespace removed.
20551 * scripts/config.guess: Update to version 2013-11-29.
20552 * scripts/config.sub: Update to version 2013-10-01.
20553
6f6fc482
JM
20554 * math/auto-libm-test-in: Add tests of sincos.
20555 * math/auto-libm-test-out: Regenerated.
20556 * math/libm-test.inc (sincos_test_data): Use AUTO_TESTS_fFF_11.
20557 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20558 mpfr_f_11.
20559 (func_calc_desc): Add mpfr_f_11 union field.
20560 (test_functions): Add sincos.
20561 (calc_generic_results): Handle mpfr_f_11.
20562 * sysdeps/i386/fpu/libm-test-ulps: Update.
20563 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20564
83f5c32d
AS
205652013-12-19 Andreas Schwab <schwab@suse.de>
20566
20567 * sysdeps/powerpc/powerpc64/power7/memchr.S: Fix argument of
20568 CALL_MCOUNT.
20569 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
20570 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S
20571 [USE_IN_EXTENDED_LOCALE_MODEL]: Likewise.
20572
c688b419
JM
205732013-12-19 Joseph Myers <joseph@codesourcery.com>
20574
335ee092
JM
20575 * math/gen-libm-test.pl (%beautify): Remove M_* constants.
20576 * sysdeps/i386/fpu/libm-test-ulps: Update.
20577 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20578
f88acd39
JM
20579 [BZ #16293]
20580 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]: Set
20581 round-to-nearest mode when using frndint.
20582 * sysdeps/i386/fpu/s_expm1.S (__expm1): Likewise.
20583 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
20584 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL) [USE_AS_EXPM1L]:
20585 Likewise.
20586 * math/auto-libm-test-in: Add more tests of expm1. Do not expect
20587 sinh test to fail.
20588 * math/auto-libm-test-out: Regenerated.
20589 * math/libm-test.inc (TEST_COND_x86_64): Remove macro.
20590 (TEST_COND_x86): Likewise.
20591 (expm1_tonearest_test_data): New array.
20592 (expm1_test_tonearest): New function.
20593 (expm1_towardzero_test_data): New array.
20594 (expm1_test_towardzero): New function.
20595 (expm1_downward_test_data): New array.
20596 (expm1_test_downward): New function.
20597 (expm1_upward_test_data): New array.
20598 (expm1_test_upward): New function.
20599 (main): Run the new test functions.
20600 * sysdeps/i386/fpu/libm-test-ulps: Update.
20601 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20602
c688b419
JM
20603 * include/features.h: Update comment documenting feature test
20604 macros. Mention _DEFAULT_SOURCE in comment.
20605 [_GNU_SOURCE] (_DEFAULT_SOURCE): Undefine and redefine.
20606 [_DEFAULT_SOURCE]: Undefine and redefine _DEFAULT_SOURCE,
20607 _BSD_SOURCE and _SVID_SOURCE.
20608 [!__STRICT_ANSI__ && !_ISOC99_SOURCE && !_POSIX_SOURCE &&
20609 !_POSIX_C_SOURCE && !_XOPEN_SOURCE && !_BSD_SOURCE &&
20610 !_SVID_SOURCE]: Likewise.
20611 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20612 (__USE_POSIX_IMPLICITLY): Define.
20613 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20614 (_POSIX_SOURCE): Undefine and redefine.
20615 [_DEFAULT_SOURCE && !_POSIX_SOURCE && !_POSIX_C_SOURCE]
20616 (_POSIX_C_SOURCE): Likewise.
20617 * manual/creature.texi (_DEFAULT_SOURCE): Document.
20618 (Feature Test Macros): Update documentation of default features.
20619
9f6e964c
RS
206202013-12-19 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
20621
20622 * benchtests/Makefile: Add bench-strtok.
20623 * benchtests/bench-strtok.c: New file: strtok benchtest.
20624
ee0a148a
AM
206252013-12-19 Allan McRae <allan@archlinux.org>
20626
20627 * manual/install.texi: Suppress menu for plain text output.
20628 * INSTALL: Regenerated.
20629
b9ab448f
BM
206302013-12-18 Brooks Moses <bmoses@google.com>
20631
20632 [BZ #15846]
20633 * misc/getauxval.c: Include errno.h.
20634 (__getauxval): Set errno to ENOENT if the requested type is not
20635 found.
20636 * misc/sys/auxv.h (getauxval): Document that it may set errno;
20637 don't declare with __attribute_const__.
20638 * elf/tst-auxv.c: Add tests for errno and type-not-found case.
20639 * manual/startup.texi: Document that getauxval sets errno.
20640
23776487
JM
206412013-12-18 Joseph Myers <joseph@codesourcery.com>
20642
f889953b
JM
20643 * math/auto-libm-test-in: Add tests of jn and yn.
20644 * math/auto-libm-test-out: Regenerated.
20645 * math/libm-test.inc (jn_test_data): Use AUTO_TESTS_if_f.
20646 (yn_test_data): Likewise.
20647 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20648 mpfr_if_f.
20649 (func_calc_desc): Add mpfr_if_f union field.
20650 (FUNC_mpfr_if_f): New macro.
20651 (test_functions): Add jn and yn.
20652 (calc_generic_results): Assert type of second input for
20653 mpfr_ff_f. Handle mpfr_if_f.
20654 (output_for_one_input_case): Disable all checking for arguments
20655 fitting floating-point types in case of an integer argument.
20656 * sysdeps/i386/fpu/libm-test-ulps: Update.
20657 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20658
23776487
JM
20659 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
20660 Don't expect fegetround reference in libm.so.
20661
cb756c6d
MS
206622013-12-17 Marcus Shawcroft <marcus.shawcroft@linaro.org>
20663
20664 * sysdeps/ieee754/dbl-64/Makefile (CFLAGS-e_sqrt.c): Add
20665 $(config-cflags-nofma).
20666
2dec468f
JM
206672013-12-18 Joseph Myers <joseph@codesourcery.com>
20668
5953eb3a
JM
20669 * math/auto-libm-test-in: Mark some hypot tests no-test-inline.
20670 * math/auto-libm-test-out: Regenerated.
20671
2dec468f
JM
20672 [BZ #16338]
20673 * sysdeps/ieee754/ldbl-128/e_logl.c (__ieee754_logl): Use __frexpl
20674 to determine exponent and adjust argument to have exponent of -1.
20675 * math/auto-libm-test-in: Add more tests of log, log10, log1p and
20676 log2.
20677 * math/auto-libm-test-out: Regenerated.
20678 * sysdeps/i386/fpu/libm-test-ulps: Update.
20679 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20680
4d84e6ad
OB
206812013-12-18 Ondřej Bílka <neleai@seznam.cz>
20682
20683 * manual/probes.texi: Remove cases when per-thread arenas are
20684 disabled.
20685
1818483b
AS
206862013-12-18 Andreas Schwab <schwab@suse.de>
20687
20688 * sysdeps/i386/i686/multiarch/strstr.c: Remove.
20689 * sysdeps/i386/i686/multiarch/strstr-c.c: Remove.
20690 * sysdeps/i386/i686/multiarch/strcasestr.c: Remove.
20691 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: Remove.
20692 * sysdeps/i386/i686/multiarch/Makefile: Update.
20693 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: Update.
20694
25de95bf
JM
206952013-12-17 Joseph Myers <joseph@codesourcery.com>
20696
20697 * sysdeps/unix/bsd/bsd4.4/bits/errno.h: Remove file.
20698 * sysdeps/unix/bsd/bsd4.4/bits/ioctls.h: Likewise.
20699
674762d9
PE
207002013-12-17 Paul Eggert <eggert@cs.ucla.edu>
20701
ed27ed83 20702 [BZ #15968]
0748546f
PE
20703 Support TZ transition times < 00:00:00.
20704 This is needed for version-3 tz-format files; it supports time
20705 stamps past 2037 for America/Godthab (the only entry in the tz
20706 database for which this change is relevant).
20707 * manual/time.texi (TZ Variable): Document transition times
20708 from -167:59:59 through -00:00:01.
20709 * time/tzset.c (tz_rule): Time of day is now signed.
20710 (__tzset_parse_tz): Parse negative time of day.
20711
4480e934
PE
20712 Document TZ transition times >= 25:00:00.
20713 * manual/time.texi (TZ Variable): Document transition times from
20714 25:00:00 through 167:59:59. These are already supported, and this
20715 support will help with version-3 tz-format files.
20716
69947401
PE
20717 * manual/time.texi (TZ Variable): Modernize North America example
20718 to reflect current (i.e., 2007-and-later) daylight saving rules.
20719
674762d9
PE
20720 * manual/time.texi (TZ Variable): POSIX.1 hour can be 24.
20721
7011c262
JM
207222013-12-17 Joseph Myers <joseph@codesourcery.com>
20723
2fc6557e
JM
20724 * sysdeps/unix/bsd/bits/posix_opt.h: Remove file.
20725 * sysdeps/unix/bsd/bits/stat.h: Likewise.
20726 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/environments.h: Likewise.
20727 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
20728 * sysdeps/unix/bsd/bsd4.4/freebsd/sys/sysmacros.h: Likewise.
20729 * sysdeps/unix/bsd/bsdstat.h: Likewise.
20730 * sysdeps/unix/bsd/clock.c: Likewise.
20731 * sysdeps/unix/bsd/i386/vfork.S: Likewise.
20732 * sysdeps/unix/bsd/i386/wait3.S: Likewise.
20733 * sysdeps/unix/bsd/init-posix.c: Likewise.
20734 * sysdeps/unix/bsd/poll.c: Likewise.
20735 * sysdeps/unix/bsd/ptsname.c: Likewise.
20736 * sysdeps/unix/bsd/seekdir.c: Likewise.
20737 * sysdeps/unix/bsd/setegid.c: Likewise.
20738 * sysdeps/unix/bsd/seteuid.c: Likewise.
20739 * sysdeps/unix/bsd/setgid.c: Likewise.
20740 * sysdeps/unix/bsd/setrgid.c: Likewise.
20741 * sysdeps/unix/bsd/setruid.c: Likewise.
20742 * sysdeps/unix/bsd/setsid.c: Likewise.
20743 * sysdeps/unix/bsd/setuid.c: Likewise.
20744 * sysdeps/unix/bsd/sigaction.c: Likewise.
20745 * sysdeps/unix/bsd/sigprocmask.c: Likewise.
20746 * sysdeps/unix/bsd/sigsuspend.c: Likewise.
20747 * sysdeps/unix/bsd/sys/reboot.h: Likewise.
20748 * sysdeps/unix/bsd/telldir.c: Likewise.
20749 * sysdeps/unix/bsd/times.c: Likewise.
20750 * sysdeps/unix/bsd/usleep.c: Likewise.
20751
029c7b25
JM
20752 * misc/Makefile (install-lib): Remove libbsd-compat.a.
20753 ($(objpfx)libbsd-compat.a): Remove rule.
20754
7011c262
JM
20755 * include/features.h (__FAVOR_BSD): Do not define.
20756 * manual/creature.texi (_BSD_SOURCE): Do not document as enabling
20757 features conflicting with POSIX.
20758 (_GNU_SOURCE): Do not mention interaction with _BSD_SOURCE.
20759 (_BSD_SOURCE): Remove description of not being a subset of other
20760 feature test macros.
20761 * manual/job.texi (getpgrp): Do not document BSD version.
20762 (getpgid): Do not document by reference to BSD getpgrp.
20763 * posix/unistd.h [__FAVOR_BSD]: Remove conditional code.
20764 * setjmp/setjmp.h [__FAVOR_BSD]: Likewise.
20765 * signal/signal.h [__FAVOR_BSD]: Likewise.
20766 * sysdeps/gnu/netinet/tcp.h (struct tcphdr): Use anonymous unions
20767 instead of making contents conditional on [__FAVOR_BSD].
20768 * sysdeps/gnu/netinet/udp.h (struct udphdr): Likewise.
20769
affb6f78
AZ
207702013-12-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20771
20772 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
20773
c88769dd
JM
207742013-12-17 Joseph Myers <joseph@codesourcery.com>
20775
6432a540
JM
20776 [BZ #16314]
20777 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Adjust up
20778 values below 2**-450, not 2**-500.
20779 * math/auto-libm-test-in: Don't allow spurious underflow from
20780 hypot.
20781 * math/auto-libm-test-out: Regenerated.
20782
c88769dd
JM
20783 [BZ #16316]
20784 [BZ #16330]
20785 * sysdeps/ieee754/dbl-64/e_hypot.c (__ieee754_hypot): Update
20786 values of ha and hb and sort them after adjusting subnormal
20787 arguments.
20788 * sysdeps/ieee754/ldbl-128/e_hypotl.c (__ieee754_hypotl):
20789 Likewise.
20790 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Update
20791 values of ea and eb and sort them after adjusting subnormal
20792 arguments.
20793 * math/auto-libm-test-in: Do not expect some hypot tests of
20794 subnormals to fail. Add more hypot tests.
20795 * math/auto-libm-test-out: Regenerated.
20796
29618f6b
KK
207972013-12-16 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20798
20799 [BZ #13304]
20800 * sysdeps/sh/s_fma.c: New file.
20801 * sysdeps/sh/s_fmaf.c: New file.
20802 * sysdeps/sh/soft-fp/sfp-machine.h: New file. Based on arm
20803 version.
20804 * sysdeps/sh/Implies: Add sh/soft-fp.
20805
eacfdfbf
RM
208062013-12-16 Roland McGrath <roland@hack.frob.com>
20807
20808 * elf/dl-error.c (struct catch): Add new member `errcode'. Add a
20809 level of indirection to members `objname', `errstring', `malloced'.
20810 (_dl_signal_error): Store through pointers in *LCATCH rather modifying
20811 *LCATCH itself. Set *LCATCH->errcode to ERRCODE rather than passing
20812 it as the __longjmp argument (just pass 1 instead).
20813 (_dl_catch_error): Initialize C with argument pointers and address of
20814 volatile local ERRCODE rather than copying values out of C at return.
20815
ff362e5b
JM
208162013-12-16 Joseph Myers <joseph@codesourcery.com>
20817
20818 * math/auto-libm-test-in: Add tests of atan2, hypot and pow.
20819 * math/auto-libm-test-out: Regenerated.
20820 * math/libm-test.inc (atan2_test_data): Use AUTO_TESTS_ff_f.
20821 (hypot_test_data): Likewise.
20822 (pow_test_data): Likewise.
20823 (pow_tonearest_test_data): Likewise.
20824 * math/gen-auto-libm-tests.c (func_calc_method): Add value
20825 mpfr_ff_f.
20826 (func_calc_desc): Add mpfr_ff_f union field.
20827 (FUNC_mpfr_ff_f): New macro.
20828 (test_functions): Add atan2, hypot and pow.
20829 (special_fill_min): New function.
20830 (special_fill_minus_min): Likewise.
20831 (special_fill_min_subnorm): Likewise.
20832 (special_fill_minus_min_subnorm): Likewise.
20833 (special_real_inputs): Add min, -min, min_subnorm and
20834 -min_subnorm.
20835 (calc_generic_results): Handle mpfr_ff_f.
20836 * sysdeps/i386/fpu/libm-test-ulps: Update.
20837 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
20838
5764c27f
WN
208392013-12-16 Will Newton <will.newton@linaro.org>
20840
20841 * manual/memory.texi (Malloc Examples): Mention aligned_alloc.
20842 (Aligned Memory Blocks): Add documentation for aligned_alloc
20843 and suggest it as an alternative to posix_memalign.
20844 (Hooks for Malloc): Document __memalign_hook is also called
20845 for aligned_alloc. (Summary of Malloc): Add summary for
20846 aligned alloc. Document __memalign_hook is also called
20847 for aligned_alloc.
20848
0a096e44
WN
208492013-12-16 Will Newton <will.newton@linaro.org>
20850
20851 * manual/memory.texi (Malloc Examples): Clarify default
20852 alignment documentation. Suggest posix_memalign rather
20853 than memalign or valloc.
20854 (Aligned Memory Blocks): Remove suggestion to use memalign
20855 or valloc. Remove obsolete comment about BSD.
20856 Document memalign errno values and mark the function obsolete.
20857 Document posix_memalign returned error codes. Mark valloc
20858 as obsolete. (Hooks for Malloc): __memalign_hook is also
20859 called for posix_memalign and valloc.
20860 (Summary of Malloc): Add posix_memalign to function summary.
20861 __memalign_hook is also called for posix_memalign and valloc.
20862
8d561986
SP
208632013-12-16 Siddhesh Poyarekar <siddhesh@redhat.com>
20864
20865 * sysdeps/ieee754/dbl-64/s_sin.c (TAYLOR_SINCOS): Rename to
20866 TAYLOR_SIN.
20867 (__sin): Adjust.
20868 (__cos): Likewise.
20869 (sloww): Use mynumber union. Expand ternary operator into
20870 if-else statements.
20871 (cslow): use mynumber union.
20872
73616a74
AM
208732013-12-16 Allan McRae <allan@archlinux.org>
20874
9e8ac24b
AM
20875 * configure.ac: Set AUTOCONF when maintainer-mode is not used.
20876 * configure: Regenerated.
20877
6f8e37eb
AM
20878 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update file name.
20879
8894bad3
AM
20880 [BZ #14120]
20881 * configure.ac: Added --enable-maintainer-mode. Check for
20882 autoconf when enabled.
20883 * configure: Regenerated.
20884
73616a74
AM
20885 * nscd/nscd.service: New file.
20886 * nscd/nscd.tmpfiles: New file.
20887
584b18eb
OB
208882013-12-14 Ondřej Bílka <neleai@seznam.cz>
20889
20890 [BZ #12100]
20891 * sysdeps/x86_64/multiarch/strstr-sse2-unaligned.S: New file
20892 * sysdeps/x86_64/multiarch/strstr-c.c: Moved to ...
20893 * sysdeps/x86_64/multiarch/strstr.c: ... here.
20894 (strstr): Add __strstr_sse2_unaligned ifunc.
20895 * sysdeps/x86_64/multiarch/strcasestr-c.c: Moved to ...
20896 * sysdeps/x86_64/multiarch/strcasestr.c ... here.
20897 (strcasestr): Remove __strcasestr_sse42 ifunc.
20898 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Remove.
20899 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
20900 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
20901
8a5c7897
KK
209022013-12-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
20903
20904 * sysdeps/sh/sh4/fpu/bits/fenv.h: Move to ...
20905 * sysdeps/sh/bits/fenv.h: ... here.
20906 * sysdeps/sh/sh4/fpu/bits: Remove directory.
20907
fd712ef3
AZ
209082013-12-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
20909
20910 * NEWS: Mention ppc64 STT_GNU_IFUNC support.
20911
42fcb46c
AZ
20912 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add hypot and
20913 hypotf multiarch implementations.
20914 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-power7.c: New file.
20915 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot-ppc64.c: New file.
20916 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypot.c: New file:
20917 multiarch hypot for PPC64.
20918 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-power7.c: New file.
20919 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf-ppc64.c: New file.
20920 * sysdeps/powerpc/powerpc64/fpu/multiarch/e_hypotf.c : New file:
20921 multiarch hypotf for PPC64.
20922
83efded4
AZ
20923 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add modf and
20924 modff multiarch implementations.
20925 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-power5+.c: New file.
20926 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf-ppc64.c: New file.
20927 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modf.c: New file:
20928 multiarch modf for PPC64.
20929 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-power5+.c: New file.
20930 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff-ppc64.c: New file.
20931 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_modff.c : New file:
20932 multiarch modff for PPC64.
20933
43e246d2
AZ
20934 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add logb, logbf,
20935 and logl multiarch implementations.
20936 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-power7.c: New file.
20937 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb-ppc64.c: New file.
20938 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logb.c: New file:
20939 multiarch logb for PPC64.
20940 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-power7.c: New file.
20941 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf-ppc64.c: New file.
20942 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbf.c: New file:
20943 multiarch logb for PPC64.
20944 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-power7.c: New file.
20945 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl-ppc64.c: New file.
20946 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_logbl.c: New file:
20947 multiarch logb for PPC64.
20948
8fdad123
AZ
20949 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isinf and
20950 isinff multiarch implementation.
20951 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-power7.S: New
20952 file.
20953 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf-ppc64.S: New file.
20954 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinf.c: New file:
20955 multiarch isinf for PPC64.
20956 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff-ppc64.c: New
20957 file.
20958 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isinff.c: New file:
20959 multiarch isinff for PPC64.
20960
1481d706
AZ
20961 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add finite and
20962 finitef multiarch implementation.
20963 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-power7.S: New
20964 file.
20965 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite-ppc64.S: New file.
20966 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finite.c: New file:
20967 multiarch finite for PPC64.
20968 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef-ppc64.c: New
20969 file.
20970 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_finitef.c: New file:
20971 multiarch finitef for PPC64.
20972
5ccd5fc8
AZ
20973 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llrint and
20974 lrint multiarch implementation.
20975 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-power6x.S: New
20976 file.
20977 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint-ppc64.S: New file.
20978 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llrint.c: New file:
20979 multiarch llrint for PPC64.
20980 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lrint.c: New file:
20981 multiarch lrint for PPC64.
20982
2568f3fa
AZ
20983 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add copysign/
20984 copysignf multiarch implementation.
20985 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-power6.S: New
20986 file.
20987 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign-ppc64.S: New
20988 file.
20989 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysign.c: New file:
20990 multiarch copysign for PPC64.
20991 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_copysignf.c: New file:
20992 multiarch copysignf for PPC64.
20993
1cb341fd
AZ
20994 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add trunc/truncf
20995 multiarch implementation.
20996 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-power5+.S: New
20997 file.
20998 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc-ppc64.S: New
20999 file.
21000 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-power5+.S: New
21001 file.
21002 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf-ppc64.S: New
21003 file.
21004 multiarch llround for PPC64.
21005 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_trunc.c: New file:
21006 multiarch trunc for PPC64.
21007 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_truncf.c: New file:
21008 multiarch truncf for PPC64.
21009
59a3e194
AZ
21010 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add round/roundf
21011 multiarch implementation.
21012 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-power5+.S: New
21013 file.
21014 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round-ppc64.S: New
21015 file.
21016 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-power5+.S: New
21017 file.
21018 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf-ppc64.S: New
21019 file.
21020 multiarch llround for PPC64.
21021 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_round.c: New file:
21022 multiarch round for PPC64.
21023 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_roundf.c: New file:
21024 multiarch roundf for PPC64.
21025
357fd3b4
AZ
21026 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add floor/floorf
21027 multiarch implementation.
21028 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-power5+.S: New
21029 file.
21030 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor-ppc64.S: New
21031 file.
21032 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-power5+.S: New
21033 file.
21034 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf-ppc64.S: New
21035 file.
21036 multiarch llround for PPC64.
21037 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floor.c: New file:
21038 multiarch floor for PPC64.
21039 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_floorf.c: New file:
21040 multiarch floorf for PPC64.
21041
96770f12
AZ
21042 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add ceil/ceilf
21043 multiarch implementation.
21044 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-power5+.S: New
21045 file.
21046 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil-ppc64.S: New
21047 file.
21048 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-power5+.S: New
21049 file.
21050 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf-ppc64.S: New
21051 file.
21052 multiarch llround for PPC64.
21053 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceil.c: New file:
21054 multiarch ceil for PPC64.
21055 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_ceilf.c: New file:
21056 multiarch ceilf for PPC64.
21057
c3627f6e
AZ
21058 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add llround
21059 multiarch implementation.
21060 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power5+.S: New
21061 file.
21062 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-power6x.S: New
21063 file.
21064 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround-ppc64.S: New
21065 file.
21066 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_llround.c: New file:
21067 multiarch llround for PPC64.
21068 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_lround.c: New file:
21069 multiarch lround for PPC64.
21070
b2284ad7
AZ
21071 * sysdeps/powerpc/powerpc64/fpu/multiarch/Makefile: Add isnan
21072 multiarch implementation.
21073 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power5.S: New file.
21074 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6.S: New file.
21075 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power6x.S: New
21076 file.
21077 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-power7.S: New file.
21078 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan-ppc64.S: New file.
21079 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnan.c: New file:
21080 multiarch isnan for PPC64.
21081 * sysdeps/powerpc/powerpc64/fpu/multiarch/s_isnanf.c: New file:
21082 multiarch isnanf for PPC64.
21083
69bbc63d
AZ
21084 * sysdeps/powerpc/powerpc64/power5+/fpu/multiarch/Implies: New file.
21085 * sysdeps/powerpc/powerpc64/power5/fpu/multiarch/Implies: New file.
21086 * sysdeps/powerpc/powerpc64/power6/fpu/multiarch/Implies: New file.
21087 * sysdeps/powerpc/powerpc64/power6x/fpu/multiarch/Implies: New file.
21088 * sysdeps/powerpc/powerpc64/power7/fpu/multiarch/Implies: New file
21089 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/Implies: Remove.
21090
c24517c9
AZ
21091 * sysdeps/powerpc/fpu/w_sqrt.c: Remove file
21092 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
21093 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
21094 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
21095
a52374e8
AZ
21096 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add stpcpy
21097 multiarch implementations.
21098 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21099 (__libc_ifunc_impl_list): Likewise.
21100 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-power7.c: New file.
21101 * sysdeps/powerpc/powerpc64/multiarch/stpcpy-ppc64.c: New file.
21102 * sysdeps/powerpc/powerpc64/multiarch/stpcpy.c : New file:
21103 multiarch stpcpy for PPC64.
21104
7f5ec113
AZ
21105 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcpy
21106 multiarch implementations.
21107 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21108 (__libc_ifunc_impl_list): Likewise.
21109 * sysdeps/powerpc/powerpc64/multiarch/strcpy-power7.c: New file.
21110 * sysdeps/powerpc/powerpc64/multiarch/strcpy-ppc64.c: New file.
21111 * sysdeps/powerpc/powerpc64/multiarch/strcpy.c : New file:
21112 multiarch strcpy for PPC64.
21113
e28bcd42
AZ
21114 * string/wordcopy.c (_wordcopy_fwd_aligned): Add define to
21115 redefine function name.
21116 (_wordcopy_fwd_dest_aligned): Likewise.
21117 (_wordcopy_bwd_aligned): Likewise.
21118 (_wordcopy_bwd_dest_aligned): Likewise.
21119 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wordcopy
21120 multiarch implementations.
21121 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21122 (__libc_ifunc_impl_list): Likewise.
21123 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power6.c: New file.
21124 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-power7.c: New file.
21125 * sysdeps/powerpc/powerpc64/multiarch/wordcopy-ppc64.c: New file.
21126 * sysdeps/powerpc/powerpc64/multiarch/wordcopy.c : New file:
21127 multiarch wcscpy for PPC64.
21128
92cacfce
AZ
21129 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcscpy
21130 multiarch implementations.
21131 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21132 (__libc_ifunc_impl_list): Likewise.
21133 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power6.c: New file.
21134 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-power7.c: New file.
21135 * sysdeps/powerpc/powerpc64/multiarch/wcscpy-ppc64.c: New file.
21136 * sysdeps/powerpc/powerpc64/multiarch/wcscpy.c : New file:
21137 multiarch wcscpy for PPC64.
21138
7b714620
AZ
21139 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcsrchr
21140 multiarch implementations.
21141 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21142 (__libc_ifunc_impl_list): Likewise.
21143 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power6.c: New file.
21144 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-power7.c: New file.
21145 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr-ppc64.c: New file.
21146 * sysdeps/powerpc/powerpc64/multiarch/wcsrchr.c : New file:
21147 multiarch wcsrchr for PPC64.
21148
16fd2ae3
AZ
21149 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add wcschr
21150 multiarch implementations.
21151 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21152 (__libc_ifunc_impl_list): Likewise.
21153 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power6.c: New file.
21154 * sysdeps/powerpc/powerpc64/multiarch/wcschr-power7.c: New file.
21155 * sysdeps/powerpc/powerpc64/multiarch/wcschr-ppc64.c: New file.
21156 * sysdeps/powerpc/powerpc64/multiarch/wcschr.c : New file:
21157 multiarch wcschr for PPC64.
21158
9ee2969b
AZ
21159 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchrnul
21160 multiarch implementations.
21161 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21162 (__libc_ifunc_impl_list): Likewise.
21163 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-power7.S: New file.
21164 * sysdeps/powerpc/powerpc64/multiarch/strchrnul-ppc64.c: New file.
21165 * sysdeps/powerpc/powerpc64/multiarch/strchrnul.c: New file:
21166 multiarch strchrnul for PPC64.
21167
372dc060
AZ
21168 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strchr multiarch
21169 implementations.
21170 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21171 (__libc_ifunc_impl_list): Likewise.
21172 * sysdeps/powerpc/powerpc64/multiarch/rtld-strchr.S: New file.
21173 * sysdeps/powerpc/powerpc64/multiarch/strchr-power7.S: New file.
21174 * sysdeps/powerpc/powerpc64/multiarch/strchr-ppc64.S: New file.
21175 * sysdeps/powerpc/powerpc64/multiarch/strchr.c: New file: multiarch
21176 strchr for PPC64.
21177
24c2c3b9
AZ
21178 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncmp multiarch
21179 implementations.
21180 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21181 (__libc_ifunc_impl_list): Likewise.
21182 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power4.S: New file.
21183 * sysdeps/powerpc/powerpc64/multiarch/strncmp-power7.S: New file.
21184 * sysdeps/powerpc/powerpc64/multiarch/strncmp-ppc64.S: New file.
21185 * sysdeps/powerpc/powerpc64/multiarch/strncmp.c: New file: multiarch
21186 strncmp for PPC64.
21187
1c92d9a0
AZ
21188 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strncasecmp
21189 multiarch implementations.
21190 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21191 (__libc_ifunc_impl_list): Likewise.
21192 * sysdeps/powerpc/powerpc64/multiarch/strncase-power7.c: New file.
21193 * sysdeps/powerpc/powerpc64/multiarch/strncase.c: New file: multiarch
21194 strncasecmp for PPC64.
21195 * sysdeps/powerpc/powerpc64/multiarch/strncase_l-power7.c: New file.
21196 * sysdeps/powerpc/powerpc64/multiarch/strncase_l.c: New file:
21197 multiarch strncasecmp_l for PPC64.
21198
17de3ee3
AZ
21199 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strcasecmp
21200 multiarch implementations.
21201 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c:
21202 (__libc_ifunc_impl_list): Likewise.
21203 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp-power7.S: New file.
21204 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp.c: New file:
21205 multiarch strcasecmp for PPC64.
21206 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l-power7.S: New
21207 file.
21208 * sysdeps/powerpc/powerpc64/multiarch/strcasecmp_l.c: new file:
21209 multiarch strcasecmp_l for PPC64.
21210
62982bf9
AZ
21211 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strnlen multiarch
21212 implementations.
21213 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21214 (__libc_ifunc_impl_list): Likewise.
21215 * sysdeps/powerpc/powerpc64/multiarch/strnlen-power7.S: New file.
21216 * sysdeps/powerpc/powerpc64/multiarch/strnlen-ppc64.c: New file.
21217 * sysdeps/powerpc/powerpc64/multiarch/strnlen.c: New file: multiarch
21218 strnlen for PPC64.
21219
a65f4904
AZ
21220 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add strlen multiarch
21221 implementations.
21222 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21223 (__libc_ifunc_impl_list): Likewise.
21224 * sysdeps/powerpc/powerpc64/multiarch/strlen-power7.S: New file.
21225 * sysdeps/powerpc/powerpc64/multiarch/strlen-ppc64.S: New file.
21226 * sysdeps/powerpc/powerpc64/multiarch/strlen.c: New file: multiarch
21227 strlen for PPC64.
21228
1fd005ad
AZ
21229 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add rawmemch multiarch
21230 implementations.
21231 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21232 (__libc_ifunc_impl_list): Likewise.
21233 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-power7.S: New file.
21234 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr-ppc64.c: New file.
21235 * sysdeps/powerpc/powerpc64/multiarch/rawmemchr.c: New file: multiarch
21236 rawmemrchr for PPC64.
21237
cd05ba91
AZ
21238 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memrchr multiarch
21239 implementation.
21240 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21241 (__libc_ifunc_impl_list): Likewise.
21242 * sysdeps/powerpc/powerpc64/multiarch/memrchr-power7.S: New file.
21243 * sysdeps/powerpc/powerpc64/multiarch/memrchr-ppc64.c: New file.
21244 * sysdeps/powerpc/powerpc64/multiarch/memrchr.c: New file: multiarch
21245 memrchr for PPC64.
21246
870f8676
AZ
21247 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memchr multiarch
21248 implementation.
21249 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21250 (__libc_ifunc_impl_list): Likewise.
21251 * sysdeps/powerpc/powerpc64/multiarch/memchr-power7.S: New file.
21252 * sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: New file.
21253 * sysdeps/powerpc/powerpc64/multiarch/memchr.c: New file: multiarch
21254 memchr for PPC64.
21255
f00be62b
AZ
21256 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add mempcpy multiarch
21257 implementation.
21258 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21259 (__libc_ifunc_impl_list): Likewise.
21260 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-power7.S: New file.
21261 * sysdeps/powerpc/powerpc64/multiarch/mempcpy-ppc64.c: New file.
21262 * sysdeps/powerpc/powerpc64/multiarch/mempcpy.c: New file: multiarch
21263 mempcpy for PPC64.
21264
8a29a3d0
AZ
21265 * sysdeps/powerpc/powerpc64/memset.S (NO_BZERO_IMPL): Add macro to
21266 avoid cretion of __bzero symbol.
21267 * sysdeps/powerpc/powerpc64/power4/memset.S (NO_BZERO_IMPL):
21268 Likewise.
21269 * sysdeps/powerpc/powerpc64/power6/memset.S (NO_BZERO_IMPL):
21270 Likewise.
21271 * sysdeps/powerpc/powerpc64/power7/memset.S (NO_BZERO_IMPL):
21272 Likewise.
21273 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memset/bzero
21274 multiarch implementations.
21275 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21276 (__libc_ifunc_impl_list): Likewise.
21277 * sysdeps/powerpc/powerpc64/multiarch/bzero-power4.S: New file.
21278 * sysdeps/powerpc/powerpc64/multiarch/bzero-power6.S: New file.
21279 * sysdeps/powerpc/powerpc64/multiarch/bzero-power7.S: New file.
21280 * sysdeps/powerpc/powerpc64/multiarch/bzero.c: New file: multiarch
21281 bzero for PPC32.
21282 * sysdeps/powerpc/powerpc64/multiarch/memset-power4.S: New file.
21283 * sysdeps/powerpc/powerpc64/multiarch/memset-power6.S: New file.
21284 * sysdeps/powerpc/powerpc64/multiarch/memset-power7.S: New file.
21285 * sysdeps/powerpc/powerpc64/multiarch/memset-ppc64.S: New file.
21286 * sysdeps/powerpc/powerpc64/multiarch/memset.c: New file: multiarch
21287 memset for PPC64.
21288 * sysdeps/powerpc/powerpc64/multiarch/rtld-memset.c: New file.
21289
07253fcf
AZ
21290 * string/memcmp.c (memcmp): Using macro to redefine symbol name.
21291 * sysdeps/powerpc/powerpc64/multiarch/Makefile: Add memcpy multiarch
21292 implementations.
21293 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c
21294 (__libc_ifunc_impl_list): Likewise.
21295 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power4.S: New file.
21296 * sysdeps/powerpc/powerpc64/multiarch/memcmp-power7.S: New file.
21297 * sysdeps/powerpc/powerpc64/multiarch/memcmp-ppc64.c: New file.
21298 * sysdeps/powerpc/powerpc64/multiarch/memcmp.c: New file: multiarch
21299 memcmp for PPC64.
21300
b5beafbc
AZ
21301 * sysdeps/powerpc/powerpc64/multiarch/Makefile: New file to support
21302 multiarch for POWER/PPC64.
21303 * sysdeps/powerpc/powerpc64/multiarch/ifunc-impl-list.c: Likewise.
21304 * sysdeps/powerpc/powerpc64/multiarch/init-arch.h: Likewise.
21305 * sysdeps/powerpc/powerpc64/multiarch/memcpy-a2.S: New file.
21306 * sysdeps/powerpc/powerpc64/multiarch/memcpy-cell.S: New file.
21307 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power4.S: New file.
21308 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power6.S: New file.
21309 * sysdeps/powerpc/powerpc64/multiarch/memcpy-power7.S: New file.
21310 * sysdeps/powerpc/powerpc64/multiarch/memcpy-ppc64.S: New file.
21311 * sysdeps/powerpc/powerpc64/multiarch/memcpy.c: New file: multiarch
21312 memcpy for PPC64.
21313
5e6a4d4b
AZ
21314 * sysdeps/powerpc/powerpc64/power4/fpu/Implies: New file.
21315 * sysdeps/powerpc/powerpc64/power4/fpu/multiarch/Implies: New File.
21316 * sysdeps/powerpc/powerpc64/power4/multiarch/Implies: New File.
21317 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: New File.
21318 * sysdeps/powerpc/powerpc64/power5+/multiarch/Implies: New File.
21319 * sysdeps/powerpc/powerpc64/power5/Implies: New File.
21320 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: New File.
21321 * sysdeps/powerpc/powerpc64/power5/multiarch/Implies: New File.
21322 * sysdeps/powerpc/powerpc64/power6/fpu/Implies: New File.
21323 * sysdeps/powerpc/powerpc64/power6/multiarch/Implies: New File.
21324 * sysdeps/powerpc/powerpc64/power7/fpu/Implies: New File.
21325 * sysdeps/powerpc/powerpc64/power7/multiarch/Implies: New File.
21326 * sysdeps/powerpc/powerpc64/power8/fpu/Implies: New File.
21327 * sysdeps/powerpc/powerpc64/power8/fpu/multiarch/Implies: New File.
21328 * sysdeps/powerpc/powerpc64/power8/multiarch/Implies: New File.
21329 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: Remove.
21330 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/Implies: Remove.
21331 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: Remove.
21332 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: Remove.
21333 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: Remove.
21334 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: Remove.
21335 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Remove.
21336
ddfab6dc
KK
213372013-12-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
21338
21339 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Use $$ver.
21340
19b5525e
SP
213412013-12-12 Siddhesh Poyarekar <siddhesh@redhat.com>
21342
21343 * benchtests/Makefile (bench): Add exp2 and log2.
21344 (LDLIBS-bench-exp2): Add -lm.
21345 (LDLIBS-bench-log2): Likewise.
21346 * benchtests/exp2-inputs: New inputs file.
21347 * benchtests/log2-inputs: New inputs file.
21348 * benchtests/log-inputs: Add new inputs.
21349 * benchtests/tan-inputs: Likewise.
21350
196f7f5d
SP
213512013-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
21352
7a74607f
SP
21353 * sysdeps/ieee754/dbl-64/s_sin.c (t22): Consolidate const
21354 definition...
57f41c40
AS
21355 (slow1, slow2, sloww1, sloww2, bsloww1, bsloww2, cslow2, csloww1)
21356 (csloww2): ... from here.
7a74607f 21357
196f7f5d
SP
21358 * sysdeps/ieee754/dbl-64/usncs.h: Define constants as double
21359 instead of structures.
21360 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): Adjust.
21361 (POLYNOMIAL): Likewise.
21362 (TAYLOR_SLOW): Likewise.
21363 (__sin): Likewise.
21364 (__cos): Likewise.
21365 (slow1): Likewise.
21366 (slow2): Likewise.
21367 (sloww): Likewise.
21368 (sloww1); Likewise.
21369 (sloww2): Likewise.
21370 (bsloww1): Likewise.
21371 (bsloww2): Likewise.
21372 (cslow2): Likewise.
21373 (csloww): Likewise.
21374 (csloww1): Likewise.
21375 (csloww2): Likewise.
21376
0dfa665c
OB
213772013-12-10 Ondřej Bílka <neleai@seznam.cz>
21378
21379 * malloc/malloc.c (MALLOC_COPY, MALLOC_ZERO): Delete.
57f41c40
AS
21380 (__malloc_assert, __libc_realloc, __libc_calloc, _int_realloc):
21381 Expand MALLOC_COPY and MALLOC_ZERO to memcpy and memset.
0dfa665c
OB
21382 * malloc/hooks.c (realloc_check): Likewise.
21383
5782a80f
OB
21384 * malloc/Makefile (CPPFLAGS-malloc.c): Remove -DPER_THREAD flag.
21385 * malloc/arena.c: Remove PER_THREAD conditional.
21386 [!PER_THREAD]: Remove code.
21387 (ptmalloc_unlock_all2): Likewise.
21388 (ptmalloc_init): Likewise.
21389 (_int_new_arena): Likewise.
21390 (arena_get2): Likewise.
21391 * malloc/hooks.c (__malloc_get_state): Likewise.
21392 (__malloc_set_state): Likewise.
21393 * malloc/malloc.c: Likewise.
21394 (struct malloc_state): Likewise.
21395 (struct malloc_par): Likewise.
21396 (__libc_realloc): Likewise.
21397 (__libc_mallopt): Likewise.
21398
aeb95445
AZ
213992013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21400
21401 * Versions.def (libm): Add GLIBC_2.3 and GLIBC_2.19.
21402
e8349efd
OB
214032013-12-09 Ondřej Bílka <neleai@seznam.cz>
21404
21405 * malloc/malloc.c (alloc_perturb, free_perturb): Convert from
21406 macro to a function. Check for zero perturb_byte.
21407 (_int_malloc, _int_free): Remove zero perturb_byte checks.
21408
f3eeb3fc 21409 * malloc/malloc.c: (force_reg): Remove.
57f41c40
AS
21410 (__malloc_assert, __libc_malloc, __libc_free, __libc_realloc)
21411 (_mid_memalign, __libc_calloc, sysmalloc, systrim): Replace
f3eeb3fc
OB
21412 force_reg by atomic_forced_read.
21413 * malloc/arena.c (ptmalloc_init): Likewise.
21414 * malloc/hooks.c (top_check): Likewise.
21415
be2f9009
AZ
214162013-12-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21417
21418 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
21419
e7b914bd
MT
214202013-12-09 Markus Trippelsdorf <markus@trippelsdorf.de>
21421
21422 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
21423
9f0be4f8
JM
214242013-12-08 Joseph Myers <joseph@codesourcery.com>
21425
21426 * math/auto-libm-test-in: Add tests of lgamma.
21427 * math/auto-libm-test-out: Regenerated.
21428 * math/libm-test.inc (M_LOG_SQRT_PIl): Remove macro.
21429 (M_LOG_2_SQRT_PIl): Likewise.
21430 (lgamma_test_data): Use AUTO_TESTS_f_f1.
21431 * math/gen-auto-libm-tests.c (func_calc_method): Add value
21432 mpfr_f_f1.
21433 (func_calc_desc): Add mpfr_f_f1 union field.
21434 (ARGS1): New macro.
21435 (ARGS2): Likewise.
21436 (ARGS3): Likewise.
21437 (ARGS4): Likewise.
21438 (RET1): Likewise.
21439 (RET2): Likewise.
21440 (CALC): Likewise.
21441 (FUNC): Likewise.
21442 (FUNC_mpfr_f_f): Use new macros FUNC, ARGS1, RET1 and CALC.
21443 (test_functions): Add lgamma.
21444 (calc_generic_results): Handle mpfr_f_f1.
21445 * sysdeps/i386/fpu/libm-test-ulps: Update.
21446 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
21447
24eeafdb
AZ
214482013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21449
21450 * sysdeps/powerpc/powerpc64/power7/add_n.S: New file: optimized
21451 __mpn_add_n for PowerPC64/POWER7.
21452 * sysdeps/powerpc/powerpc64/power7/sub_n.S: New file: optimized
21453 __mpn_sub_n for PowerPC64/POWER7.
21454
4a2c0fd4
AZ
21455 * sysdeps/powerpc/powerpc64/addmul_1.S: New file: optimized
21456 __mpn_addmul_1 for PowerPC64.
21457 * sysdeps/powerpc/powerpc64/submul_1.S: New file: optimized
21458 __mpn_submul_1 for PowerPC64.
21459 * sysdeps/powerpc/powerpc64/lshift.S: New file: optimized __mpn_lshift
21460 for PowerPC64.
21461 * sysdeps/powerpc/powerpc64/mul_1.S: New file: optimized __mpn_mul_1
21462 for PowerPC64.
21463
4b5b548c
FS
214642013-12-06 Fernando J. V. da Silva <fernandojvdasilva@gmail.com>
21465
21466 [BZ #15089]
21467 * malloc/malloc.c: Exit systrim() if pad is bigger than heap top size.
21468
0a3ac0aa
AZ
214692013-12-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
21470
21471 * NEWS: Mention ppc32/power4+ STT_GNU_IFUNC support.
21472
ccdc8438
AZ
21473 * sysdeps/powerpc/powerpc32/power5+/fpu/multiarch/Implies: New file:
21474 add multiarch folders.
21475 * sysdeps/powerpc/powerpc32/power5+/multiarch/Implies: Likewise.
21476 * sysdeps/powerpc/powerpc32/power5/fpu/multiarch/Implies: Likewise.
21477 * sysdeps/powerpc/powerpc32/power5/multiarch/Implies: Likewise.
21478 * sysdeps/powerpc/powerpc32/power6/fpu/multiarch/Implies: Likewise.
21479 * sysdeps/powerpc/powerpc32/power6/multiarch/Implies: Likewise.
21480 * sysdeps/powerpc/powerpc32/power6x/fpu/multiarch/Implies: Likewise.
21481 * sysdeps/powerpc/powerpc32/power6x/multiarch/Implies: Likewise.
21482 * sysdeps/powerpc/powerpc32/power7/fpu/multiarch/Implies: Likewise.
21483 * sysdeps/powerpc/powerpc32/power7/multiarch/Implies: Likewise.
21484 * sysdeps/powerpc/powerpc32/power8/fpu/multiarch/Implies: Likewise.
21485 * sysdeps/powerpc/powerpc32/power8/multiarch/Implies: Likewise.
21486 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/Implies: Remove.
21487 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: Remove.
21488 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: Remove.
21489 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: Remove.
21490 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: Remove.
21491 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Remove.
21492
2e973d99
AZ
21493 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21494 __ieee754_hypot and __ieee754_hypotf multiarch implementations.
21495 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-power7.c:
21496 New file.
21497 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot-ppc32.c:
21498 New file.
21499 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypot.c: New file:
21500 multiarch __ieee754_hypot for PowerPC32.
21501 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-power7.c:
21502 New file.
21503 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf-ppc32.c:
21504 New file.
21505 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/e_hypotf.c: New file:
21506 multiarch __ieee754_hypotf for PowerPC32.
21507
2d9470b2
AZ
21508 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Define
21509 long_double_symbol only if __logbl is defined.
21510 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Moved to ...
21511 * sysdeps/powerpc/power7/fpu/s_logb.c: ... here.
21512 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: Move to ...
21513 * sysdeps/powerpc/power7/fpu/s_logbf.c: ... here.
21514 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: Move to ...
21515 * sysdeps/powerpc/power7/fpu/s_logbl.c: ... here.
21516 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: Adjust to use new
21517 path for implementation.
21518 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: Likewise.
21519 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: Likewise.
21520 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add logbf,
21521 logb, and logbl multiarch implementations for PowerPC32.
21522 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-power7.c: New
21523 file.
21524 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb-ppc32.c: New
21525 file.
21526 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logb.c: New file:
21527 multiarch logb for PowerPC32.
21528 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-power7.c: New
21529 file.
21530 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf-ppc32.c: New
21531 file.
21532 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbf.c: New file:
21533 multiarch logbf for PowerPC32.
21534 * sysdeps/powerpc/power4/fpu/multiarch/s_logbl-power7.c: New file.
21535 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl-ppc32.c: New
21536 file.
21537 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_logbl.c: New file:
21538 multiarch logbl implementation for PowerPC32.
21539
5212ffce
AZ
21540 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add modf
21541 and modff multiarch implementations.
21542 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-power5+.c:
21543 New file.
21544 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf-ppc32.c:
21545 New file.
21546 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modf.c: New file:
21547 multiarch modf for PowerPC32.
21548 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-power5+.c:
21549 New file.
21550 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff-ppc32.c:
21551 New file.
21552 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_modff.c: New file:
21553 multiarch modff for PowerPC32.
21554
79dccf31
AZ
21555 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lrint
21556 and lrintf multiarch implementations.
21557 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-power6x.S:
21558 New file.
21559 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint-ppc32.S:
21560 New file.
21561 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrint.c: New file:
21562 multiarch lrint for PowerPC32.
21563 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lrintf.c: New
21564 file: multiarch lrintf for PowerPC32.
21565
deb66480
AZ
21566 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add lround
21567 and lroundf multiarch implementations.
21568 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power5+.S:
21569 New file.
21570 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-power6.S:
21571 New file.
21572 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround-ppc32.S:
21573 New file.
21574 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lround.c: New file:
21575 multiarch lround for PowerPC32.
21576 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_lroundf.c: New
21577 file: multiarch lroundf for PowerPC32.
21578
264b036b
AZ
21579 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add
21580 copysign and copysignf multiarch implementations.
21581 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-power6.S:
21582 New file.
21583 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign-ppc32.S:
21584 New file.
21585 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysign.c: New
21586 file: multiarch copysign for PowerPC32.
21587 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_copysignf.c: New
21588 file: multiarch copysignf for PowerPC32.
21589
d47db6c9
AZ
21590 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add trunc
21591 and truncf multiarch implementations.
21592 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-power5+.S:
21593 New file.
21594 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc-ppc32.S: New
21595 file.
21596 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_trunc.c: New file:
21597 multiarch trunc for PowerPC32.
21598 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-power5+.S:
21599 New file.
21600 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf-ppc32.S:
21601 New file.
21602 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_truncf.c: New file:
21603 multiarch truncf for PowerPC32.
21604
ddb60b5a
AZ
21605 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add round
21606 and roundf multiarch implementations.
21607 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-power5+.S:
21608 New file.
21609 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round-ppc32.S: New
21610 file.
21611 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_round.c: New file:
21612 multiarch round for PowerPC32.
21613 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-power5+.S:
21614 New file.
21615 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf-ppc32.S:
21616 New file.
21617 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_roundf.c: New file:
21618 multiarch roundf for PowerPC32.
21619
bedcf49b
AZ
21620 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add floor
21621 and floorf multiarch implementations.
21622 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-power5+.S:
21623 New file.
21624 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor-ppc32.S: New
21625 file.
21626 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floor.c: New file:
21627 multiarch floor for PowerPC32.
21628 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-power5+.S:
21629 New file.
21630 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf-ppc32.S:
21631 New file.
21632 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_floorf.c: New file:
21633 multiarch floorf for PowerPC32.
21634
35ae5b40
AZ
21635 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add ceil
21636 and ceilf multiarch implementations.
21637 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-power5+.S:
21638 New file.
21639 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil-ppc32.S: New
21640 file.
21641 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceil.c: New file:
21642 multiarch ceil for PowerPC32.
21643 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-power5+.S:
21644 New file.
21645 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf-ppc32.S: New
21646 file.
21647 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_ceilf.c: New file:
21648 multiarch ceilf for PowerPC32.
21649
ae1a4cd9
AZ
21650 * sysdeps/ieee754/dbl-64/s_finite.c (__finite): Redefine it if FINITE
21651 is defined.
21652 * sysdeps/ieee754/flt-32/s_finitef.c (__finitef): Redefine it if
21653 FINITEF is defined.
21654 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add finite
21655 and finitef multiarch implementations.
21656 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-power7.S:
21657 New file.
21658 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite-ppc32.c: New
21659 file.
21660 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finite.c: New file:
21661 multiarch finite for PowerPC32.
21662 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef-ppc32.c:
21663 New file.
21664 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_finitef.c: New
21665 file: multiarch finitef for PowerPC32.
21666
64fffd65
AZ
21667 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isinf
21668 and isinff multiarch implementations.
21669 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-power7.S: New
21670 file.
21671 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf-ppc32.c: New
21672 file.
21673 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinf.c: New file:
21674 multiarch isinf for PowerPC32.
21675 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff-ppc32.c:
21676 New file.
21677 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isinff.c: New file:
21678 multiarch isinff for PowerPC32.
21679
8e4e7ba2
AZ
21680 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S (__isnan): Only implement
21681 alias when __isnan is defined.
21682 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add isnan
21683 and isnanf multiarch implementations.
21684 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power5.S: New
21685 file.
21686 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power6.S: New
21687 file.
21688 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-power7.S: New
21689 file.
21690 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan-ppc32.S: New
21691 file.
21692 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnan.c: New file:
21693 multiarch isnan for PowerPC32.
21694 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power6.S:
21695 New file.
21696 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf-power7.S:
21697 New file.
21698 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_isnanf.c: New file:
21699 multiarch isnanf for PowerPC32.
21700
ddba588e
AZ
21701 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add sqrt
21702 and sqrtf multiarch implementations.
21703 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-power5.S: New
21704 file.
21705 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt-ppc32.S: New
21706 file.
21707 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrt.c: New file:
21708 multiarch sqrt for PowerPC32.
21709 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-power5.S: New
21710 file.
21711 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf-ppc32.S: New
21712 file.
21713 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/w_sqrtf.c: New file:
21714 multiarch sqrtf for PowerPC32.
21715
0f96a2f0
AZ
21716 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: Add llround
21717 and llroundf multiarch implementations.
21718 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power5+.S:
21719 New file.
21720 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-power6.S:
21721 New file.
21722 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround-ppc32.S:
21723 New file.
21724 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llround.c: New
21725 file: multiarch llround for PowerPC32.
21726 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llroundf.c: New
21727 file: multiarch llroundf for PowerPC32.
21728
c9b5d79e
AZ
21729 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/Makefile: New file:
21730 multiarch PowerPC32 fpu implementations.
21731 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-power6.S:
21732 New file.
21733 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint-ppc32.S:
21734 New file.
21735 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrint.c: New file:
21736 multiarch llrint for PowerPC32.
21737 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-power6.S:
21738 New file.
21739 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf-ppc32.S:
21740 New file.
21741 * sysdeps/powerpc/powerpc32/power4/fpu/multiarch/s_llrintf.c: New
21742 file.
21743
9cbb3aab
AZ
21744 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/Implies: Remove.
21745
ea5a72f8
AZ
21746 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power6.c: New
21747 file.
21748 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-power7.c: New
21749 file.
21750 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy-ppc32.c: New
21751 file.
21752 * sysdeps/powerpc/powerpc32/power4/multiarch/wordcopy.c: New file:
21753 multiarch wordcopy for PPC32.
21754 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21755 wordcopy objects.
21756 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21757 (__libc_ifunc_impl_list): Likewise.
21758 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Move ...
21759 * sysdeps/powerpc/power4/wordcopy.c: ... to here.
21760 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Move ...
21761 * sysdeps/powerpc/power6/wordcopy.c: ... to here.
21762 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Remove uneeded file.
21763 * sysdeps/powerpc/powerpc64/power4/wordcopy.c: Likewise.
21764
93be09e7
AZ
21765 * wcsmbs/wcscpy.c (wcscpy): Using macro to redefine symbol name
21766 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power6.c: New
21767 file.
21768 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-power7.c: New
21769 file.
21770 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy-ppc32.c: New
21771 file.
21772 * sysdeps/powerpc/powerpc32/power4/multiarch/wcscpy.c: New file:
21773 multiarch wcscpy for PPC32.
21774 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcscpy
21775 multiarch objects.
21776 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21777 (__libc_ifunc_impl_list): Likewise.
21778 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21779 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21780 * sysdeps/powerpc/powerpc64/power6/wcscpy.c: Adjust to use
21781 sysdeps/powerpc/power6/wcscpy.c.
21782
bb04e529
AZ
21783 * wcsmbs/wcsrchr.c (wcsrchr): Using macro to redefine symbol name
21784 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power6.c: New
21785 file.
21786 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-power7.c: New
21787 file.
21788 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr-ppc32.c: New
21789 file.
21790 * sysdeps/powerpc/powerpc32/power4/multiarch/wcsrchr.c: New file:
21791 multiarch wcsrchr for PPC32.
21792 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21793 multiarch objects.
21794 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21795 (__libc_ifunc_impl_list): Likewise.
21796 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c: Move ...
21797 * sysdeps/powerpc/power6/wcsrchr.c: ... to here.
21798 * sysdeps/powerpc/powerpc64/power6/wcsrchr.c: Adjust to use
21799 sysdeps/powerpc/power6/wcsrchr.c.
21800
05b5cd1c
AZ
21801 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power6.c: New
21802 file.
21803 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-power7.c: New
21804 file.
21805 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr-ppc32.c: New file.
21806 * sysdeps/powerpc/powerpc32/power4/multiarch/wcschr.c: New file:
21807 multiarch wcschr for PPc32.
21808 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added wcschr
21809 multiarch objects.
21810 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21811 (__libc_ifunc_impl_list): Likewise.
21812 * sysdeps/powerpc/powerpc32/power6/wcschr.c: Move ...
21813 * sysdeps/powerpc/power6/wcschr.c: ... to here.
21814 * sysdeps/powerpc/powerpc64/power6/wcschr.c: Adjust to use
21815 sysdeps/powerpc/power6/wcschr.c.
21816
ba964147
AZ
21817 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strchr.S: New file.
21818 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-power7.S: New
21819 file.
21820 * sysdeps/powerpc/powerpc32/power4/multiarch/strchr-ppc32.S: New file.
21821 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/strchr.c: New
21822 file: multiarch strchr for PPC32.
21823 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchr
21824 multiarch objects.
21825 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21826 (__libc_ifunc_impl_list): Likewise.
21827
31c81aaa
AZ
21828 * string/strchrnul.c (__strchrnul): Using macro to redefine symbol
21829 name.
21830 * sysdeps/powerpc/powerpc32/power4//multiarch/strchrnul-power7.S: New
21831 file.
21832 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul-ppc32.c: New
21833 file.
21834 * sysdeps/powerpc/powerpc32/power4/multiarch/strchrnul.c: New file:
21835 multiarch strchrnul for PPC32.
21836 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strchrnul
21837 multiarch objects.
21838 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21839 (__libc_ifunc_impl_list): Likewise.
21840
0d0607d9
AZ
21841 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase-power7.c: New
21842 file.
21843 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase.c: New file:
21844 multiarch strncasecmp for PPC32.
21845 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l-power7.c: New
21846 file.
21847 * sysdeps/powerpc/powerpc32/power4/multiarch/strncase_l.c: New file:
21848 multiarch strncasecmp_l for PPC32.
21849 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added
21850 strncasecmp multiarch objects.
21851 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21852 (__libc_ifunc_impl_list): Likewise.
21853
4dfd5c86
AZ
21854 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp-power7.S: New
21855 file.
21856 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp.c: New file:
21857 multiarch strncasecmp for PPC32.
21858 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l-power7.S:
21859 New file.
21860 * sysdeps/powerpc/powerpc32/power4/multiarch/strcasecmp_l.c: New file:
21861 multiarch strcasecmp_l for PPC32.
21862 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strcasecmp
21863 multiarch objects.
21864 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21865 (__libc_ifunc_impl_list): Likewise.
21866
a19e01a3
AZ
21867 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-power7.S: New
21868 file.
21869 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp-ppc32.S: New
21870 file.
21871 * sysdeps/powerpc/powerpc32/power4/multiarch/strncmp.c: New file:
21872 multiarch strncmp for PPC32.
21873 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strncmp
21874 multiarch objects.
21875 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21876 (__libc_ifunc_impl_list): Likewise.
21877
ae9cf7a2
AZ
21878 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-strnlen.c: New file.
21879 * sysdeps/powerpc/powerpc32//power4/multiarch/strnlen-power7.S: New
21880 file.
21881 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen-ppc32.c: New file.
21882 * sysdeps/powerpc/powerpc32/power4/multiarch/strnlen.c: New file.
21883 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strnlen
21884 multiarch objects.
21885 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21886 (__libc_ifunc_impl_list): Likewise.
21887
3148bb7d
AZ
21888 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-power7.S: New
21889 file.
21890 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen-ppc32.S: New
21891 file.
21892 * sysdeps/powerpc/powerpc32/power4/multiarch/strlen.c: New file.
21893 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added strlen
21894 multiarch objects.
21895 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21896 (__libc_ifunc_impl_list): Likewise.
21897
7af8b946
AZ
21898 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-power7.S: New
21899 file.
21900 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr-ppc32.c: New
21901 file.
21902 * sysdeps/powerpc/powerpc32/power4/multiarch/rawmemchr.c: New file:
21903 multiarch rawmemchr for PPC32.
21904 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added rawmemchr
21905 multiarch objects.
21906 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21907 (__libc_ifunc_impl_list): Likewise.
21908
03a6aa6a
AZ
21909 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-power7.S: New
21910 file.
21911 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr-ppc32.c: New
21912 file.
21913 * sysdeps/powerpc/powerpc32/power4/multiarch/memrchr.c: New
21914 file: memrchr multiarch for PPC32.
21915 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Added memrchr
21916 multiarch objects.
21917 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list
21918 (__libc_ifunc_impl_list): Likewise.
21919
1c62e6d9
AZ
21920 * string/memchr.c (__memchr): Using macro to redefine symbol name.
21921 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-power7.S: New
21922 file.
21923 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr-ppc32.c: New File.
21924 * sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: New file:
21925 multiarch memchr for PPC32.
21926 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memchr
21927 multiarch objects.
21928 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21929 (__libc_ifunc_impl_list): Likewise.
21930
87da8bdb
AZ
21931 * string/mempcpy.c (__mempcpy): Using macro to redefine symbol name.
21932 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-power7.S: New
21933 file.
21934 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy-ppc32.c: New
21935 file.
21936 * sysdeps/powerpc/powerpc32/power4/multiarch/mempcpy.c: New
21937 file: multiarch mempcpy for PPC32.
21938 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add mempcpy
21939 multiarch objects.
21940 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21941 (__libc_ifunc_impl_list): Likewise.
21942
20ed4714
AZ
21943 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power6.S: New file.
21944 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-power7.S: New file.
21945 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero-ppc32.S: New file.
21946 * sysdeps/powerpc/powerpc32/power4/multiarch/bzero.c: New file:
21947 multiarch bzero for PPC32.
21948 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power6.S: New
21949 file.
21950 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-power7.S: New
21951 file.
21952 * sysdeps/powerpc/powerpc32/power4/multiarch/memset-ppc32.S: New file.
21953 * sysdeps/powerpc/powerpc/powerpc32/power4/multiarch/memset.c: New
21954 file: multiarch memset for PPC32.
21955 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memset.S: New file.
21956 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add bzero and
21957 memset multiarch objects.
21958 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21959 (__libc_ifunc_impl_list): Likewise.
21960
ab3e3a46
AZ
21961 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-power7.S: New
21962 file.
21963 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp-ppc32.S: New file.
21964 * sysdeps/powerpc/powerpc32/power4/multiarch/memcmp.c: multiarch
21965 memcmp for PPC32.
21966 * sysdeps/powerpc/powerpc32/power4/multiarch/rtld-memcmp.S: New file.
21967 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcmp
21968 multiarch objects.
21969 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21970 (__libc_ifunc_impl_list): Likewise.
21971
930de6f0
AZ
21972 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-a2.S: New file.
21973 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-cell.S: New file.
21974 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power6.S: New
21975 file.
21976 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-power7.S: New
21977 file.
21978 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy-ppc32.S: New
21979 file.
21980 * sysdeps/powerpc/powerpc32/power4/multiarch/memcpy.c: New file:
21981 multiarch memcpy for PPC32.
21982 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: Add memcpy
21983 multiarch objects.
21984 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c
21985 (__libc_ifunc_impl_list): Likewise.
21986
4c628e00
AZ
21987 * sysdeps/powerpc/powerpc32/power4/multiarch/Makefile: New file to
21988 support multiarch for POWER/PPC32.
21989 * sysdeps/powerpc/powerpc32/power4/multiarch/ifunc-impl-list.c:
21990 Likewise.
21991 * sysdeps/powerpc/powerpc32/power4/multiarch/init-arch.h: Likewise.
21992 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: Remove
21993 Implies file to make multiarch folder appers before the fpu and
21994 default folder for power4 configuration.
21995
f4479220
SP
219962013-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
21997
21998 * scripts/bench.pl: Append volatile keyword to type.
21999
8517800f
KK
220002013-12-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
22001
22002 * sysdeps/sh/sotruss-lib.c: New file.
22003 * sysdeps/unix/sysv/linux/sh/nptl/c++-types.data: New file.
22004
180138f1
AZ
220052013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22006
22007 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22008
bbf37bdc
JM
220092013-12-05 Joseph Myers <joseph@codesourcery.com>
22010
e47cc4e0
JM
22011 [BZ #6810]
22012 * math/w_tgamma.c: Include <errno.h>.
22013 (__tgamma): Use __glibc_unlikely. Set errno on underflow to 0.
22014 * math/w_tgammaf.c: Include <errno.h>.
22015 (__tgammaf): Use __glibc_unlikely. Set errno on underflow to 0.
22016 * math/w_tgammal.c: Include <errno.h>.
22017 (__tgammal): Use __glibc_unlikely. Set errno on underflow to 0.
22018 * math/auto-libm-test-in: Do not allow missing errno on tgamma
22019 underflow. Add more tgamma tests.
22020 * math/auto-libm-test-out: Regenerated.
22021 * sysdeps/i386/fpu/libm-test-ulps: Update.
22022 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22023
bbf37bdc
JM
22024 * math/auto-libm-test-in: Add tests of log, log10, log1p, log2,
22025 sin, sinh, tan, tanh, tgamma, y0 and y1.
22026 * math/auto-libm-test-out: Regenerated.
22027 * math/libm-test.inc (TEST_COND_x86_64): New macro.
22028 (TEST_COND_x86): Likewise.
22029 (M_E2l): Remove macro.
22030 (M_E3l): Likewise.
22031 (M_2_SQRT_PIl): Likewise.
22032 (M_SQRT_PIl): Likewise.
22033 (M_1_DIV_El): Likewise.
22034 (log_test_data): Use AUTO_TESTS_f_f.
22035 (log10_test_data): Likewise.
22036 (log1p_test_data): Likewise.
22037 (log2_test_data): Likewise.
22038 (sin_test_data): Likewise.
22039 (sin_tonearest_test_data): Likewise.
22040 (sin_towardzero_test_data): Likewise.
22041 (sin_downward_test_data): Likewise.
22042 (sin_upward_test_data): Likewise.
22043 (sinh_test_data): Likewise.
22044 (sinh_tonearest_test_data): Likewise.
22045 (sinh_towardzero_test_data): Likewise.
22046 (sinh_downward_test_data): Likewise.
22047 (sinh_upward_test_data): Likewise.
22048 (tan_test_data): Likewise.
22049 (tan_tonearest_test_data): Likewise.
22050 (tan_towardzero_test_data): Likewise.
22051 (tan_downward_test_data): Likewise.
22052 (tan_upward_test_data): Likewise.
22053 (tanh_test_data): Likewise.
22054 (tgamma_test_data): Likewise.
22055 (y0_test_data): Likewise.
22056 (y1_test_data): Likewise.
22057 * math/gen-auto-libm-tests.c (special_fill_pi_4): New function.
22058 (special_real_inputs): Add pi/4.
22059 * sysdeps/i386/fpu/libm-test-ulps: Update.
22060 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22061
eb5ad6b9
AZ
220622013-12-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22063
22064 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Add "longjmp" and
22065 "longjmp_target" static probes.
22066 (__longjmp): Rename to __longjmp_symbol.
22067 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
22068 * sysdeps/powerpc/powerpc32/__longjmp.S: Define __longjmp_symbol based
22069 on which longjmp to generate.
22070 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
22071 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Add "setjmp" static
22072 probe.
22073 (__sigsetjmp): Rename to __sigsetjmp_symbol.
22074 (__sigjmp_save): Rename to __sigjmp_save_symbol.
22075 * sysdeps/powerpc/powerpc32/setjmp-common.S: Likewise.
22076 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Define __sigsetjmp_symbol
22077 and __sigjmp_save_symbol based on which sigsetjmp to generated.
22078 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise
22079 * sysdeps/unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Define
22080 __longjmp_symbol based on which __longjmp to generate.
22081 * sysdeps/powerpc/powerpc64/setjmp-common.S: Add "setjmp" static
22082 probe.
22083 (setjmp): Rename to setjmp_symbol.
22084 (__sigsetjmp): Rename to __sigsetjmp_symbol.
22085 (_setjmp): Rename to _setjmp_symbol.
22086 (__sigsetjmp): Rename to __sigsetjmp_symbol.
22087 * sysdeps/powerpc/powerpc64/setjmp.S: Define setjmp_symbol,
22088 _setjmp_symbol, __sigsetjmp_symbol, and __sigjmp_save_symbol based on
22089 which setjmp to generate.
22090 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Add "longjmp" and
22091 "longjmp_target" static probes.
22092
d136c6dc
SP
220932013-12-05 Siddhesh Poyarekar <siddhesh@redhat.com>
22094
9298ecba
SP
22095 * benchtests/README: Add note about output arguments.
22096 * benchtests/bench-sincos.c: Remove file.
22097 * benchtests/sincos-inputs: New file.
22098 * scripts/bench.pl: Identify output arguments and define
22099 static variables for them.
22100
232983e9
SP
22101 * debug/stpncpy_chk.c (__stpncpy_chk): Remove unused variables.
22102
d136c6dc
SP
22103 [BZ #15941]
22104 * Makefile (INSTALL): Add install-plain.texi as the primary
22105 dependency.
22106 * manual/install-plain.texi: New file.
22107 * manual/install.texi: Include node directive only for
22108 non-plaintext output.
22109
699ff837
JM
221102013-12-04 Joseph Myers <joseph@codesourcery.com>
22111
ab07cea8
JM
22112 * stdlib/longlong.h: Update from GCC.
22113
699ff837
JM
22114 [BZ #6807]
22115 [BZ #15901]
22116 * math/w_j0.c (y0): Raise FE_DIVBYZERO on zero argument.
22117 * math/w_j0f.c (y0f): Likewise.
22118 * math/w_j0l.c (__y0l): Likewise.
22119 * math/w_j1.c (y1): Likewise.
22120 * math/w_j1f.c (y1f): Likewise.
22121 * math/w_j1l.c (__y1l): Likewise
22122 * math/w_jn.c (yn): Likewise.
22123 * math/w_jnf.c (ynf): Likewise.
22124 * sysdeps/ieee754/k_standard.c (__kernel_standard): Use ERANGE for
22125 Bessel function pole errors in _POSIX_ mode. Use NAN as return
22126 value for Bessel function domain errors outside _SVID_ mode.
22127 Adjust sign of return value for yn (negative integer, 0).
22128 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Use division
22129 by zero in return for negative x and set sign appropriately for
22130 negative n.
22131 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Likewise.
22132 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
22133 * math/libm-test.inc (y0_test_data): Add more tests and adjust
22134 expectations in error cases.
22135 (y1_test_data): Likewise.
22136 (yn_test_data): Likewise.
22137 * sysdeps/i386/fpu/libm-test-ulps: Update.
22138 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22139
5b118558
UW
221402013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22141
22142 * sysdeps/unix/sysv/linux/powerpc/Makefile (abi-variants): Rename
22143 "64" to "64-v1". Add "64-v2".
22144 (abi-64-options): Rename to ...
22145 (abi-64-v1-options): ... this. Redefine _CALL_ELF.
22146 (abi-64-condition): Rename to ...
22147 (abi-64-v1-condition): ... this. Add _CALL_ELF check.,
22148 (abi-64-ld-soname): Rename to ...
22149 (abi-64-v1-ld-soname): ... this.
22150 (abi-64-v2-options): Define.
22151 (abi-64-v2-condition): Likewise.
22152 (abi-64-v2-ld-soname): Likewise.
22153 * sysdeps/unix/sysv/linux/powerpc/ldconfig.h
22154 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add "/lib64/ld64.so.2".
22155 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: Delete file.
22156 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure.ac: New file.
22157 * sysdeps/unix/sysv/linux/powerpc/powerpc64/configure: Generate.
22158
61cd8fe4
UW
221592013-11-12 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22160 Alan Modra <amodra@gmail.com>
22161
22162 * sysdeps/powerpc/bits/link.h (La_ppc64v2_regs, La_ppc64v2_retval):
22163 New versions for use with the ELFv2 ABI.
22164 (la_ppc64v2_gnu_pltenter, la_ppc64v2_gnu_pltexit): Add prototypes.
22165 * sysdeps/powerpc/lsdodefs.h (struct La_ppc64v2_regs): Add forward
22166 declaration.
22167 (struct La_ppc64v2_retval): Likewise.
22168 (ARCH_PLTENTER_MEMBERS): Add ppc64v2_gnu_pltenter.
22169 (ARCH_PLTEXIT_MEMBERS): Add ppc64v2_gnu_pltexit.
22170 * sysdeps/powerpc/powerpc64/dl-machine.h (ARCH_LA_PLTENTER): Define
22171 to ppc64v2_gnu_pltenter if _CALL_ELF == 2.
22172 (ARCH_LA_PLTEXIT): Define to ppc64v2_gnu_pltexit if _CALL_ELF == 2.
22173 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
22174 Do not save or restore CR.
22175 (FRAME_SIZE, VR_RTN): Provide updated values for _CALL_ELF == 2.
22176 (_dl_profile_resolve): Do no save or restore CR. Support extended
22177 return values for ELFv2 ABI. Fix location of FPR return registers.
22178 * sysdeps/powerpc/powerpc64/tst-audit.h (pltenter, pltexit): Provide
22179 updated values for _CALL_ELF == 2.
22180 (La_regs, La_retval, int_retval): Likewise.
22181
8b8a692c
UW
221822013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22183
22184 * sysdeps/powerpc/powerpc64/sysdep.h (FRAME_MIN_SIZE): Define.
22185 (FRAME_MIN_SIZE_PARM): Likewise.
22186 (FRAME_BACKCHAIN): Likewise.
22187 (FRAME_CR_SAVE): Likewise.
22188 (FRAME_LR_SAVE): Likewise.
22189 (FRAME_TOC_SAVE): Likewise.
22190 (FRAME_PARM_SAVE): Likewise.
22191 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE,
22192 FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE,
22193 FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
22194 (call_mcount_parm_offset): New macro.
22195 (SAVE_ARG, REST_ARG, CFI_SAVE_ARG): Use it.
22196 (PROF): Use symbolic stack frame offsets.
22197 (TAIL_CALL_SYSCALL_ERROR): Likewise.
22198 * sysdeps/powerpc/powerpc64/dl-trampoline.S (FRAME_SIZE, INT_PARMS):
22199 Redefine in terms of FRAME_MIN_SIZE.
22200 (_dl_runtime_resolve): Use symbolic stack frame offsets.
22201 (_dl_profile_resolve): Likewise. Update comment.
22202 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Use
22203 symbols stack frame offsets.
22204 (__sigsetjmp): Likewise.
22205 * sysdeps/powerpc/powerpc64/__longjmp-common.S (__longjmp): Likewise.
22206 * sysdeps/powerpc/powerpc64/ppc-mcount.S (_mcount): Likewise.
22207 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Likewise.
22208 * sysdeps/powerpc/powerpc64/crtn.S (_init, _fini): Likewise.
22209
22210 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ucontext_i.sym
22211 (FRAME_BACKCHAIN): Remove.
22212 (FRAME_CR_SAVE): Likewise.
22213 (FRAME_LR_SAVE): Likewise.
22214 (FRAME_COMPILER_DW): Likewise.
22215 (FRAME_LINKER_DW): Likewise.
22216 (FRAME_TOC_SAVE): Likewise.
22217 (FRAME_PARM_SAVE): Likewise.
57f41c40
AS
22218 (FRAME_PARM1_SAVE, FRAME_PARM2_SAVE, FRAME_PARM3_SAVE)
22219 (FRAME_PARM4_SAVE, FRAME_PARM5_SAVE, FRAME_PARM6_SAVE)
22220 (FRAME_PARM7_SAVE, FRAME_PARM8_SAVE, FRAME_PARM9_SAVE): Likewise.
8b8a692c
UW
22221 * sysdeps/unix/sysv/linux/powerpc/powerpc64/____longjmp_chk.S
22222 (CHECK_SP): Use symbolic stack frame offsets.
22223 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Use "red
22224 zone" instead of caller's parameter save area for temp storage.
22225 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
22226 Likewise. Also, use symbolic stack frame offsets.
22227 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (FRAMESIZE,
22228 stackblock): Redefine for _CALL_ELF == 2 to save parameters into
22229 our own stack frame instead of the caller's.
22230 (__socket): Use symbolic stack frame offsets.
22231
122b66de
UW
222322013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22233 Alan Modra <amodra@gmail.com>
22234
22235 * elf/elf.h (DT_PPC64_OPT, PPC64_OPT_TLS, PPC64_OPT_MULTI_TOC):
22236 Define.
57f41c40
AS
22237 (STO_PPC64_LOCAL_BIT, STO_PPC64_LOCAL_MASK)
22238 (PPC64_LOCAL_ENTRY_OFFSET): Define.
122b66de
UW
22239 * sysdeps/powerpc/powerpc64/dl-machine.h (ppc64_local_entry_offset):
22240 New function.
22241 (elf_machine_fixup_plt): Call it.
22242 (elf_machine_plt_conflict): Likewise. Add map, sym_map, and
22243 reloc arguments.
22244 (elf_machine_rela): Update call to elf_machine_plt_conflict.
57f41c40
AS
22245 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22246 (_dl_profile_resolve) [_CALL_ELF == 2]: Restore caller's TOC into
122b66de
UW
22247 r2 before calling target.
22248
696caf1d
UW
222492013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22250 Alan Modra <amodra@gmail.com>
22251
22252 * sysdeps/powerpc/powerpc64/sysdep.h [_CALL_ELF == 2]
22253 (PPC64_LOAD_FUNCPTR, DOT_LABEL, BODY_LABEL, ENTRY_2, END_2): New
22254 versions of macros to support ELFv2 ABI.
22255 (LOCALENTRY): New macro.
22256 (ENTRY, EALIGN): Use it.
22257 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use LOCALENTRY.
22258 * sysdeps/powerpc/powerpc64/setjmp-common.S (__GI__setjmp): Do not
22259 fall through into ENTRY entry point.
22260 * libc/sysdeps/powerpc/powerpc64/dl-machine.h (Elf64_FuncDesc):
22261 Only define if _CALL_ELF != 2.
22262
22263 (elf_machine_matches_host): Verify ABI version matches.
22264 (RTLD_START): Use LOCALENTRY.
22265 (elf_machine_type_class): Use SHN_UNDEF PLT handling for ELFv2 ABI.
22266 (PLT_INITIAL_ENTRY_WORDS): New version for _CALL_ELF != 2.
22267 (PLT_ENTRY_WORDS): New macro.
22268 (GLINK_INITIAL_ENTRY_WORDS, GLINK_ENTRY_WORDS): Likewise.
22269 (elf_machine_runtime_setup): Support ELFv2 ABI.
22270 (elf_machine_fixup_plt): Likewise.
22271 (elf_machine_plt_conflict): Likewise.
22272 (resolve_ifunc): Likewise.
22273 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_irela): Likewise.
22274 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
22275 Likewise.
22276 * sysdeps/unix/sysv/linux/powerpc/powerpc64/ldsodefs.h
22277 (DL_ADDR_SYM_MATCH): Only define if _CALL_ELF != 2.
22278 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22279 (makecontext): Support ELFv2 ABI.
22280 * elf/elf.h (EF_PPC64_ABI): Define.
22281
d31beafa
UW
222822013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22283
57f41c40
AS
22284 * sysdeps/powerpc/powerpc64/sysdep.h
22285 (PPC64_LOAD_FUNCPTR) [ASSEMBLER]: New assembler macro.
22286 (ENTRY_1) [ASSEMBLER]: Do not switch to .text section here ...
22287 (ENTRY) [ASSEMBLER]: ... but instead here ...
22288 (EALIGN) [ASSEMBLER]: ... and here.
22289 (PPC64_LOAD_FUNCPTR) [!ASSEMBLER]: New macro.
22290 (ENTRY_1) [!ASSEMBLER]: New macro; set up .opd entry.
22291 (ENTRY_2) [!ASSEMBLER]: Use it.
d31beafa
UW
22292 * sysdeps/powerpc/powerpc64/dl-machine.h (RTLD_START): Update for
22293 ENTRY_2 changes. Use PPC64_LOAD_FUNCPTR.
57f41c40
AS
22294 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve)
22295 (_dl_profile_resolve): Use PPC64_LOAD_FUNCPTR.
d31beafa
UW
22296 * sysdeps/powerpc/powerpc64/crti.S (_init, _fini): Use ENTRY_2.
22297 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (clone):
22298 Use PPC64_LOAD_FUNCPTR.
22299
b525166b
UW
22300 * sysdeps/powerpc/tls.h (tcbhead_t): Add __private_ss field.
22301
7ec07d9a
AM
223022013-12-04 Alan Modra <amodra@gmail.com>
22303
22304 * elf/elf.h (R_PPC64_TLSGD, R_PPC64_TLSLD, R_PPC64_TOCSAVE): Define.
22305 (R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA): Likewise.
22306 (R_PPC64_TPREL16_HIGH, R_PPC64_TPREL16_HIGHA): Likewise.
22307 (R_PPC64_DTPREL16_HIGH, R_PPC64_DTPREL16_HIGHA): Likewise.
22308
22309 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Add
22310 overflow checking for R_PPC64_ADDR16_HI, R_PPC64_ADDR16_HA,
22311 R_PPC64_TPREL16_HI, and R_PPC64_TPREL16_HA.
22312 Support new R_PPC64_ADDR16_HIGH, R_PPC64_ADDR16_HIGHA,
22313 R_PPC64_TPREL16_HIGH, and R_PPC64_TPREL16_HIGHA relocations.
22314 Fix overflow checking for R_PPC64_ADDR30 and R_PPC64_ADDR32.
22315
5162e7dd
UW
223162013-12-04 Ulrich Weigand <Ulrich.Weigand@de.ibm.com>
22317
22318 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
22319 (__makecontext): Fix incorrect CFI when backtracing out of
22320 context created via makecontext.
22321 * sysdeps/unix/sysv/linux/powerpc/powerpc64/secontext.S
22322 (__setcontext): Fix incorrect CFI during switch to new context.
22323 (__novec_setcontext): Likewise.
22324
19e3372b
OB
223252013-12-04 Ondřej Bílka <neleai@seznam.cz>
22326
22327 [BZ #4772]
22328 * time/strptime_l.c (__strptime_internal): Allow modifiers
22329 in strptime.
22330 * time/tst-strptime.c (day_tests): Add testcase.
22331
ecaf142d
SP
223322013-12-04 Siddhesh Poyarekar <siddhesh@redhat.com>
22333
22334 * scripts/bench.pl: Skip over blank lines.
22335
fbf964ae
PE
223362013-12-04 Paul Eggert <eggert@cs.ucla.edu>
22337
22338 [BZ #926]
22339 * manual/time.texi (Calendar Time): Clarify what timezone functions
22340 use.
22341
fa60a674
AZ
223422013-12-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22343
22344 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
22345
d674f0ef
OB
223462013-12-04 Ondřej Bílka <neleai@seznam.cz>
22347
22348 * debug/memcpy_chk.c (__memcpy_chk): Use call instead of custom
22349 implementation.
22350 * debug/memmove_chk.c (MEMMOVE_CHK): Likewise.
22351 * debug/mempcpy_chk.c (__mempcpy_chk): Likewise.
22352 * debug/memset_chk.c (__memset_chk): Likewise.
22353 * debug/stpncpy_chk.c (__stpncpy_chk): Likewise.
22354 * debug/strncpy_chk.c: Likewise.
22355
17dea188
JM
223562013-12-03 Joseph Myers <joseph@codesourcery.com>
22357
749008ff
JM
22358 [BZ #15268]
22359 [BZ #15425]
22360 * sysdeps/ieee754/dbl-64/e_exp.c: Include <float.h>.
22361 (__ieee754_exp): For possibly underflowing results, check size of
22362 result and force underflow exception if required.
22363 * math/auto-libm-test-in: Add more tests of exp.
22364 * math/auto-libm-test-out: Regenerated.
22365 * sysdeps/i386/fpu/libm-test-ulps: Update.
22366 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22367
17dea188
JM
22368 [BZ #16283]
22369 * math/w_exp2.c (__exp2): Handle a zero result as underflow.
22370 * math/w_exp2f.c (__exp2f): Likewise.
22371 * math/w_exp2l.c (__exp2l): Likewise.
22372 * math/auto-libm-test-in: Do not allow missing errno on exp2
22373 underflow.
22374 * math/auto-libm-test-out: Regenerated.
22375
b20de2c3
OB
223762013-12-03 Ondřej Bílka <neleai@seznam.cz>
22377
22378 [BZ #16274]
22379 * sysdeps/unix/sysv/linux/shm_open.c (shm_open): Correctly
22380 handle filename validation.
22381 * rt/tst-shm.c (do_test): Do not skip a test when shm_open fails.
22382 (do_open): Delete.
22383
d8e2dbe3
JM
223842013-12-03 Joseph Myers <joseph@codesourcery.com>
22385
34e16df5
JM
22386 [BZ #6786]
22387 * sysdeps/ieee754/dbl-64/s_erf.c: Include <errno.h> and <float.h>.
22388 (__erfc): Set errno to ERANGE when returning 0 or tiny * tiny.
22389 * sysdeps/ieee754/flt-32/s_erff.c: Include <errno.h> and
22390 <float.h>.
22391 (__erfcf): Set errno to ERANGE when returning 0 or tiny * tiny.
22392 * sysdeps/ieee754/ldbl-128/s_erfl.c: Include <errno.h>.
22393 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22394 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Include <errno.h>.
22395 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22396 * sysdeps/ieee754/ldbl-96/s_erfl.c: Include <errno.h>.
22397 (__erfcl): Set errno to ERANGE when returning 0 or tiny * tiny.
22398 * math/auto-libm-test-in: Don't allow missing errno from erfc.
22399 Add more erfc tests.
22400 * math/auto-libm-test-out: Regenerated.
22401 * sysdeps/i386/fpu/libm-test-ulps: Update.
22402 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22403
d8e2dbe3
JM
22404 * math/auto-libm-test-in: Add tests of erf, erfc, exp, exp10,
22405 exp2, expm1, j0 and j1.
22406 * math/auto-libm-test-out: Regenerated.
22407 * math/libm-test.inc (erf_test_data): Use AUTO_TESTS_f_f.
22408 (erfc_test_data): Likewise.
22409 (exp_test_data): Likewise.
22410 (exp_tonearest_test_data): Likewise.
22411 (exp_towardzero_test_data): Likewise.
22412 (exp_downward_test_data): Likewise.
22413 (exp_upward_test_data): Likewise.
22414 (exp10_test_data): Likewise.
22415 (exp2_test_data): Likewise.
22416 (expm1_test_data): Likewise.
22417 (j0_test_data): Likewise.
22418 (j1_test_data): Likewise.
22419 * math/gen-auto-libm-tests.c: Mention "xfail-rounding" in comment.
22420 (input_flag_type): Add flag_xfail_rounding.
22421 (input_flags): Add xfail-rounding.
22422 (adjust_real): Assert mpfr_number_p not mpfr_regular_p.
22423 (output_for_one_input_case): Handle flag_xfail_rounding.
22424 * sysdeps/i386/fpu/libm-test-ulps: Update.
22425 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22426
18d14251
AJ
224272013-12-03 Aurelien Jarno <aurelien@aurel32.net>
22428
3d2e6075 22429 [BZ #16289]
18d14251
AJ
22430 * locale/loadarchive.c (_nl_load_locale_from_archive): Avoid
22431 division by 0.
22432
520d437b
SP
224332013-12-03 Siddhesh Poyarekar <siddhesh@redhat.com>
22434
22435 [BZ #16195]
22436 * include/stap-probe.h [!USE_STAP_PROBE && !__ASSEMBLER__]
22437 (LIBC_PROBE): Change definition to call STAP_PROBE* macros.
22438 (STAP_PROBE0): New macro.
22439 (STAP_PROBE1): Likewise.
22440 (STAP_PROBE2): Likewise.
22441 (STAP_PROBE3): Likewise.
22442 (STAP_PROBE4): Likewise.
22443
416e0145
OB
224442013-12-02 Ondřej Bílka <neleai@seznam.cz>
22445
22446 * manual/llio.texi (Memory-mapped I/O): Add shm_open and shm_close.
22447
9d17796a
SE
224482013-12-02 Steve Ellcey <sellcey@mips.com>
22449
22450 * benchtests/Makefile (bench): Add sqrt.
22451 (LDLIBS-bench-sqrt): New.
22452 * benchtests/sqrt-input: New.
22453
f524d6a8
PS
224542013-12-02 Pavel Simerda <psimerda@redhat.com>
22455
639a0ef8
PS
22456 * sysdeps/posix/getaddrinfo.c (GAIH_OKIFUNSPEC): Remove macro.
22457 (GAIH_EAI): Likewise.
22458 (gaih_inet_serv): Don't use GAIH_OKIFUNSPEC.
22459 (gaih_inet): Likewise.
22460 (getaddrinfo): Don't use GAIH_EAI.
22461
f524d6a8
PS
22462 * sysdeps/posix/getaddrinfo.c (UNIX_PATH_MAX): Remove macro.
22463 (struct gaih): Remove definition.
22464
df3aedaf
SP
224652013-12-02 Siddhesh Poyarekar <siddhesh@redhat.com>
22466
22467 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname4_r):
22468 Use HERRNOP directly.
22469
1ab19dec
AZ
224702013-12-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22471
b42ad38d 22472 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
1ab19dec 22473
176b0c79
JM
224742013-11-30 Joseph Myers <joseph@codesourcery.com>
22475
22476 * math/gen-auto-libm-tests.c (test_functions): Add more
22477 single-argument functions.
22478 (special_fill_pi_2): New function.
22479 (special_fill_minus_pi_2): Likewise.
22480 (special_fill_pi_6): Likewise.
22481 (special_fill_minus_pi_6): Likewise.
22482 (special_fill_pi_3): Likewise.
22483 (special_fill_2pi_3): Likewise.
22484 (special_fill_e): Likewise.
22485 (special_fill_1_e): Likewise.
22486 (special_fill_e_minus_1): Likewise.
22487 (special_real_inputs): Add more special inputs.
22488 (output_for_one_input_case): Do not require ERANGE on underflow to
22489 zero if round-to-nearest result does not underflow to zero, unless
22490 exact results required.
22491 * math/auto-libm-test-in: Add tests of acos, acosh, asin, asinh,
22492 atan, atanh, cbrt, cos and cosh.
22493 * math/auto-libm-test-out: Regenerated.
22494 * math/libm-test.inc (acos_test_data): Use AUTO_TESTS_f_f.
22495 (acos_tonearest_test_data): Likewise.
22496 (acos_towardzero_test_data): Likewise.
22497 (acos_downward_test_data): Likewise.
22498 (acos_upward_test_data): Likewise.
22499 (acosh_test_data): Likewise.
22500 (asin_test_data): Likewise.
22501 (asin_tonearest_test_data): Likewise.
22502 (asin_towardzero_test_data): Likewise.
22503 (asin_upward_test_data): Likewise.
22504 (asinh_test_data): Likewise.
22505 (atan_test_data): Likewise.
22506 (atanh_test_data): Likewise.
22507 (cbrt_test_data): Likewise.
22508 (cos_test_data): Likewise.
22509 (cos_tonearest_test_data): Likewise.
22510 (cos_towardzero_test_data): Likewise.
22511 (cos_downward_test_data): Likewise.
22512 (cos_upward_test_data): Likewise.
22513 (cosh_test_data): Likewise.
22514 (cosh_tonearest_test_data): Likewise.
22515 (cosh_towardzero_test_data): Likewise.
22516 (cosh_downward_test_data): Likewise.
22517 (cosh_upward_test_data): Likewise.
22518 * sysdeps/i386/fpu/libm-test-ulps: Update.
22519 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
22520
ffb536d0
JM
225212013-11-29 Joseph Myers <joseph@codesourcery.com>
22522
2a77a467
JM
22523 [BZ #6787]
22524 * math/w_exp10.c (__exp10): Handle a zero result as underflow.
22525 * math/w_exp10f.c (__exp10f): Likewise.
22526 * math/w_exp10l.c (__exp10l): Likewise.
22527 * math/libm-test.inc (exp10_test_data): Add more tests and expect
22528 errno settings in existing tests.
22529
ea3bc4e8
JM
22530 [BZ #14032]
22531 * sysdeps/i386/fpu/e_sqrt.S (__ieee754_sqrt): Do fsqrt with
22532 precision control set to double precision.
22533 * sysdeps/i386/fpu/w_sqrt.c: New file.
22534 * math/auto-libm-test-in: Add more tests.
22535 * math/auto-libm-test-out: Update.
22536
0712c9d8
JM
22537 * math/libm-test.inc (sqrt_tonearest_test_data): New variable.
22538 (sqrt_test_tonearest): New function.
22539 (sqrt_towardzero_test_data): New variable.
22540 (sqrt_test_towardzero): New function.
22541 (sqrt_downward_test_data): New variable.
22542 (sqrt_test_downward): New function.
22543 (sqrt_upward_test_data): New variable.
22544 (sqrt_test_upward): New function.
22545 (main): Call the new functions.
22546
ffb536d0
JM
22547 * math/gen-auto-libm-tests.c: New file.
22548 * math/auto-libm-test-in: Likewise.
22549 * math/auto-libm-test-out: New generated file.
22550 * math/gen-libm-test.pl ($auto_input, %auto_tests): New global
22551 variables.
22552 (%beautify): Add generated representations of zero.
22553 (top level): Set $auto_input and call parse_auto_input.
22554 (beautify): Remove trailing "f" from hex float constants.
22555 (parse_args): Handle XFAIL_TEST.
22556 (convert_condition): New function.
22557 (or_value): Likewise.
22558 (or_cond_value): Likewise.
22559 (generate_testfile): Handle AUTO_TESTS_* lines.
22560 (parse_auto_input): New function.
22561 * math/libm-test.inc (XFAIL_TEST): New macro.
22562 (ERRNO_UNCHANGED): Update value.
22563 (ERRNO_EDOM): Likewise.
22564 (ERRNO_ERANGE): Likewise.
22565 (IGNORE_RESULT): Likewise.
22566 (TEST_COND_flt_32): New macro.
22567 (TEST_COND_dbl_64): Likewise.
22568 (TEST_COND_ldbl_96_intel): Likewise.
22569 (TEST_COND_ldbl_96_m68k): Likewise.
22570 (TEST_COND_ldbl_128): Likewise.
22571 (TEST_COND_ldbl_128ibm): Likewise.
22572 (TEST_COND_long32): Likewise.
22573 (TEST_COND_long64): Likewise.
22574 (TEST_COND_before_rounding): Likewise.
22575 (TEST_COND_after_rounding): Likewise.
22576 (enable_test): Handle XFAIL_TEST flag.
22577 (sqrt_test_data): Use AUTO_TESTS_f_f for tests of finite inputs
22578 with finite results.
22579 * math/Makefile ($(objpfx)libm-test.stmp): Depend on
22580 auto-libm-test-out.
22581
acd98a8e
AK
225822013-11-29 Siddhesh Poyarekar <siddhesh@redhat.com>
22583 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
22584
22585 [BZ #16214]
22586 * sysdeps/s390/dl-tls.h (__TLS_GET_ADDR): Invoke
22587 __tls_get_addr_internal instead of __tls_get_offset in order to
22588 avoid GOT pointer dependency. Make rtld export
22589 __tls_get_addr_internal@@GLIBC_PRIVATE while still hiding
22590 __tls_get_addr since we are a __tls_get_offset platform.
22591 * sysdeps/s390/s390-64/tls-macros.h (TLS_IE PIC): Don't rely on
22592 GOT pointer being set up before.
22593 * sysdeps/s390/s390-32/tls-macros.h (TLS_IE PIC): Likewise.
22594
3c1c46a6
JM
225952013-11-28 Joseph Myers <joseph@codesourcery.com>
22596
7475aef5
JM
22597 * manual/math.texi (Errors in Math Functions): Document accuracy
22598 goals.
22599
8bca7cd8
JM
22600 [BZ #15004]
22601 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Remove file.
22602 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: Likewise.
22603 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
22604 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
22605 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
22606 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
22607 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
22608 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
22609 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
22610 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
22611 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
22612 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
22613 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
22614 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
22615 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
22616 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
22617
91a1f3fe
JM
22618 * sysdeps/powerpc/nofpu/atomic-feclearexcept.c: New file.
22619 * sysdeps/powerpc/nofpu/atomic-feholdexcept.c: Likewise.
22620 * sysdeps/powerpc/nofpu/atomic-feupdateenv.c: Likewise.
22621 * sysdeps/powerpc/nofpu/flt-rounds.c: Likewise.
22622 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feclearexcept.c:
22623 Likewise.
22624 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feholdexcept.c:
22625 Likewise.
22626 * sysdeps/powerpc/powerpc32/e500/nofpu/atomic-feupdateenv.c:
22627 Likewise.
22628 * sysdeps/powerpc/powerpc32/e500/nofpu/flt-rounds.c: Likewise.
22629 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = soft-fp]
22630 (sysdep_routines): Add atomic-feholdexcept, atomic-feclearexcept,
22631 atomic-feupdateenv and flt-rounds.
22632 * sysdeps/powerpc/nofpu/Versions (libc): Add
22633 __atomic_feholdexcept, __atomic_feclearexcept,
22634 __atomic_feupdateenv and __flt_rounds to GLIBC_2.19.
22635 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h
22636 (__feraiseexcept_soft): Declare and use libc_hidden_proto here.
22637 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c
22638 (__feraiseexcept_soft): Don't declare and use libc_hidden_proto
22639 here.
22640 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/libc.abilist:
22641 Update.
22642
c5df7609
JM
22643 * manual/arith.texi (FP Exceptions): Document that exceptions may
22644 not be raised when matherr is used.
22645 (Math Error Reporting): Document overflow in directed rounding
22646 modes. Document that errno may not be set when finite values are
22647 returned on overflow. Document intent to set errno on underflow
22648 only for underflow to zero.
22649
3c1c46a6
JM
22650 [BZ #16271]
22651 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Set
22652 round-to-nearest then adjust result for other rounding modes.
22653 * include/fenv.h (fegetround): Use libm_hidden_proto.
22654 * math/fegetround.c (fegetround): Use libm_hidden_def.
22655 * sysdeps/i386/fpu/fegetround.c (fegetround): Likewise.
22656 * sysdeps/powerpc/fpu/fegetround.c (fegetround): Likewise.
22657 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22658 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c (fegetround):
22659 Likewise.
22660 * sysdeps/s390/fpu/fegetround.c (fegetround): Likewise.
22661 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
22662 * sysdeps/sparc/fpu/fegetround.c (fegetround): Likewise.
22663 * sysdeps/x86_64/fpu/fegetround.c (fegetround): Likewise.
22664
5a4c6d53
SP
226652013-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
22666
22667 [BZ #16077]
22668 * nss/Versions (libnss_files): Add
22669 _nss_files_gethostbyname3_r.
22670 * nss/nss_files/files-hosts.c (_nss_files_gethostbyname3_r):
22671 New function.
22672 (HOST_DB_LOOKUP): Remove macro.
22673 (_nss_files_gethostbyname_r): Implement function without the
22674 HOST_DB_LOOKUP macro.
22675 (_nss_files_gethostbyname2_r): Likewise.
22676
897b98ba
OB
226772013-11-28 Ondřej Bílka <neleai@seznam.cz>
22678
22679 * malloc/malloc.c (__libc_calloc): Make memset a tail call.
22680
6f476861
UB
226812013-11-26 Uros Bizjak <ubizjak@gmail.com>
22682
22683 * soft-fp/op-4.h (_FP_FRAC_ASSEMBLE_4): Check rsize against
22684 _FP_W_TYPE_SIZE to avoid "left shift count >= width of type"
22685 warning.
22686
bd12ab55
AZ
226872013-11-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22688
22689 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Use
22690 __fe_nomask_env_priv instead of __fe_nomask_env to avoid a PLT call.
22691 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Likewise.
22692 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Likewise.
22693 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Rename to
22694 __fe_nomask_env_priv and attribute_hidden.
22695 * sysdeps/powerpc/fpu/fenv_private.h (libc_fesetenv_ppc): Likewise.
22696 (libc_feupdateenv_test_ppc): Likewise.
22697 (libc_feresetround_ppc): Likewise.
22698 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
22699 (__fe_nomask_env): Rename to __fe_nomask_env_priv and adjust
22700 compat_symbol macro.
22701 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
22702 (__fe_nomask_env): Likewise.
22703 * sysdeps/powerpc/fpu/fe_nomask.c (__fe_nomask_env): Likewise.
22704
52bb6543
OB
227052013-11-26 Ondřej Bílka <neleai@seznam.cz>
22706
22707 * string/Makefile: Remove ifunc tests.
22708 * string/test-string.h: Define TEST_IFUNC.
22709 * string/test-bcopy-ifunc.c: Remove.
22710 * string/test-bzero-ifunc.c: Likewise.
22711 * string/test-memccpy-ifunc.c: Likewise.
22712 * string/test-memchr-ifunc.c: Likewise.
22713 * string/test-memcmp-ifunc.c: Likewise.
22714 * string/test-memcpy-ifunc.c: Likewise.
22715 * string/test-memmem-ifunc.c: Likewise.
22716 * string/test-memmove-ifunc.c: Likewise.
22717 * string/test-mempcpy-ifunc.c: Likewise.
22718 * string/test-memrchr-ifunc.c: Likewise.
22719 * string/test-memset-ifunc.c: Likewise.
22720 * string/test-rawmemchr-ifunc.c: Likewise.
22721 * string/test-stpcpy-ifunc.c: Likewise.
22722 * string/test-stpncpy-ifunc.c: Likewise.
22723 * string/test-strcasecmp-ifunc.c: Likewise.
22724 * string/test-strcasestr-ifunc.c: Likewise.
22725 * string/test-strcat-ifunc.c: Likewise.
22726 * string/test-strchr-ifunc.c: Likewise.
22727 * string/test-strchrnul-ifunc.c: Likewise.
22728 * string/test-strcmp-ifunc.c: Likewise.
22729 * string/test-strcpy-ifunc.c: Likewise.
22730 * string/test-strcspn-ifunc.c: Likewise.
22731 * string/test-strlen-ifunc.c: Likewise.
22732 * string/test-strncasecmp-ifunc.c: Likewise.
22733 * string/test-strncat-ifunc.c: Likewise.
22734 * string/test-strncmp-ifunc.c: Likewise.
22735 * string/test-strncpy-ifunc.c: Likewise.
22736 * string/test-strnlen-ifunc.c: Likewise.
22737 * string/test-strpbrk-ifunc.c: Likewise.
22738 * string/test-strrchr-ifunc.c: Likewise.
22739 * string/test-strspn-ifunc.c: Likewise.
22740 * string/test-strstr-ifunc.c: Likewise.
22741
ab260039 227422013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97
OB
22743
22744 * benchtests/Makefile: Remove ifunc tests.
22745 * benchtests/bench-string.h: Define TEST_IFUNC.
22746 * benchtests/bench-bcopy-ifunc.c: Remove.
22747 * benchtests/bench-bzero-ifunc.c: Likewise.
22748 * benchtests/bench-memccpy-ifunc.c: Likewise.
22749 * benchtests/bench-memchr-ifunc.c: Likewise.
22750 * benchtests/bench-memcmp-ifunc.c: Likewise.
22751 * benchtests/bench-memcpy-ifunc.c: Likewise.
22752 * benchtests/bench-memmem-ifunc.c: Likewise.
22753 * benchtests/bench-memmove-ifunc.c: Likewise.
22754 * benchtests/bench-mempcpy-ifunc.c: Likewise.
22755 * benchtests/bench-memrchr-ifunc.c: Likewise.
22756 * benchtests/bench-memset-ifunc.c: Likewise.
22757 * benchtests/bench-rawmemchr-ifunc.c: Likewise.
22758 * benchtests/bench-stpcpy_chk-ifunc.c: Likewise.
22759 * benchtests/bench-stpcpy-ifunc.c: Likewise.
22760 * benchtests/bench-stpncpy-ifunc.c: Likewise.
22761 * benchtests/bench-strcasecmp-ifunc.c: Likewise.
22762 * benchtests/bench-strcasestr-ifunc.c: Likewise.
22763 * benchtests/bench-strcat-ifunc.c: Likewise.
22764 * benchtests/bench-strchr-ifunc.c: Likewise.
22765 * benchtests/bench-strchrnul-ifunc.c: Likewise.
22766 * benchtests/bench-strcmp-ifunc.c: Likewise.
22767 * benchtests/bench-strcpy_chk-ifunc.c: Likewise.
22768 * benchtests/bench-strcpy-ifunc.c: Likewise.
22769 * benchtests/bench-strcspn-ifunc.c: Likewise.
22770 * benchtests/bench-strlen-ifunc.c: Likewise.
22771 * benchtests/bench-strncasecmp-ifunc.c: Likewise.
22772 * benchtests/bench-strncat-ifunc.c: Likewise.
22773 * benchtests/bench-strncmp-ifunc.c: Likewise.
22774 * benchtests/bench-strncpy-ifunc.c: Likewise.
22775 * benchtests/bench-strnlen-ifunc.c: Likewise.
22776 * benchtests/bench-strpbrk-ifunc.c: Likewise.
22777 * benchtests/bench-strrchr-ifunc.c: Likewise.
a9503496 22778 * benchtests/bench-strsep-ifunc.c: Likewise.
2787db97
OB
22779 * benchtests/bench-strspn-ifunc.c: Likewise.
22780 * benchtests/bench-strstr-ifunc.c: Likewise.
22781
227822013-11-26 Ondřej Bílka <neleai@seznam.cz>
22783
ab260039
OB
22784 * sysdeps/x86_64/dl-tlsdesc.S (_dl_tlsdesc_resolve_hold): Fix typo.
22785
d1d9eaf4 227862013-11-26 Ondřej Bílka <neleai@seznam.cz>
2787db97 22787
d1d9eaf4
OB
22788 * resolv/netdb.h: Use __glibc_reserved instead __unused.
22789 * rt/aio.h: Likewise.
22790 * sysdeps/gnu/bits/utmp.h: Likewise.
22791 * sysdeps/gnu/bits/utmpx.h: Likewise.
22792 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
22793 * sysdeps/unix/sysv/linux/bits/ipc.h: Likewise.
22794 * sysdeps/unix/sysv/linux/bits/msq.h: Likewise.
22795 * sysdeps/unix/sysv/linux/bits/sem.h: Likewise.
22796 * sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
22797 * sysdeps/unix/sysv/linux/bits/stat.h: Likewise.
22798 * sysdeps/unix/sysv/linux/kernel_stat.h: Likewise.
22799 * sysdeps/unix/sysv/linux/ntp_gettimex.c: Likewise.
22800 * sysdeps/unix/sysv/linux/powerpc/bits/ipc.h: Likewise.
22801 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h: Likewise.
22802 * sysdeps/unix/sysv/linux/powerpc/bits/sem.h: Likewise.
22803 * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
22804 * sysdeps/unix/sysv/linux/powerpc/bits/stat.h: Likewise.
22805 * sysdeps/unix/sysv/linux/powerpc/powerpc32/kernel_stat.h: Likewise.
22806 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
22807 * sysdeps/unix/sysv/linux/s390/bits/ipc.h: Likewise.
22808 * sysdeps/unix/sysv/linux/s390/bits/msq.h: Likewise.
22809 * sysdeps/unix/sysv/linux/s390/bits/sem.h: Likewise.
22810 * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
22811 * sysdeps/unix/sysv/linux/s390/bits/stat.h: Likewise.
22812 * sysdeps/unix/sysv/linux/s390/bits/utmp.h: Likewise.
22813 * sysdeps/unix/sysv/linux/s390/bits/utmpx.h: Likewise.
22814 * sysdeps/unix/sysv/linux/s390/s390-32/utmp32.h: Likewise.
22815 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
22816 * sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
22817 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
22818 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h: Likewise.
22819 * sysdeps/unix/sysv/linux/sparc/bits/msq.h: Likewise.
22820 * sysdeps/unix/sysv/linux/sparc/bits/sem.h: Likewise.
22821 * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
22822 * sysdeps/unix/sysv/linux/sparc/bits/stat.h: Likewise.
22823 * sysdeps/unix/sysv/linux/sparc/sparc32/kernel_stat.h: Likewise.
22824 * sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h: Likewise.
22825 * sysdeps/unix/sysv/linux/sparc/sparc64/xstatconv.c: Likewise.
22826 * sysdeps/unix/sysv/linux/sparc/sys/procfs.h: Likewise.
22827 * sysdeps/unix/sysv/linux/sys/timex.h: Likewise.
22828 * sysdeps/unix/sysv/linux/x86/bits/msq.h: Likewise.
22829 * sysdeps/unix/sysv/linux/x86/bits/sem.h: Likewise.
22830 * sysdeps/unix/sysv/linux/x86/bits/shm.h: Likewise.
22831 * sysdeps/unix/sysv/linux/x86/bits/stat.h: Likewise.
22832 * sysdeps/unix/sysv/linux/xstatconv.c: Likewise.
22833 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
22834
a7624ed9
CD
228352013-11-25 Carlos O'Donell <carlos@redhat.com>
22836
22837 [BZ #16245]
22838 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes):
22839 Rename PTRAVE_EVENT_SECCOMP to PTRACE_EVENT_SECCOMP.
22840
63cfe52b
JM
228412013-11-25 Joseph Myers <joseph@codesourcery.com>
22842
22843 * sysdeps/powerpc/nofpu/fenv_libc.h (__fegetround): New macro.
22844 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h (__fegetround):
22845 Likewise.
22846
41e8926a
AZ
228472013-11-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
22848
22849 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Use
22850 SET_RESTORE_ROUND instead of feholdexcept/fesetround/fesetenv.
22851 * sysdeps/powerpc/fpu/fenv_libc.h (__fegetround): Remove define.
22852 (__fesetround): Remove define.
22853 * sysdeps/powerpc/fpu/fenv_private.h: New file: Inline floating point
22854 rounding and exceptions handling.
22855 * sysdeps/powerpc/fpu/math_private.h: Include fenv_private.h.
22856 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_mask_env): Define as hidden.
22857 (__fe_nomask_env): Likewise.
22858 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c (__llrintl): Use
22859 __fegetround instead of fegetround.
22860 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c (__lrintl): Likewise.
22861 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c (__rintl): Likewise.
22862
6851bd4d
RM
228632013-11-21 Roland McGrath <roland@hack.frob.com>
22864
070906ff
RM
22865 * malloc/malloc.c: Move #include <sys/param.h> to the top; comment why
22866 it's there.
22867
6851bd4d
RM
22868 * sysdeps/generic/sys/swap.h (swapon): Add FLAGS argument to prototype.
22869
84ae135d
MI
228702013-11-21 Meador Inge <meadori@codesourcery.com>
22871
22872 [BZ #11157]
22873 * crypt/crypt.h (encrypt): Use __glibc_block instead of __block.
22874 (encrypt_r): Likewise.
22875 * malloc/obstack.h (obstack_free): Likewise.
22876 * posix/unistd.h (encrypt): Likewise.
22877
daf75146
GM
228782013-11-21 Guy Martin <gmsoft@tuxicoman.be>
22879
22880 * sysdeps/generic/ldsodefs.h: Replace DL_DT_INIT_ADDRESS() and
22881 DL_DT_FINI_ADDRESS() macro with DL_CALL_DT_INIT() and
22882 DL_CALL_DT_FINI() that call the functions directly.
22883 * elf/dl-init.c: Use the new DL_CALL_DT_INIT() macro.
22884 * elf/dl-close.c: Use the new DL_CALL_DT_FINI() macro.
22885 * elf/dl-fini.c: Likewise.
22886
10ad46bc
OB
228872013-11-20 Ondřej Bílka <neleai@seznam.cz>
22888
22889 * malloc/hooks.c (memalign_check): Add alignment rounding.
22890 * malloc/malloc.c (_mid_memalign): New function.
22891 (__libc_valloc, __libc_pvalloc, __libc_memalign, __posix_memalign):
22892 Implement by calling _mid_memalign.
22893 * manual/probes.texi (Memory Allocation Probes): Remove
22894 memory_valloc_retry and memory_pvalloc_retry.
22895
f3fd2628
SP
228962013-11-20 Siddhesh Poyarekar <siddhesh@redhat.com>
22897
4712799f
SP
22898 * locale/programs/locarchive.c (open_archive): Add const
22899 qualifier to ARCHIVEFNAME and copy default fname to
22900 DEFAULT_FNAME.
22901
0417b20f
SP
22902 [BZ #15601]
22903 * libio/tst-widetext.input: Rename Oriya to Odia.
22904 * locale/iso-639.def: Likewise.
22905
f3fd2628
SP
22906 * manual/probes.texi (Mathematical Function Probes): Add
22907 documentation for sin, cos, asin and acos probes.
22908 * sysdeps/ieee754/dbl-64/sincos32.c: Include stap-probe.h.
22909 (__sin32): Add slowasin probe.
22910 (__cos32): Add slowacos probe.
22911 (__mpsin): Add slowsin probe.
22912 (__mpcos): Add slowcos probe.
22913
73c1ce4f
JM
229142013-11-19 Joseph Myers <joseph@codesourcery.com>
22915
22916 [BZ #15483]
22917 * sysdeps/powerpc/nofpu/sim-full.c (__sim_exceptions): Change to
22918 thread-local __sim_exceptions_thread and global
22919 __sim_exceptions_global.
22920 (__sim_disabled_exceptions): Change to thread-local
22921 __sim_disabled_exceptions_thread and global
22922 __sim_disabled_exceptions_global.
22923 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22924 and global __sim_round_mode_global.
22925 (__simulate_exceptions): Use thread-local floating-point state and
22926 set global state from it as needed.
22927 * sysdeps/powerpc/nofpu/Versions (GLIBC_PRIVATE): Add
22928 __sim_exceptions_thread, __sim_disabled_exceptions_thread and
22929 __sim_round_mode_thread.
22930 * sysdeps/powerpc/nofpu/soft-supp.h: Include <shlib-compat.h>.
22931 (__sim_exceptions): Change to thread-local __sim_exceptions_thread
22932 and global __sim_exceptions_global.
22933 (__sim_disabled_exceptions): Change to thread-local
22934 __sim_disabled_exceptions_thread and global
22935 __sim_disabled_exceptions_global.
22936 (__sim_round_mode): Change to thread-local __sim_round_mode_thread
22937 and global __sim_round_mode_global.
22938 [SIM_GLOBAL_COMPAT] (SIM_COMPAT_SYMBOL): New macro.
22939 (SIM_SET_GLOBAL): Likewise.
22940 * sysdeps/powerpc/soft-fp/sfp-machine.h
22941 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_ROUNDMODE): Use
22942 __sim_round_mode_thread.
22943 [!(__NO_FPRS__ && !_SOFT_FLOAT)] (FP_TRAPPING_EXCEPTIONS): Use
22944 __sim_disabled_exceptions_thread.
22945 (__sim_exceptions): Change to __sim_exceptions_thread.
22946 (__sim_disabled_exceptions): Change to
22947 __sim_disabled_exceptions_thread.
22948 (__sim_round_mode): Change to __sim_round_mode_thread.
22949 * sysdeps/powerpc/nofpu/fclrexcpt.c (__feclearexcept): Use
22950 thread-local floating-point state and set global state from it as
22951 needed.
22952 * sysdeps/powerpc/nofpu/fedisblxcpt.c (fedisableexcept): Likewise.
22953 * sysdeps/powerpc/nofpu/feenablxcpt.c: Include "soft-supp.h".
22954 (__sim_disabled_exceptions): Remove extern declaration.
22955 (feenableexcept): Use thread-local floating-point state and set
22956 global state from it as needed.
22957 * sysdeps/powerpc/nofpu/fegetenv.c (__sim_exceptions): Remove
22958 extern declaration.
22959 (__sim_disabled_exceptions): Likewise.
22960 (__sim_round_mode): Likewise.
22961 (__fegetenv): Use thread-local floating-point state.
22962 * sysdeps/powerpc/nofpu/fegetexcept.c (fegetexcept): Likewise.
22963 * sysdeps/powerpc/nofpu/fegetround.c (fegetround): Likewise.
22964 * sysdeps/powerpc/nofpu/fesetenv.c (__fesetenv): Use thread-local
22965 floating-point state and set global state from it as needed.
22966 * sysdeps/powerpc/nofpu/fesetround.c (fesetround): Likewise.
22967 * sysdeps/powerpc/nofpu/feupdateenv.c (__feupdateenv): Likewise.
22968 * sysdeps/powerpc/nofpu/fgetexcptflg.c (__fegetexceptflag):
22969 Likewise.
22970 * sysdeps/powerpc/nofpu/fraiseexcpt.c (__feraiseexcept): Likewise.
22971 * sysdeps/powerpc/nofpu/fsetexcptflg.c (__fesetexceptflag):
22972 Likewise.
22973 sysdeps/powerpc/nofpu/ftestexcept.c (fetestexcept): Likewise.
22974 * sysdeps/powerpc/nofpu/get-rounding-mode.h (get_rounding_mode):
22975 Use __sim_round_mode_thread.
22976 * math/test-fenv-tls.c: New file.
22977 * math/Makefile (tests): Add test-fenv-tls.
22978 ($(objpfx)test-fenv-tls): Depend on
22979 $(common-objpfx)nptl/libpthread.so.
22980
b5449b12
AS
229812013-11-19 Andreas Schwab <schwab@suse.de>
22982
22983 * locale/programs/locale.c (show_info): Decode wordarray elements.
22984 * locale/categories.def (LC_MONETARY): Add element for
22985 _NL_MONETARY_CRNCYSTR.
22986 * locale/C-monetary.c (conversion_rate): New variable.
22987 (_nl_C_LC_MONETARY): Use it for _NL_MONETARY_CONVERSION_RATE
22988 element.
22989
e186536b
CM
229902013-11-18 Chris Metcalf <cmetcalf@tilera.com>
22991
22992 * math/test-fpucw-ieee.c [!defined _FPU_IEEE] (FPU_CONTROL):
22993 Omit definition of FPU_CONTROL and use default if no _FPU_IEEE.
22994
5c349950
PP
229952013-11-18 Paul Pluzhnikov <ppluzhnikov@google.com>
22996
22997 * elf/Makefile (tst-auxv): New test.
22998 * elf/tst-auxv.c: New
22999 * elf/rtld.c (dl_main): Adjust AT_EXECFN
23000
699df45b
JM
230012013-11-18 Joseph Myers <joseph@codesourcery.com>
23002
23003 * include/libc-symbols.h (__hidden_proto): Add argument "thread".
23004 (hidden_proto): Caller changed.
23005 (hidden_tls_proto): New macro.
23006 (libc_hidden_tls_proto): Likewise.
23007 (rtld_hidden_tls_proto): Likewise.
23008 (libm_hidden_tls_proto): Likewise.
23009 (libresolv_hidden_tls_proto): Likewise.
23010 (librt_hidden_tls_proto): Likewise.
23011 (libdl_hidden_tls_proto): Likewise.
23012 (libnss_files_hidden_tls_proto): Likewise.
23013 (libnsl_hidden_tls_proto): Likewise.
23014 (libnss_nisplus_hidden_tls_proto): Likewise.
23015 (libutil_hidden_tls_proto): Likewise.
23016
b7589107
OB
230172013-11-18 Ondřej Bílka <neleai@seznam.cz>
23018
23019 [BZ #10253]
23020 * elf/dl-load.c (fillin_rpath): Add linkmap parameter and expand path.
23021 (decompose_rpath): Defer expansion to fillin_rpath.
23022 (_dl_init_paths): Pass linkmap to fillin_rpath.
23023
250c23bd
RS
230242013-11-18 Rajalakshmi Srinivasaraghavan <raji@linux.vnet.ibm.com>
23025
23026 * benchtests/Makefile: Add strsep.
23027 * benchtests/bench-strsep.c: New file: strsep benchtest.
23028 * benchtests/bench-strsep-ifunc.c: New file: strsep benchtest.
23029
a7931fcf
AS
230302013-11-18 Andreas Schwab <schwab@suse.de>
23031
23032 * locale/programs/locale.c (show_info) [case byte]: Check for
23033 '\377' instead of '\177'.
23034 * locale/C-monetary.c (not_available): Always use "\377".
23035 * stdlib/strfmon_l.c (__vstrfmon_l): Use -2 as marker for
23036 unspecified p_sign_posn and n_sign_posn. Check for '\377' to
23037 detect unavailable sign_posn locale elements.
23038 * locale/localeconv.c (__localeconv): For grouping and
23039 mon_grouping handle "\177" and "\377" like no grouping.
23040 (INT_ELEM): New macro. Use it to set all numeric members.
23041 * locale/programs/ld-monetary.c (monetary_read)
23042 <tok_mon_grouping>: Normalize single -1 to the empty string.
23043 * locale/programs/ld-numeric.c (numeric_read) <tok_grouping>:
23044 Likewise.
23045
728dab0e
OB
230462013-11-07 Ondřej Bílka <neleai@seznam.cz>
23047
23048 [BZ #16055]
23049 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Limit width
23050 when we match (nil).
23051 * stdio-common/tst-sscanf.c (struct test): Add testcase.
23052
66294491
JM
230532013-11-16 Joseph Myers <joseph@codesourcery.com>
23054
ce665817
JM
23055 * math/libm-test.inc (TEST_NAN_SIGN): New macro.
23056 (NO_TEST_INLINE): Update value.
23057 (ERRNO_UNCHANGED): Likewise.
23058 (ERRNO_EDOM): Likewise.
23059 (ERRNO_ERANGE): Likewise.
23060 (IGNORE_RESULT): Likewise.
23061 (check_float_internal): Check signs of NaN results if
23062 TEST_NAN_SIGN used.
23063 (check_complex): Pass TEST_NAN_SIGN flag through to second
23064 check_float_internal call.
23065 (copysign_test_data): Add tests with quiet NaNs as second
23066 argument. Use TEST_NAN_SIGN.
23067 (fabs_test_data): Add test of negative quiet NaN argument. Use
23068 TEST_NAN_SIGN.
23069 (signbit_test_data): Add tests of quiet NaN argument.
23070 * math/gen-libm-test.pl (parse_args): Handle TEST_NAN_SIGN.
23071
ee1466a9
JM
23072 * math/gen-libm-test.pl (show_exceptions): Take extra argument
23073 $ignore_result.
23074 (parse_args): Handle function results specified as IGNORE.
23075 * math/libm-test.inc (IGNORE_RESULT): New macro.
23076 (check_float_internal): Do not check numerical result if flag
23077 IGNORE_RESULT set.
23078 (check_complex): Pass through IGNORE_RESULT to second
23079 check_float_internal call.
23080 (check_int): Do not check numerical result if flag IGNORE_RESULT
23081 set.
23082 (check_long): Likewise.
23083 (check_bool): Likewise.
23084 (check_longlong): Likewise.
23085 (lrint_test_data): Add tests of infinite and NaN arguments.
23086 (lrint_tonearest_test_data): Likewise.
23087 (lrint_towardzero_test_data): Likewise.
23088 (lrint_downward_test_data): Likewise.
23089 (lrint_upward_test_data): Likewise.
23090 (llrint_test_data): Likewise.
23091 (llrint_tonearest_test_data): Likewise.
23092 (llrint_towardzero_test_data): Likewise.
23093 (llrint_downward_test_data): Likewise.
23094 (llrint_upward_test_data): Likewise.
23095 (lround_test_data): Likewise.
23096 (llround_test_data): Likewise.
23097
14407b7e
JM
23098 * math/libm-test.inc (NO_TEST_INLINE): New macro.
23099 (ERRNO_UNCHANGED): Update value.
23100 (ERRNO_EDOM): Likewise.
23101 (ERRNO_ERANGE): Likewise.
23102 (NO_TEST_INLINE_FLOAT): New macro.
23103 (NO_TEST_INLINE_DOUBLE): Likewise.
23104 (enable_test): New function.
23105 (RUN_TEST_f_f): Check enable_test before running test.
23106 (RUN_TEST_2_f): Likewise.
23107 (RUN_TEST_fff_f): Likewise.
23108 (RUN_TEST_c_f): Likewise.
23109 (RUN_TEST_f_f1): Likewise.
23110 (RUN_TEST_fF_f1): Likewise.
23111 (RUN_TEST_fI_f1): Likewise.
23112 (RUN_TEST_ffI_f1): Likewise.
23113 (RUN_TEST_c_c): Likewise.
23114 (RUN_TEST_cc_c): Likewise.
23115 (RUN_TEST_f_i): Likewise.
23116 (RUN_TEST_f_i_tg): Likewise.
23117 (RUN_TEST_ff_i_tg): Likewise.
23118 (RUN_TEST_f_b): Likewise.
23119 (RUN_TEST_f_b_tg): Likewise.
23120 (RUN_TEST_f_l): Likewise.
23121 (RUN_TEST_f_L): Likewise.
23122 (RUN_TEST_fFF_11): Likewise.
23123 (asinh_test_data): Use NO_TEST_INLINE instead of [!TEST_INLINE]
23124 conditionals.
23125 (cosh_test_data): Likewise.
23126 (exp_test_data): Likewise.
23127 (expm1_test_data): Likewise.
23128 (hypot_test_data): Likewise.
23129 (pow_test_data): Likewise.
23130 (sinh_test_data): Likewise.
23131 (tanh_test_data): Likewise.
23132 * math/gen-libm-test.pl (parse_args): Allow NO_TEST_INLINE as
23133 flags argument.
23134
ca07f197
JM
23135 * libm-test.inc (acos_test_data): Disallow inexact exceptions for
23136 tests with quiet NaN input and output.
23137 (acosh_test_data): Likewise.
23138 (asin_test_data): Likewise.
23139 (asinh_test_data): Likewise.
23140 (atan_test_data): Likewise.
23141 (atanh_test_data): Likewise.
23142 (atan2_test_data): Likewise.
23143 (cbrt_test_data): Likewise.
23144 (cos_test_data): Likewise.
23145 (cosh_test_data): Likewise.
23146 (erf_test_data): Likewise.
23147 (erfc_test_data): Likewise.
23148 (exp_test_data): Likewise.
23149 (exp10_test_data): Likewise.
23150 (exp2_test_data): Likewise.
23151 (expm1_test_data): Likewise.
23152 (hypot_test_data): Likewise.
23153 (j0_test_data): Likewise.
23154 (j1_test_data): Likewise.
23155 (jn_test_data): Likewise.
23156 (lgamma_test_data): Likewise.
23157 (log_test_data): Likewise.
23158 (log10_test_data): Likewise.
23159 (log1p_test_data): Likewise.
23160 (log2_test_data): Likewise.
23161 (pow_test_data): Likewise.
23162 (scalb_test_data): Likewise.
23163 (sin_test_data): Likewise.
23164 (sincos_test_data): Likewise.
23165 (sinh_test_data): Likewise.
23166 (tan_test_data): Likewise.
23167 (tanh_test_data): Likewise.
23168 (tgamma_test_data): Likewise.
23169 (y0_test_data): Likewise.
23170 (y1_test_data): Likewise.
23171 (yn_test_data): Likewise.
23172
66294491
JM
23173 [BZ #16167]
23174 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Check for first
23175 argument being NaN and avoid computations with second argument in
23176 that case.
23177 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
23178 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise.
23179 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
23180
1820b143
CL
231812013-11-15 Arun Kumar Pyasi <arun@chitwanix.com>
23182
23183 * locale/iso-639.def: Add Chitwani Tharu (the).
23184
714bd261
AS
231852013-11-14 Andreas Schwab <schwab@suse.de>
23186
23187 * locale/C-address.c (_nl_C_LC_ADDRESS): Set country_num to zero
23188 word instead of empty string.
23189
7ab44563
AZ
231902013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23191
23192 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23193 (__fe_nomask_env): Fir compat symbol to be remove for GLIBC_2.19.
23194 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23195 (__fe_nomask_env): Likewise.
23196
e8470ea2
SE
231972013-11-13 Steve Ellcey <sellcey@mips.com>
23198
23199 * benchtests/bench-timing.h: Include time.h.
23200
17c1d9f0
L
232012013-11-13 H.J. Lu <hongjiu.lu@intel.com>
23202
23203 [BZ #15997]
23204 * sysdeps/unix/sysv/linux/configure.ac (arch_minimum_kernel): Set
23205 to 3.4.0 for x32.
23206 * sysdeps/unix/sysv/linux/configure: Regenerated.
23207
9310c284
JM
232082013-11-13 Joseph Myers <joseph@codesourcery.com>
23209
23210 [BZ #16151]
23211 * stdlib/strtod_l.c (round_and_return): Do not consider
23212 retval[RETURN_LIBM_SIZE - 1] when determining more_bits for an
23213 exponent one less than half the least subnormal exponent.
23214 * stdlib/test-strtod-round-data: Add more tests.
23215 * stdlib/tst-strtod-round.c (tests): Regenerated.
23216
7a2ad8cf
AZ
232172013-11-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23218
23219 [BZ #14143]
23220 * sysdeps/powerpc/bits/fenv.h (__fe_nomask_env): Remove declaration.
23221 (__fe_mask_env): Likewise.
23222 * sysdeps/powerpc/fpu/fenv_libc.h (__fe_nomask_env): Remove
23223 libm_hidden_proto and add function prototype.
23224 (__fe_mask_env): Add function prototype.
23225 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
23226 (__fe_nomask_env): Add compat symbol for GLIBC_2.1.
23227 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
23228 (__fe_mask_env): Remove compiler warnings regarding ununsed variables.
23229 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
23230 (__fe_nomask_env): Add compat symbol for GLIBC_2.3.
23231
50727aa7
MS
232322013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
23233
b2f386c1 23234 * elf/dl-lookup.c (_dl_lookup_symbol_x): If UNDEF_MAP is false
50727aa7
MS
23235 set reference_name to "" to avoid passing NULL to DSO_FILENAME.
23236
a615be46
MS
232372013-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
23238
23239 * elf/tlsdeschtab.h (_dl_make_tlsdesc_dynamic): Handle failure
23240 of htab_find_slot().
23241
7ddace62
DM
232422013-11-11 David S. Miller <davem@davemloft.net>
23243
23244 [BZ #16150]
23245 * sysdeps/sparc/sparc64/multiarch/add_n.S: Resolve to the correct generic
23246 symbol in the non-vis3 case in static builds.
23247 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: Likewise.
23248 * sysdeps/sparc/sparc64/multiarch/mul_1.S: Likewise.
23249 * sysdeps/sparc/sparc64/multiarch/sub_n.S: Likewise.
23250 * sysdeps/sparc/sparc64/multiarch/submul_1.S: Likewise.
23251
9182aa67
JK
232522013-11-11 Jan Kratochvil <jan.kratochvil@redhat.com>
23253
23254 [BZ #387]
23255 * elf/dl-object.c (_dl_new_object): Initialize L_NAME from NEWNAME if
23256 it is empty.
23257
450a2e2d
AZ
232582013-11-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23259
b2f386c1
SP
23260 * benchtests/Makefile: Add bench-strtod.
23261 * benchtests/bench-strtod.c: New file: strtod benchtest
450a2e2d 23262
8ec3f656
AS
232632013-11-11 Andreas Schwab <schwab@suse.de>
23264
23265 [BZ #16153]
23266 * nscd/nscd_getserv_r.c (__nscd_getservbyport_r): Don't include
23267 terminating NUL in key length.
23268
76a9b998
AZ
232692013-11-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
23270
23271 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET):
23272 Add artificial ODP entry for vDSO symbol for PPC64.
23273 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Adjust includes.
23274 * sysdeps/unix/sysv/linux/powerpc/time.c: Likewise.
23275
e4368156
OB
232762013-11-07 Ondřej Bílka <neleai@seznam.cz>
23277
23278 [BZ #15374]
23279 * nss/getent.c (services_keys): Recognize services starting with digit.
23280
8d6bb57c
DM
232812013-11-06 David S. Miller <davem@davemloft.net>
23282
23283 [BZ #15985]
23284 * sysdeps/sparc/sparc32/fpu/s_fdim.S (__fdim): Do not use fnegd
23285 on pre-v9 cpus, use a fnegs+fmovs sequence instead.
23286
e256c421
WN
232872013-11-06 Will Newton <will.newton@linaro.org>
23288
23289 * manual/memory.texi (Malloc Examples): Remove register
23290 keyword from examples.
23291
f6e12daa 232922013-11-04 Chris Leonard <cjl@sugarlabs.org>
1484e657 23293
f6e12daa 23294 * locale/iso-639.def: Correct Walaita (wal) and add Unami Delaware (unm).
1484e657 23295
9d880655
AS
232962013-11-04 Joseph Myers <joseph@codesourcery.com>
23297
fd2f9486 23298 [BZ #6981]
9d880655
AS
23299 * include/stdc-predef.h [__GCC_IEC_559] (__STDC_IEC_559__): Define
23300 depending on [__GCC_IEC_559 > 0].
23301 [__GCC_IEC_559_COMPLEX] (__STDC_IEC_559_COMPLEX__): Define
23302 depending on [__GCC_IEC_559_COMPLEX > 0].
23303
ae129d3c
CL
233042013-11-03 Chris Leonard <cjl@sugarlabs.org>
23305
23306 * locale/iso-639.def: Add Quechua, Southern (quz) and Silesian (szl)
23307 to iso-639.def.
23308
4a15c2a4 233092013-11-03 Ondřej Bílka <neleai@seznam.cz>
17c8c3dc
OB
23310
23311 * elf/rtld.c: Remove unused NONTLS_INIT_TP.
23312
8b35e35d
OB
233132013-11-01 Ondřej Bílka <neleai@seznam.cz>
23314
23315 [BZ #16112]
23316 * malloc/malloc (malloc_info): Do not handle first bin as
23317 special case.
23318
1d70fd6c
CL
233192013-11-01 Chris Leonard <cjl@sugarlabs.org>
23320
23321 * locale/iso-639.def: Add Central Nahuatl (nhn).
23322
8c5c2600
BH
233232013-11-01 Bruno Haible <bruno@clisp.org>
23324
23325 [BZ #7003]
23326 * manual/math.texi (BSD Random): Specify range upper bound as
23327 in POSIX.
23328
da5579c2
CL
233292013-10-31 Chris Leonard <cjl@sugarlabs.org>
23330
23331 * locale/iso-639.def: Add Meadow Mari (mhr).
23332
5d30d853
OB
233332013-10-31 Ondřej Bílka <neleai@seznam.cz>
23334
23335 [BZ #14752], [BZ #15763]
23336 * sysdeps/unix/sysv/linux/shm_open.c (shm_open, shm_unlink):
23337 Validate name.
23338 * rt/tst_shm.c: Add test for escaping directory.
23339
a4966c61
AS
233402013-10-31 Andreas Schwab <schwab@suse.de>
23341
8a43e768 23342 [BZ #15917]
a4966c61
AS
23343 * stdio-common/vfscanf.c (_IO_vfwscanf): Handle leading '0' not
23344 followed by 'x' as part of digit sequence.
23345 * stdio-common/tst-sscanf.c (double_tests2): New tests.
23346
28d708c4
MAP
233472013-10-31 Marc-Antoine Perennou <Marc-Antoine@Perennou.com>
23348
23349 [BZ #16037]
23350 * configure.ac: allow GNU Make 4.0 and greater.
23351 * configure: Regenerated.
23352
a56ee40b
WN
233532013-10-30 Will Newton <will.newton@linaro.org>
23354
23355 [BZ #16038]
23356 * malloc/hooks.c (memalign_check): Limit alignment to the
23357 maximum representable power of two.
23358 * malloc/malloc.c (__libc_memalign): Likewise.
23359 * malloc/tst-memalign.c (do_test): Add test for very
23360 large alignment values.
23361 * malloc/tst-posix_memalign.c (do_test): Likewise.
23362
c6e4925d
OB
233632013-10-30 Ondřej Bílka <neleai@seznam.cz>
23364
23365 [BZ #11087]
23366 * malloc/malloc.c (sysmalloc): Compute statistics atomically.
23367 (munmap_chunk): Likewise.
23368 (mremap_chunk): Likewise.
23369
233702013-10-30 Ondřej Bílka <neleai@seznam.cz>
bbea82f7 23371
8a43e768 23372 [BZ #15799]
bbea82f7
OB
23373 * stdlib/div.c (div): Remove obsolete code.
23374 * stdlib/ldiv.c (ldiv): Likewise.
23375 * stdlib/lldiv.c (lldiv): Likewise.
23376
977f4b31
SP
233772013-10-30 Siddhesh Poyarekar <siddhesh@redhat.com>
23378
23379 [BZ #16071]
23380 * nss/nss_files/files-XXX.c (get_contents_ret): New
23381 enumerator.
23382 (get_contents): New function.
23383 (internal_getent): Use it. Expand size of LINEBUFLEN.
23384
cb8a6dbd
MF
233852013-10-30 Mike Frysinger <vapier@gentoo.org>
23386
23387 * configure.in: Moved to ...
23388 * configure.ac: ... here. Change reference to configure.in
23389 to configure.ac.
23390 * sysdeps/arm/preconfigure.ac: ... here.
23391 configure.in to configure.ac.
23392 * sysdeps/gnu/configure.in: Moved to ...
23393 * sysdeps/gnu/configure.ac: ... here.
23394 * sysdeps/i386/configure.in: Moved to ...
23395 * sysdeps/i386/configure.ac: ... here.
23396 * sysdeps/ieee754/ldbl-opt/configure.in: Moved to ...
23397 * sysdeps/ieee754/ldbl-opt/configure.ac: ... here.
23398 * sysdeps/mach/configure.in: Moved to ...
23399 * sysdeps/mach/configure.ac: ... here.
23400 * sysdeps/mach/hurd/configure.in: Moved to ...
23401 * sysdeps/mach/hurd/configure.ac: ... here.
23402 * sysdeps/powerpc/configure.in: Moved to ...
23403 * sysdeps/powerpc/configure.ac: ... here.
23404 * sysdeps/powerpc/powerpc32/configure.in: Moved to ...
23405 * sysdeps/powerpc/powerpc32/configure.ac: ... here.
23406 * sysdeps/powerpc/powerpc64/configure.in: Moved to ...
23407 * sysdeps/powerpc/powerpc64/configure.ac: ... here.
23408 * sysdeps/s390/s390-32/configure.in: Moved to ...
23409 * sysdeps/s390/s390-32/configure.ac: ... here.
23410 * sysdeps/s390/s390-64/configure.in: Moved to ...
23411 * sysdeps/s390/s390-64/configure.ac: ... here.
23412 * sysdeps/sh/configure.in: Moved to ...
23413 * sysdeps/sh/configure.ac: ... here.
23414 * sysdeps/sparc/configure.in: Moved to ...
23415 * sysdeps/sparc/configure.ac: ... here.
23416 * sysdeps/unix/sysv/linux/configure.in: Moved to ...
23417 * sysdeps/unix/sysv/linux/configure.ac: ... here.
23418 * sysdeps/unix/sysv/linux/powerpc/configure.in: Moved to ...
23419 * sysdeps/unix/sysv/linux/powerpc/configure.ac: ... here.
23420 * sysdeps/x86_64/configure.in: Moved to ...
23421 * sysdeps/x86_64/configure.ac: ... here.
23422 * sysdeps/x86_64/preconfigure.in: Moved to ...
23423 * sysdeps/x86_64/preconfigure.ac: ... here.
23424 * aclocal.m4: Change reference to configure.in to configure.ac.
23425 * config.h.in: Likewise.
23426 * manual/install.texi: Likewise.
23427 * manual/maint.texi: Likewise.
23428 * Makefile: Likewise.
23429 * malloc/Makefile: Likewise.
23430 * nscd/Makefile: Likewise.
23431 * Makeconfig: Change reference to configure.in and
23432 preconfigure.in to configure.ac and preconfigure.ac
23433 respectively.
23434 * INSTALL: Regenerated.
23435 * configure: Likewise.
23436 * sysdeps/gnu/configure: Likewise.
23437 * sysdeps/i386/configure: Likewise.
23438 * sysdeps/ieee754/ldbl-opt/configure: Likewise.
23439 * sysdeps/mach/configure: Likewise.
23440 * sysdeps/mach/hurd/configure: Likewise.
23441 * sysdeps/powerpc/configure: Likewise.
23442 * sysdeps/powerpc/powerpc32/configure: Likewise.
23443 * sysdeps/powerpc/powerpc64/configure: Likewise.
23444 * sysdeps/s390/s390-32/configure: Likewise.
23445 * sysdeps/s390/s390-64/configure: Likewise.
23446 * sysdeps/sh/configure: Likewise.
23447 * sysdeps/sparc/configure: Likewise.
23448 * sysdeps/unix/sysv/linux/configure: Likewise.
23449 * sysdeps/unix/sysv/linux/powerpc/configure: Likewise.
23450 * sysdeps/x86_64/configure: Likewise.
23451 * sysdeps/x86_64/preconfigure: Likewise.
23452
36a4953a
AS
234532013-10-29 Andreas Schwab <schwab@suse.de>
23454
23455 * stdio-common/Makefile (tst-swscanf-ENV): Define.
23456
c79a1204
SP
234572013-10-28 Siddhesh Poyarekar <siddhesh@redhat.com>
23458
dfa1b402
SP
23459 * benchtests/pow-inputs: Add new inputs.
23460
54f73d9c
SP
23461 * benchtests/exp-inputs: Add new inputs.
23462
c79a1204
SP
23463 * sysdeps/ieee754/dbl-64/sincos32.c (__sin32): Consolidate
23464 conditional check for return value.
23465 (__cos32): Likewise.
23466
67beb545 234672013-10-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
69f13dbf
AZ
23468
23469 * sysdeps/powerpc/powerpc64/strcpy.S (strcpy): Add word load/store
23470 to provide a boost for large inputs with word alignment.
23471 * sysdeps/powerpc/powerpc64/stpcpy.S (__stpcpy): Rewrite
23472 implementation based on optimized PPC64 strcpy.
23473 * sysdeps/powerpc/powerpc64/power7/strcpy.S: New file: optimized
23474 strcpy for PPC64/POWER7 based on both doubleword and word load/store.
23475 * sysdeps/powerpc/powerpc64/power7/stpcpy.S: New file: optimized
23476 stpcpy for PPC64/POWER7 based on PPC64/POWER7 strcpy.
23477
151659f6
OB
234782013-10-25 Ondřej Bílka <neleai@seznam.cz>
23479
482a077e 23480 [BZ #2801]
151659f6
OB
23481 * manual/socket.texi (Host Names): Fix gethostbyname_r example.
23482
10b0f26b
OB
234832013-10-25 Ondřej Bílka <neleai@seznam.cz>
23484
23485 [BZ #14876]
23486 * time/strptime_l.c (__strptime_internal): 14876 Read timezone entry.
23487 * time/tst-strptime.c (day_tests): Add testcase.
23488
ca42d35e
OB
234892013-10-25 Ondřej Bílka <neleai@seznam.cz>
23490
482a077e 23491 [BZ #14029]
ca42d35e
OB
23492 * manual/pattern.texi: Acknowledge that fnmatch can fail.
23493
52e6d801
FB
234942013-10-25 Fabrice Bauzac <fbauzac@debian71.nce.amadeus.net>
23495
23496 [BZ #16074]
23497 * manual/llio.texi (Memory-mapped I/O): Indicate that mmap returns
23498 MAP_FAILED on error.
23499
7cbcdb36
SP
235002013-10-25 Siddhesh Poyarekar <siddhesh@redhat.com>
23501
23502 [BZ #16072]
23503 * sysdeps/posix/getaddrinfo.c (gethosts): Allocate tmpbuf on
23504 heap for large requests.
23505
894f3f10
AM
235062013-10-25 Aurelien Jarno <aurelien@aurel32.net>
23507
23508 [BZ #9954]
23509 * sysdeps/posix/getaddrinfo.c (rfc3484_sort): do not assign native
23510 result if the result has no associated interface.
23511 * sysdeps/posix/getaddrinfo.c (getaddrinfo): correctly detect
23512 interface for all 127.X.Y.Z addresses.
23513
b85545a6
CL
235142013-10-24 Chris Leonard <cjl@sugarlabs.org>
23515
23516 * locale/iso-639.def: Add Ligurian (lij)
23517
d1f23d46
OB
235182013-10-21 Ondřej Bílka <neleai@seznam.cz>
23519
23520 [BZ #15825]
23521 * sunrpc/rpc_main.c: Document rpcgen -5.
23522
4db5b08f
MS
235232013-10-19 Michael Stahl <mstahl@redhat.com>
23524
23525 * elf/rtld.c (do_preload): Print the reason why preloading failed.
23526
a471e96a
OB
235272013-10-19 Ondřej Bílka <neleai@seznam.cz>
23528
d1f23d46 23529 [BZ #10278]
a471e96a
OB
23530 * posix/glob.c: Match only directories when trailing slash is present.
23531 * posix/tst-gnuglob.c (my_opendir): Do not open files.
23532 (main): Add testcase.
23533
45c30c61
OB
235342013-10-19 Ondřej Bílka <neleai@seznam.cz>
23535
23536 [BZ #15670]
23537 * time/tzfile.c (__tzfile_read): Replace alloca with malloc.
23538
484c12fb
CD
235392013-10-18 Carlos O'Donell <carlos@redhat.com>
23540
3d7dc513
CD
23541 * manual/crypt.texi (Cryptographic Functions): Using SunRPC and
23542 AUTH_DES will prevent FIPS 140-2 compliance. Add vindex for
23543 AUTH_DES and cindex for FIPS 140-2.
23544 (DES Encryption): Add cindex FIPS 46-3.
23545
484c12fb
CD
23546 * locale/locarchive.h (struct locarhandle): Add fname.
23547 * locale/programs/localedef.c (main): Pass ARGV[remaining]
23548 if an optional argument was specified to --list-archive,
23549 otherwise NULL.
23550 * locale/programs/locarchive.c (show_archive_content): Take new
23551 argument fname and pass it via ah.fname to open_archive.
23552 * locale/programs/localedef.h: Update decl.
23553 (open_archive): If AH->fname is non-null, open that file
23554 rather than the default file name, and don't ignore ENOENT.
23555 (create_archive): Set AH.fname to NULL.
23556 (delete_locales_from_archive): Likewise.
23557 (add_locales_to_archive): Likewise.
23558 * locale/programs/locfile.c (write_all_categories): Likewise.
23559
3c8325fb
JM
235602013-10-18 Joseph Myers <joseph@codesourcery.com>
23561 Aldy Hernandez <aldyh@redhat.com>
23562
23563 * sysdeps/powerpc/powerpc32/e500/nofpu/Makefile: New file.
23564 * sysdeps/powerpc/powerpc32/e500/nofpu/fclrexcpt.c: Likewise.
23565 * sysdeps/powerpc/powerpc32/e500/nofpu/fe_note_change.c: Likewise.
23566 * sysdeps/powerpc/powerpc32/e500/nofpu/fedisblxcpt.c: Likewise.
23567 * sysdeps/powerpc/powerpc32/e500/nofpu/feenablxcpt.c: Likewise.
23568 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetenv.c: Likewise.
23569 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetexcept.c: Likewise.
23570 * sysdeps/powerpc/powerpc32/e500/nofpu/fegetround.c: Likewise.
23571 * sysdeps/powerpc/powerpc32/e500/nofpu/feholdexcpt.c: Likewise.
23572 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_const.c: Likewise.
23573 * sysdeps/powerpc/powerpc32/e500/nofpu/fenv_libc.h: Likewise.
23574 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetenv.c: Likewise.
23575 * sysdeps/powerpc/powerpc32/e500/nofpu/fesetround.c: Likewise.
23576 * sysdeps/powerpc/powerpc32/e500/nofpu/feupdateenv.c: Likewise.
23577 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_prctl.c:
23578 Likewise.
23579 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_from_spe.c:
23580 Likewise.
23581 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_prctl.c:
23582 Likewise.
23583 * sysdeps/powerpc/powerpc32/e500/nofpu/fexcepts_to_spe.c:
23584 Likewise.
23585 * sysdeps/powerpc/powerpc32/e500/nofpu/fgetexcptflg.c: Likewise.
23586 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcept-soft.c:
23587 Likewise.
23588 * sysdeps/powerpc/powerpc32/e500/nofpu/fraiseexcpt.c: Likewise.
23589 * sysdeps/powerpc/powerpc32/e500/nofpu/fsetexcptflg.c: Likewise.
23590 * sysdeps/powerpc/powerpc32/e500/nofpu/ftestexcept.c: Likewise.
23591 * sysdeps/powerpc/powerpc32/e500/nofpu/get-rounding-mode.h:
23592 Likewise.
23593 * sysdeps/powerpc/powerpc32/e500/nofpu/s_fabsf.S: Likewise.
23594 * sysdeps/powerpc/powerpc32/e500/nofpu/spe-raise.c: Likewise.
23595 * sysdeps/powerpc/preconfigure: Likewise.
23596 * sysdeps/unix/sysv/linux/powerpc/powerpc32/e500/nofpu/Implies:
23597 Likewise.
23598 * sysdeps/powerpc/nofpu/soft-supp.h [__NO_FPRS__ && !_SOFT_FLOAT]:
23599 Replace contents of file by #include of <fenv_libc.h>.
23600 * sysdeps/powerpc/soft-fp/sfp-machine.h
23601 [__NO_FPRS__ && !_SOFT_FLOAT]: Include <fenv_libc.h>, <sysdep.h>
23602 and <sys/prctl.h>.
23603 [__NO_FPRS__ && !_SOFT_FLOAT] (__feraiseexcept_soft): Declare.
23604 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INEXACT): Define macro.
23605 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_INVALID): Likewise.
23606 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_DIVZERO): Likewise.
23607 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_UNDERFLOW): Likewise.
23608 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_EX_OVERFLOW): Likewise.
23609 [__NO_FPRS__ && !_SOFT_FLOAT] (_FP_DECL_EX): Likewise.
23610 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_ROUNDMODE): Likewise.
23611 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_INIT_EXCEPTIONS): Likewise.
23612 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_HANDLE_EXCEPTIONS): Likewise.
23613 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_ROUNDMODE): Likewise.
23614 [__NO_FPRS__ && !_SOFT_FLOAT] (FP_TRAPPING_EXCEPTIONS): Likewise.
23615 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu/nptl/localplt.data:
23616 Allow copysignl PLT reference to be missing.
23617
5abe0682
RS
236182013-10-18 Richard Sandiford <richard@codesourcery.com>
23619 Joseph Myers <joseph@codesourcery.com
23620
23621 [BZ #15948]
23622 * locale/programs/ld-collate.c (new_element): Handle <U0000> as a
23623 single character.
23624 (add_to_tablewc): Assert sequence of wide characters is nonempty.
23625
c7738d08
SP
236262013-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
23627
23628 * elf/tst-tls-dlinfo.c: Don't include tls.h.
23629 * elf/tst-tls1.c: Likewise.
23630 * elf/tst-tls10.h: Likewise.
23631 * elf/tst-tls14.c: Likewise.
23632 * elf/tst-tls2.c: Likewise.
23633 * elf/tst-tls3.c: Likewise.
23634 * elf/tst-tls4.c: Likewise.
23635 * elf/tst-tls5.c: Likewise.
23636 * elf/tst-tls6.c: Likewise.
23637 * elf/tst-tls7.c: Likewise.
23638 * elf/tst-tls8.c: Likewise.
23639 * elf/tst-tls9.c: Likewise.
23640 * elf/tst-tlsmod1.c: Likewise.
23641 * elf/tst-tlsmod13.c: Likewise.
23642 * elf/tst-tlsmod13a.c: Likewise.
23643 * elf/tst-tlsmod14a.c: Likewise.
23644 * elf/tst-tlsmod16a.c: Likewise.
23645 * elf/tst-tlsmod16b.c: Likewise.
23646 * elf/tst-tlsmod2.c: Likewise.
23647 * elf/tst-tlsmod3.c: Likewise.
23648 * elf/tst-tlsmod4.c: Likewise.
23649 * elf/tst-tlsmod5.c: Likewise.
23650 * elf/tst-tlsmod6.c: Likewise.
23651
0bfcf2c7
OB
236522013-10-18 Ondřej Bílka <neleai@seznam.cz>
23653
23654 [BZ #12486]
23655 * malloc/malloc.c: remove checks for statistics.
23656
264aad1e
OB
236572013-10-17 Ondřej Bílka <neleai@seznam.cz>
23658
23659 [BZ #15277]
23660 * inet/inet_net.c (inet_network): Detect additional invalid strings.
23661 * inet/tst-network.c: Add testcase.
23662
b957ced8
AS
236632013-10-17 Andreas Schwab <schwab@suse.de>
23664
23665 [BZ #15218]
23666 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't use gethostbyaddr
23667 to determine canonical name.
23668
c5d5d574
OB
236692013-10-17 Ondřej Bílka <neleai@seznam.cz>
23670
23671 * sysdeps/ieee754/dbl-64/dbl2mpn.c: Fix formatting.
23672 * sysdeps/ieee754/dbl-64/dla.h: Likewise.
23673 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
23674 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
23675 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
23676 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
23677 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
23678 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
23679 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
23680 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
23681 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
23682 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
23683 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
23684 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
23685 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
23686 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
23687 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
23688 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
23689 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
23690 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
23691 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
23692 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
23693 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
23694 * sysdeps/ieee754/dbl-64/MathLib.h: Likewise.
23695 * sysdeps/ieee754/dbl-64/mpa-arch.h: Likewise.
23696 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
23697 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
23698 * sysdeps/ieee754/dbl-64/mpn2dbl.c: Likewise.
23699 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
23700 * sysdeps/ieee754/dbl-64/mydefs.h: Likewise.
23701 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
23702 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
23703 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
23704 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
23705 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
23706 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
23707 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
23708 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
23709 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
23710 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
23711 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
23712 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
23713 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
23714 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
23715 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
23716 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
23717 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
23718 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
23719 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
23720 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
23721 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
23722 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
23723 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
23724 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
23725 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
23726 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
23727 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
23728 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
23729
e5c2c2d0
JM
237302013-10-17 Joseph Myers <joseph@codesourcery.com>
23731
23732 [BZ #16041]
23733 * soft-fp/op-common.h (FP_EXTEND): When input is a signaling NaN,
23734 make result into a quiet NaN.
23735
51ca9e29
JM
237362013-10-16 Joseph Myers <joseph@codesourcery.com>
23737
23738 * soft-fp/adddf3.c: Fix horizontal whitespace.
23739 * soft-fp/addsf3.c: Likewise.
23740 * soft-fp/addtf3.c: Likewise.
23741 * soft-fp/divdf3.c: Likewise.
23742 * soft-fp/divsf3.c: Likewise.
23743 * soft-fp/divtf3.c: Likewise.
23744 * soft-fp/double.h: Likewise.
23745 * soft-fp/eqdf2.c: Likewise.
23746 * soft-fp/eqsf2.c: Likewise.
23747 * soft-fp/eqtf2.c: Likewise.
23748 * soft-fp/extenddftf2.c: Likewise.
23749 * soft-fp/extended.h: Likewise.
23750 * soft-fp/extendsfdf2.c: Likewise.
23751 * soft-fp/extendsftf2.c: Likewise.
23752 * soft-fp/extendxftf2.c: Likewise.
23753 * soft-fp/fixdfdi.c: Likewise.
23754 * soft-fp/fixdfsi.c: Likewise.
23755 * soft-fp/fixdfti.c: Likewise.
23756 * soft-fp/fixsfdi.c: Likewise.
23757 * soft-fp/fixsfsi.c: Likewise.
23758 * soft-fp/fixsfti.c: Likewise.
23759 * soft-fp/fixtfdi.c: Likewise.
23760 * soft-fp/fixtfsi.c: Likewise.
23761 * soft-fp/fixtfti.c: Likewise.
23762 * soft-fp/fixunsdfdi.c: Likewise.
23763 * soft-fp/fixunsdfsi.c: Likewise.
23764 * soft-fp/fixunsdfti.c: Likewise.
23765 * soft-fp/fixunssfdi.c: Likewise.
23766 * soft-fp/fixunssfsi.c: Likewise.
23767 * soft-fp/fixunssfti.c: Likewise.
23768 * soft-fp/fixunstfdi.c: Likewise.
23769 * soft-fp/fixunstfsi.c: Likewise.
23770 * soft-fp/fixunstfti.c: Likewise.
23771 * soft-fp/floatdidf.c: Likewise.
23772 * soft-fp/floatdisf.c: Likewise.
23773 * soft-fp/floatditf.c: Likewise.
23774 * soft-fp/floatsidf.c: Likewise.
23775 * soft-fp/floatsisf.c: Likewise.
23776 * soft-fp/floatsitf.c: Likewise.
23777 * soft-fp/floattidf.c: Likewise.
23778 * soft-fp/floattisf.c: Likewise.
23779 * soft-fp/floattitf.c: Likewise.
23780 * soft-fp/floatundidf.c: Likewise.
23781 * soft-fp/floatundisf.c: Likewise.
23782 * soft-fp/floatunditf.c: Likewise.
23783 * soft-fp/floatunsidf.c: Likewise.
23784 * soft-fp/floatunsisf.c: Likewise.
23785 * soft-fp/floatunsitf.c: Likewise.
23786 * soft-fp/floatuntidf.c: Likewise.
23787 * soft-fp/floatuntisf.c: Likewise.
23788 * soft-fp/floatuntitf.c: Likewise.
23789 * soft-fp/fmadf4.c: Likewise.
23790 * soft-fp/fmasf4.c: Likewise.
23791 * soft-fp/fmatf4.c: Likewise.
23792 * soft-fp/gedf2.c: Likewise.
23793 * soft-fp/gesf2.c: Likewise.
23794 * soft-fp/getf2.c: Likewise.
23795 * soft-fp/ledf2.c: Likewise.
23796 * soft-fp/lesf2.c: Likewise.
23797 * soft-fp/letf2.c: Likewise.
23798 * soft-fp/muldf3.c: Likewise.
23799 * soft-fp/mulsf3.c: Likewise.
23800 * soft-fp/multf3.c: Likewise.
23801 * soft-fp/negdf2.c: Likewise.
23802 * soft-fp/negsf2.c: Likewise.
23803 * soft-fp/negtf2.c: Likewise.
23804 * soft-fp/op-1.h: Likewise.
23805 * soft-fp/op-2.h: Likewise.
23806 * soft-fp/op-4.h: Likewise.
23807 * soft-fp/op-8.h: Likewise.
23808 * soft-fp/op-common.h: Likewise.
23809 * soft-fp/quad.h: Likewise.
23810 * soft-fp/single.h: Likewise.
23811 * soft-fp/soft-fp.h: Likewise.
23812 * soft-fp/sqrtdf2.c: Likewise.
23813 * soft-fp/sqrtsf2.c: Likewise.
23814 * soft-fp/sqrttf2.c: Likewise.
23815 * soft-fp/subdf3.c: Likewise.
23816 * soft-fp/subsf3.c: Likewise.
23817 * soft-fp/subtf3.c: Likewise.
23818 * soft-fp/truncdfsf2.c: Likewise.
23819 * soft-fp/trunctfdf2.c: Likewise.
23820 * soft-fp/trunctfsf2.c: Likewise.
23821 * soft-fp/trunctfxf2.c: Likewise.
23822 * soft-fp/unorddf2.c: Likewise.
23823 * soft-fp/unordsf2.c: Likewise.
23824 * soft-fp/unordtf2.c: Likewise.
23825
9ebb0332
JM
238262013-10-15 Joseph Myers <joseph@codesourcery.com>
23827
23828 * soft-fp/op-2.h (_FP_DIV_MEAT_2_gmp): Remove macro.
23829 * soft-fp/soft-fp.h (FP_UNSET_EXCEPTION): Likewise.
23830
4b1a6d8b
OB
238312013-10-15 Ondřej Bílka <neleai@seznam.cz>
23832
23833 * elf/dl-libc.c: Clear initfini list after freeing.
23834
1e145589
JM
238352013-10-14 Joseph Myers <joseph@codesourcery.com>
23836
23837 * soft-fp/adddf3.c: Fix vertical whitespace and indentation.
23838 * soft-fp/addsf3.c: Likewise.
23839 * soft-fp/addtf3.c: Likewise.
23840 * soft-fp/divdf3.c: Likewise.
23841 * soft-fp/divsf3.c: Likewise.
23842 * soft-fp/divtf3.c: Likewise.
23843 * soft-fp/double.h: Likewise.
23844 * soft-fp/eqdf2.c: Likewise.
23845 * soft-fp/eqsf2.c: Likewise.
23846 * soft-fp/eqtf2.c: Likewise.
23847 * soft-fp/extenddftf2.c: Likewise.
23848 * soft-fp/extended.h: Likewise.
23849 * soft-fp/extendsfdf2.c: Likewise.
23850 * soft-fp/extendsftf2.c: Likewise.
23851 * soft-fp/extendxftf2.c: Likewise.
23852 * soft-fp/fixdfdi.c: Likewise.
23853 * soft-fp/fixdfsi.c: Likewise.
23854 * soft-fp/fixdfti.c: Likewise.
23855 * soft-fp/fixsfdi.c: Likewise.
23856 * soft-fp/fixsfsi.c: Likewise.
23857 * soft-fp/fixsfti.c: Likewise.
23858 * soft-fp/fixtfdi.c: Likewise.
23859 * soft-fp/fixtfsi.c: Likewise.
23860 * soft-fp/fixtfti.c: Likewise.
23861 * soft-fp/fixunsdfdi.c: Likewise.
23862 * soft-fp/fixunsdfsi.c: Likewise.
23863 * soft-fp/fixunsdfti.c: Likewise.
23864 * soft-fp/fixunssfdi.c: Likewise.
23865 * soft-fp/fixunssfsi.c: Likewise.
23866 * soft-fp/fixunssfti.c: Likewise.
23867 * soft-fp/fixunstfdi.c: Likewise.
23868 * soft-fp/fixunstfsi.c: Likewise.
23869 * soft-fp/fixunstfti.c: Likewise.
23870 * soft-fp/floatdidf.c: Likewise.
23871 * soft-fp/floatdisf.c: Likewise.
23872 * soft-fp/floatditf.c: Likewise.
23873 * soft-fp/floatsidf.c: Likewise.
23874 * soft-fp/floatsisf.c: Likewise.
23875 * soft-fp/floatsitf.c: Likewise.
23876 * soft-fp/floattidf.c: Likewise.
23877 * soft-fp/floattisf.c: Likewise.
23878 * soft-fp/floattitf.c: Likewise.
23879 * soft-fp/floatundidf.c: Likewise.
23880 * soft-fp/floatundisf.c: Likewise.
23881 * soft-fp/floatunsidf.c: Likewise.
23882 * soft-fp/floatunsisf.c: Likewise.
23883 * soft-fp/floatuntidf.c: Likewise.
23884 * soft-fp/floatuntisf.c: Likewise.
23885 * soft-fp/floatuntitf.c: Likewise.
23886 * soft-fp/fmadf4.c: Likewise.
23887 * soft-fp/fmasf4.c: Likewise.
23888 * soft-fp/fmatf4.c: Likewise.
23889 * soft-fp/gedf2.c: Likewise.
23890 * soft-fp/gesf2.c: Likewise.
23891 * soft-fp/getf2.c: Likewise.
23892 * soft-fp/ledf2.c: Likewise.
23893 * soft-fp/lesf2.c: Likewise.
23894 * soft-fp/letf2.c: Likewise.
23895 * soft-fp/muldf3.c: Likewise.
23896 * soft-fp/mulsf3.c: Likewise.
23897 * soft-fp/multf3.c: Likewise.
23898 * soft-fp/negdf2.c: Likewise.
23899 * soft-fp/negsf2.c: Likewise.
23900 * soft-fp/negtf2.c: Likewise.
23901 * soft-fp/op-1.h: Likewise.
23902 * soft-fp/op-2.h: Likewise.
23903 * soft-fp/op-4.h: Likewise.
23904 * soft-fp/op-8.h: Likewise.
23905 * soft-fp/op-common.h: Likewise.
23906 * soft-fp/quad.h: Likewise.
23907 * soft-fp/single.h: Likewise.
23908 * soft-fp/soft-fp.h: Likewise.
23909 * soft-fp/sqrtdf2.c: Likewise.
23910 * soft-fp/sqrtsf2.c: Likewise.
23911 * soft-fp/sqrttf2.c: Likewise.
23912 * soft-fp/subdf3.c: Likewise.
23913 * soft-fp/subsf3.c: Likewise.
23914 * soft-fp/subtf3.c: Likewise.
23915 * soft-fp/truncdfsf2.c: Likewise.
23916 * soft-fp/trunctfdf2.c: Likewise.
23917 * soft-fp/trunctfsf2.c: Likewise.
23918 * soft-fp/trunctfxf2.c: Likewise.
23919 * soft-fp/unorddf2.c: Likewise.
23920 * soft-fp/unordsf2.c: Likewise.
23921 * soft-fp/unordtf2.c: Likewise.
23922
17c48a60
OB
239232013-10-14 Ondřej Bílka <neleai@seznam.cz>
23924
23925 [BZ #15672]
23926 * misc/error.c (error_tail): Fix possible buffer overflow.
23927
cabba934
OB
239282013-10-14 Aurelien Jarno <aurelien@aurel32.net>
23929
23930 [BZ #13028]
23931 * res_send.c(__libc_res_nsend): Correctly copy the nameserver
23932 address.
23933
94bf958a
PM
239342013-10-14 P. J. McDermott <pj@pehjota.net>
23935
23936 [BZ #832]
23937 * elf/ldd.bash.in (try_trace): New function. Delete previous code
23938 testing pipefail option.
23939
71b4dea7
JM
239402013-10-12 Joseph Myers <joseph@codesourcery.com>
23941
23942 * soft-fp/double.h: Indent preprocessor directives inside #if.
23943 * soft-fp/extended.h: Likewise.
23944 * soft-fp/op-2.h: Likewise.
23945 * soft-fp/op-4.h: Likewise.
23946 * soft-fp/op-common.h: Likewise.
23947 * soft-fp/quad.h: Likewise.
23948 * soft-fp/single.h: Likewise.
23949 * soft-fp/soft-fp.h: Likewise.
23950
55602758
YC
239512013-10-12 Yuri Chornoivan <yurchor@ukr.net>
23952
23953 * iconv/iconv_prog.c: Fix typos.
23954 * stdio-common/psiginfo-data.h: Likewise.
23955
9cd83302
RT
239562013-10-12 Reuben Thomas <rrt@sc3d.org>
23957
23958 [BZ #15764]
23959 * locale/setlocale.c: Fix typo.
23960
99fd9f47
JM
239612013-10-12 Joseph Myers <joseph@codesourcery.com>
23962
b7ea74f0
JM
23963 [BZ #16036]
23964 * soft-fp/unorddf2.c (__unorddf2): Raise "invalid" exception for
23965 signaling NaN arguments.
23966 * soft-fp/unordsf2.c (__unordsf2): Likewise.
23967 * soft-fp/unordtf2.c (__unordtf2): Likewise.
23968
8a509447
JM
23969 [BZ #14910]
23970 * soft-fp/gedf2.c (__gedf2): Raise "invalid" exception for all
23971 unordered operands.
23972 * soft-fp/gesf2.c (__gesf2): Likewise.
23973 * soft-fp/getf2.c (__getf2): Likewise.
23974 * soft-fp/ledf2.c (__ledf2): Likewise.
23975 * soft-fp/lesf2.c (__lesf2): Likewise.
23976 * soft-fp/letf2.c (__letf2): Likewise.
23977
98998e9f
JM
23978 * soft-fp/eqdf2.c (__eqdf2): Use FP_INIT_EXCEPTIONS.
23979 * soft-fp/eqsf2.c (__eqsf2): Likewise.
23980 * soft-fp/eqtf2.c (__eqtf2): Likewise.
23981 * soft-fp/fixdfdi.c (__fixdfdi): Likewise.
23982 * soft-fp/fixdfsi.c (__fixdfsi): Likewise.
23983 * soft-fp/fixdfti.c (__fixdfti): Likewise.
23984 * soft-fp/fixsfdi.c (__fixsfdi): Likewise.
23985 * soft-fp/fixsfsi.c (__fixsfsi): Likewise.
23986 * soft-fp/fixsfti.c (__fixsfti): Likewise.
23987 * soft-fp/fixtfdi.c (__fixtfdi): Likewise.
23988 * soft-fp/fixtfsi.c (__fixtfsi): Likewise.
23989 * soft-fp/fixtfti.c (__fixtfti): Likewise.
23990 * soft-fp/fixunsdfdi.c (__fixunsdfdi): Likewise.
23991 * soft-fp/fixunsdfsi.c (__fixunsdfsi): Likewise.
23992 * soft-fp/fixunsdfti.c (__fixunsdfti): Likewise.
23993 * soft-fp/fixunssfdi.c (__fixunssfdi): Likewise.
23994 * soft-fp/fixunssfsi.c (__fixunssfsi): Likewise.
23995 * soft-fp/fixunssfti.c (__fixunssfti): Likewise.
23996 * soft-fp/fixunstfdi.c (__fixunstfdi): Likewise.
23997 * soft-fp/fixunstfsi.c (__fixunstfsi): Likewise.
23998 * soft-fp/fixunstfti.c (__fixunstfti): Likewise.
23999 * soft-fp/floatdidf.c (__floatdidf): Use FP_INIT_ROUNDMODE.
24000 * soft-fp/floatdisf.c (__floatdisf): Likewise.
24001 * soft-fp/floatsisf.c (__floatsisf): Likewise.
24002 * soft-fp/floattidf.c (__floattidf): Likewise.
24003 * soft-fp/floattisf.c (__floattisf): Likewise.
24004 * soft-fp/floattitf.c (__floattitf): Likewise.
24005 * soft-fp/floatundidf.c (__floatundidf): Likewise.
24006 * soft-fp/floatundisf.c (__floatundisf): Likewise.
24007 * soft-fp/floatunsisf.c (__floatunsisf): Likewise.
24008 * soft-fp/floatuntidf.c (__floatuntidf): Likewise.
24009 * soft-fp/floatuntisf.c (__floatuntisf): Likewise.
24010 * soft-fp/floatuntitf.c (__floatuntitf): Likewise.
24011 * soft-fp/gedf2.c (__gedf2): Use FP_INIT_EXCEPTIONS.
24012 * soft-fp/gesf2.c (__gesf2): Likewise.
24013 * soft-fp/getf2.c (__getf2): Likewise.
24014 * soft-fp/ledf2.c (__ledf2): Likewise.
24015 * soft-fp/lesf2.c (__lesf2): Likewise.
24016 * soft-fp/letf2.c (__letf2): Likewise.
24017
8edc4a11
JM
24018 * soft-fp/soft-fp.h [FP_NO_EXCEPTIONS] (FP_SET_EXCEPTION):
24019 Undefine and redefine.
24020 [FP_NO_EXCEPTIONS] (FP_CUR_EXCEPTIONS): Likewise.
24021 [FP_NO_EXCEPTIONS] (FP_TRAPPING_EXCEPTIONS): Likewise.
24022 [FP_NO_EXCEPTIONS] (FP_ROUNDMODE): Likewise.
24023 * soft-fp/floatditf.c (FP_NO_EXCEPTIONS): Define macro.
24024 (__floatditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24025 * soft-fp/floatsidf.c (FP_NO_EXCEPTIONS): Define macro.
24026 (__floatsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24027 * soft-fp/floatsitf.c (FP_NO_EXCEPTIONS): Define macro.
24028 (__floatsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24029 * soft-fp/floatunditf.c (FP_NO_EXCEPTIONS): Define macro.
24030 (__floatunditf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24031 * soft-fp/floatunsidf.c (FP_NO_EXCEPTIONS): Define macro.
24032 (__floatunsidf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24033 * soft-fp/floatunsitf.c (FP_NO_EXCEPTIONS): Define macro.
24034 (__floatunsitf): Don't use FP_DECL_EX or FP_HANDLE_EXCEPTIONS.
24035
8399acaf
JM
24036 [BZ #16032]
24037 * soft-fp/op-2.h (_FP_DIV_MEAT_2_udiv): Shift numerator right
24038 without decrementing exponent if mantissa >= that for the
24039 denominator, not >.
24040 (_FP_DIV_MEAT_2_gmp): Test numerator mantissa >= that for the
24041 denominator, not >. Decrement exponent in < case instead of
24042 incrementing in >= case.
24043 * soft-fp/op-4.h (_FP_DIV_MEAT_4_udiv): Shift numerator right
24044 without decrementing exponent if mantissa >= that for the
24045 denominator, not >.
24046
99fd9f47
JM
24047 * soft-fp/op-common.h (_FP_TO_INT): Reverse test of sign for
24048 computing saturated result for unsigned overflow.
24049
10e1cf6b
SP
240502013-10-11 Siddhesh Poyarekar <siddhesh@redhat.com>
24051 Jeff Law <law@redhat.com>
24052
24053 * sysdeps/ieee754/dbl-64/e_atan2.c: Include stap-probe.h.
24054 (atan2Mp): Add systemtap probe marker.
24055 * sysdeps/ieee754/dbl-64/e_log.c: include stap-probe.h.
24056 (__ieee754_log): Add systemtap probe marker.
24057 * sysdeps/ieee754/dbl-64/s_atan.c: Include stap-probe.h.
24058 (atanMp): Add systemtap probe marker.
24059 * sysdeps/ieee754/dbl-64/s_tan.c: Include stap-probe.h.
24060 (tanMp): Add systemtap probe marker.
24061 * sysdeps/ieee754/dbl-64/slowexp.c: Include stap-probe.h.
24062 (__slowexp): Add systemtap probe marker.
24063 * sysdeps/ieee754/dbl-64/slowpow.c: Include stap-probe.h.
24064 (__slowpow): Add systemtap probe marker.
24065 * manual/probes.texi: Document probes.
24066
3d110c7c
EB
240672013-10-11 Eric Biggers <ebiggers3@gmail.com>
24068
24069 [BZ #15362]
24070 * libio/fileops.c (_IO_new_file_write): Return count of bytes
24071 written.
24072 (_IO_new_file_xsputn): Don't return EOF if nothing has been
24073 written.
24074 * libio/iofwrite.c (_IO_fwrite): Return count if bytes were
24075 written to buffer but not flushed.
24076 * libio/iofwrite_u.c: Likewise.
24077 * libio/iopadn.c: Return bytes returned even if EOF was
24078 encountered.
24079 * libio/iowpadn.c: Likewise.
24080 * stdio-common/vfprintf.c [COMPILE_WPRINTF] (PAD): Return error
24081 if _IO_padn does not write the whole buffer.
24082 [!COMPILE_WPRINTF] (PAD): Likewise.
24083
75b4202a
DM
240842013-10-10 David S. Miller <davem@davemloft.net>
24085
24086 * sysdeps/posix/dirstream.h (struct __dirstream): Fix alignment of
24087 directory block.
24088
6c6352e6
JM
240892013-10-10 Joseph Myers <joseph@codesourcery.com>
24090
33b853c3
JM
24091 * soft-fp/extendxftf2.c: Use copyright year range. Use URL
24092 instead of FSF address.
24093 * soft-fp/fixdfti.c: Likewise.
24094 * soft-fp/fixsfti.c: Likewise.
24095 * soft-fp/fixtfti.c: Likewise.
24096 * soft-fp/fixunsdfti.c: Likewise.
24097 * soft-fp/fixunssfti.c: Likewise.
24098 * soft-fp/fixunstfti.c: Likewise.
24099 * soft-fp/floattidf.c: Likewise.
24100 * soft-fp/floattisf.c: Likewise.
24101 * soft-fp/floattitf.c: Likewise.
24102 * soft-fp/floatuntidf.c: Likewise.
24103 * soft-fp/floatuntisf.c: Likewise.
24104 * soft-fp/floatuntitf.c: Likewise.
24105 * soft-fp/trunctfxf2.c: Likewise.
24106
6c6352e6
JM
24107 * soft-fp/extendxftf2.c: New file. Copied from libgcc.
24108 * soft-fp/fixdfti.c: Likewise.
24109 * soft-fp/fixsfti.c: Likewise.
24110 * soft-fp/fixtfti.c: Likewise.
24111 * soft-fp/fixunsdfti.c: Likewise.
24112 * soft-fp/fixunssfti.c: Likewise.
24113 * soft-fp/fixunstfti.c: Likewise.
24114 * soft-fp/floattidf.c: Likewise.
24115 * soft-fp/floattisf.c: Likewise.
24116 * soft-fp/floattitf.c: Likewise.
24117 * soft-fp/floatuntidf.c: Likewise.
24118 * soft-fp/floatuntisf.c: Likewise.
24119 * soft-fp/floatuntitf.c: Likewise.
24120 * soft-fp/trunctfxf2.c: Likewise.
24121
3bf78b71
DM
241222013-10-10 David S. Miller <davem@davemloft.net>
24123
24124 * sysdeps/sparc/fpu/libm-test-ulps: Update.
24125
6f10289e
JM
241262013-10-10 Joseph Myers <joseph@codsourcery.com>
24127
bd878fc0
JM
24128 * sysdeps/powerpc/nofpu/Makefile [$(subdir) = math]
24129 (CFLAGS-e_hypotl.c): Add -fno-builtin-fabsl.
24130 [$(subdir) = math] (CFLAGS-w_acosl.c): Likewise.
24131 [$(subdir) = math] (CFLAGS-w_asinl.c): Likewise.
24132 [$(subdir) = math] (CFLAGS-w_atanhl.c): Likewise.
24133 [$(subdir) = math] (CFLAGS-w_j0l.c): Likewise.
24134 [$(subdir) = math] (CFLAGS-w_j1l.c): Likewise.
24135
6f10289e
JM
24136 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Check
24137 for NaNs before doing comparisons on argument.
24138 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl):
24139 Likewise.
24140
321e2684
WN
241412013-10-10 Will Newton <will.newton@linaro.org>
24142
24143 * malloc/hooks.c (memalign_check): Ensure the value of bytes
24144 passed to _int_memalign does not overflow.
24145
40fefba1
TR
241462013-10-10 Torvald Riegel <triegel@redhat.com>
24147
24148 * scripts/bench.pl: Add include-sources directive.
24149 * benchtests/README: Update documentation.
24150
2ae21ed2
JM
241512013-10-10 Joseph Myers <joseph@codesourcery.com>
24152
dcc2dd3f
JM
24153 * soft-fp/soft-fp.h (FP_INIT_EXCEPTIONS): New macro.
24154 * soft-fp/extenddftf2.c (__extenddftf2): Use FP_INIT_EXCEPTIONS
24155 instead of FP_INIT_ROUNDMODE.
24156 * soft-fp/extendsfdf2.c (__extendsfdf2): Likewise.
24157 * soft-fp/extendsftf2.c (__extendsftf2): Likewise.
24158
2ae21ed2
JM
24159 [BZ #16034]
24160 * soft-fp/op-common.h (_FP_NEG): Document input as raw. Do not
24161 copy class of input value.
24162 * soft-fp/negdf2.c (__negdf2): Use raw unpacking and packing. Do
24163 not handle exceptions.
24164 * soft-fp/negsf2.c (__negsf2): Likewise.
24165 * soft-fp/negtf2.c (__negtf2): Likewise.
24166 * sysdeps/sparc/sparc32/soft-fp/q_neg.c (_Q_neg): Likewise.
24167
cb8f9562
JM
241682013-10-09 Joseph Myers <joseph@codesourcery.com>
24169
24170 * soft-fp/op-4.h (_FP_FRAC_DISASSEMBLE_4): Remove trailing
24171 semicolon. From Linux kernel.
24172
5b60c59d
AB
241732013-10-09 Adam Buchbinder <adam.buchbinder@gmail.com>
24174
24175 * soft-fp/op-common.h (_FP_UNPACK_CANONICAL): Fix typo in comment.
24176
b86835ca
YC
241772013-10-08 Yogesh Chaudhari <mr.yogesh@gmail.com>
24178
24179 [BZ #156]
24180 * manual/socket.texi: Added statement about buffer
24181 for gethostbyname2_r.
24182
e7044ea7
OB
241832013-10-08 Ondřej Bílka <neleai@seznam.cz>
24184
24185 * sysdeps/x86_64/memset.S (ALIGN): Macro removed.
24186 Use .p2align directive instead, throughout.
24187 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
24188 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Likewise.
24189 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: Likewise.
24190 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
24191 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
24192 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: Likewise.
24193 * sysdeps/x86_64/strchr.S: Likewise.
24194 * sysdeps/x86_64/strrchr.S: Likewise.
24195
09544cbc
SP
241962013-10-08 Siddhesh Poyarekar <siddhesh@redhat.com>
24197
88576635
SP
24198 * sysdeps/ieee754/dbl-64/e_pow.c: Fix code formatting.
24199
e7b2d1dd
SP
24200 * sysdeps/ieee754/dbl-64/e_exp.c: Fix code formatting.
24201
09544cbc
SP
24202 * sysdeps/generic/math_private.h (__mpsin1): Remove
24203 declaration.
24204 (__mpcos1): Likewise.
24205 (__mpsin): New argument __range_reduce.
24206 (__mpcos): Likewise.
24207 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
24208 (slow): Use __mpsin and __mpcos.
24209 (slow1): Likewise.
24210 (slow2): Likewise.
24211 (sloww): Likewise.
24212 (sloww1): Likewise.
24213 (sloww2): Likewise.
24214 (bsloww): Likewise.
24215 (bsloww1): Likewise.
24216 (bsloww2): Likewise.
24217 (cslow2): Likewise.
24218 (csloww): Likewise.
24219 (csloww1): Likewise.
24220 (csloww2): Likewise.
24221 * sysdeps/ieee754/dbl-64/sincos32.c (__mpsin): Add argument
24222 range_reduce. Merge in __mpsin1.
24223 (__mpcos): Likewise.
24224 (__mpsin1): Remove.
24225 (__mpcos1): Likewise.
24226
7602d070
JM
242272013-10-07 Joseph Myers <joseph@codesourcery.com>
24228
24229 * locale/loadlocale.c (_nl_intern_locale_data): Use
24230 LOCFILE_ALIGNED_P.
24231 * locale/programs/3level.h (CONCAT(add_locale_,TABLE)): Use
24232 LOCFILE_ALIGN_UP and LOCFILE_ALIGN.
24233 * locale/programs/ld-collate.c (obstack_int32_grow): Assert that
24234 obstack data is appropriately aligned.
24235 (obstack_int32_grow_fast): Likewise.
24236 * locale/programs/ld-ctype.c (ctype_output): Use LOCFILE_ALIGN.
24237 * locale/programs/locfile.c (add_locale_uint32): Likewise.
24238 (add_locale_uint32_array): Likewise.
24239
a357259b
SP
242402013-10-07 Siddhesh Poyarekar <siddhesh@redhat.com>
24241
24242 * benchtests/Makefile: Remove ARGLIST and RET variables.
24243 ($(objpfx)bench-%.c): Pass only function name to the script.
24244 * benchtests/README: Update documentation.
24245 * benchtests/acos-inputs: Add new directives.
24246 * benchtests/acosh-inputs: Likewise.
24247 * benchtests/asin-inputs: Likewise.
24248 * benchtests/asinh-inputs: Likewise.
24249 * benchtests/atan-inputs: Likewise.
24250 * benchtests/atanh-inputs: Likewise.
24251 * benchtests/cos-inputs: Likewise.
24252 * benchtests/cosh-inputs: Likewise.
24253 * benchtests/exp-inputs: Likewise.
24254 * benchtests/log-inputs: Likewise.
24255 * benchtests/pow-inputs: Likewise.
24256 * benchtests/rint-inputs: Likewise.
24257 * benchtests/sin-inputs: Likewise.
24258 * benchtests/sinh-inputs: Likewise.
24259 * benchtests/tan-inputs: Likewise.
24260 * benchtests/tanh-inputs: Likewise.
24261 * scripts/bench.pl: Add support for new directives.
24262
9ec1b13d
AM
242632013-10-07 Alan Modra <amodra@gmail.com>
24264
24265 * README: Fix careless merge.
24266
8b7d57cd
AM
242672013-10-05 Alan Modra <amodra@gmail.com>
24268
24269 * NEWS: Mention powerpc64le support and bugs fixed.
24270 * README: Both big-endian and little-endian powerpc64 supported.
24271
7b7bab13
ST
242722013-10-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
24273
57f41c40
AS
24274 * sysdeps/mach/hurd/fork.c (_hurd_atfork_prepare_hook)
24275 (_hurd_atfork_child_hook, _hurd_atfork_parent_hook): New hooks.
7b7bab13
ST
24276 (__fork): Call _hurd_atfork_prepare_hook hooks before all locking, call
24277 _hurd_atfork_parent_hook or _hurd_atfork_child_hook after all unlocking.
24278
d39baad1
RA
242792013-10-04 Ryan S. Arnold <ryan.arnold@linaro.org>
24280
24281 * misc/swapon.c (swapon): Update definition, adding FLAGS parameter to
24282 match prototype.
24283
cd78f7e7
JM
242842013-10-04 Joseph Myers <joseph@codesourcery.com>
24285
29d73d86
JM
24286 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = yes] (+cflags):
24287 Move -mhard-float appending from
24288 ports/sysdeps/powerpc/powerpc32/Makefile.
24289 [$(with-fp) = yes] (ASFLAGS): Likewise.
24290 [$(with-fp) = yes] (sysdep-LDFLAGS): Likewise.
24291 * sysdeps/powerpc/nofpu: Move directory from
24292 ports/sysdeps/powerpc/nofpu.
24293 * sysdeps/powerpc/soft-fp: Move directory from
24294 ports/sysdeps/powerpc/soft-fp.
24295 * sysdeps/powerpc/powerpc32/405: Move directory from
24296 ports/sysdeps/powerpc/powerpc32/405.
24297 * sysdeps/powerpc/powerpc32/440: Move directory from
24298 ports/sysdeps/powerpc/powerpc32/440.
24299 * sysdeps/powerpc/powerpc32/464: Move directory from
24300 ports/sysdeps/powerpc/powerpc32/464.
24301 * sysdeps/powerpc/powerpc32/476: Move directory from
24302 ports/sysdeps/powerpc/powerpc32/476.
24303 * sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu: Move directory
24304 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/nofpu.
24305 * sysdeps/unix/sysv/linux/powerpc/powerpc32/405: Move directory
24306 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/405.
24307 * sysdeps/unix/sysv/linux/powerpc/powerpc32/440: Move directory
24308 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/440.
24309 * sysdeps/unix/sysv/linux/powerpc/powerpc32/464: Move directory
24310 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/464.
24311 * sysdeps/unix/sysv/linux/powerpc/powerpc32/476: Move directory
24312 from ports/sysdeps/unix/sysv/linux/powerpc/powerpc32/476.
24313 * README: Update for powerpc-*-linux-gnu software floating point
24314 support in libc.
24315
e246b347
JM
24316 * sysdeps/unix/sysv/linux/configure.in (powerpc/powerpc32): Change
24317 case to powerpc/powerpc32*.
24318 * sysdeps/unix/sysv/linux/configure: Regenerated.
24319
89c2003e
JM
24320 * sysdeps/powerpc/fpu_control.h [__NO_FPRS__ && !_SOFT_FLOAT]
24321 (_FPU_MASK_OM): Define as 0x04.
24322 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Define as 0x08.
24323 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Define as
24324 0x00c10080.
24325 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Define as
24326 0x0000003c.
24327 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Define as _FPU_DEFAULT.
24328
cd78f7e7
JM
24329 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S
24330 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24331 getcontext_e500.
24332 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S
24333 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use
24334 setcontext_e500.
24335 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S
24336 (__CONTEXT_FUNC_NAME) [__CONTEXT_ENABLE_E500]: Use getcontext_e500
24337 and setcontext_e500.
24338
c755294d
CL
243392013-10-04 Chris Leonard <cjl@sugarlabs,.org>
24340
24341 * locale/iso-3166.def: Update iso-1366.def and related occurrences
24342
e16d221c
SP
243432013-10-04 Siddhesh Poyarekar <siddhesh@redhat.com>
24344
24345 * manual/threads.texi (Default Thread Attributes): Fix typo.
24346
215c7d43
WN
243472013-10-04 Will Newton <will.newton@linaro.org>
24348
24349 * malloc/Makefile: Add tst-memalign.
24350 * malloc/tst-memalign.c: New file.
24351
27d0461b
WN
24352 * malloc/tst-posix_memalign.c: Add comments.
24353 (do_test): Add comments and call free on all potentially
24354 allocated pointers. Add space after cast.
24355
1bc92709
WN
24356 * malloc/tst-pvalloc.c: Add comments.
24357 (do_test): Add comments and call free on all potentially
24358 allocated pointers. Remove duplicate check for NULL pointer.
24359 Add space after cast.
24360
66a9be9d
WN
24361 * malloc/tst-valloc.c: Add comments.
24362 (do_test): Add comments and call free on all potentially
24363 allocated pointers. Remove duplicate check for NULL pointer.
24364 Add space after cast.
24365
4cb81307
AM
243662013-10-04 Alan Modra <amodra@gmail.com>
24367
24368 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24369 Use stdint types in rather than __attribute__((mode())).
24370 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24371
f8e3e9f3
AM
243722013-10-04 Alan Modra <amodra@gmail.com>
24373
24374 * sysdeps/powerpc/powerpc32/dl-machine.c (__process_machine_rela):
24375 Correct handling of unaligned relocs for little-endian.
24376 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela): Likewise.
24377
8f9ebb08
AM
243782013-10-04 Alan Modra <amodra@gmail.com>
24379
24380 * configure.in: Map powerpc64le and powerpcle to base_machine/machine.
24381 * configure: Regenerate.
24382 * nptl/shlib-versions: Powerpc*le starts at 2.18.
24383 * shlib-versions: Likewise.
24384
0edf96c2
AM
243852013-10-04 Alan Modra <amodra@gmail.com>
24386
24387 * string/tester.c (test_memrchr): Increment reported test cycle.
24388
e0f7a380
AM
243892013-10-04 Alan Modra <amodra@gmail.com>
24390
24391 * string/test-memcpy.c (do_one_test): When reporting errors, print
24392 string address and don't overrun end of string.
24393
466b0393
AM
243942013-10-04 Alan Modra <amodra@gmail.com>
24395
24396 * sysdeps/powerpc/powerpc64/power7/memchr.S: Replace rlwimi with
24397 insrdi. Make better use of reg selection to speed exit slightly.
24398 Schedule entry path a little better. Remove useless "are we done"
24399 checks on entry to main loop. Handle wrapping around zero address.
24400 Correct main loop count. Handle single left-over word from main
24401 loop inline rather than by using loop_small. Remove extra word
24402 case in loop_small caused by wrong loop count. Add little-endian
24403 support.
24404 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
24405 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise. Use proper
24406 cache hint.
24407 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
24408 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Add little-endian
24409 support. Avoid rlwimi.
24410 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Likewise.
24411
3be87c77
AM
244122013-10-04 Alan Modra <amodra@gmail.com>
24413
24414 * sysdeps/powerpc/powerpc64/memset.S: Replace rlwimi with
e3764517 24415 insrdi. Formatting.
3be87c77
AM
24416 * sysdeps/powerpc/powerpc64/power4/memset.S: Likewise.
24417 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
24418 * sysdeps/powerpc/powerpc64/power7/memset.S: Likewise.
24419 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
24420 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
24421 * sysdeps/powerpc/powerpc32/power7/memset.S: Likewise.
24422
759cfef3
AM
244232013-10-04 Alan Modra <amodra@gmail.com>
24424
24425 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Add little endian support.
24426 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
24427 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Likewise.
24428 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Likewise.
24429 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
24430 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
24431 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
24432 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
24433 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Likewise. Make better
24434 use of regs. Use power7 mtocrf. Tidy function tails.
24435
fe6e95d7
AM
244362013-10-04 Alan Modra <amodra@gmail.com>
24437
24438 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Add little-endian support.
24439 Formatting. Consistently use rXXX register defines or rN defines.
24440 Use early exit labels that avoid restoring unused non-volatile regs.
24441 Make cr field use more consistent with rWORDn compares. Rename
24442 regs used as shift registers for unaligned loop, using rN defines
24443 for short lifetime/multiple use regs.
24444 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
24445 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise. Exit with
24446 addi 1,1,64 to pop stack frame. Simplify return value code.
24447 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
24448
664318c3
AM
244492013-10-04 Alan Modra <amodra@gmail.com>
24450
24451 * sysdeps/powerpc/powerpc64/power7/strchr.S (strchr): Add little-endian
24452 support. Correct typos, formatting. Optimize tail. Use insrdi
24453 rather than rlwimi.
24454 * sysdeps/powerpc/powerpc32/power7/strchr.S: Likewise.
24455 * sysdeps/powerpc/powerpc64/power7/strchrnul.S (__strchrnul): Add
24456 little-endian support. Correct typos.
24457 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Likewise. Use insrdi
24458 rather than rlwimi.
24459 * sysdeps/powerpc/powerpc64/strchr.S (rTMP4, rTMP5): Define. Use
24460 in loop and entry code to keep "and." results.
24461 (strchr): Add little-endian support. Comment. Move cntlzd
24462 earlier in tail.
24463 * sysdeps/powerpc/powerpc32/strchr.S: Likewise.
24464
43b84013
AM
244652013-10-04 Alan Modra <amodra@gmail.com>
24466
24467 * sysdeps/powerpc/powerpc64/strcpy.S: Add little-endian support:
24468 * sysdeps/powerpc/powerpc32/strcpy.S: Likewise.
24469 * sysdeps/powerpc/powerpc64/stpcpy.S: Likewise.
24470 * sysdeps/powerpc/powerpc32/stpcpy.S: Likewise.
24471
8a7413f9
AM
244722013-10-04 Alan Modra <amodra@gmail.com>
24473
24474 * sysdeps/powerpc/powerpc64/strcmp.S (rTMP2): Define as r0.
24475 (rTMP): Define as r11.
24476 (strcmp): Add little-endian support. Optimise tail.
24477 * sysdeps/powerpc/powerpc32/strcmp.S: Similarly.
24478 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
24479 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
24480 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
24481 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
24482 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
24483 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
24484
33ee81de
AM
244852013-10-04 Alan Modra <amodra@gmail.com>
24486
24487 * sysdeps/powerpc/powerpc64/power7/strnlen.S (strnlen): Add
24488 little-endian support. Remove unnecessary "are we done" tests.
24489 Handle "s" wrapping around zero and extremely large "size".
24490 Correct main loop count. Handle single left-over word from main
24491 loop inline rather than by using small_loop. Correct comments.
24492 Delete "zero" tail, use "end_max" instead.
24493 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Likewise.
24494
db9b4570
AM
244952013-10-04 Alan Modra <amodra@gmail.com>
24496
24497 * sysdeps/powerpc/powerpc64/power7/strlen.S (strlen): Add little-endian
24498 support. Don't branch over align.
24499 * sysdeps/powerpc/powerpc32/power7/strlen.S: Likewise.
24500 * sysdeps/powerpc/powerpc64/strlen.S (strlen): Add little-endian
24501 support. Rearrange tmp reg use to suit. Comment.
24502 * sysdeps/powerpc/powerpc32/strlen.S: Likewise.
24503
f7c399cf
AM
245042013-10-04 Alan Modra <amodra@gmail.com>
24505
24506 * sysdeps/unix/sysv/linux/powerpc/bits/sigstack.h: New file.
24507
0b2c2ace
AM
245082013-10-04 Alan Modra <amodra@gmail.com>
24509
24510 * sysdeps/unix/sysv/linux/powerpc/powerpc32/makecontext.S: Use
24511 conditional form of branch and link when obtaining pc.
24512 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: Likewise.
24513
02f04a6c
AM
245142013-10-04 Alan Modra <amodra@gmail.com>
24515
24516 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Use
24517 HIWORD/LOWORD.
24518 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Ditto.
24519 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Ditto.
24520
9b874b2f
AM
245212013-10-04 Alan Modra <amodra@gmail.com>
24522
24523 * sysdeps/powerpc/longjmp.c: Use proper symbol versioning macros.
24524 * sysdeps/powerpc/novmx-longjmp.c: Likewise.
24525 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Likewise.
24526 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Likewise.
24527 * sysdeps/powerpc/powerpc32/fpu/__longjmp.S: Likewise.
24528 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
24529 * sysdeps/powerpc/powerpc32/mcount.c: Likewise.
24530 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
24531 * sysdeps/powerpc/powerpc64/setjmp.S: Likewise.
24532 * nptl/sysdeps/unix/sysv/linux/powerpc/pt-longjmp.c: Likewise.
24533
be1e5d31
AB
245342013-10-04 Anton Blanchard <anton@au1.ibm.com>
24535 Alistair Popple <alistair@ozlabs.au.ibm.com>
24536 Alan Modra <amodra@gmail.com>
24537
24538 [BZ #15723]
24539 * sysdeps/powerpc/jmpbuf-offsets.h: Comment fix.
24540 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Correct
24541 _dl_hwcap access for little-endian.
24542 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Likewise. Don't
24543 destroy vmx regs when saving unaligned.
24544 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Correct CR load.
24545 * sysdeps/powerpc/powerpc64/setjmp-common.S: Likewise CR save. Don't
24546 destroy vmx regs when saving unaligned.
24547
fef13a78
AM
245482013-10-04 Alan Modra <amodra@gmail.com>
24549
24550 * sysdeps/powerpc/powerpc32/power4/hp-timing.h (HP_TIMING_NOW):
24551 Don't use a union to pack hi/low value.
24552
76a66d51
AB
245532013-10-04 Anton Blanchard <anton@au1.ibm.com>
24554
24555 * sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: Correct float constants
24556 for little-endian.
24557 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
24558 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: Likewise.
24559 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
24560 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
24561 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
24562
6a31fe7f
AM
245632013-10-04 Alan Modra <amodra@gmail.com>
24564
24565 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Increase alignment of
24566 constants to usual value for .cst8 section, and remove redundant
24567 high address load.
24568 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Use float
24569 constant for 0x1p52. Load little-endian words of double from
24570 correct stack offsets.
24571
7b88401f
AM
245722013-10-04 Alan Modra <amodra@gmail.com>
24573
24574 * sysdeps/powerpc/sysdep.h (LOWORD, HIWORD, HISHORT): Define.
24575 * sysdeps/powerpc/powerpc32/fpu/s_copysign.S: Load little-endian
24576 words of double from correct stack offsets.
24577 * sysdeps/powerpc/powerpc32/fpu/s_copysignl.S: Likewise.
24578 * sysdeps/powerpc/powerpc32/fpu/s_lrint.S: Likewise.
24579 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
24580 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
24581 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
24582 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
24583 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
24584 * sysdeps/powerpc/powerpc32/power5/fpu/s_isnan.S: Likewise.
24585 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnan.S: Likewise.
24586 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
24587 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
24588 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
24589 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
24590 * sysdeps/powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
24591 * sysdeps/powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
24592 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Use HISHORT.
24593 * sysdeps/powerpc/powerpc64/power7/fpu/s_isinf.S: Likewise.
24594
9c008155
AM
245952013-10-04 Alan Modra <amodra@gmail.com>
24596
24597 * sysdeps/powerpc/fpu_control.h (_FPU_GETCW): Rewrite using
24598 64-bit int/double union.
24599 (_FPU_SETCW): Likewise.
24600 * sysdeps/powerpc/fpu/tst-setcontext-fpscr.c (_GET_DI_FPSCR): Likewise.
24601 (_SET_DI_FPSCR, _GET_SI_FPSCR, _SET_SI_FPSCR): Likewise.
24602
da13146d
AM
246032013-10-04 Alan Modra <amodra@gmail.com>
24604
24605 * sysdeps/powerpc/fpu/s_llround.c (__llround): Rewrite.
24606 * sysdeps/powerpc/fpu/s_llroundf.c (__llroundf): Rewrite.
24607
603e8410
AM
246082013-10-04 Alan Modra <amodra@gmail.com>
24609
24610 * sysdeps/powerpc/fpu/s_float_bitwise.h (__float_and_test28): Don't
24611 use vector int constants.
24612 (__float_and_test24, __float_and8, __float_get_exp): Likewise.
24613
4a28b3ca
AB
246142013-10-04 Anton Blanchard <anton@au1.ibm.com>
24615
24616 * sysdeps/powerpc/fpu/fenv_libc.h (fenv_union_t): Replace int
24617 array with long long.
24618 * sysdeps/powerpc/fpu/e_sqrt.c (__slow_ieee754_sqrt): Adjust.
24619 * sysdeps/powerpc/fpu/e_sqrtf.c (__slow_ieee754_sqrtf): Adjust.
24620 * sysdeps/powerpc/fpu/fclrexcpt.c (__feclearexcept): Adjust.
24621 * sysdeps/powerpc/fpu/fedisblxcpt.c (fedisableexcept): Adjust.
24622 * sysdeps/powerpc/fpu/feenablxcpt.c (feenableexcept): Adjust.
24623 * sysdeps/powerpc/fpu/fegetexcept.c (__fegetexcept): Adjust.
24624 * sysdeps/powerpc/fpu/feholdexcpt.c (feholdexcept): Adjust.
24625 * sysdeps/powerpc/fpu/fesetenv.c (__fesetenv): Adjust.
24626 * sysdeps/powerpc/fpu/feupdateenv.c (__feupdateenv): Adjust.
24627 * sysdeps/powerpc/fpu/fgetexcptflg.c (__fegetexceptflag): Adjust.
24628 * sysdeps/powerpc/fpu/fraiseexcpt.c (__feraiseexcept): Adjust.
24629 * sysdeps/powerpc/fpu/fsetexcptflg.c (__fesetexceptflag): Adjust.
24630 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Adjust.
24631
2ca85d2b
AB
246322013-10-04 Anton Blanchard <anton@au1.ibm.com>
24633
24634 * sysdeps/powerpc/bits/mathinline.h (__signbitf): Use builtin.
24635 (__signbit): Likewise. Correct for little-endian.
24636 (__signbitl): Call __signbit.
24637 (lrint): Correct for little-endian.
24638 (lrintf): Call lrint.
24639
62a728ae
AM
246402013-10-04 Alan Modra <amodra@gmail.com>
24641
24642 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (mynumber): Replace
24643 union 32-bit int array member with 64-bit int array.
24644 (t515, tm256): Double rather than long double.
24645 (__ieee754_sqrtl): Rewrite using 64-bit arithmetic.
24646
32c301df
AM
246472013-10-04 Alan Modra <amodra@gmail.com>
24648
24649 * sysdeps/ieee754/ldbl-128ibm/ieee754.h (union ieee854_long_double):
24650 Delete.
24651 (IEEE854_LONG_DOUBLE_BIAS): Delete.
24652 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Don't include ieee854
24653 version of math_ldbl.h.
24654
650ef4bd
AM
246552013-10-04 Alan Modra <amodra@gmail.com>
24656
24657 [BZ #15734], [BZ #15735]
24658 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Rewrite
24659 all uses of ieee875 long double macros and unions. Simplify test
24660 for 0.0L. Correct |x|<|y| and |x|=|y| test. Use
24661 ldbl_extract_mantissa value for ix,iy exponents. Properly
24662 normalize after ldbl_extract_mantissa, and don't add hidden bit
24663 already handled. Don't treat low word of ieee854 mantissa like
24664 low word of IBM long double and mask off bit when testing for
24665 zero.
24666 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Rewrite
24667 all uses of ieee875 long double macros and unions. Simplify tests
24668 for 0.0L and inf. Correct double adjustment of k. Delete dead code
24669 adjusting ha,hb. Simplify code setting kld. Delete two600 and
24670 two1022, instead use their values. Recognise that tests for large
24671 "a" and small "b" are mutually exclusive. Rename vars. Comment.
24672 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c (__ieee754_remainderl):
24673 Rewrite all uses of ieee875 long double macros and unions. Simplify
24674 test for 0.0L and nan. Correct negation.
24675 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfl): Rewrite all uses of
24676 ieee875 long double macros and unions. Correct output for large
24677 magnitude x. Correct absolute value calculation.
24678 (__erfcl): Likewise.
24679 * math/libm-test.inc: Add tests for errors discovered in IBM long
24680 double versions of fmodl, remainderl, erfl and erfcl.
24681
765714ca
AM
246822013-10-04 Alan Modra <amodra@gmail.com>
24683
24684 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Rewrite
24685 all uses of ieee854 long double macros and unions. Simplify tests
24686 for long doubles that are fully specified by the high double.
24687 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c (__ieee754_gammal_r):
24688 Likewise.
24689 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c (__ieee754_ilogbl): Likewise.
24690 Remove dead code too.
24691 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_jnl): Likewise.
24692 (__ieee754_ynl): Likewise.
24693 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c (__ieee754_log10l): Likewise.
24694 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Likewise.
24695 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Likewise.
24696 Remove dead code too.
24697 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c (__kernel_tanl): Likewise.
24698 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (__expm1l): Likewise.
24699 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c (__frexpl): Likewise.
24700 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c (__isinf_nsl): Likewise.
24701 Simplify.
24702 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c (___isinfl): Likewise.
24703 Simplify.
24704 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c (__log1pl): Likewise.
24705 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c (__modfl): Likewise.
24706 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c (__nextafterl): Likewise.
24707 Comment on variable precision.
24708 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c (__nexttoward): Likewise.
24709 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
24710 Likewise.
24711 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c (__remquol): Likewise.
24712 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
24713 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
24714 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c (__tanhl): Likewise.
24715 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust tan_towardzero ulps.
24716
4ebd120c
AM
247172013-10-04 Alan Modra <amodra@gmail.com>
24718
24719 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_high): Define.
24720 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Rewrite
24721 all uses of ieee854 long double macros and unions.
24722 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Likewise.
24723 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
24724 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Likewise.
24725 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c (__ieee754_coshl): Likewise.
24726 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c (__ieee754_log2l): Likewise.
24727 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
24728 Likewise.
24729 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Likewise.
24730 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
24731 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl): Likewise.
24732 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
24733 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c (__asinhl): Likewise.
24734 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Likewise.
24735 Simplify sign and nan test too.
24736 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c (__cosl): Likewise.
24737 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c (__fabsl): Likewise.
24738 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c (___finitel): Likewise.
24739 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c (___fpclassifyl):
24740 Likewise.
24741 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
24742 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c (__issignalingl):
24743 Likewise.
24744 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
24745 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c (___signbitl): Likewise.
24746 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c (__sincosl): Likewise.
24747 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c (__sinl): Likewise.
24748 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c (__tanl): Likewise.
24749 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (__logbl): Likewise.
24750
1b6adf88
AM
247512013-10-04 Alan Modra <amodra@gmail.com>
24752
24753 * stdio-common/printf_size.c (__printf_size): Don't use
24754 union ieee854_long_double in fpnum union.
24755 * stdio-common/printf_fphex.c (__printf_fphex): Likewise. Use
24756 signbit macro to retrieve sign from long double.
24757 * stdio-common/printf_fp.c (___printf_fp): Use signbit macro to
24758 retrieve sign from long double.
24759 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Adjust for fpnum change.
24760 * sysdeps/ieee754/ldbl-128/printf_fphex.c: Likewise.
24761 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Likewise.
24762 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
24763 * math/test-misc.c (main): Don't use union ieee854_long_double.
24764
4cf69995
AM
247652013-10-04 Alan Modra <amodra@gmail.com>
24766
24767 [BZ #15680]
24768 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Comment fix.
24769 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c
24770 (PRINT_FPHEX_LONG_DOUBLE): Tidy code by moving -53 into ediff
24771 calculation. Remove unnecessary test for denormal exponent.
24772 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c (__mpn_extract_long_double):
24773 Correct handling of denormals. Avoid undefined shift behaviour.
24774 Correct normalisation of low mantissa when low double is denormal.
24775 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h
24776 (ldbl_extract_mantissa): Likewise. Comment. Use uint64_t* for hi64.
24777 (ldbl_insert_mantissa): Make both hi64 and lo64 parms uint64_t.
24778 Correct normalisation of low mantissa. Test for overflow of high
24779 mantissa and normalise.
24780 (ldbl_nearbyint): Use more readable constant for two52.
24781 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c
24782 (__mpn_construct_long_double): Fix test for overflow of high
24783 mantissa and correct normalisation. Avoid undefined shift.
24784
9605ca6c
AM
247852013-10-04 Alan Modra <amodra@gmail.com>
24786
24787 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
24788 (union ibm_extended_long_double): Define as an array of ieee754_double.
24789 (IBM_EXTENDED_LONG_DOUBLE_BIAS): Delete.
24790 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Update all references
24791 to ibm_extended_long_double and IBM_EXTENDED_LONG_DOUBLE_BIAS.
24792 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
24793 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
24794 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c: Likewise.
24795 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
24796 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
24797 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
24798 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c: Likewise.
24799 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
24800
975569d0
JM
248012013-10-03 Joseph Myers <joseph@codesourcery.com>
24802
d3d23756
JM
24803 * locale/programs/locarchive.c (add_locale): Use constant 4096 for
24804 page size instead of calling getpagesize.
24805
975569d0
JM
24806 * locale/localeinfo.h (LOCFILE_ALIGN): New macro.
24807 (LOCFILE_ALIGN_MASK): Likewise.
24808 (LOCFILE_ALIGN_UP): Likewise.
24809 (LOCFILE_ALIGNED_P): Likewise.
24810 * locale/programs/ld-collate.c (collate_output): Use the new
24811 macros instead of __alignof__ (int32_t).
24812 * locale/weight.h (findidx): Likewise.
24813
b1fe1f2b
OB
248142013-10-03 Ondřej Bílka <neleai@seznam.cz>
24815
24816 [BZ #431]
24817 * manual/string.texi: Fix strncat and wcsncat.
24818
5f855e35
BM
248192013-10-03 Brooks Moses <bmoses@google.com>
24820
24821 [BZ #15915]
24822 * Makefile (linkobj/libc_pic.a, linkobj/libc.so): Move rules to...
24823 * Makerules: ...here, and adjust associated comments.
24824
3cef6009
WN
248252013-10-02 Will Newton <will.newton@linaro.org>
24826
24827 * malloc/Makefile: Add tst-pvalloc.
24828 * malloc/tst-pvalloc.c: New file.
24829
7815420b
WN
248302013-10-02 Will Newton <will.newton@linaro.org>
24831
24832 * malloc/tst-valloc.c: Rewrite to use test-skeleton.c and
24833 improve test coverage.
24834
4868b204
WN
248352013-10-02 Will Newton <will.newton@linaro.org>
24836
24837 * malloc/Makefile: Add tst-posix_memalign.
24838 * malloc/tst-posix_memalign.c: New file.
24839
29c793b3
EB
248402013-10-01 Eric Blake <eblake@redhat.com>
24841
24842 * posix/glob.c (next_brace_sub, prefix_array, collated_compare):
24843 Use __THROWNL rather than __THROW on static functions.
24844
fd967522
PM
248452013-09-30 Petr Machata <pmachata@redhat.com>
24846
24847 * elf/elf.h (R_AARCH64_ABS16): New macro.
24848 (R_AARCH64_PREL64, R_AARCH64_PREL32): Likewise.
24849 (R_AARCH64_PREL16, R_AARCH64_MOVW_UABS_G0): Likewise.
24850 (R_AARCH64_MOVW_UABS_G0_NC, R_AARCH64_MOVW_UABS_G1): Likewise.
24851 (R_AARCH64_MOVW_UABS_G1_NC, R_AARCH64_MOVW_UABS_G2): Likewise.
24852 (R_AARCH64_MOVW_UABS_G2_NC, R_AARCH64_MOVW_UABS_G3): Likewise.
24853 (R_AARCH64_MOVW_SABS_G0, R_AARCH64_MOVW_SABS_G1): Likewise.
24854 (R_AARCH64_MOVW_SABS_G2, R_AARCH64_LD_PREL_LO19): Likewise.
24855 (R_AARCH64_ADR_PREL_LO21, R_AARCH64_ADR_PREL_PG_HI21): Likewise.
24856 (R_AARCH64_ADR_PREL_PG_HI21_NC, R_AARCH64_ADD_ABS_LO12_NC): Likewise.
24857 (R_AARCH64_LDST8_ABS_LO12_NC, R_AARCH64_LDST16_ABS_LO12_NC): Likewise.
24858 (R_AARCH64_LDST32_ABS_LO12_NC, R_AARCH64_LDST64_ABS_LO12_NC): Likewise.
24859 (R_AARCH64_LDST128_ABS_LO12_NC, R_AARCH64_TSTBR14): Likewise.
24860 (R_AARCH64_CONDBR19, R_AARCH64_JUMP26, R_AARCH64_CALL26): Likewise.
24861 (R_AARCH64_MOVW_PREL_G0, R_AARCH64_MOVW_PREL_G0_NC): Likewise.
24862 (R_AARCH64_MOVW_PREL_G1, R_AARCH64_MOVW_PREL_G1_NC): Likewise.
24863 (R_AARCH64_MOVW_PREL_G2, R_AARCH64_MOVW_PREL_G2_NC): Likewise.
24864 (R_AARCH64_MOVW_PREL_G3, R_AARCH64_MOVW_GOTOFF_G0): Likewise.
24865 (R_AARCH64_MOVW_GOTOFF_G0_NC, R_AARCH64_MOVW_GOTOFF_G1): Likewise.
24866 (R_AARCH64_MOVW_GOTOFF_G1_NC, R_AARCH64_MOVW_GOTOFF_G2): Likewise.
24867 (R_AARCH64_MOVW_GOTOFF_G2_NC, R_AARCH64_MOVW_GOTOFF_G3): Likewise.
24868 (R_AARCH64_GOTREL64, R_AARCH64_GOTREL32): Likewise.
24869 (R_AARCH64_GOT_LD_PREL19, R_AARCH64_LD64_GOTOFF_LO15): Likewise.
24870 (R_AARCH64_ADR_GOT_PAGE, R_AARCH64_LD64_GOT_LO12_NC): Likewise.
24871 (R_AARCH64_LD64_GOTPAGE_LO15, R_AARCH64_TLSGD_ADR_PREL21): Likewise.
24872 (R_AARCH64_TLSGD_ADR_PAGE21, R_AARCH64_TLSGD_ADD_LO12_NC): Likewise.
24873 (R_AARCH64_TLSGD_MOVW_G1, R_AARCH64_TLSGD_MOVW_G0_NC): Likewise.
24874 (R_AARCH64_TLSLD_ADR_PREL21, R_AARCH64_TLSLD_ADR_PAGE21): Likewise.
24875 (R_AARCH64_TLSLD_ADD_LO12_NC, R_AARCH64_TLSLD_MOVW_G1): Likewise.
24876 (R_AARCH64_TLSLD_MOVW_G0_NC, R_AARCH64_TLSLD_LD_PREL19): Likewise.
24877 (R_AARCH64_TLSLD_MOVW_DTPREL_G2): Likewise.
24878 (R_AARCH64_TLSLD_MOVW_DTPREL_G1): Likewise.
24879 (R_AARCH64_TLSLD_MOVW_DTPREL_G1_NC): Likewise.
24880 (R_AARCH64_TLSLD_MOVW_DTPREL_G0): Likewise.
24881 (R_AARCH64_TLSLD_MOVW_DTPREL_G0_NC): Likewise.
24882 (R_AARCH64_TLSLD_ADD_DTPREL_HI12): Likewise.
24883 (R_AARCH64_TLSLD_ADD_DTPREL_LO12): Likewise.
24884 (R_AARCH64_TLSLD_ADD_DTPREL_LO12_NC): Likewise.
24885 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12): Likewise.
24886 (R_AARCH64_TLSLD_LDST8_DTPREL_LO12_NC): Likewise.
24887 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12): Likewise.
24888 (R_AARCH64_TLSLD_LDST16_DTPREL_LO12_NC): Likewise.
24889 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12): Likewise.
24890 (R_AARCH64_TLSLD_LDST32_DTPREL_LO12_NC): Likewise.
24891 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12): Likewise.
24892 (R_AARCH64_TLSLD_LDST64_DTPREL_LO12_NC): Likewise.
24893 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12): Likewise.
24894 (R_AARCH64_TLSLD_LDST128_DTPREL_LO12_NC): Likewise.
24895 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G1): Likewise.
24896 (R_AARCH64_TLSIE_MOVW_GOTTPREL_G0_NC): Likewise.
24897 (R_AARCH64_TLSIE_ADR_GOTTPREL_PAGE21): Likewise.
24898 (R_AARCH64_TLSIE_LD64_GOTTPREL_LO12_NC): Likewise.
24899 (R_AARCH64_TLSIE_LD_GOTTPREL_PREL19): Likewise.
24900 (R_AARCH64_TLSLE_MOVW_TPREL_G2): Likewise.
24901 (R_AARCH64_TLSLE_MOVW_TPREL_G1): Likewise.
24902 (R_AARCH64_TLSLE_MOVW_TPREL_G1_NC): Likewise.
24903 (R_AARCH64_TLSLE_MOVW_TPREL_G0): Likewise.
24904 (R_AARCH64_TLSLE_MOVW_TPREL_G0_NC): Likewise.
24905 (R_AARCH64_TLSLE_ADD_TPREL_HI12): Likewise.
24906 (R_AARCH64_TLSLE_ADD_TPREL_LO12): Likewise.
24907 (R_AARCH64_TLSLE_ADD_TPREL_LO12_NC): Likewise.
24908 (R_AARCH64_TLSLE_LDST8_TPREL_LO12): Likewise.
24909 (R_AARCH64_TLSLE_LDST8_TPREL_LO12_NC): Likewise.
24910 (R_AARCH64_TLSLE_LDST16_TPREL_LO12): Likewise.
24911 (R_AARCH64_TLSLE_LDST16_TPREL_LO12_NC): Likewise.
24912 (R_AARCH64_TLSLE_LDST32_TPREL_LO12): Likewise.
24913 (R_AARCH64_TLSLE_LDST32_TPREL_LO12_NC): Likewise.
24914 (R_AARCH64_TLSLE_LDST64_TPREL_LO12): Likewise.
24915 (R_AARCH64_TLSLE_LDST64_TPREL_LO12_NC): Likewise.
24916 (R_AARCH64_TLSLE_LDST128_TPREL_LO12): Likewise.
24917 (R_AARCH64_TLSLE_LDST128_TPREL_LO12_NC): Likewise.
24918 (R_AARCH64_TLSDESC_LD_PREL19): Likewise.
24919 (R_AARCH64_TLSDESC_ADR_PREL21): Likewise.
24920 (R_AARCH64_TLSDESC_ADR_PAGE21): Likewise.
24921 (R_AARCH64_TLSDESC_LD64_LO12): Likewise.
24922 (R_AARCH64_TLSDESC_ADD_LO12): Likewise.
24923 (R_AARCH64_TLSDESC_OFF_G1): Likewise.
24924 (R_AARCH64_TLSDESC_OFF_G0_NC): Likewise.
24925 (R_AARCH64_TLSDESC_LDR): Likewise.
24926 (R_AARCH64_TLSDESC_ADD): Likewise.
24927 (R_AARCH64_TLSDESC_CALL): Likewise.
24928
b2179107
AS
249292013-09-30 Andreas Schwab <schwab@suse.de>
24930
24931 [BZ #15048]
24932 * nscd/aicache.c (addhstaiX): Properly use the cache variable for
24933 the nss database lookup.
24934 * nscd/initgrcache.c (addinitgroupsX): Likewise.
24935 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
24936
47f28d0a
MF
249372013-09-28 Mike Frysinger <vapier@gentoo.org>
24938
24939 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Fix style.
24940
249412013-09-28 P. J. McDermott <pj@pehjota.net>
0a834dde
PM
24942
24943 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't use
24944 ${Bash-specific parameter/pattern/string} parameter expansion.
24945 * sysdeps/unix/make-syscalls.sh: Likewise.
24946
f4518a17
KK
249472013-09-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
24948
24949 * sysdeps/sh/stackguard-macros.h: New file.
24950
dc1a95c7
OB
249512013-09-26 Ondřej Bílka <neleai@seznam.cz>
24952
24953 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Update.
24954 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove strrchr ifunc.
24955 * sysdeps/x86_64/multiarch/strend-sse4.S Remove.
24956 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S Likewise.
24957 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
24958 * sysdeps/x86_64/strrchr.S (strrchr): Use optimized implementation.
24959
5ebbff8f
AZ
249602013-09-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
24961
24962 * sysdeps/powerpc/powerpc64/stackguard-macros.h (POINTER_CHK_GUARD:
24963 Fix thread ID register.
24964
4fd2cf9f
JM
249652013-09-25 Joseph Myers <joseph@codesourcery.com>
24966
24967 * conform/data/sched.h-data [XPG3 || XPG4]: Disable whole file.
24968 [POSIX || UNIX98]: Require rather than permitting all symbols from
24969 <time.h>.
24970 [POSIX || UNIX98] (sched_ss_low_priority): Do not specify optional
24971 element of struct sched_param.
24972 [POSIX || UNIX98] (sched_ss_repl_period): Likewise.
24973 [POSIX || UNIX98] (sched_ss_init_budget): Likewise.
24974 [POSIX || UNIX98] (sched_ss_max_repl): Likewise.
24975 [POSIX || UNIX98] (SCHED_SPORADIC): Do not specify optional
24976 constant.
24977
12c22bc4
OL
249782013-09-24 Olivier Langlois <olivier@olivierlanglois.net>
24979
24980 * stdio-common/tst-long-dbl-fphex.c (do_test): Fix swprintf length
24981 argument calculation.
24982
a03d8ea7
JM
249832013-09-24 Joseph Myers <joseph@codesourcery.com>
24984
24985 * conform/data/pthread.h-data [POSIX] (PTHREAD_MUTEX_INITIALIZER):
24986 Expect macro.
24987 [POSIX] (pthread_attr_t): Do not require type.
24988 [POSIX] (pthread_cond_t): Likewise.
24989 [POSIX] (pthread_condattr_t): Likewise.
24990 [POSIX] (pthread_key_t): Likewise.
24991 [POSIX] (pthread_mutex_t): Likewise.
24992 [POSIX] (pthread_mutexattr_t): Likewise.
24993 [POSIX] (pthread_once_t): Likewise.
24994 [POSIX] (pthread_t): Likewise.
24995 [POSIX-based standards] (pthread_atfork): Expect function.
24996
6055173a
JM
249972013-09-24 Joseph Myers <joseph@codesourcery.com>
24998 Richard Sandiford <richard@codesourcery.com>
24999
25000 * locale/programs/locfile.h: Include <byteswap.h> and <stdbool.h>.
25001 (swap_endianness_p): New extern variable.
25002 (set_big_endian): New inline function.
25003 (maybe_swap_uint32): Likewise.
25004 (maybe_swap_uint32_array): Likewise.
25005 (maybe_swap_uint32_obstack): Likewise.
25006 * locale/programs/locfile.c: Include <stdbool.h>.
25007 (swap_endianness_p): New variable.
25008 (add_locale_uint32): Call maybe_swap_uint32.
25009 (add_locale_uint32_array): Call maybe_swap_uint32_obstack.
25010 (write_locale_data): Call maybe_swap_uint32_array.
25011 * locale/programs/ld-collate.c (obstack_int32_grow): Call
25012 maybe_swap_uint32.
25013 (obstack_int32_grow_fast): Likewise.
25014 (output_weightwc): Call maybe_swap_uint32_obstack.
25015 (collate_output): Likewise.
25016 * locale/programs/localedef.c (OPT_LITTLE_ENDIAN): New macro.
25017 (OPT_LITTLE_ENDIAN): Likewise.
25018 (options): Add --little-endian and --big-endian options.
25019 (parse_opt): Handle OPT_LITTLE_ENDIAN and OPT_BIG_ENDIAN.
25020 * locale/programs/locarchive.c: Include "locfile.h".
25021 (GET): New macro.
25022 (SET): Likewise.
25023 (INC): Likewise.
25024 (create_archive): Use the new macros to access fields of
25025 structures directly mapped from or written to locale archives.
25026 (oldlocrecentcmp): Likewise.
25027 (enlarge_archive): Likewise.
25028 (insert_name): Likewise.
25029 (add_alias): Likewise.
25030 (add_locale): Likewise.
25031 (delete_locales_from_archive): Likewise.
25032 (show_archive_content): Likewise.
25033 (add_locale_to_archive): Likewise. Use maybe_swap_uint32 on
25034 locale data.
25035
39bf0bb4
RM
250362013-09-24 Roland McGrath <roland@hack.frob.com>
25037
25038 * manual/freemanuals.texi: Updated from (newly) canonical copy at
25039 http://www.gnu.org/doc/freemanuals.texi.
25040 * manual/libc.texinfo (Free Manuals): Put the @appendix line here.
25041
f02eed10
WN
250422013-09-24 Will Newton <will.newton@linaro.org>
25043
25044 * sysdeps/mach/hurd/i386/tls.h (TLS_INIT_TP_EXPENSIVE): Remove
25045 macro.
25046
a3a6c312
JM
250472013-09-23 Joseph Myers <joseph@codesourcery.com>
25048
25049 * locale/hashval.h (compute_hashval): Interpret bytes of key as
25050 unsigned char.
25051
107375ac
MR
250522013-09-23 Maciej W. Rozycki <macro@codesourcery.com>
25053
25054 * manual/threads.texi (POSIX Threads): Fix a typo.
25055
141f3a77
SP
250562013-09-23 Siddhesh Poyarekar <siddhesh@redhat.com>
25057
303e567a
SP
25058 [BZ #14547]
25059 * string/tst-strcoll-overflow.c: New test case.
25060 * string/Makefile (xtests): Add tst-strcoll-overflow.
25061 * string/strcoll_l.c (STRCOLL): Skip allocating memory for
25062 cache if string sizes may cause integer overflow.
25063
141f3a77
SP
25064 [BZ #14547]
25065 * string/strcoll_l.c (coll_seq): New members rule, idx,
25066 save_idx and back_us.
25067 (get_next_seq_nocache): New function.
25068 (do_compare_nocache): New function.
25069 (STRCOLL): Use get_next_seq_nocache and do_compare_nocache
25070 when malloc fails.
25071
c61b4d41
CD
250722013-09-23 Carlos O'Donell <carlos@redhat.com>
25073
0b1f8e35
CD
25074 [BZ #15754]
25075 * sysdeps/generic/stackguard-macros.h: If PTRGUARD_LOCAL use
25076 __pointer_chk_guard_local, otherwise __pointer_chk_guard.
25077 * elf/Makefile: Define CFLAGS-tst-ptrguard1-static.c.
25078
c61b4d41
CD
25079 [BZ #15754]
25080 * elf/Makefile (tests): Add tst-ptrguard1.
25081 (tests-static): Add tst-ptrguard1-static.
25082 (tst-ptrguard1-ARGS): Define.
25083 (tst-ptrguard1-static-ARGS): Define.
25084 * elf/tst-ptrguard1.c: New file.
25085 * elf/tst-ptrguard1-static.c: New file.
25086 * sysdeps/x86_64/stackguard-macros.h: Define POINTER_CHK_GUARD.
25087 * sysdeps/i386/stackguard-macros.h: Likewise.
25088 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
25089 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
25090 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
25091 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
25092 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
25093 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
25094
250952013-09-23 Hector Marco <hecmargi@upv.es>
25096 Ismael Ripoll <iripoll@disca.upv.es>
25097 Carlos O'Donell <carlos@redhat.com>
25098
25099 [BZ #15754]
25100 * sysdeps/generic/stackguard-macros.h: Define
25101 __pointer_chk_guard_local and POINTER_CHK_GUARD.
25102 * csu/libc-start.c [!SHARED && !THREAD_SET_POINTER_GUARD]:
25103 Define __pointer_chk_guard_local.
25104 (LIBC_START_MAIN) [!SHARED]: Call _dl_setup_pointer_guard.
25105 Use THREAD_SET_POINTER_GUARD or set __pointer_chk_guard_local.
25106
f5f4e7b4
VV
251072013-09-15 Vinitha Vijayan <vinitha.vijayann@gmail.com>
25108
25109 [BZ #15859]
25110 * elf/dl-deps.c (_dl_map_object_deps): Remove duplicate declaration.
25111
5bb43a43
AS
251122013-09-20 Andreas Schwab <schwab@linux-m68k.org>
25113
25114 * include/string.h (__ffs): Declare as hidden.
25115 * string/ffs.c (__ffs): Define as hidden.
25116 * sysdeps/i386/ffs.c (__ffs): Likewise.
25117 * sysdeps/i386/i686/ffs.c (__ffs): Likewise.
25118 * sysdeps/powerpc/ffs.c (__ffs): Likewise.
25119 * sysdeps/s390/ffs.c (__ffs): Likewise.
25120 * sysdeps/x86_64/ffs.c (__ffs): Likewise.
25121
3ea5be54
AO
251222013-09-20 Alexandre Oliva <aoliva@redhat.com>
25123
ffb89e53
AO
25124 * NEWS: Mention malloc probes.
25125
322dea08
AO
25126 * malloc/arena.c (new_heap): New memory_heap_new probe.
25127 (grow_heap): New memory_heap_more probe.
25128 (shrink_heap): New memory_heap_less probe.
25129 (heap_trim): New memory_heap_free probe.
25130 * malloc/malloc.c (sysmalloc): New memory_sbrk_more probe.
25131 (systrim): New memory_sbrk_less probe.
25132 * manual/probes.texi: Document them.
25133
655673f3
AO
25134 * malloc/arena.c (arena_get_retry): Add memory_arena_retry probe.
25135 * manual/probes.texi: Document it.
25136
35fed6f1
AO
25137 * malloc/malloc.c (__libc_malloc): Add memory_malloc_retry probe.
25138 (__libc_realloc): Add memory_realloc_retry probe.
25139 (__libc_memalign): Add memory_memalign_retry probe.
25140 (__libc_valloc): Add memory_valloc_retry probe.
25141 (__libc_pvalloc): Add memory_pvalloc_retry probe.
25142 (__libc_calloc): Add memory_calloc_retry probe.
25143 * manual/probes.texi: Document them.
25144
6999d38c
AO
25145 * malloc/arena.c (get_free_list): Add probe
25146 memory_arena_reuse_free_list.
25147 (reused_arena) [PER_THREAD]: Add probes memory_arena_reuse_wait
25148 and memory_arena_reuse.
25149 (arena_get2) [!PER_THREAD]: Likewise.
25150 * malloc/malloc.c (__libc_realloc) [!PER_THREAD]: Add probe
25151 memory_arena_reuse_realloc.
25152 * manual/probes.texi: Document them.
25153
0653427f
AO
25154 * malloc/malloc.c (__libc_free): Add
25155 memory_mallopt_free_dyn_thresholds probe.
25156 (__libc_mallopt): Add multiple memory_mallopt probes.
25157 * manual/probes.texi: Document them.
25158
3ea5be54
AO
25159 * malloc/malloc.c: Include stap-probe.h.
25160 (__libc_mallopt): Add memory_mallopt probe.
25161 * malloc/arena.c (_int_new_arena): Add memory_arena_new probe.
25162 * manual/probes.texi: New.
25163 * manual/Makefile (chapters): Add probes.
25164 * manual/threads.texi: Set next node.
25165
e35696c3 251662013-09-19 Wei-Lun Chao <bluebat@member.fsf.org>
3e181dda 25167
e35696c3
CL
25168 [BZ #15963, #13985]
25169 * locale/iso-639.def: Add Chiga (cgg) and Chinese (gan, hak,
25170 czh, cjy, lzh, cmn, mnp, cdo, czo, cpx, wuu, hsn, yue).
25171 Add `Chinese' to `nan' entry name.
25172
4aafb73c
SP
251732013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
25174
25175 * sysdeps/ieee754/dbl-64/s_sin.c (POLYNOMIAL2): New macro.
25176 (POLYNOMIAL): Likewise.
25177 (TAYLOR_SINCOS): Likewise.
25178 (TAYLOR_SLOW): Likewise.
25179 (__sin): Use TAYLOR_SINCOS.
25180 (__cos): Likewise.
25181 (slow): Use TAYLOR_SLOW.
25182 (sloww): Likewise.
25183 (bsloww): Likewise.
25184 (csloww): Likewise.
25185
d84f25c7
LD
251862013-09-19 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
25187
25188 * stdlib/strtod_l.c: Fix buffer overrun.
25189
5eea0404
SP
251902013-09-19 Siddhesh Poyarekar <siddhesh@redhat.com>
25191
7849ff93
SP
25192 * benchtests/Makefile (bench): Add sincos.
25193 * benchtests/bench-sincos.c: New file.
25194
cfa3c886
SP
25195 * math/libm-test.inc (cos_test_data): New test inputs.
25196 (sin_test_data): Likewise.
25197
b348e1e3
SP
25198 * sysdeps/ieee754/dbl-64/s_sin.c (SINCOS_TABLE_LOOKUP): New
25199 macro.
25200 (__sin): Use it.
25201 (__cos): Likewise.
25202 (slow1): Likewise.
25203 (slow2): Likewise.
25204 (sloww1): Likewise.
25205 (sloww2): Likewise.
25206 (bsloww1): Likewise.
25207 (bsloww2): Likewise.
25208 (cslow2): Likewise.
25209 (csloww1): Likewise.
25210 (csloww2): Likewise.
25211
6cce25f8
SP
25212 * sysdeps/ieee754/dbl-64/s_sin.c (reduce_and_compute): New
25213 function.
25214 (__sin): Use it.
25215 (__cos): Likewise.
25216
5eea0404
SP
25217 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Remove redundant
25218 gotos.
25219 (__cos): Likewise.
25220
9c21573c
MR
252212013-09-18 Maciej W. Rozycki <macro@codesourcery.com>
25222
25223 * config.h.in (HAVE_MIPS_NAN2008): New macro.
25224 * elf/elf.h (EF_MIPS_NAN2008): Likewise.
25225 * sysdeps/generic/ldconfig.h (FLAG_MIPS_LIB32_NAN2008): Likewise.
25226 (FLAG_MIPS64_LIBN32_NAN2008): Likewise.
25227 (FLAG_MIPS64_LIBN64_NAN2008): Likewise.
25228 * elf/cache.c (print_entry): Handle the new cache flags.
25229
24d22e65
JM
252302013-09-18 Joseph Myers <joseph@codesourcery.com>
25231 Aldy Hernandez <aldyh@redhat.com>
25232
25233 * sysdeps/powerpc/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]:
25234 Change condition to [_SOFT_FLOAT].
25235 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_NEAREST): New macro.
25236 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_DOWN): Likewise.
25237 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_UP): Likewise.
25238 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RC_ZERO): Likewise.
25239 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_ZM): Likewise.
25240 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_OM): Likewise.
25241 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_UM): Likewise.
25242 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_XM): Likewise.
25243 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_MASK_IM): Likewise.
25244 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_RESERVED): Likewise.
25245 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_DEFAULT): Likewise.
25246 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_IEEE): Likewise.
25247 [__NO_FPRS__ && !_SOFT_FLOAT] (fpu_control_t): New typedef.
25248 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_GETCW): New macro.
25249 [__NO_FPRS__ && !_SOFT_FLOAT] (_FPU_SETCW): Likewise.
25250 [__NO_FPRS__ && !_SOFT_FLOAT] (__fpu_control): New variable
25251 declaration.
25252
d13ef066
JM
252532013-09-18 Joseph Myers <joseph@codesourcery.com>
25254
2e071de0
JM
25255 * sysdeps/powerpc/powerpc32/__longjmp-common.S (LOAD_GP): Define
25256 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25257 (__longjmp): Use LOAD_GP to load saved GPRs.
25258 * sysdeps/powerpc/powerpc32/setjmp-common.S (SAVE_GP): Define
25259 macro conditional on [__SPE__ || (__NO_FPRS__ && !_SOFT_FLOAT)].
25260 (__sigsetjmp): Use SAVE_GP to save GPRs.
25261
d13ef066
JM
25262 * sysdeps/powerpc/powerpc32/Makefile [$(with-fp) = no] (+cflags):
25263 Do not append -msoft-float.
25264 [$(with-fp) = no] (sysdep-LDFLAGS): Likewise.
25265
97a0650b
SP
252662013-09-18 Siddhesh Poyarekar <siddhesh@redhat.com>
25267
25268 * sysdeps/ieee754/dbl-64/sincos32.c: Fix code formatting.
25269
11ca09e9
JM
252702013-09-17 Joseph Myers <joseph@codesourcery.com>
25271
25272 [BZ #15966]
25273 * sysdeps/powerpc/fpu_control.h [!_SOFT_FLOAT && !__NO_FPRS__]
25274 (_FPU_GETCW): Use initial "__" on variable and field names but not
25275 on macro parameter name.
25276 [!_SOFT_FLOAT && !__NO_FPRS__] (_FPU_SETCW): Likewise. Use
25277 parentheses around reference to macro parameter.
25278
08ffcf34
RS
252792013-09-13 Richard Sandiford <richard@codesourcery.com>
25280
25281 * locale/programs/ld-ctype.c (find_idx): Use uint32_t in
25282 prototype.
25283 (ctype_startup): Use uint32_t in cast and sizeof for
25284 ctype->charnames.
25285
ae7080d3
JL
252862013-09-11 Jia Liu <proljc@gmail.com>
25287
25288 * sunrpc/rpc/types.h [__APPLE_CC__]: Define __u_char_defined and
25289 __daddr_t_defined.
25290 [__FreeBSD__]: Likewise.
25291
5905e7b3
OB
252922013-09-11 Ondřej Bílka <neleai@seznam.cz>
25293
25294 * sysdeps/x86_64/multiarch/ifunc-impl-list.c
25295 (__libc_ifunc_impl_list): Remove: __strchr_sse42.
25296 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Remove.
25297 (strchr): Remove __strchr_sse42 ifunc selection.
25298 * sysdeps/x86_64/strchr.S (strchr): Use optimized implementation.
25299 * sysdeps/x86_64/strchrnul.S: Include sysdeps/x86_64/strchr.S.
25300
b987c776
WN
253012013-09-11 Will Newton <will.newton@linaro.org>
25302
25303 * benchtests/bench-timing.h (TIMING_INIT): Rename ITERS
25304 parameter to RES. Remove hardcoded 1000 value.
25305 * benchtests/bench-skeleton.c (main): Pass RES parameter
25306 to TIMING_INIT and multiply result by 1000.
25307
ddf985af
AZ
253082013-09-10 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25309
25310 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
25311
ffdd3181
AS
253122013-09-11 Andreas Schwab <schwab@suse.de>
25313
25314 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (__O_TMPFILE): Define
25315 if not defined.
25316 (O_TMPFILE) [__USE_GNU]: Define.
25317 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_TMPFILE):
25318 Define.
25319
b73ed247
WN
253202013-09-11 Will Newton <will.newton@linaro.org>
25321
25322 [BZ #15857]
25323 * malloc/malloc.c (__libc_memalign): Check the value of bytes
25324 does not overflow.
25325
55e17aad
WN
253262013-09-11 Will Newton <will.newton@linaro.org>
25327
25328 [BZ #15856]
25329 * malloc/malloc.c (__libc_valloc): Check the value of bytes
25330 does not overflow.
25331
1159a193
WN
253322013-09-11 Will Newton <will.newton@linaro.org>
25333
25334 [BZ #15855]
25335 * malloc/malloc.c (__libc_pvalloc): Check the value of bytes
25336 does not overflow.
25337
5905e7b3 253382013-09-10 Ondřej Bílka <neleai@seznam.cz>
c7cabd13
OB
25339
25340 * sysdeps/ieee754/dbl-64/e_j0.c: Remove DO_NOT_USE_THIS conditionals.
25341 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
25342 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
25343 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
25344 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
25345
cdfc721b
AM
253462013-09-10 Allan McRae <allan@archlinux.org>
25347
aa04af00
AM
25348 [BZ #15748]
25349 * manual/arith.texi (Parsing of Floats): Clarify
25350 cross-reference.
25351
cdfc721b
AM
25352 [BZ #15849]
25353 * manual/install.texi (Running make install): Mention
25354 --enable-pt-chown.
25355 * INSTALL: Regenerated.
25356
95e7cf29
MR
253572013-09-09 Maciej W. Rozycki <macro@codesourcery.com>
25358
25359 * csu/init-first.c (_init): Remove the !SHARED condition around
25360 FPU control word initialization.
25361 * elf/dl-support.c (_dl_fpu_control): New variable.
25362 (_dl_aux_init) <AT_FPUCW>: Initialize it.
25363 * math/test-fpucw.c [!FPU_CONTROL] (FPU_CONTROL): New macro.
25364 (main): Replace _FPU_DEFAULT with FPU_CONTROL throughout.
25365 * math/test-fpucw-static.c: New file.
25366 * math/test-fpucw-ieee.c: New file.
25367 * math/test-fpucw-ieee-static.c: New file.
25368 * math/Makefile (tests): Add `test-fpucw-ieee' and
25369 `$(tests-static)'.
25370 (tests-static): New variable.
25371 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests))): Move
25372 dependency to...
25373 [($(build-shared),yes)]
25374 ($(addprefix $(objpfx),$(filter-out $(tests-static),$(tests)))):
25375 ... this.
25376 [($(build-shared),yes)] ($(addprefix $(objpfx),$(tests-static))):
25377 New dependency.
25378
83e43bf0
AM
253792013-09-09 Allan McRae <allan@archlinux.org>
25380
a9f5ce09
AM
25381 [BZ #15939]
25382 * manual/string.texi (Collation Functions): Fix typo in
25383 strcoll example.
25384 Reported by Suren Karapetyan <me@suren.karapetyan.name>.
25385
34829bc2
AM
25386 [BZ #15893]
25387 * stdlib/isomac.c (get_null_defines): Fix memory leak.
25388
3932737d
AM
25389 [BZ #15892]
25390 * libio/memstream.c (open_memstream): Fix memory leak.
25391 * libio/wmemstream.c (open_wmemstream): Likewise.
25392
83e43bf0
AM
25393 [BZ #15895]
25394 * nscd/netgroupcache.c: Fix nesting of ifdefs.
25395
0c66b8e9
WN
253962013-09-09 Will Newton <will.newton@linaro.org>
25397
25398 * malloc/Makefile: Add tst-realloc to tests.
25399 * malloc/tst-realloc.c: New file.
25400
f6b00fd1
AM
254012013-09-09 Allan McRae <allan@archlinux.org>
25402
25403 [BZ #15844]
25404 * COPYING: Update from GNU website to fix FSF address.
25405 * COPYING.LIB: Likewise.
25406
eec55e16
DM
254072013-09-06 David S. Miller <davem@davemloft.net>
25408
25409 * po/zh_TW.po: Update Chinese (traditional) translation from
25410 translation project.
25411
1ecbb381
RS
254122013-09-06 Richard Sandiford <richard@codesourcery.com>
25413 Joseph Myers <joseph@codesourcery.com>
25414
25415 * locale/programs/locfile.c: Include <assert.h>, <wchar.h> and
25416 "localeinfo.h".
25417 (obstack_chunk_alloc): New macro.
25418 (obstack_chunk_free): Likewise.
25419 (record_offset): New function.
25420 (init_locale_data): Likewise.
25421 (align_locale_data): Likewise.
25422 (add_locale_empty): Likewise.
25423 (add_locale_raw_data): Likewise.
25424 (add_locale_raw_obstack): Likewise.
25425 (add_locale_string): Likewise.
25426 (add_locale_wstring): Likewise.
25427 (add_locale_uint32): Likewise.
25428 (add_locale_uint32_array): Likewise.
25429 (add_locale_char): Likewise.
25430 (start_locale_structure): Likewise.
25431 (end_locale_structure): Likewise.
25432 (start_locale_prelude): Likewise.
25433 (end_locale_prelude): Likewise.
25434 (write_locale_data): Take locale_file structure rather than an
25435 iovec.
25436 * locale/programs/locfile.h: Include "obstack.h".
25437 (struct locale_file): Change to store locale file contents instead
25438 of header.
25439 (init_locale_data): New prototype.
25440 (align_locale_data): Likewise.
25441 (add_locale_empty): Likewise.
25442 (add_locale_raw_data): Likewise.
25443 (add_locale_raw_obstack): Likewise.
25444 (add_locale_string): Likewise.
25445 (add_locale_wstring): Likewise.
25446 (add_locale_uint32): Likewise.
25447 (add_locale_uint32_array): Likewise.
25448 (add_locale_char): Likewise.
25449 (start_locale_structure): Likewise.
25450 (end_locale_structure): Likewise.
25451 (start_locale_prelude): Likewise.
25452 (end_locale_prelude): Likewise.
25453 (write_locale_data): Update prototype.
25454 * locale/programs/3level.h (struct TABLE): Remove result field.
25455 (CONCAT(TABLE,_finalize)): Change to CONCAT(add_locale_,TABLE).
25456 Use new locale_file interface.
25457 [!NO_FINALIZE]: Change condition to [!NO_ADD_LOCALE].
25458 (NO_FINALIZE): Change #undef to #undef of NO_ADD_LOCALE.
25459 * locale/programs/ld-address.c (address_output): Use new
25460 locale_file interface.
25461 * locale/programs/ld-collate.c (NO_FINALIZE): Change to
25462 NO_ADD_LOCALE.
25463 (collate_finish): Don't call collseq_table_finalize.
25464 (collate_output): Use new locale_file interface.
25465 * locale/programs/ld-ctype.c: Move includes of "3level.h" earlier
25466 in file.
25467 (NO_FINALIZE): Change to NO_ADD_LOCALE.
25468 (TABLE): Move defines earlier in file.
25469 (ELEMENT): Likewise.
25470 (DEFAULT): Likewise.
25471 (wctrans_table_add): Move macro and inline function earlier in
25472 file.
25473 (struct wctype_table): Move type earlier in file.
25474 (add_locale_wctype_table): New static prototype.
25475 (struct locale_ctype_t): Use logical types instead of struct iovec
25476 pointers for members.
25477 (ctype_output): Use new locale_file interface.
25478 (wctype_table_finalize): Change to add_locale_wctype_table. Use
25479 new locale_file interface.
25480 (allocate_arrays): Update for use of new locale_file interface.
25481 * locale/programs/ld-identification.c (identification_output): Use
25482 new locale_file interface.
25483 * locale/programs/ld-measurement.c (measurement_output): Likewise.
25484 * locale/programs/ld-messages.c (messages_output): Likewise.
25485 * locale/programs/ld-monetary.c (monetary_output): Likewise.
25486 * locale/programs/ld-name.c (name_output): Likewise.
25487 * locale/programs/ld-numeric.c (numeric_output): Likewise.
25488 * locale/programs/ld-paper.c (paper_output): Likewise.
25489 * locale/programs/ld-telephone.c (telephone_output): Likewise.
25490 * locale/programs/ld-time.c (time_output): Likewise.
25491
e029e2e5
AZ
254922013-09-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25493
25494 * benchtests/Makefile: Add memrchr benchmark.
25495 * benchtests/bench-memchr.c (USE_AS_MEMRCHR): Add define to use
25496 benchmark as memrchr.
25497 * benchtests/bench-memrchr-ifunc.c: New file.
25498 * benchtests/bench-memrchr.c: New file.
25499
bbf6e8e4
WN
255002013-09-06 Will Newton <will.newton@linaro.org>
25501
25502 * benchtests/Makefile (string-bench): Add memcpy.
25503
6c82a2f8
CD
255042013-09-05 Carlos O'Donell <carlos@redhat.com>
25505 Cong Wang <amwang@redhat.com>
25506
e732c5f0 25507 [BZ #15850]
6c82a2f8
CD
25508 * sysdeps/unix/sysv/linux/bits/in.h
25509 [_UAPI_LINUX_IN6_H]: Define __USE_KERNEL_IPV6_DEFS.
25510 * inet/netinet/in.h: Move in_addr definition and bits/in.h inclusion
25511 before __USE_KERNEL_IPV6_DEFS uses.
25512 * inet/netinet/in.h [!__USE_KERNEL_IPV6_DEFS]: Define IPPROTO_MH, and
25513 IPPROTO_BEETPH.
25514 [__USE_KERNEL_IPV6_DEFS]: Don't define any of IPPROTO_*, in6_addr,
25515 sockaddr_in6, or ipv6_mreq.
25516
5430fc65
AZ
255172013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25518
25519 * sysdeps/powerpc/powerpc32/power7/memrchr.S (__memrchr): Fix invalid
25520 memory access for final bytes in some large inputs.
25521 * sysdeps/powerpc/powerpc64/power7/memrchr.S (__memrchr): Likewise.
25522
4660856c
AZ
255232013-09-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25524
25525 * string/test-memrchr.c: New file.
25526 * string/test-memrchr-ifunc.c: New file.
25527 * string/Makefile: Add new memrchr testcase.
25528
bb8ea713
MF
255292013-09-05 Mike Frysinger <vapier@gentoo.org>
25530
25531 * sysdeps/unix/sysv/linux/tst-fanotify.c (do_test): Skip test when
25532 fanotify_init returns EPERM.
25533
b92a20b5
JM
255342013-09-04 Joseph Myers <joseph@codesourcery.com>
25535
25536 * conform/conformtest.pl (newtoken): Treat tokens not allowed as
25537 errors.
25538 (top level): Treat second token from macro or constant entries for
25539 allowed headers as allowed.
25540 * include/complex.h: Condition internal declarations on
25541 [!_ISOMAC].
25542 * include/fenv.h: Condition include of <stdbool.h> and internal
25543 declarations on [!_ISOMAC].
7447ccd9
CL
25544
255452013-09-04 Chris Leonard <cjl@sugarlabs,.org>
25546
3e181dda 25547 [BZ #15923]
7447ccd9
CL
25548 * locale/iso-4217.def: Update iso-1427.def and related occurrences.
25549
3f2e46a4
JM
255502013-09-04 Joseph Myers <joseph@codesourcery.com>
25551
25552 * configure.in (--enable-versioning): Remove configure option.
25553 (libc_cv_asm_symver_directive): Remove configure test.
25554 (libc_cv_ld_version_script_option): Likewise.
25555 (VERSIONING): Remove variable and AC_SUBST.
25556 (DO_VERSIONING): Remove AC_DEFINE.
25557 * configure: Regenerated.
25558 * config.h.in (DO_VERSIONING): Remove macro.
25559 * Makerules [$(versioning) = yes]: Change conditionals to
25560 [$(build-shared) = yes].
25561 * config.make.in (versioning): Remove variable.
25562 * dlfcn/Makefile [$(versioning) = yes]: Change conditionals to
25563 [$(build-shared) = yes].
25564 * dlfcn/modstatic2.c (test) [DO_VERSIONING]: Remove conditional.
25565 * dlfcn/tststatic2.c (main) [DO_VERSIONING]: Likewise.
25566 * elf/Makefile [$(versioning) = yes]: Change conditionals to
25567 [$(build-shared) = yes].
25568 * extra-lib.mk [$(versioning) = yes]: Likewise.
25569 * hurd/Makefile [$(versioning) = yes]: Likewise.
25570 * hurd/geteuids.c [SHARED && DO_VERSIONING]: Change conditional to
25571 [SHARED].
25572 * include/libc-symbols.h [DO_VERSIONING]: Change conditional to
25573 [SHARED].
25574 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25575 [SHARED && !NO_HIDDEN].
25576 * include/shlib-compat.h [DO_VERSIONING]: Change conditional to
25577 [SHARED].
25578 [SHARED && DO_VERSIONING]: Likewise..
25579 * libio/Makefile [$(versioning) = yes]: Change conditionals to
25580 [$(build-shared) = yes].
25581 * manual/install.texi (--disable-versioning): Remove
25582 documentation.
25583 * INSTALL: Regenerated.
25584 * resolv/res_libc.c [SHARED && DO_VERSIONING]: Change conditional
25585 to [SHARED].
25586 * sunrpc/Makefile [$(versioning) = yes]: Change conditional to
25587 [$(build-shared) = yes].
25588 * sysdeps/gnu/Makefile [$(versioning) = yes]: Likewise.
25589 * sysdeps/i386/i686/multiarch/strstr-c.c
25590 [SHARED && DO_VERSIONING && !NO_HIDDEN]: Change conditional to
25591 [SHARED && !NO_HIDDEN].
25592 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h
25593 [SHARED && DO_VERSIONING]: Change conditional to [SHARED].
25594 * sysdeps/powerpc/powerpc32/dl-machine.c
25595 [SHARED && !(DO_VERSIONING - 0)]: Remove conditional error.
25596 * sysdeps/powerpc/powerpc32/sysdep.h
25597 [SHARED && DO_VERSIONING && PIC && !NO_HIDDEN]: Change conditional
25598 to [SHARED && PIC && !NO_HIDDEN].
25599 * sysdeps/wordsize-32/divdi3.c [SHARED && DO_VERSIONING]: Change
25600 conditional to [SHARED].
25601
44558701
WN
256022013-09-04 Will Newton <will.newton@linaro.org>
25603
25604 * benchtests/bench-timing.h (TIMING_PRINT_MEAN): New macro.
25605 * benchtests/bench-string.h: Include bench-timing.h instead
25606 of including hp-timing.h directly. (INNER_LOOP_ITERS): New
25607 define. (HP_TIMING_BEST): Delete macro. (test_init): Remove
25608 call to HP_TIMING_DIFF_INIT.
25609 * benchtests/bench-memccpy.c: Use bench-timing.h macros
25610 instead of hp-timing.h macros.
25611 * benchtests/bench-memchr.c: Likewise.
25612 * benchtests/bench-memcmp.c: Likewise.
25613 * benchtests/bench-memcpy.c: Likewise.
25614 * benchtests/bench-memmem.c: Likewise.
25615 * benchtests/bench-memmove.c: Likewise.
25616 * benchtests/bench-memset.c: Likewise.
25617 * benchtests/bench-rawmemchr.c: Likewise.
25618 * benchtests/bench-strcasecmp.c: Likewise.
25619 * benchtests/bench-strcasestr.c: Likewise.
25620 * benchtests/bench-strcat.c: Likewise.
25621 * benchtests/bench-strchr.c: Likewise.
25622 * benchtests/bench-strcmp.c: Likewise.
25623 * benchtests/bench-strcpy.c: Likewise.
25624 * benchtests/bench-strcpy_chk.c: Likewise.
25625 * benchtests/bench-strlen.c: Likewise.
25626 * benchtests/bench-strncasecmp.c: Likewise.
25627 * benchtests/bench-strncat.c: Likewise.
25628 * benchtests/bench-strncmp.c: Likewise.
25629 * benchtests/bench-strncpy.c: Likewise.
25630 * benchtests/bench-strnlen.c: Likewise.
25631 * benchtests/bench-strpbrk.c: Likewise.
25632 * benchtests/bench-strrchr.c: Likewise.
25633 * benchtests/bench-strspn.c: Likewise.
25634 * benchtests/bench-strstr.c: Likewise.
25635
cae16d66
WN
256362013-09-04 Will Newton <will.newton@linaro.org>
25637
25638 * benchtests/Makefile: Use LDLIBS instead of LDFLAGS.
25639
ffa3cd7f
JM
256402013-09-03 Joseph Myers <joseph@codesourcery.com>
25641
25642 [BZ #15427]
25643 * sysdeps/ieee754/flt-32/e_lgammaf_r.c (__ieee754_lgammaf_r): Use
25644 2**-30 instead of 2**-70 as threshold for returning -log(|x|).
25645 * math/libm-test.inc (lgamma_test_data): Add more tests.
25646 * sysdeps/i386/fpu/libm-test-ulps: Update.
25647 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25648
8f02859f
OB
256492013-09-03 Ondřej Bílka <neleai@seznam.cz>
25650
25651 * sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: New file.
25652 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
25653 Add ifunc.
25654 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
25655 Add strcmp-sse2-unaligned
25656 * sysdeps/x86_64/multiarch/strcmp.S (strcmp): Add ifunc.
25657
18d43716
MF
256582013-09-02 Mike Frysinger <vapier@gentoo.org>
25659
25660 * Versions.def (libc): Add GLIBC_2.19.
25661
ac444012
MF
256622013-09-02 Mike Frysinger <vapier@gentoo.org>
25663
25664 * sysdeps/unix/sysv/linux/tst-fanotify.c: New test.
25665 * sysdeps/unix/sysv/linux/Makefile (tests): Add tst-fanotify.
25666
b7835e32
JM
256672013-09-02 Joseph Myers <joseph@codesourcery.com>
25668
25669 [BZ #14155]
25670 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_jnf): Use double for
25671 intermediate calculations in recurrence.
25672 (__ieee754_ynf): Likewise.
25673 * math/libm-test.inc (jn_test_data): Do not allow spurious
25674 underflow exception. Add more tests.
25675 (yn_test_data): Add more tests.
25676 * sysdeps/i386/fpu/libm-test-ulps: Update.
25677 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
25678
8220f4f0
OB
256792013-09-02 Ondřej Bílka <neleai@seznam.cz>
25680
25681 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Fix typo.
25682
f24a6d08
OB
256832013-08-30 Ondřej Bílka <neleai@seznam.cz>
25684
25685 * csu/init-first.c: Fix then/than typos.
25686 * locale/programs/ld-collate.c: Likewise.
25687 * locale/programs/linereader.h: Likewise.
25688 * manual/charset.texi: Likewise.
25689 * manual/filesys.texi: Likewise.
25690 * manual/stdio.texi: Likewise.
25691 * manual/string.texi: Likewise.
25692 * stdlib/fmtmsg.c: Likewise.
25693 * sysdeps/i386/stpncpy.S: Likewise.
25694 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
25695 * sysdeps/powerpc/powerpc32/power6/memset.S: Likewise.
25696 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
25697 * sysdeps/powerpc/powerpc64/power6/memset.S: Likewise.
25698
382466e0
OB
256992013-08-30 Ondřej Bílka <neleai@seznam.cz>
25700
25701 * elf/dl-open.c: Fix typos.
25702 * iconvdata/gbbig5.c: Likewise.
25703 * iconvdata/iso-2022-jp.c: Likewise.
25704 * iconv/gconv_int.h: Likewise.
25705 * iconv/loop.c: Likewise.
25706 * nis/rpcsvc/nis.h: Likewise.
25707 * resolv/ns_name.c: Likewise.
25708 * stdio-common/vfscanf.c: Likewise.
25709 * streams/stropts.h: Likewise.
25710 * sunrpc/rpc_thread.c: Likewise.
25711 * sysdeps/i386/strpbrk.S: Likewise.
25712 * sysdeps/ieee754/k_standard.c: Likewise.
25713 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
25714 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
25715 * sysdeps/mach/hurd/dl-sysdep.c: Likewise.
25716 * sysdeps/mach/hurd/profil.c: Likewise.
25717 * sysdeps/s390/dl-procinfo.h: Likewise.
25718 * sysdeps/unix/sysv/linux/i386/chown.c: Likewise.
25719 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Likewise.
25720 * sysdeps/unix/sysv/linux/sparc/sparc32/makecontext.c: Likewise.
25721 * sysdeps/x86_64/dl-trampoline.S: Likewise.
25722 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
25723
0186c6e9
OB
257242013-08-30 Ondřej Bílka <neleai@seznam.cz>
25725
25726 * sysdeps/x86_64/multiarch/rawmemchr.S: Delete.
25727 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Remove rawmemchr ifunc.
25728
d4e16af1
OB
257292013-08-29 Ondřej Bílka <neleai@seznam.cz>
25730
25731 * sysdeps/unix/sysv/linux/powerpc/aix/aix-dirent.h: Remove
25732 aix specific files.
25733 * sysdeps/unix/sysv/linux/powerpc/aix/aix-errno.h: Likewise.
25734 * sysdeps/unix/sysv/linux/powerpc/aix/aix-stat.h: Likewise.
25735 * sysdeps/unix/sysv/linux/powerpc/aix/aix-termios.h: Likewise.
25736 * sysdeps/unix/sysv/linux/powerpc/aix/direntconv.c: Likewise.
25737 * sysdeps/unix/sysv/linux/powerpc/aix/errnoconv.c: Likewise.
25738 * sysdeps/unix/sysv/linux/powerpc/aix/statconv.c: Likewise.
25739 * sysdeps/unix/sysv/linux/powerpc/aix/tcgetattr.c: Likewise.
25740 * sysdeps/unix/sysv/linux/powerpc/aix/tcsetattr.c: Likewise.
25741
88335980
TS
257422013-08-29 Thomas Schwinge <thomas@codesourcery.com>
25743 Roland McGrath <roland@hack.frob.com>
25744
25745 * sysdeps/mach/hurd/errnos.awk (BEGIN): Emit ESUCCESS.
25746 * sysdeps/mach/hurd/bits/errno.h: Regenerate.
25747
ed479b02
ST
257482013-08-29 Samuel Thibault <samuel.thibault@ens-lyon.org>
25749
25750 * sysdeps/mach/hurd/i386/init-first.c (init1): Use
25751 __executable_start symbol instead of _start.
25752
f1cc4c86
TS
257532013-08-29 Thomas Schwinge <thomas@codesourcery.com>
25754
d821f07c
TS
25755 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_HEADER)
25756 (VALID_ELF_OSABI, VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA):
25757 Move macros to...
25758 * sysdeps/gnu/ldsodefs.h: ... this new file.
25759
c54290cf
TS
25760 * sysdeps/unix/sysv/linux/ldsodefs.h (VALID_ELF_OSABI)
25761 (VALID_ELF_ABIVERSION, MORE_ELF_HEADER_DATA): Use ELFOSABI_GNU
25762 instead of ELFOSABI_LINUX.
25763
0007fc9b 25764 [BZ #15522] strtod ("nan(N)") returning a sNaN in some cases
0007fc9b
TS
25765 * stdlib/strtof_l.c (SET_MANTISSA): Rewrite.
25766 * stdlib/strtod_l.c (SET_MANTISSA): Likewise.
25767 * sysdeps/ieee754/ldbl-64-128/strtold_l.c (SET_MANTISSA):
25768 Likewise.
25769 * sysdeps/ieee754/ldbl-96/strtold_l.c (SET_MANTISSA): Likewise.
25770 * sysdeps/ieee754/ldbl-128/strtold_l.c (SET_MANTISSA): Likewise.
25771 * sysdeps/ieee754/ldbl-128ibm/strtold_l.c (SET_MANTISSA):
25772 Likewise.
25773 * sysdeps/ieee754/ldbl-128ibm/ieee754.h
25774 (ibm_extended_long_double): Add ieee_nan member.
25775 * stdlib/tst-strtod6.c (test): New function, renamed from do_test.
25776 (do_test): New function.
25777
f1cc4c86
TS
25778 * math/basic-test.c (TEST_CONVERT): New macro, renamed from
25779 TEST_TRUNC.
25780 (convert_dfsf_test, convert_tfsf_test, convert_tfdf_test): New
25781 functions, renamed from truncdfsf_test, trunctfsf_test,
25782 trunctfdf_test.
25783 (convert_sfdf_test, convert_sftf_test, convert_dftf_test): New
25784 functions.
25785 (do_test): Run all these.
25786
6f65e668
OB
257872013-08-29 Ondřej Bílka <neleai@seznam.cz>
25788
25789 * argp/argp-help.c: Fix typos.
25790 * argp/argp-parse.c: Likewise.
25791 * debug/backtracesyms.c: Likewise.
25792 * elf/elf.h: Likewise.
25793 * malloc/malloc.c: Likewise.
25794 * nis/nis_print.c: Likewise.
25795 * resolv/res_comp.c: Likewise.
25796 * stdlib/stdlib.h: Likewise.
25797 * sunrpc/clnt_tcp.c: Likewise.
25798 * sunrpc/clnt_udp.c: Likewise.
25799 * sunrpc/clnt_unix.c: Likewise.
25800 * sysdeps/unix/bsd/ptsname.c: Likewise.
25801 * sysdeps/unix/sysv/linux/ifaddrs.c: Likewise.
25802 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Likewise.
99541e80
RM
25803 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext-common.S:
25804 Likewise.
25805 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext-common.S:
25806 Likewise.
25807 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S:
25808 Likewise.
6f65e668
OB
25809 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
25810
3a309239
SP
258112013-08-28 Siddhesh Poyarekar <siddhesh@redhat.com>
25812
25813 * nscd/aicache.c (addhstaiX): Use __glibc_unlikely.
25814 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
25815
3b813b29
MF
258162013-08-27 Mike Frysinger <vapier@gentoo.org>
25817
25818 [BZ #15897]
25819 * dlfcn/Makefile (tests): Add bug-dl-leaf.
25820 (modules-names): Add bug-dl-leaf-lib and bug-dl-leaf-lib-cb.
25821 ($(objpfx)bug-dl-leaf): New rule.
25822 ($(objpfx)bug-dl-leaf.so): Likewise.
25823 ($(objpfx)bug-dl-leaf.out): Likewise.
25824 ($(objpfx)bug-dl-leaf-lib.so): Likewise.
25825 ($(objpfx)bug-dl-leaf-lib-cb.so): Likewise.
25826 * dlfcn/bug-dl-leaf.c: New test.
25827 * dlfcn/bug-dl-leaf-lib.c: Likewise.
25828 * dlfcn/bug-dl-leaf-lib-cb.c: Likewise.
25829 * dlfcn/dlfcn.h (dlopen): Change __THROW to __THROWNL.
25830 (dlclose): Likewise.
25831 (dlmopen): Likewise.
25832
8cc3269f
RM
258332013-08-27 Roland McGrath <roland@hack.frob.com>
25834
7f9d0034
RM
25835 * include/netdb.h [!_ISOMAC]:
25836 Don't include <tls.h>.
25837 (h_errno, __libc_h_errno): Move declaration and macros out of
25838 [_LIBC_REENTRANT].
25839
fb431262
RM
25840 * include/resolv.h [_RESOLV_H_]:
25841 Don't include <tls.h>.
25842 (__resp, _res): Move declaration and macro out of [_LIBC_REENTRANT].
25843 * resolv/res_libc.c: Don't include <tls.h>.
25844 (_res): Use __attribute__ ((nocommon)) in place of
25845 __attribute__ ((section (".bss"))).
25846
bd81123a
RM
25847 * Makefile ($(common-objpfx)linkobj/libc_pic.a):
25848 If [sunrpc not in $(subdirs)], define to use libc_pic.a directly.
25849
c4e42566
RM
25850 * resolv/res_send.c (send_dg): Don't try to use ioctl unless [FIONREAD].
25851
f890a59b
RM
25852 * resolv/res_hconf.c [!NOT_IN_libc] (ifaddrs): Declare
25853 only under [SIOCGIFCONF && SIOCGIFNETMASK].
25854
25855 * resolv/res_mkquery.c: Include <sys/time.h>.
25856
5d1f0a09
RM
25857 * inet/ifreq.c: Moved to ...
25858 * sysdeps/unix/ifreq.c: ... here.
25859 * inet/ifreq.c: New file, true stub version.
25860
6fcf28b3
RM
25861 * socket/sa_len.c: New file.
25862 * socket/Makefile (aux): Add it.
25863 * sysdeps/unix/sysv/linux/Makefile
25864 [$(subdir) = socket] (sysdep_routines): Don't add sa_len here.
25865 * sysdeps/unix/sysv/linux/sa_len.c: Just #define HAVE_NET*_H
25866 and #include <socket/sa_len.c>.
25867 * sysdeps/unix/sysv/linux/s390/sa_len.c: Just #define
25868 HAVE_NETIUCV_IUCV_H and #include <sysdeps/unix/sysv/linux/sa_len.c>.
25869
e041fb8b
RM
25870 * sysdeps/unix/bsd/bsd4.4/bits/socket.h: Moved to ...
25871 * bits/socket.h: ... here.
25872
8cc3269f
RM
25873 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (enum __socket_type):
25874 Add SOCK_CLOEXEC, SOCK_NONBLOCK with values from FreeBSD.
25875 (SOCK_MAX, SOCK_TYPE_MASK): New macros.
25876
5d228a43
AS
258772013-08-27 Andreas Schwab <schwab@suse.de>
25878
45b8accc
AS
25879 [BZ #15736]
25880 * locale/categories.def (LC_CTYPE): Add "nonascii-case" element.
25881 * string/Makefile (test-strcasecmp-ENV, test-strncasecmp-ENV)
25882 (test-strcasecmp-ifunc-ENV, test-strncasecmp-ifunc-ENV): Define.
25883 * string/test-strcasecmp.c (test_main): Run tests in several
25884 locales.
25885 * string/test-strncasecmp.c (test_main): Likewise.
25886
5d228a43
AS
25887 * sysdeps/i386/i686/multiarch/strcmp-sse4.S (__strcasecmp_sse4_2)
25888 (__strncasecmp_sse4_2) [PIC]: Restore %ebx before falling through
25889 to __strcasecmp_nonascii and __strncasecmp_nonascii.
25890 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (__strcasecmp_ssse3)
25891 (__strncasecmp_ssse3) [PIC]: Likewise.
25892
59d112a4
RM
258932013-08-26 Roland McGrath <roland@hack.frob.com>
25894
53234cc3
RM
25895 * io/lxstat64.c: Just call __xstat64, for parity with stub __lxstat.
25896
59d112a4
RM
25897 * nss/nss_files/files-key.c: Include <rpc/des_crypt.h>
25898 instead of explicitly declaring xdecrypt.
25899 * nis/nss_nis/nis-publickey.c: Likewise.
25900
595aba70
SP
259012013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
25902
25903 [BZ #15890]
25904 * nscd/aicache.c: Include res_hconf.h.
25905 (addhstaiX): Initialize res_hconf.
25906
ffabd393
AS
259072013-08-26 Andreas Schwab <schwab@suse.de>
25908
25909 * stdlib/Makefile (LDFLAGS-tst-tls-atexit): Remove.
25910 ($(objpfx)tst-tls-atexit): Add dependencies here instead.
25911
e0a69f5c
SP
259122013-08-26 Siddhesh Poyarekar <siddhesh@redhat.com>
25913
25914 * nscd/aicache.c (addhstaiX): Fix indentation.
25915
8c12f01d
MF
259162013-08-25 Mike Frysinger <vapier@gentoo.org>
25917
25918 * configure.ac: Quote $build_pt_chown test.
25919 * configure: Regenerated.
25920
8fe89494
JM
259212013-08-23 Joseph Myers <joseph@codesourcery.com>
25922
25923 [BZ #15532]
25924 * math/s_cexp.c (__cexp): Return NaN + i0 for NaN + i0 argument.
25925 * math/s_cexpf.c (__cexpf): Likewise.
25926 * math/s_cexpl.c (__cexpl): Likewise.
25927 * math/libm-test.inc (cexp_test_data): Correct expected return
25928 value for NaN + i0. Add another test.
25929
75b181d6
DM
259302013-08-22 David S. Miller <davem@davemloft.net>
25931
25932 * po/ca.po: Update Catalan translation from translation project.
936241e4 25933 * po/uk.po: Add Ukrainian translations from translation project.
75b181d6 25934
acd06bb1
JM
259352013-08-21 Joseph Myers <joseph@codesourcery.com>
25936
25937 [BZ #15797]
25938 * math/s_fdim.c (__fdim): Check for infinite arguments if result
25939 is infinite, not alongside NaN test.
25940 * math/s_fdimf.c (__fdimf): Likewise.
25941 * math/s_fdiml.c (__fdiml): Likewise.
25942 * math/libm-test.inc (fdim_test_data): Add more tests. Test that
25943 errno is unchanged.
25944
c0c3f78a
OB
259452013-08-21 Ondřej Bílka <neleai@seznam.cz>
25946
25947 * argp/argp-help.c: Fix typos.
25948 * crypt/speeds.c: Likewise.
25949 * csu/check_fds.c: Likewise.
25950 * elf/dl-load.c: Likewise.
25951 * elf/dl-open.c: Likewise.
25952 * elf/reldep3.c: Likewise.
25953 * elf/reldep.c: Likewise.
25954 * elf/sprof.c: Likewise.
25955 * iconv/iconv_charmap.c: Likewise.
25956 * iconv/skeleton.c: Likewise.
25957 * iconv/strtab.c: Likewise.
25958 * io/lockf64.c: Likewise.
25959 * libio/libioP.h: Likewise.
25960 * resolv/gai_notify.c: Likewise.
25961 * resolv/ns_name.c: Likewise.
25962 * resolv/ns_samedomain.c: Likewise.
25963 * resolv/res_send.c: Likewise.
25964 * stdlib/random.c: Likewise.
25965 * sunrpc/rpc/xdr.h: Likewise.
25966 * sysdeps/i386/fpu/fraiseexcpt.c: Likewise.
25967 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
25968 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
25969 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
25970 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
25971 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
25972 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
25973 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
25974 * sysdeps/mach/hurd/check_fds.c: Likewise.
25975 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
25976 * sysdeps/powerpc/powerpc32/fpu/setjmp.S: Likewise.
25977 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
25978 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
25979 * sysdeps/powerpc/powerpc32/setjmp.S: Likewise.
25980 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
25981 * sysdeps/pthread/aio_notify.c: Likewise.
25982 * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise.
25983 * sysdeps/unix/sysv/linux/socketcall.h: Likewise.
25984 * sysdeps/x86_64/fpu/fraiseexcpt.c: Likewise.
25985 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
25986 * sysdeps/x86/fpu/bits/fenv.h: Likewise.
25987
46ed1038
LD
259882013-08-21 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
25989
25990 * sysdeps/i386/i686/multiarch/strcmp.S: Skip SSE4_2
25991 version if bit_Slow_SSE4_2 is set.
25992 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
25993 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
25994
d400dcac
AZ
259952013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
25996
25997 [BZ #15867]
25998 * sysdeps/powerpc/powerpc32/backtrace.c (__backtrace): Handle signal
25999 trampoline stack frame information.
26000 * sysdeps/powerpc/powerpc64/backtrace.c (__backtrace): Likewise.
26001 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h
26002 (__vdso_sigtramp_rt64): New variable: PPC64 signal trampoline.
26003 (__vdso_sigtramp32): New variable: PPC32 signal trampoline.
26004 (__vdso_sigtramp_rt32): New variable: PPC32 signal trampoline.
26005 * sysdeps/unix/sysv/linux/powerpc/init-first.c
26006 (_libc_vdso_platform_setup): Initialize the signal trampolines.
26007 * debug/tst-backtrace5.c (fn): Add an option set modify sigaction
26008 sa_flags value.
26009 * debug/tst-backtrace6.c: New file: check backtrace for signal frames,
26010 interrupting a syscall and set with option SA_SIGINFO.
26011
42c8fdd8
JM
260122013-08-20 Joseph Myers <joseph@codesourcery.com>
26013
c980f2f4
JM
26014 [BZ #15531]
26015 * math/s_cproj.c (__cproj): Only return an infinity if one part of
26016 argument is infinite.
26017 * math/s_cprojf.c (__cprojf): Likewise.
26018 * math/s_cprojl.c (__cprojl): Likewise.
26019 * sysdeps/ieee754/ldbl-128ibm/s_cprojl.c (__cprojl): Likewise.
26020 * math/libm-test.inc (cproj_test_data): Add more tests.
26021
0716c4fc
JM
26022 * sysdeps/unix/sysv/linux/mmap64.c: Include <string.h>.
26023
42c8fdd8
JM
26024 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64)
26025 [MMAP2_PAGE_SHIFT == -1]: Use __getpagesize to determine page
26026 size. Use __ffs to determine corresponding shift.
26027
b31469d0
JM
260282013-08-20 Joseph Myers <joseph@codesourcery.com>
26029 Roland McGrath <roland@hack.frob.com>
26030
26031 * Makefile (INSTALL): Remove trailing blank lines from output of
26032 makeinfo.
26033
4e39af6e
AK
260342013-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26035
26036 * sysdeps/unix/sysv/linux/s390/sys/procfs.h (struct elf_prstatus):
26037 Align 32 bit compat elf_greg to 8 bytes.
26038
f315524e
AA
260392013-08-20 Andreas Arnez <arnez@linux.vnet.ibm.com>
26040
26041 * elf/setup-vdso.h (setup_vdso): Fix missing string termination.
26042
1326ba1a
SP
260432013-08-20 Siddhesh Poyarekar <siddhesh@redhat.com>
26044
26045 * string/strcoll_l.c (coll_seq): New structure.
26046 (get_next_seq_cached): New function.
26047 (get_next_seq): New function.
26048 (do_compare): New function.
26049 (STRCOLL): Use GNU style definition. Simplify implementation
26050 by using get_next_seq, get_next_seq_cached and do_compare.
26051
91ce4085
FW
260522013-08-16 Florian Weimer <fweimer@redhat.com>
26053
26054 [BZ #14699]
26055 CVE-2013-4237
26056 * sysdeps/posix/dirstream.h (struct __dirstream): Add errcode
26057 member.
26058 * sysdeps/posix/opendir.c (__alloc_dir): Initialize errcode
26059 member.
26060 * sysdeps/posix/rewinddir.c (rewinddir): Reset errcode member.
26061 * sysdeps/posix/readdir_r.c (__READDIR_R): Enforce NAME_MAX limit.
26062 Return delayed error code. Remove GETDENTS_64BIT_ALIGNED
26063 conditional.
26064 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Do not define
26065 GETDENTS_64BIT_ALIGNED.
26066 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
26067 * manual/filesys.texi (Reading/Closing Directory): Document
26068 ENAMETOOLONG return value of readdir_r. Recommend readdir more
26069 strongly.
26070 * manual/conf.texi (Limits for Files): Add portability note to
26071 NAME_MAX, PATH_MAX.
26072 (Pathconf): Add portability note for _PC_NAME_MAX, _PC_PATH_MAX.
26073
ca0a6bc4
AS
260742013-08-13 Andreas Schwab <schwab@suse.de>
26075
26076 [BZ #15749]
26077 * sysdeps/ieee754/ldbl-96/s_cbrtl.c (__cbrtl): Use fabsl instead
26078 of fabs.
26079 * math/libm-test.inc (cbrt_test_data) [TEST_LDOUBLE &&
26080 LDBL_MAX_EXP >= 16384]: Add tests for it.
26081
6c1fd795
DM
260822013-08-12 David S. Miller <davem@davemloft.net>
26083
26084 * version.h (RELEASE): Set to "development".
26085 (VERSION): Set to "2.18.90".
26086 * NEWS: Add 2.19 section.
26087
31ad488d
DM
260882013-08-03 David S. Miller <davem@davemloft.net>
26089
26090 * po/ko.po: Update Korean translation from translation project.
26091
db24e684
DM
260922013-08-01 David S. Miller <davem@davemloft.net>
26093
26094 * manual/contrib.texi: Update entry for Siddhesh Poyarekar. Add
26095 entries for Will Newton, Andi Kleen, David Holsgrove, and Ondrej
26096 Bilka.
26097
f723285b
DM
260982013-07-30 David S. Miller <davem@davemloft.net>
26099
26100 * po/fr.po: Update French translation from translation project.
26101
3cbc52db
DM
261022013-07-28 David S. Miller <davem@davemloft.net>
26103
30bbc0cc
DM
26104 * po/cs.po: Update Czech translation from translation project.
26105
3cbc52db
DM
26106 * po/sv.po: Update Swedish translation from translation project.
26107
d492e6d0
DM
261082013-07-27 David S. Miller <davem@davemloft.net>
26109
f1a7f492
DM
26110 * po/eo.po: Update Esperanto translation from translation project.
26111
90e62a4a
DM
26112 * po/vi.po: Update Vietnamese translation from translation project.
26113
d492e6d0
DM
26114 * po/de.po: Update German translation from translation project.
26115
d4baa62d
DM
261162013-07-26 David S. Miller <davem@davemloft.net>
26117
641aa7b4
DM
26118 * po/bg.po: Update Bulgarian translation from translation project.
26119
d4baa62d
DM
26120 * po/nl.po: Update Dutch translation from translation project.
26121 * po/pl.po: Update Polish translation from translation project.
26122 * po/ru.po: Update Russian translation from translation project.
26123
61a9dcb9
DM
261242013-07-24 David S. Miller <davem@davemloft.net>
26125
26126 * po/libc.pot: Update.
26127
7b1f8b58
AZ
261282013-07-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26129
26130 * sysdeps/unix/sysv/linux/powerpc/dl-static.c: New file to support
26131 variable page size.
26132 * sysdeps/unix/sysv/linux/powerpc/ldsodefs.h: Likewise.
26133 * sysdeps/unix/sysv/linux/powerpc/Makefile: Build dl-static in elf.
26134 * sysdeps/unix/sysv/linux/powerpc/Versions: Add _dl_var_init.
26135
a8fc7a03
AK
261362013-07-22 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
26137
26138 * sysdeps/s390/fpu/libm-test-ulps: Refresh.
26139
e4608715
CD
261402013-07-21 Siddhesh Poyarekar <siddhesh@redhat.com>
26141 Andreas Schwab <schwab@suse.de>
26142 Roland McGrath <roland@hack.frob.com>
26143 Joseph Myers <joseph@codesourcery.com>
26144 Carlos O'Donell <carlos@redhat.com>
26145
26146 [BZ #15755]
26147 * config.h.in: Define HAVE_PT_CHOWN.
26148 * config.make.in (build-pt-chown): New variable.
26149 * configure.in (--enable-pt_chown): New configure option.
26150 * configure: Regenerate.
26151 * login/Makefile: Include Makeconfig. Build pt_chown only if
26152 build-pt-chown is enabled.
26153 * sysdeps/unix/grantpt.c (grantpt) [HAVE_PT_CHOWN]: Spawn
26154 pt_chown to fix pty ownership.
26155 * sysdeps/unix/sysv/linux/grantpt.c [HAVE_PT_CHOWN]: Define
26156 CLOSE_ALL_FDS.
26157 * manual/install.texi (Configuring and compiling): Mention
26158 --enable-pt_chown. Add @findex for grantpt.
26159 * INSTALL: Regenerate.
26160
da2d62df
DM
261612013-07-20 David S. Miller <davem@davemloft.net>
26162
26163 * sysdeps/sparc/fpu/libm-test-ulps: Update ULPs to handle minor
26164 difference between 32-bit and 64-bit.
26165
d7e06450
CD
261662013-07-15 Carlos O'Donell <carlos@redhat.com>
26167
26168 [BZ #15711]
26169 * sysdeps/unix/sysv/linux/Makefile ($(objpfx)bits/syscall%h):
26170 Avoid system header dependency with -ffreestanding.
26171 ($(objpfx)bits/syscall%d): Likewise.
26172
f959cfd7
DM
261732013-07-13 David S. Miller <davem@davemloft.net>
26174
26175 * math/libm-test.inc (casin_test_data): Annotate more cases of missing
26176 underflows from atanl/atan2l due to bug 15319.
26177 (casinh_test_data): Likewise.
26178
c61f8513
DM
261792013-07-07 David S. Miller <davem@davemloft.net>
26180
26181 * sysdeps/sparc/fpu/libm-test-ulps: Regenerate from scratch.
26182
72c90ed0
JA
261832013-07-05 Jeroen Albers <_jeroen_@yahoo.com>
26184
26185 * sysdeps/i386/fpu/libm-test-ulps: Update.
26186 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26187
52dfbe13
SP
261882013-07-04 Siddhesh Poyarekar <siddhesh@redhat.com>
26189
26190 * configure.in (--enable-lock-elision): Fix message text.
26191 * INSTALL: Regenerate.
26192 * configure: Regenerate.
26193
3f169543
AZ
261942013-07-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26195
26196 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
26197
521c6785
AJ
261982013-07-03 Andreas Jaeger <aj@suse.de>
26199
26200 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_LISTEN): Add
26201 define.
26202 (PTRACE_PEEKSIGINFO): Add new value from Linux 3.10.
26203 (ptrace_peeksiginfo_args): Add.
26204 (__ptrace_peeksiginfo_flags): Add.
26205 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
26206 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
26207 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
26208
d2cc15cb
AM
262092013-07-03 Allan McRae <allan@archlinux.org>
26210
26211 * sysdeps/i386/fpu/libm-test-ulps: Update.
26212
3aaeeca7
DM
262132013-07-02 David S. Miller <davem@davemloft.net>
26214
26215 * sysdeps/sparc/fpu/libm-test-ulps: Update.
26216
5314ed1a
MT
262172013-07-02 Markus Trippelsdorf <markus@trippelsdorf.de>
26218
26219 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
26220
67338156
JM
262212013-07-02 Joseph Myers <joseph@codesourcery.com>
26222
26223 * sysdeps/i386/fpu/libm-test-ulps: Regenerated.
26224 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
26225
1717da59
AK
262262013-07-02 Andi Kleen <ak@linux.intel.com>
26227
26228 * config.h.in (ENABLE_LOCK_ELISION): Add.
26229 * configure.in (--enable-lock-elision): Add option.
26230 * manual/install.texi: Document --enable lock elision.
26231 * configure: Regenerate
26232 * INSTALL: Regenerate.
26233
1c81621c
L
262342013-07-02 H.J. Lu <hongjiu.lu@intel.com>
26235
26236 * sysdeps/i386/i686/multiarch/strcasecmp.S (__strcasecmp): Enable
26237 SSE4.2 strcasecmp for libc.a.
26238 * sysdeps/i386/i686/multiarch/strncase.S (__strncasecmp): Likewise.
26239
77f01ab5
JM
262402013-07-02 Joseph Myers <joseph@codesourcery.com>
26241
26242 [BZ #13304]
26243 * soft-fp/op-common.h (_FP_FMA): New macro.
26244 * soft-fp/op-1.h (_FP_FRAC_HIGHBIT_DW_1): New macro.
26245 (_FP_MUL_MEAT_DW_1_imm): Likewise. Split out of ...
26246 (_FP_MUL_MEAT_1_imm): ... here.
26247 (_FP_MUL_MEAT_DW_1_wide): New macro. Split out of ...
26248 (_FP_MUL_MEAT_1_wide): ... here.
26249 (_FP_MUL_MEAT_DW_1_hard): Likewise. Split out of ...
26250 (_FP_MUL_MEAT_1_hard): ... here.
26251 * soft-fp/op-2.h (_FP_FRAC_HIGHBIT_DW_2): New macro.
26252 (_FP_MUL_MEAT_DW_2_wide): Likewise. Split out of ...
26253 (_FP_MUL_MEAT_2_wide): ... here.
26254 (_FP_MUL_MEAT_DW_2_wide_3mul): New macro. Split out of ...
26255 (_FP_MUL_MEAT_2_wide_3mul): ... here.
26256 (_FP_MUL_MEAT_DW_2_gmp): New macro. Split out of ...
26257 (_FP_MUL_MEAT_2_gmp): ... here.
26258 * soft-fp/op-4.h (_FP_FRAC_HIGHBIT_DW_4): New macro.
26259 (_FP_MUL_MEAT_DW_4_wide): Likewise. Split out of ...
26260 (_FP_MUL_MEAT_4_wide): ... here.
26261 (_FP_MUL_MEAT_DW_4_gmp): New macro. Split out of ...
26262 (_FP_MUL_MEAT_4_gmp): ... here.
26263 * soft-fp/single.h (_FP_FRACTBITS_DW_S): New macro.
26264 (_FP_WFRACBITS_DW_S): Likewise.
26265 (_FP_WFRACXBITS_DW_S): Likewise.
26266 (_FP_HIGHBIT_DW_S): Likewise.
26267 (FP_FMA_S): Likewise.
26268 (_FP_FRAC_HIGH_DW_S): Likewise.
26269 * soft-fp/double.h (_FP_FRACTBITS_DW_D): New macro.
26270 (_FP_WFRACBITS_DW_D): Likewise.
26271 (_FP_WFRACXBITS_DW_D): Likewise.
26272 (_FP_HIGHBIT_DW_D): Likewise.
26273 (FP_FMA_D): Likewise.
26274 (_FP_FRAC_HIGH_DW_D): Likewise.
26275 * soft-fp/extended.h (_FP_FRACTBITS_DW_E): New macro.
26276 (_FP_WFRACBITS_DW_E): Likewise.
26277 (_FP_WFRACXBITS_DW_E): Likewise.
26278 (_FP_HIGHBIT_DW_E): Likewise.
26279 (FP_FMA_E): Likewise.
26280 (_FP_FRAC_HIGH_DW_E): Likewise.
26281 * soft-fp/quad.h (_FP_FRACTBITS_DW_Q): New macro.
26282 (_FP_WFRACBITS_DW_Q): Likewise.
26283 (_FP_WFRACXBITS_DW_Q): Likewise.
26284 (_FP_HIGHBIT_DW_Q): Likewise.
26285 (FP_FMA_Q): Likewise.
26286 (_FP_FRAC_HIGH_DW_Q): Likewise.
26287 * soft-fp/fmasf4.c: New file.
26288 * soft-fp/fmadf4.c: Likewise.
26289 * soft-fp/fmatf4.c: Likewise.
26290
6308fd9a
LD
262912013-06-28 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
26292
26293 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
26294 bit_Slow_SSE4_2 and bit_Prefer_PMINUB_for_stringop for Intel
26295 Silvermont.
26296 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_SSE4_2): New
26297 macro.
26298 (index_Slow_SSE4_2): Likewise.
26299 (index_Prefer_PMINUB_for_stringop): Likewise.
26300 * sysdeps/x86_64/multiarch/strchr.S: Skip SSE4.2 version if
26301 bit_Slow_SSE4_2 is set.
26302 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
26303 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
26304
89cd9569
RA
263052013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26306
26307 * sysdeps/powerpc/Makefile: Add comment about generating an offset to
26308 rtld_global._dl_hwcap2.
26309 * sysdeps/powerpc/bits/hwcap.h: Added PPC_FEATURE2_* definitions for
26310 POWER8.
26311 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_cap_flags): Extend for
26312 POWER8 feature descriptions defined in _dl_hwcap2.
26313 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Implement AT_HWCAP2
26314 string handling for POWER8 feature bits.
26315 (_DL_HWCAP_COUNT): Increment to 64 to cover AT_HWCAP2 bits.
26316 (_DL_HWCAP_LAST): New definition for position of last AT_HWCAP bit in
26317 _dl_powerpc_cap_flags.
26318 (_DL_HWCAP2_LAST): New definition for last usable bit of AT_HWCAP2.
26319 * sysdeps/powerpc/rtld-global-offsets.sym
26320 (RTLD_GLOBAL_RO_DL_HWCAP2_OFFSET): New offset macro to locate
26321 _dl_hwcap2 in the rtld_global_ro structure.
26322
1ae8bfe0
RA
263232013-06-28 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26324
26325 * elf/dl-support.c (_dl_hwcap2): Add a new hwcap field for more
26326 hardware capabilities in support of AT_HWCAP2.
26327 (_dl_aux_init): Read AT_HWCAP2 into GLRO(dl_hwcap2).
26328 * elf/dl-sysdep.c (_dl_sysdep_start): Read AT_HWCAP2 into
26329 GLRO(dl_hwcap2).
26330 (_dl_show_auxv): Add support for calling _dl_procinfo to display
26331 AT_HWCAP2. If a platform doesn't chose to handle displaying AT_HWCAP2
26332 explicitly the unknown a_type display mechanism is used.
26333 * misc/getauxval.c (__getauxval): Return GLRO(dl_hwcap2) on AT_HWCAP2.
26334 * sysdeps/generic/ldsodefs.h (rtld_global_ro): Add _dl_hwcap2 as a new
26335 struct member.
26336 * sysdeps/generic/dl-procinfo.h (_dl_procinfo): Add TYPE parameter
26337 to macro prototype for AT_HWCAP2 support.
26338 * sysdeps/i386/dl-procinfo.h: Likewise.
26339 * sysdeps/s390/dl-procinfo.h: Likewise.
26340 * sysdeps/powerpc/dl-procinfo.h (_dl_procinfo): Add TYPE parameter to
26341 macro prototype for AT_HWCAP2 support. Make WORD unsigned long int
26342 rather than signed int. Stub in handler for TYPE == AT_HWCAP2 to
26343 return -1 for unknown a_type display fallback.
26344 * sysdeps/sparc/dl-procinfo.h: Likewise.
26345 * sysdeps/unix/sysv/linux/i386/dl-procinfo.h: Likewise.
26346 * sysdeps/unix/sysv/linux/s390/dl-procinfo.h: Likewise.
26347
8fbec010
JM
263482013-06-28 Joseph Myers <joseph@codesourcery.com>
26349
26350 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Shift by page_shift
26351 instead of MMAP2_PAGE_SHIFT in call to INLINE_SYSCALL.
26352
0432680e
PY
263532013-06-28 Pierre Ynard <linkfanel@yahoo.fr>
26354
26355 [BZ #12492]
26356 * elf/dl-load.c (_dl_map_object_from_fd): Test for failure of
26357 mprotect making __stack_prot writable.
26358
ce61a2ad
NF
263592013-06-28 Nathan Froyd <froydnj@codesourcery.com>
26360 Joseph Myers <joseph@codesourcery.com>
26361
26362 * elf/dl-profile.c (struct here_cg_arc_record): Declare 'count'
26363 as being properly aligned.
26364
f91f1c0f
MR
263652013-06-28 Maciej W. Rozycki <macro@codesourcery.com>
26366
3d0f5d0c
MR
26367 * dlfcn/modstatic5.c: New file.
26368 * dlfcn/tststatic5.c: New file.
26369 * dlfcn/Makefile (tests): Add tststatic5.
26370 (tests-static): Likewise.
26371 (modules-names): Add modstatic5.
26372 (tststatic5-ENV): New variable.
26373 ($(objpfx)tststatic5, $(objpfx)tststatic5.out): New dependencies.
26374
f91f1c0f
MR
26375 [BZ #15022]
26376 * elf/dl-support.c (_dl_main_map): New variable.
26377 (_dl_ns): Use it to initialize [LM_ID_BASE] element.
26378 (_dl_nns, _dl_load_adds): Set to 1.
26379 (_dl_initial_searchlist): Refer to _dl_main_map.
26380 (_dl_non_dynamic_init): Initialize _dl_main_map.l_origin.
26381 * elf/dl-load.c (_dl_dst_substitute) [!SHARED]: Remove fallback
26382 call to _dl_get_origin.
26383 * elf/dl-open.c (dl_open_worker): Remove !SHARED special casing
26384 around call_map.
26385 (_dl_open) [!SHARED]: Remove code to initialize GL(dl_nns).
26386 * dlfcn/modstatic3.c: New file.
26387 * dlfcn/tststatic3.c: New file.
26388 * dlfcn/tststatic4.c: New file.
26389 * dlfcn/Makefile (tests): Add tststatic3 and tststatic4.
26390 (tests-static): Likewise.
26391 (modules-names): Add modstatic3.
26392 (tststatic3-ENV, tststatic4-ENV): New variables.
26393 ($(objpfx)tststatic3, $(objpfx)tststatic3.out): New dependencies.
26394 ($(objpfx)tststatic4, $(objpfx)tststatic4.out): Likewise.
26395
cbe7d24b
JM
263962013-06-26 Joseph Myers <joseph@codesourcery.com>
26397
26398 * configure.in (CC): Require GCC version 4.4 or later.
26399 * configure: Regenerated.
26400 * manual/install.texi (Tools for Compilation): Update GCC version
26401 requirement.
26402 * INSTALL: Regenerated.
26403
11b8a0e1
LD
264042013-06-26 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
26405
26406 [BZ #15674]
bb5bb87c
L
26407 * string/test-memcmp.c (check2): New.
26408 (main): Call check2.
26409
11b8a0e1
LD
26410 * sysdeps/x86_64/multiarch/memcmp-ssse3.S: Fix buffers overrun.
26411
b0037103
MR
264122013-06-26 Maciej W. Rozycki <macro@codesourcery.com>
26413
26414 [BZ #15022]
26415 * elf/dl-open.c (_dl_open) [!SHARED]: Move call to DL_STATIC_INIT
26416 over to...
26417 (dl_open_worker) [!SHARED]: ... here.
26418
c18c701d
RA
264192013-06-26 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26420
26421 * elf/elf.h (AT_HWCAP2): Add a new a_type entry.
26422
1d17fa5f
RH
264232013-06-25 Richard Henderson <rth@redhat.com>
26424
26425 * locale/programs/locarchive.c: Include <libc-internal.h>
26426
8fcb833a
JM
264272013-06-25 Joseph Myers <joseph@codesourcery.com>
26428
26429 * manual/texinfo.tex: Update to version 2013-06-21.17, with
26430 trailing whitespace removed.
26431
17db6e8d
MF
264322013-06-24 Mike Frysinger <vapier@gentoo.org>
26433
26434 [BZ #10283]
17db6e8d
MF
26435 * locale/locarchive.h (struct locarhandle): Add mmap_base and mmap_len.
26436 * locale/programs/locarchive.c: Include libc-mmap.h.
26437 (prepare_address_space): Take two new outputs (the mmap base and len).
26438 Align p to MAP_FIXED_ALIGNMENT. Set mmap base and len to the right
26439 values.
26440 (create_archive): Declare new mmap base and len values for
26441 prepare_address_space, and store the result in ah.
26442 (file_data_available_p): Replace pagesz with MAP_FIXED_ALIGNMENT.
26443 (enlarge_archive): If ah->mmap_base is not NULL, use that and
26444 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26445 Declare new mmap base and len values for
26446 prepare_address_space, and store the result in new_ah.
26447 (open_archive): Declare new mmap base and len values for
26448 prepare_address_space, and store the result in ah.
26449 (close_archive): If ah->mmap_base is not NULL, use that and
26450 ah->mmap_len to unmap rather than ah->addr and ah->reserved.
26451 * sysdeps/generic/libc-mmap.h: New file.
26452
d605071e
MF
264532013-06-24 Mike Frysinger <vapier@gentoo.org>
26454
26455 * include/libc-internal.h (ALIGN_DOWN): New helper macro.
26456 (ALIGN_UP): Likewise.
26457 (PTR_ALIGN_DOWN): Likewise.
26458 (PTR_ALIGN_UP): Likewise.
26459
2f063a6e
RA
264602013-06-24 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26461
26462 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add "power8"
26463 entry mapped to PPC_PLATFORM_POWER8.
26464 * sysdeps/powerpc/dl-procinfo.h (_DL_PLATFORMS_COUNT): Increment for
26465 POWER8.
26466 (PPC_PLATFORM_POWER8): Add new platform bit for POWER8 processor.
26467 (_dl_string_platform): Add case for exporting platform position for
26468 POWER8.
26469 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power8/Implies: Chain
26470 search path to sysdeps/powerpc/powerpc32/power8 directory.
26471 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power8/Implies: Chain
26472 search path to sysdeps/powerpc/powerpc64/power8 directory.
26473 * sysdeps/powerpc/powerpc32/power8/Implies: Chain search path to
26474 power7 directories.
26475 * sysdeps/powerpc/powerpc64/power8/Implies: Chain search path to
26476 power7 directories.
26477
a31ee4b3
SP
264782013-06-24 Siddhesh Poyarekar <siddhesh@redhat.com>
26479
a74ca98f
SP
26480 * INSTALL: Regenerate.
26481
a31ee4b3
SP
26482 * nscd/connections.c (nscd_init): Fix comment.
26483
695c378f
JM
264842013-06-22 Joseph Myers <joseph@codesourcery.com>
26485
d8412221
JM
26486 * sysdeps/unix/sysv/linux/libc_fatal.c: Include <string.h>.
26487
695c378f
JM
26488 [BZ #15667]
26489 * soft-fp/op-4.h (__FP_FRAC_ADD_3): Rename variables _c1 and _c2
26490 to __FP_FRAC_ADD_3_c1 and __FP_FRAC_ADD_3_c2.
26491
d1d54715
MR
264922013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
26493
26494 * elf/dl-dst.h (DL_DST_REQUIRED): Remove call to
26495 DL_DST_REQ_STATIC.
26496 (DL_DST_REQ_STATIC): Remove macro.
26497
8fdda7af
JM
264982013-06-21 Joseph Myers <joseph@codesourcery.com>
26499
26500 [BZ #7006]
26501 * soft-fp/op-common.h (_FP_FROM_INT): Do not call _FP_FRAC_SLL
26502 with a shift of 0 bits.
26503
f3bc5e5a
MR
265042013-06-21 Maciej W. Rozycki <macro@codesourcery.com>
26505
26506 * dlfcn/Makefile (tststatic2-ENV): Redefine in terms of
26507 $(tststatic-ENV).
26508
be09e8c9
KK
265092013-06-21 Kaz Kojima <kkojima@rr.iij4u.or.jp>
26510
26511 [BZ #15655]
26512 * sysdeps/sh/sh4/fpu/fgetexcptflg.c: New file.
26513
85c2e611
AZ
265142013-06-20 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26515
26516 * config.h.in (HAVE_CC_INHIBIT_LOOP_TO_LIBCALL): New define.
26517 * configure.in (libc_cv_cc_loop_to_function): Check if compiler
26518 accepts -fno-tree-loop-distribute-patterns.
26519 * include/libc-symbols.h (inhibit_loop_to_libcall): New macro.
26520 * string/memmove.c (MEMMOVE): Disable loop transformation to avoid
26521 recursive call.
26522 * string/memset.c (memset): Likewise.
26523 * string/test-memmove.c (simple_memmove): Disable loop transformation
26524 to library calls.
26525 * string/test-memset.c (simple_memset): Likewise.
26526 * benchtests/bench-memmove.c (simple_memmove): Likewise.
26527 * benchtests/bench-memset.c (simple_memset): Likewise.
26528 * configure: Regenerated.
26529
c91e0825
JM
265302013-06-20 Joseph Myers <joseph@codesourcery.com>
26531
b8c792af
JM
26532 * math/test-misc.c (main): Ignore fesetround failure when failures
26533 of subsequent rounding tests would be ignored.
26534
c91e0825
JM
26535 [BZ #15654]
26536 * math/fedisblxcpt.c (fedisableexcept): Return 0.
26537 * math/feenablxcpt.c (feenableexcept): Return 0 for argument 0.
26538 * math/fegetenv.c (__fegetenv): Return 0.
26539 * math/fegetexcept.c (fegetexcept): Return 0.
26540 * math/fegetround.c (fegetround) [FE_TONEAREST]: Return
26541 FE_TONEAREST.
26542 * math/feholdexcpt.c (feholdexcept): Return 0.
26543 * math/fesetenv.c (__fesetenv): Return 0.
26544 * math/fesetround.c (fesetround) [FE_TONEAREST]: Return 0 for
26545 argument FE_TONEAREST.
26546 * math/feupdateenv.c (__feupdateenv): Return 0.
26547 * math/fgetexcptflg.c (__fegetexceptflag): Return 0.
26548
bfcacbde
RM
265492013-06-18 Roland McGrath <roland@hack.frob.com>
26550
26551 * elf/rtld-Rules (rtld-compile-command.S): New variable.
26552 (rtld-compile-command.s, rtld-compile-command.c): New variables.
26553 ($(objpfx)rtld-%.os rules): Use them.
26554
e55a9b25
AZ
265552013-06-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
26556
26557 * nptl/sysdeps/powerpc/tls.h (tcbhead_t): Add Event-Based Branch
26558 fields.
26559
346d65b3
RM
265602013-06-17 Roland McGrath <roland@hack.frob.com>
26561
12086fb4
RM
26562 * scripts/sysd-rules.awk: Sort sysd_rules_patterns by descending
26563 length of target pattern, then descending length of dependency pattern.
26564 * configure.in (AWK): Require gawk 3.1.2 or newer.
26565 * manual/install.texi (Tools for Compilation): Say that we do.
26566 * configure: Regenerated.
26567
346d65b3
RM
26568 * Makerules [inhibit-sysdep-asm] (check-inhibit-asm): Variable removed.
26569 ($(common-objpfx)sysd-rules): Replace shell logic with running ...
26570 * scripts/sysd-rules.awk: ... this new script.
26571 * sysdeps/mach/hurd/Makefile (inhibit-sysdep-asm): Use a regexp rather
26572 than a glob-style pattern.
26573
1a846317
JM
265742013-06-17 Joseph Myers <joseph@codesourcery.com>
26575
26576 * math/test-misc.c (main): Do not treat incorrectly rounded
26577 conversions as failure unless ROUNDING_TESTS passes.
26578
8fc75e6f
JM
265792013-06-15 Joseph Myers <joseph@codesourcery.com>
26580
3711a167
JM
26581 [BZ #15631]
26582 * sysdeps/ieee754/dbl-64/e_sqrt.c (__ieee754_sqrt): Save and
26583 restore exception state around main square root computation, then
26584 check for inexactness explicitly.
26585
8fc75e6f
JM
26586 * math/libm-test.inc (fma_test_data): Add another test.
26587
61dd6208
SP
265882013-06-15 Siddhesh Poyarekar <siddhesh@redhat.com>
26589
adf23d2c
SP
26590 * manual/threads.texi (Non-POSIX Extensions): New document
26591 node. Document pthread_getattr_default_np and
26592 pthread_setattr_default_np.
26593
61dd6208
SP
26594 * Versions.def (libpthread): Add GLIBC_2.18.
26595 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: Update.
26596 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
26597 Likewise.
26598 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
26599 Likewise.
26600 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
26601 Likewise.
26602 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
26603 Likewise.
26604 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist:
26605 Likewise.
26606 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
26607 Likewise.
26608 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
26609 Likewise.
26610 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
26611 Likewise.
26612 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
26613 Likewise.
26614
d086fc7b
LD
266152013-06-14 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
26616
26617 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
26618 Set bit_Fast_Unaligned_Load for Intel Silvermont architecture.
26619
747ef469
SP
266202013-06-14 Siddhesh Poyarekar <siddhesh@redhat.com>
26621 H.J. Lu <hjl.tools@gmail.com>
26622
26623 [BZ #15627]
26624 * sysdeps/x86_64/rtld-memset.c: Remove file.
26625 * sysdeps/x86_64/rtld-memset.S: New file.
26626
1b2feed2
JM
266272013-06-14 Joseph Myers <joseph@codesourcery.com>
26628
26629 * stdlib/tst-strtod-round.c: Include <math-tests.h>.
26630 (test_in_one_mode): Take arguments for whether the rounding mode
26631 is supported for each floating-point type.
26632 (do_test): Pass new arguments to test_in_one_mode using
26633 ROUNDING_TESTS.
26634
a58ad3f8
RM
266352013-06-13 Roland McGrath <roland@hack.frob.com>
26636
26637 * posix/tst-waitid.c (do_test): Distinguish different instances of
26638 stopped/continued in CHECK_SIGCHLD uses. Insert a delay between
26639 sending SIGSTOP and calling waitpid to ensure SIGCHLD gets delivered
26640 before entering the kernel for waitpid.
26641
c204ab28
SP
266422013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
26643
26644 * NEWS: Fix note on clock function precision. Text by Roland
26645 McGrath.
26646
f4a29fba
RM
266472013-06-13 Roland McGrath <roland@hack.frob.com>
26648
26649 * elf/Makefile ($(objpfx)ld.so): Link into a temporary file and move
26650 it into place only when and if the sanity check passes.
26651
1f24b9ad
JM
266522013-06-13 Joseph Myers <joseph@codesourcery.com>
26653
26654 * stdlib/gen-tst-strtod-round.c (round_str): Always generate
26655 output for whether conversion result is exact. Take argument
26656 indicating whether type is IBM long double.
26657 (round_for_all): Change need_exact field to ibm_ld.
26658 * stdlib/tst-strtod-round.c (struct exactness): New type.
26659 (struct test): Change bool ld_ok field to struct exactness exact.
26660 (TEST): Update all definitions for change to field.
26661 (tests): Regenerate array contents.
26662 (test_in_one_mode): Take pointer to new field instead of old ld_ok
26663 field value. Check for IBM long double here.
26664 (do_test): Update calls to test_in_one_mode.
26665
58206c68
SP
266662013-06-13 Siddhesh Poyarekar <siddhesh@redhat.com>
26667
26668 [BZ #12515]
26669 * sysdeps/unix/sysv/linux/clock.c (clock): Use result from
26670 CLOCK_PROCESS_CPUTIME_ID clock instead of __times.
26671
2d6f4c5b 266722013-06-12 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
6a97b62a
AZ
26673
26674 [BZ #15605]
26675 * sysdeps/generic/symbol-hacks.h: Add workaround for memset/memmove calls
26676 generated by the compiler on loop optimizations.
26677 * sysdeps/wordsize-32/symbol-hacks.h: Include next symbol-hacks.h for
26678 general definitions.
26679
94f2c076
JM
266802013-06-12 Joseph Myers <joseph@codesourcery.com>
26681
26682 * math/bug-nextafter.c: Include <math-tests.h>.
26683 (main): Only test for exceptions if EXCEPTION_TESTS is true for
26684 the relevant type.
26685 * math/bug-nexttoward.c: Include <math-tests.h>.
26686 (main): Only test for exceptions if EXCEPTION_TESTS is true for
26687 the relevant type.
26688 * math/test-misc.c: Include <math-tests.h>.
26689 (main): Only test for exceptions if EXCEPTION_TESTS is true for
26690 the relevant type.
26691
e0e50a0a
AJ
266922013-06-12 Andreas Jaeger <aj@suse.de>
26693
26694 * po/ia.po: Update Interlingua translation from translation
26695 project.
26696
25061094
SP
266972013-06-12 Siddhesh Poyarekar <siddhesh@redhat.com>
26698
26699 * include/fenv.h: Include stdbool.h.
26700 (struct rm_ctx): New structure.
26701 * sysdeps/generic/math_private.h (SET_RESTORE_ROUND_GENERIC):
26702 Define macro.
26703 (SET_RESTORE_ROUND): Define using SET_RESTORE_ROUND_GENERIC.
26704 (SET_RESTORE_ROUNDF): Likewise.
26705 (SET_RESTORE_ROUNDL): Likewise.
26706 (SET_RESTORE_ROUND_NOEX): Likewise.
26707 (SET_RESTORE_ROUND_NOEXF): Likewise.
26708 (SET_RESTORE_ROUND_NOEXL): Likewise.
26709 (SET_RESTORE_ROUND_53BIT): Likewise.
26710 [HAVE_RM_CTX] (libc_feresetround_noex_ctx): Define macro.
26711 (libc_feresetround_noexf_ctx): Likewise.
26712 (libc_feresetround_noexl_ctx): Likewise.
26713 (libc_feholdsetround_53bit_ctx): Likewise.
26714 (libc_feresetround_53bit_ctx): Likewise.
26715 * sysdeps/i386/fpu/fenv_private.h (HAVE_RM_CTX): Define macro.
26716 (libc_feholdexcept_setround_sse_ctx): New function.
26717 (libc_fesetenv_sse_ctx): Likewise.
26718 (libc_feupdateenv_sse_ctx): Likewise.
26719 (libc_feholdexcept_setround_387_prec_ctx): Likewise.
26720 (libc_feholdexcept_setround_387_ctx): Likewise.
26721 (libc_feholdexcept_setround_387_53bit_ctx): Likewise.
26722 (libc_feholdsetround_387_prec_ctx): Likewise.
26723 (libc_feholdsetround_387_ctx): Likewise.
26724 (libc_feholdsetround_387_53bit_ctx): Likewise.
26725 (libc_feholdsetround_sse_ctx): Likewise.
26726 (libc_feresetround_sse_ctx): Likewise.
26727 (libc_feresetround_387_ctx): Likewise.
26728 (libc_feupdateenv_387_ctx): Likewise.
26729 (libc_feholdexcept_setroundf_ctx): Define macro.
26730 (libc_fesetenvf_ctx): Likewise.
26731 (libc_feupdateenvf_ctx): Likewise.
26732 (libc_feholdsetroundf_ctx): Likewise.
26733 (libc_feresetroundf_ctx): Likewise.
26734 (libc_feholdexcept_setround_ctx): Likewise.
26735 (libc_fesetenv_ctx): Likewise.
26736 (libc_feupdateenv_ctx): Likewise.
26737 (libc_feholdsetround_ctx): Likewise.
26738 (libc_feresetround_ctx): Likewise.
26739 (libc_feholdexcept_setroundl_ctx): Likewise.
26740 (libc_feupdateenvl_ctx): Likewise.
26741 (libc_feholdsetroundl_ctx): Likewise.
26742 (libc_feresetroundl_ctx): Likewise.
26743 [!__SSE2_MATH__] (libc_feholdsetround_53bit_ctx): Likewise.
26744 (libc_feresetround_53bit_ctx): Likewise.
26745
59b30555
SP
267462013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26747
26748 * locale/iso-639.def: Convert to UTF-8.
26749
f1d73d30
JM
267502013-06-11 Joseph Myers <joseph@codesourcery.com>
26751
26752 * sysdeps/generic/math-tests.h (EXCEPTION_TESTS_float): New macro.
26753 (EXCEPTION_TESTS_double): Likewise.
26754 (EXCEPTION_TESTS_long_double): Likewise.
26755 (EXCEPTION_TESTS): Likewise.
26756 * math/libm-test.inc (test_exceptions): Only test exceptions if
26757 EXCEPTION_TESTS (FLOAT).
26758
94aca5e7
SP
267592013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26760
26761 * benchtests/Makefile (string-bench): Add strcpy_chk and
26762 stpcpy_chk.
26763 * benchtests/bench-stpcpy_chk-ifunc.c: New file.
26764 * benchtests/bench-stpcpy_chk.c: New file.
26765 * benchtests/bench-strcpy_chk-ifunc.c: New file.
26766 * benchtests/bench-strcpy_chk.c: New file.
26767 * debug/test-strcpy_chk.c (do_one_test): Remove HP_TIMING
26768 code.
26769 (do_test): Likewise.
26770
fac0c5f2
RA
267712013-06-11 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
26772
26773 * sysdeps/powerpc/dl-procinfo.c (_dl_powerpc_platforms): Add ppc405,
26774 ppc440, ppc464, and ppc476, merging from ports/ dl-procinfo.c.
26775 * sysdeps/powerpc/dl-procinfo.h: Fix whitespace by correcting spaces
26776 with tabs where appropriate.
26777 [PPC_PLATFORM_PPC405]: Define new platform merging from ports/
26778 dl-procinfo.h.
26779 [PPC_PLATFORM_PPC440]: Likewise.
26780 [PPC_PLATFORM_PPC464]: Likewise.
26781 [PPC_PLATFORM_PPC476]: Likewise.
26782 (_dl_string_platform): Add support for detecting ppc405, ppc440,
26783 ppc464, and ppc476 platform strings merging from ports/
26784 dl-procinfo.h.
26785
f22bc486
AS
267862013-06-11 Andreas Schwab <schwab@suse.de>
26787
26788 [BZ #14991]
26789 * iconvdata/big5hkscs.c (big5hkscs_to_ucs, from_ucs4)
26790 (from_ucs4_idx): Regenerate.
26791 (MIN_NEEDED_FROM, MAX_NEEDED_FROM, MIN_NEEDED_TO): Remove macros.
26792 (FROM_LOOP_MIN_NEEDED_FROM, FROM_LOOP_MAX_NEEDED_FROM)
26793 (FROM_LOOP_MIN_NEEDED_TO, FROM_LOOP_MAX_NEEDED_TO)
26794 (TO_LOOP_MIN_NEEDED_FROM, TO_LOOP_MAX_NEEDED_FROM)
26795 (TO_LOOP_MIN_NEEDED_TO, TO_LOOP_MAX_NEEDED_TO, PREPARE_LOOP)
26796 (EXTRA_LOOP_ARGS, SAVE_RESET_STATE, EMIT_SHIFT_TO_INIT)
26797 (EXTRA_LOOP_DECLS, MAX_NEEDED_OUTPUT): New macros.
26798 (MIN_NEEDED_INPUT, MAX_NEEDED_INPUT, MIN_NEEDED_OUTPUT): Define
26799 from FROM_LOOP and TO_LOOP specific macros.
26800 (BODY): Handle combining characters.
26801 * iconvdata/BIG5HKSCS.irreversible: Update.
26802 * iconvdata/BIG5HKSCS.precomposed: New file.
26803 * iconvdata/testdata/BIG5HKSCS: Regenerate to cover all assigned
26804 characters.
26805 * iconvdata/testdata/BIG5HKSCS..UTF8: Update.
26806
c1f75dc3
SP
268072013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26808
4eacded2
SP
26809 * include/sys/time.h: Fix indentation and add copyright header.
26810
fec799f8
SP
26811 * string/test-memccpy.c (do_one_test): Remove HP_TIMING code.
26812 (do_test): Likewise.
26813 * string/test-memchr.c (do_one_test): Likewise.
26814 (do_test): Likewise.
26815 * string/test-memcmp.c (do_one_test): Likewise.
26816 (do_test): Likewise.
26817 * string/test-memcpy.c (do_one_test): Likewise.
26818 (do_test): Likewise.
26819 * string/test-memmem.c (do_one_test): Likewise.
26820 (do_test): Likewise.
26821 (do_random_tests): Likewise.
26822 * string/test-memmove.c (do_one_test): Likewise.
26823 (do_test): Likewise.
26824 * string/test-memset.c (do_one_test): Likewise.
26825 (do_test): Likewise.
26826 * string/test-rawmemchr.c (do_one_test): Likewise.
26827 (do_test): Likewise.
26828 * string/test-strcasecmp.c (do_one_test): Likewise.
26829 (do_test): Likewise.
26830 * string/test-strcasestr.c (do_one_test): Likewise.
26831 (do_test): Likewise.
26832 * string/test-strcat.c (do_one_test): Likewise.
26833 (do_test): Likewise.
26834 * string/test-strchr.c (do_one_test): Likewise.
26835 (do_test): Likewise.
26836 * string/test-strcmp.c (do_one_test): Likewise.
26837 (do_test): Likewise.
26838 * string/test-strcpy.c (do_one_test): Likewise.
26839 (do_test): Likewise.
26840 * string/test-string.h: Likewise.
26841 (test_init): Likewise.
26842 * string/test-strlen.c (do_one_test): Likewise.
26843 (do_test): Likewise.
26844 * string/test-strncasecmp.c (do_one_test): Likewise.
26845 (do_test): Likewise.
26846 * string/test-strncat.c (do_one_test): Likewise.
26847 (do_test): Likewise.
26848 * string/test-strncmp.c (do_one_test): Likewise.
26849 (do_test_limit): Likewise.
26850 (do_test): Likewise.
26851 * string/test-strncpy.c (do_one_test): Likewise.
26852 (do_test): Likewise.
26853 * string/test-strnlen.c (do_one_test): Likewise.
26854 (do_test): Likewise.
26855 * string/test-strpbrk.c (do_one_test): Likewise.
26856 (do_test): Likewise.
26857 * string/test-strrchr.c (do_one_test): Likewise.
26858 (do_test): Likewise.
26859 * string/test-strspn.c (do_one_test): Likewise.
26860 (do_test): Likewise.
26861 * string/test-strstr.c (do_one_test): Likewise.
26862 (do_test): Likewise.
26863
97020474
SP
26864 * benchtests/Makefile (string-bench): Add string benchmarks.
26865 * benchtests/bench-bcopy-ifunc.c: New file.
26866 * benchtests/bench-bcopy.c: New file.
26867 * benchtests/bench-bzero-ifunc.c: New file.
26868 * benchtests/bench-bzero.c: New file.
26869 * benchtests/bench-memccpy-ifunc.c: New file.
26870 * benchtests/bench-memccpy.c: New file.
26871 * benchtests/bench-memchr-ifunc.c: New file.
26872 * benchtests/bench-memchr.c: New file.
26873 * benchtests/bench-memcmp-ifunc.c: New file.
26874 * benchtests/bench-memcmp.c: New file.
26875 * benchtests/bench-memmem-ifunc.c: New file.
26876 * benchtests/bench-memmem.c: New file.
26877 * benchtests/bench-memmove-ifunc.c: New file.
26878 * benchtests/bench-memmove.c: New file.
26879 * benchtests/bench-mempcpy-ifunc.c: New file.
26880 * benchtests/bench-mempcpy.c: New file.
26881 * benchtests/bench-memset-ifunc.c: New file.
26882 * benchtests/bench-memset.c: New file.
26883 * benchtests/bench-rawmemchr-ifunc.c: New file.
26884 * benchtests/bench-rawmemchr.c: New file.
26885 * benchtests/bench-stpcpy-ifunc.c: New file.
26886 * benchtests/bench-stpcpy.c: New file.
26887 * benchtests/bench-stpncpy-ifunc.c: New file.
26888 * benchtests/bench-stpncpy.c: New file.
26889 * benchtests/bench-strcasecmp-ifunc.c: New file.
26890 * benchtests/bench-strcasecmp.c: New file.
26891 * benchtests/bench-strcasestr-ifunc.c: New file.
26892 * benchtests/bench-strcasestr.c: New file.
26893 * benchtests/bench-strcat-ifunc.c: New file.
26894 * benchtests/bench-strcat.c: New file.
26895 * benchtests/bench-strchr-ifunc.c: New file.
26896 * benchtests/bench-strchr.c: New file.
26897 * benchtests/bench-strchrnul-ifunc.c: New file.
26898 * benchtests/bench-strchrnul.c: New file.
26899 * benchtests/bench-strcmp-ifunc.c: New file.
26900 * benchtests/bench-strcmp.c: New file.
26901 * benchtests/bench-strcpy-ifunc.c: New file.
26902 * benchtests/bench-strcpy.c: New file.
26903 * benchtests/bench-strcspn-ifunc.c: New file.
26904 * benchtests/bench-strcspn.c: New file.
26905 * benchtests/bench-strlen-ifunc.c: New file.
26906 * benchtests/bench-strlen.c: New file.
26907 * benchtests/bench-strncasecmp-ifunc.c: New file.
26908 * benchtests/bench-strncasecmp.c: New file.
26909 * benchtests/bench-strncat-ifunc.c: New file.
26910 * benchtests/bench-strncat.c: New file.
26911 * benchtests/bench-strncmp-ifunc.c: New file.
26912 * benchtests/bench-strncmp.c: New file.
26913 * benchtests/bench-strncpy-ifunc.c: New file.
26914 * benchtests/bench-strncpy.c: New file.
26915 * benchtests/bench-strnlen-ifunc.c: New file.
26916 * benchtests/bench-strnlen.c: New file.
26917 * benchtests/bench-strpbrk-ifunc.c: New file.
26918 * benchtests/bench-strpbrk.c: New file.
26919 * benchtests/bench-strrchr-ifunc.c: New file.
26920 * benchtests/bench-strrchr.c: New file.
26921 * benchtests/bench-strspn-ifunc.c: New file.
26922 * benchtests/bench-strspn.c: New file.
26923 * benchtests/bench-strstr-ifunc.c: New file.
26924 * benchtests/bench-strstr.c: New file.
26925
c1f75dc3
SP
26926 * benchtests/Makefile: Disable parallel execution of targets.
26927 (string-bench): Add memcpy.
26928 (benchset): New variable to store a list of benchmark sets.
26929 (bench-func): Renamed from bench.
26930 (bench-set): New target.
26931 (bench): Depend on bench-func and bench-set.
26932 * benchtests/README: Add section on benchmark sets.
26933 * benchtests/bench-memcpy-ifunc.c: New file.
26934 * benchtests/bench-memcpy.c: New file.
26935 * benchtests/bench-string.h: New file.
26936
50fd745b
AS
269372013-06-11 Andreas Schwab <schwab@suse.de>
26938
26939 [BZ #15577]
26940 * nscd/connections.c (nscd_run_worker): Always zero-terminate key.
26941 * nscd/netgroupcache.c (addgetnetgrentX): Properly handle absent
26942 values in the triple.
26943 * nscd/nscd_netgroup.c (__nscd_setnetgrent): Include zero
26944 terminator in the group key.
26945
3ee7e9fe
AJ
269462013-06-11 Andreas Jaeger <aj@suse.de>
26947
26948 * po/zh_TW.po: Update Chinese (traditional) translation from
26949 translation project.
26950
89fb6835
SP
269512013-06-11 Siddhesh Poyarekar <siddhesh@redhat.com>
26952
26953 * include/time.h (__clock_gettime): Add libc_hidden_proto.
26954 * rt/clock_getcpuclockid.c (clock_getcpuclockid): Rename to
26955 __clock_getcpuclockid. Add weak_alias and libc_hidden_def.
26956 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
26957 (clock_getcpuclockid): Likewise.
26958 * rt/clock_getres.c (clock_getres): Rename to __clock_getres.
26959 Add weak_alias and libc_hidden_def.
26960 * sysdeps/posix/clock_getres.c (clock_getres): Likewise.
26961 * rt/clock_gettime.c (clock_gettime): Rename to
26962 __clock_gettime. Add weak_alias and libc_hidden_def.
26963 * sysdeps/unix/clock_gettime.c (clock_gettime): Likewise.
26964 * rt/clock_nanosleep.c (clock_nanosleep): Rename to
26965 __clock_nanosleep. Add weak_alias and libc_hidden_def.
26966 * sysdeps/unix/clock_nanosleep.c (clock_nanosleep): Likewise.
26967 * sysdeps/unix/sysv/linux/clock_nanosleep.c (clock_nanosleep):
26968 Likewise.
26969 * rt/clock_settime.c (clock_settime): Rename to
26970 __clock_settime. Add weak_alias and libc_hidden_def.
26971 * sysdeps/unix/clock_settime.c (clock_settime): Likewise.
26972
0efa6f8b
JM
269732013-06-10 Joseph Myers <joseph@codesourcery.com>
26974
b8c61b4b
JM
26975 * mach/err_boot.sub: Remove trailing whitespace.
26976 * mach/err_ipc.sub: Likewise.
26977 * mach/err_mach.sub: Likewise.
26978
0efa6f8b
JM
26979 * sysdeps/generic/math-tests.h (ROUNDING_TESTS_float): New macro.
26980 (ROUNDING_TESTS_double): Likewise.
26981 (ROUNDING_TESTS_long_double): Likewise.
26982 (ROUNDING_TESTS): Likewise.
26983 * math/libm-test.inc: Include <math-tests.h>.
26984 (IF_ROUND_INIT_FE_DOWNWARD): Use ROUNDING_TESTS.
26985 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
26986 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
26987 (IF_ROUND_INIT_FE_UPWARD): Likewise.
26988
50b818bf
SP
269892013-06-10 Siddhesh Poyarekar <siddhesh@redhat.com>
26990
26991 * benchtests/Makefile (CPPFLAGS-nonlib): Append values instead
26992 of assigning.
26993
60d2f8f3
JM
269942013-06-08 Joseph Myers <joseph@codesourcery.com>
26995
4902d2c3
JM
26996 * sysdeps/gnu/errlist.awk: Do not generate space at end of
26997 otherwise empty TRANS lines.
26998 * sysdeps/gnu/errlist.c: Regenerated.
26999
60d2f8f3
JM
27000 * catgets/gencat.c (error_print): Use (void) in function
27001 definition.
27002 * crypt/crypt_util.c (__init_des): Likewise.
27003 * crypt/speeds.c (Stop): Likewise.
27004 (main): Likewise.
27005 * hurd/hurdmalloc.c (print_malloc_free_list): Likewise.
27006 * inet/ruserpass.c (token): Likewise.
27007 * intl/finddomain.c (_nl_finddomain_subfreeres): Likewise.
27008 * intl/localealias.c (extend_alias_table): Likewise.
27009 * intl/plural-exp.c (init_germanic_plural): Likewise.
27010 * libio/fcloseall.c (__fcloseall): Likewise.
27011 * libio/genops.c (_IO_flush_all): Likewise.
27012 (_IO_flush_all_linebuffered): Likewise.
27013 (_IO_cleanup): Likewise.
27014 (_IO_iter_begin): Likewise.
27015 (_IO_iter_end): Likewise.
27016 (_IO_list_lock): Likewise.
27017 (_IO_list_unlock): Likewise.
27018 (_IO_list_resetlock): Likewise.
27019 * libio/getchar.c (getchar): Likewise.
27020 * libio/getchar_u.c (getchar_unlocked): Likewise.
27021 * libio/getwchar.c (getwchar): Likewise.
27022 * libio/getwchar_u.c (getwchar_unlocked): Likewise.
27023 * libio/oldstdfiles.c (_IO_check_libio): Likewise.
27024 * login/getpt.c (__getpt): Likewise.
27025 * login/tst-utmp.c (main): Likewise.
27026 * malloc/hooks.c (__malloc_check_init): Likewise.
27027 * malloc/malloc.c (__malloc_stats): Likewise.
27028 * malloc/mtrace.c (tr_break): Likewise.
27029 (mtrace): Likewise.
27030 (muntrace): Likewise.
27031 * misc/fstab.c (endfsent): Likewise.
27032 * misc/getclktck.c (__getclktck): Likewise.
27033 * misc/getdtsz.c (__getdtablesize): Likewise.
27034 * misc/gethostid.c (gethostid): Likewise.
27035 * misc/getpagesize.c (__getpagesize): Likewise.
27036 * misc/getsysstats.c (__get_nprocs_conf): Likewise.
27037 (__get_nprocs): Likewise.
27038 (__get_phys_pages): Likewise.
27039 (__get_avphys_pages): Likewise.
27040 * misc/getttyent.c (getttyent): Likewise.
27041 (setttyent): Likewise.
27042 (endttyent): Likewise.
27043 * misc/getusershell.c (getusershell): Likewise.
27044 (endusershell): Likewise.
27045 (setusershell): Likewise.
27046 (initshells): Likewise.
27047 * misc/hsearch.c (__hdestroy): Likewise.
27048 * misc/sync.c (sync): Likewise.
27049 * misc/syslog.c (closelog_internal): Likewise.
27050 (closelog): Likewise.
27051 * misc/ttyslot.c (ttyslot): Likewise.
27052 * misc/vhangup.c (vhangup): Likewise.
27053 * posix/fork.c (__fork): Likewise.
27054 * posix/getegid.c (__getegid): Likewise.
27055 * posix/geteuid.c (__geteuid): Likewise.
27056 * posix/getgid.c (__getgid): Likewise.
27057 * posix/getpid.c (__getpid): Likewise.
27058 * posix/getppid.c (__getppid): Likewise.
27059 * posix/getuid.c (__getuid): Likewise.
27060 * posix/pause.c (pause): Likewise.
27061 * posix/setpgrp.c (setpgrp): Likewise.
27062 * posix/setsid.c (__setsid): Likewise.
27063 * posix/test-vfork.c (noop): Likewise.
27064 * resolv/gethnamaddr.c (_endhtent): Likewise.
27065 (_gethtent): Likewise.
27066 (ht_endhostent): Likewise.
27067 (gethostent): Likewise.
27068 (dns_service): Likewise.
27069 * stdlib/drand48.c (drand48): Likewise.
27070 * stdlib/lrand48.c (lrand48): Likewise.
27071 * stdlib/mrand48.c (mrand48): Likewise.
27072 * stdlib/rand.c (rand): Likewise.
27073 * stdlib/random.c (__random): Likewise.
27074 * stdlib/setenv.c (clearenv): Likewise.
27075 * sunrpc/clnt_tcp.c (clnttcp_abort): Likewise.
27076 * sunrpc/clnt_unix.c (clntunix_abort): Likewise.
27077 * sysdeps/mach/getpagesize.c (__getpagesize): Likewise.
27078 * sysdeps/mach/getsysstats.c (__get_nprocs_conf): Likewise.
27079 (__get_nprocs): Likewise.
27080 (__get_phys_pages): Likewise.
27081 (__get_avphys_pages): Likewise.
27082 * sysdeps/mach/hurd/dl-sysdep.c (__getpid): Likewise.
27083 * sysdeps/mach/hurd/getclktck.c (__getclktck): Likewise.
27084 * sysdeps/mach/hurd/getdtsz.c (__getdtablesize): Likewise.
27085 * sysdeps/mach/hurd/getegid.c (__getegid): Likewise.
27086 * sysdeps/mach/hurd/geteuid.c (__geteuid): Likewise.
27087 * sysdeps/mach/hurd/getgid.c (__getgid): Likewise.
27088 * sysdeps/mach/hurd/gethostid.c (gethostid): Likewise.
27089 * sysdeps/mach/hurd/getlogin.c (getlogin): Likewise.
27090 * sysdeps/mach/hurd/getpid.c (__getpid): Likewise.
27091 * sysdeps/mach/hurd/getppid.c (__getppid): Likewise.
27092 * sysdeps/mach/hurd/getuid.c (__getuid): Likewise.
27093 * sysdeps/mach/hurd/sync.c (sync): Likewise.
27094 * sysdeps/posix/clock.c (clock): Likewise.
27095 * sysdeps/unix/bsd/setsid.c (__setsid): Likewise.
27096 * sysdeps/unix/getpagesize.c (__getpagesize): Likewise.
27097 * sysdeps/unix/sysv/linux/getclktck.c (__getclktck): Likewise.
27098 * sysdeps/unix/sysv/linux/gethostid.c (gethostid): Likewise.
27099 * sysdeps/unix/sysv/linux/getpagesize.c (__getpagesize): Likewise.
27100 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Likewise.
27101 (__get_nprocs_conf): Likewise.
27102 (__get_phys_pages): Likewise.
27103 (__get_avphys_pages): Likewise.
27104 * time/clock.c (clock): Likewise.
27105 * time/tzset.c (__tzname_max): Likewise.
27106
2e09a79a
JM
271072013-06-07 Joseph Myers <joseph@codesourcery.com>
27108
27109 * bits/byteswap.h [__GNUC__ && !__GNUC_PREREQ (4, 3)]
27110 (__bswap_32): Do not use "register".
27111 * crypt/crypt.c (_ufc_doit_r): Likewise.
27112 * debug/stpcpy_chk.c (__stpcpy_chk): Likewise.
27113 * debug/wcscat_chk.c (__wcscat_chk): Likewise.
27114 * gmon/gmon.c (__monstartup): Likewise.
27115 * gmon/mcount.c (_MCOUNT_DECL(frompc, selfpc)): Likewise.
27116 * hurd/hurdmalloc.c (more_memory): Likewise.
27117 (malloc): Likewise.
27118 (free): Likewise.
27119 (realloc): Likewise.
27120 (malloc_fork_prepare): Likewise.
27121 (malloc_fork_parent): Likewise.
27122 (malloc_fork_child): Likewise.
27123 * include/rpc/auth_des.h (xdr_authdes_verf): Likewise.
27124 (_svcauth_des): Likewise.
27125 * inet/inet_lnaof.c (inet_lnaof): Likewise.
27126 * inet/inet_net.c (inet_network): Likewise.
27127 * inet/inet_netof.c (inet_netof): Likewise.
27128 * inet/rcmd.c (__validuser2_sa): Likewise.
27129 * io/fts.c (fts_open): Likewise.
27130 (fts_load): Likewise.
27131 (fts_close): Likewise.
27132 (fts_read): Likewise.
27133 (fts_children): Likewise.
27134 (fts_build): Likewise.
27135 (fts_stat): Likewise.
27136 (fts_sort): Likewise.
27137 (fts_alloc): Likewise.
27138 (fts_lfree): Likewise.
27139 * libio/fileops.c (_IO_new_file_xsputn): Likewise.
27140 (_IO_file_xsgetn): Likewise.
27141 (_IO_file_xsgetn_mmap): Likewise.
27142 * libio/iofopncook.c (_IO_cookie_read): Likewise.
27143 (_IO_cookie_write): Likewise.
27144 * libio/oldfileops.c (_IO_old_file_xsputn): Likewise.
27145 * libio/wfileops.c (_IO_wfile_xsputn): Likewise.
27146 * mach/msgserver.c (__mach_msg_server_timeout): Likewise.
27147 * malloc/obstack.c (_obstack_begin): Likewise.
27148 (_obstack_begin_1): Likewise.
27149 (_obstack_newchunk): Likewise.
27150 (_obstack_allocated_p): Likewise.
27151 (obstack_free): Likewise.
27152 (_obstack_memory_used): Likewise.
27153 * misc/getttyent.c (getttynam): Likewise.
27154 (getttyent): Likewise.
27155 (skip): Likewise.
27156 (value): Likewise.
27157 * misc/getusershell.c (initshells): Likewise.
27158 * misc/syslog.c (__vsyslog_chk): Likewise.
27159 * misc/ttyslot.c (ttyslot): Likewise.
27160 * nis/nis_hash.c (__nis_hash): Likewise.
27161 * posix/fnmatch_loop.c (FCT): Likewise.
27162 * posix/getconf.c (print_all): Likewise.
27163 (main): Likewise.
27164 * posix/getopt.c (exchange): Likewise.
27165 * posix/glob.c (globfree): Likewise.
27166 (prefix_array): Likewise.
27167 (__glob_pattern_type): Likewise.
27168 * resolv/arpa/nameser.h (NS_GET16): Likewise.
27169 (NS_GET32): Likewise.
27170 (NS_PUT16): Likewise.
27171 (NS_PUT32): Likewise.
27172 * resolv/gethnamaddr.c (getanswer): Likewise.
27173 (gethostbyname2): Likewise.
27174 (gethostbyaddr): Likewise.
27175 (_gethtent): Likewise.
27176 (_gethtbyname2): Likewise.
27177 (_gethtbyaddr): Likewise.
27178 * resolv/ns_print.c (dst_s_get_int16): Likewise.
27179 * resolv/nss_dns/dns-host.c (getanswer_r): Likewise.
27180 * resolv/res_init.c (__res_vinit): Likewise.
27181 (net_mask): Likewise.
27182 * resolv/res_mkquery.c (outchar): Likewise.
27183 (PRINT): Likewise.
27184 * stdio-common/printf_fp.c (outchar): Likewise.
27185 (PRINT): Likewise.
27186 * stdio-common/printf_fphex.c (outchar): Likewise.
27187 (PRINT): Likewise.
27188 * stdio-common/printf_size.c (outchar): Likewise.
27189 (PRINT): Likewise.
27190 * stdio-common/test_rdwr.c (main): Likewise.
27191 * stdio-common/tfformat.c (matches): Likewise.
27192 * stdio-common/vfprintf.c (outchar): Likewise.
27193 (printf_unknown): Likewise.
27194 (buffered_vfprintf): Likewise.
27195 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Likewise.
27196 * stdio-common/xbug.c (AppendToBuffer): Likewise.
27197 (ReadFile): Likewise.
27198 * stdlib/qsort.c (SWAP): Likewise.
27199 (_quicksort): Likewise.
27200 * stdlib/setenv.c (__add_to_environ): Likewise.
27201 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Likewise.
27202 * stdlib/strtol_l.c (__strtol_l): Likewise.
27203 * stdlib/tst-strtod.c (main): Likewise.
27204 * stdlib/tst-strtol.c (main): Likewise.
27205 * stdlib/tst-strtoll.c (main): Likewise.
27206 * string/bits/string2.h (__strcmp_cc): Likewise.
27207 (__strcmp_cg): Likewise.
27208 (__strcspn_c1): Likewise.
27209 (__strcspn_c2): Likewise.
27210 (__strcspn_c3): Likewise.
27211 (__strspn_c1): Likewise.
27212 (__strspn_c2): Likewise.
27213 (__strspn_c3): Likewise.
27214 (__strsep_1c): Likewise.
27215 (__strsep_2c): Likewise.
27216 (__strsep_3c): Likewise.
27217 * string/memccpy.c (__memccpy): Likewise.
27218 * string/stpcpy.c (__stpcpy): Likewise.
27219 * string/strcmp.c (strcmp): Likewise.
27220 * string/strrchr.c (strrchr): Likewise.
27221 * sysdeps/generic/sigset-cvt-mask.h (sigset_get_old_mask):
27222 Likewise.
27223 * sysdeps/mach/hurd/getcwd.c
27224 (_hurd_canonicalize_directory_name_internal): Likewise.
27225 * sysdeps/mach/i386/sysdep.h (SNARF_ARGS): Likewise.
27226 * sysdeps/powerpc/powerpc32/power6/wcschr.c (wcschr): Likewise.
27227 * sysdeps/powerpc/powerpc32/power6/wcsrchr.c (wcsrchr): Likewise.
27228 * sysdeps/x86/bits/byteswap-16.h [__GNUC__] (__bswap_16):
27229 Likewise, in both definitions.
27230 * sysdeps/x86/bits/byteswap.h (__bswap_32): Likewise, in multiple
27231 definitions.
27232 [__GNUC_PREREQ (2, 0) && !__GNUC_PREREQ (4, 3) && __WORDSIZE ==
27233 64] (__bswap_64): Likewise.
27234 * time/test_time.c (main): Likewise.
27235 * time/tzfile.c (__tzfile_read): Likewise.
27236 (__tzfile_compute): Likewise.
27237 * time/tzset.c (__tzset_parse_tz): Likewise.
27238 (tzset_internal): Likewise.
27239 (compute_change): Likewise.
27240 * wcsmbs/wcscat.c (__wcscat): Likewise.
27241 * wcsmbs/wcschr.c (wcschr): Likewise.
27242 * wcsmbs/wcschrnul.c (__wcschrnul): Likewise.
27243 * wcsmbs/wcscspn.c (wcscspn): Likewise.
27244 * wcsmbs/wcspbrk.c (wcspbrk): Likewise.
27245 * wcsmbs/wcsrchr.c (wcsrchr): Likewise.
27246 * wcsmbs/wcsspn.c (wcsspn): Likewise.
27247 * wcsmbs/wcsstr.c (wcsstr): Likewise.
27248 * wcsmbs/wmemchr.c (wmemchr): Likewise.
27249 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
27250 * wcsmbs/wmemset.c (wmemset): Likewise.
27251
9e54314b
JM
272522013-06-06 Joseph Myers <joseph@codesourcery.com>
27253
27254 * scripts/config.guess: Update to version 2013-05-16.
27255 * scripts/config.sub: Update to version 2013-04-24.
27256 * scripts/install-sh: Update to version 2011-11-20.07.
27257 * scripts/mkinstalldirs: Update to version 2009-04-28.21.
27258 * scripts/move-if-change: Update to version 2012-01-06 07:23.
27259
350635a5
OB
272602013-06-06 Ondřej Bílka <neleai@seznam.cz>
27261
27262 * debug/fgetws_u_chk.c: Fix leading whitespaces.
27263 * elf/sln.c: Likewise.
27264 * hurd/hurd/ioctl.h: Likewise.
27265 * hurd/hurdmalloc.c: Likewise.
27266 * hurd/xattr.c: Likewise.
27267 * include/shlib-compat.h: Likewise.
27268 * inet/ruserpass.c: Likewise.
27269 * libio/iofgets_u.c: Likewise.
27270 * libio/iofgetws_u.c: Likewise.
27271 * locale/programs/ld-identification.c: Likewise.
27272 * locale/programs/ld-time.c: Likewise.
27273 * mach/msg-destroy.c: Likewise.
27274 * nss/nss_files/files-netgrp.c: Likewise.
27275 * resolv/res_data.c: Likewise.
27276 * soft-fp/op-1.h: Likewise.
27277 * soft-fp/op-2.h: Likewise.
27278 * soft-fp/op-4.h: Likewise.
27279 * soft-fp/op-common.h: Likewise.
27280 * stdio-common/printf_fphex.c: Likewise.
27281 * stdlib/strtod_l.c: Likewise.
27282 * sunrpc/rpc/clnt.h: Likewise.
27283 * sysdeps/generic/framestate.c: Likewise.
27284 * sysdeps/i386/bsd-_setjmp.S: Likewise.
27285 * sysdeps/i386/bsd-setjmp.S: Likewise.
27286 * sysdeps/i386/__longjmp.S: Likewise.
27287 * sysdeps/i386/setjmp.S: Likewise.
27288 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
27289 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
27290 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27291 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
27292 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
27293 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
27294 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
27295 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
27296 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
27297 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
27298 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
27299 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
27300 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
27301 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
27302 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
27303 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
27304 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
27305 * sysdeps/ieee754/ldbl-96/ldbl2mpn.c: Likewise.
27306 * sysdeps/ieee754/support.c: Likewise.
27307 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
27308 * sysdeps/powerpc/powerpc32/lshift.S: Likewise.
27309 * sysdeps/sparc/sparc32/__longjmp.S: Likewise.
27310 * sysdeps/sparc/sparc64/soft-fp/qp_cmp.c: Likewise.
27311 * sysdeps/sparc/sparc64/soft-fp/qp_cmpe.c: Likewise.
27312 * sysdeps/sparc/sparc64/soft-fp/qp_feq.c: Likewise.
27313 * sysdeps/sparc/sparc64/soft-fp/qp_fge.c: Likewise.
27314 * sysdeps/sparc/sparc64/soft-fp/qp_fgt.c: Likewise.
27315 * sysdeps/sparc/sparc64/soft-fp/qp_fle.c: Likewise.
27316 * sysdeps/sparc/sparc64/soft-fp/qp_flt.c: Likewise.
27317 * sysdeps/sparc/sparc64/soft-fp/qp_fne.c: Likewise.
27318 * sysdeps/sparc/sparc64/soft-fp/qp_mul.c: Likewise.
27319 * sysdeps/sparc/sparc64/soft-fp/qp_qtoi.c: Likewise.
27320 * sysdeps/sparc/sparc64/soft-fp/qp_qtoui.c: Likewise.
27321 * sysdeps/sparc/sparc64/soft-fp/qp_qtoux.c: Likewise.
27322 * sysdeps/sparc/sparc64/soft-fp/qp_qtox.c: Likewise.
27323 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
27324 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Likewise.
27325
44a988af
OB
273262013-06-05 Ondřej Bílka <neleai@seznam.cz>
27327
25506f09 27328 * posix/transbug.c: Remove executable mode.
44a988af 27329
9c84384c
JM
273302013-06-05 Joseph Myers <joseph@codesourcery.com>
27331
27332 * crypt/speeds.c: Remove trailing whitespace.
27333 * dlfcn/default.c: Likewise.
27334 * elf/ifuncdep2.c: Likewise.
27335 * elf/ifuncmain1.c: Likewise.
27336 * elf/ifuncmain1vis.c: Likewise.
27337 * elf/testobj.h: Likewise.
27338 * elf/tst-stackguard1.c: Likewise.
27339 * gmon/sys/gmon.h: Likewise.
27340 * hurd/hurdmsg.c: Likewise.
27341 * hurd/new-fd.c: Likewise.
27342 * hurd/ports-get.c: Likewise.
27343 * iconvdata/ibm1008_420.c: Likewise.
27344 * inet/tst-getni1.c: Likewise.
27345 * inet/tst-getni2.c: Likewise.
27346 * libio/ioungetc.c: Likewise.
27347 * libio/wfiledoalloc.c: Likewise.
27348 * manual/libm-err-tab.pl: Likewise.
27349 * math/w_dremf.c: Likewise.
27350 * misc/ftruncate.c: Likewise.
27351 * posix/bug-glob2.c: Likewise.
27352 * posix/tst-pcre.c: Likewise.
27353 * posix/wait4.c: Likewise.
27354 * resolv/README: Likewise.
27355 * resolv/res_debug.h: Likewise.
27356 * resolv/tst-inet_ntop.c: Likewise.
27357 * setjmp/bug269-setjmp.c: Likewise.
27358 * soft-fp/extended.h: Likewise.
27359 * soft-fp/op-1.h: Likewise.
27360 * soft-fp/op-2.h: Likewise.
27361 * soft-fp/op-4.h: Likewise.
27362 * soft-fp/op-8.h: Likewise.
27363 * soft-fp/testit.c: Likewise.
27364 * stdio-common/bug16.c: Likewise.
27365 * stdlib/random.c: Likewise.
27366 * sunrpc/rpcsvc/rquota.x: Likewise.
27367 * sysdeps/ieee754/dbl-64/powtwo.tbl: Likewise.
27368 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
27369 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
27370 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
27371 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
27372 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
27373 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
27374 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
27375 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
27376 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
27377 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
27378 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
27379 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
27380 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
27381 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
27382 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
27383 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
27384 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
27385 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
27386 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
27387 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
27388 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
27389 * sysdeps/ieee754/ldbl-128/t_sincosl.c: Likewise.
27390 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
27391 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
27392 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
27393 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
27394 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
27395 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
27396 * sysdeps/ieee754/s_lib_version.c: Likewise.
27397 * sysdeps/mach/hurd/check_fds.c: Likewise.
27398 * sysdeps/mach/hurd/getsockname.c: Likewise.
27399 * sysdeps/mach/hurd/net/if_ppp.h: Likewise.
27400 * sysdeps/mach/hurd/recvfrom.c: Likewise.
27401 * sysdeps/powerpc/bits/link.h: Likewise.
27402 * sysdeps/powerpc/dl-procinfo.c: Likewise.
27403 * sysdeps/powerpc/fpu/feholdexcpt.c: Likewise.
27404 * sysdeps/powerpc/fpu/fenv_const.c: Likewise.
27405 * sysdeps/powerpc/fpu/fesetenv.c: Likewise.
27406 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
27407 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
27408 * sysdeps/powerpc/fpu/t_sqrt.c: Likewise.
27409 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
27410 * sysdeps/powerpc/powerpc32/fpu/s_floor.S: Likewise.
27411 * sysdeps/powerpc/powerpc32/fpu/s_floorf.S: Likewise.
27412 * sysdeps/powerpc/powerpc32/fpu/s_isnan.S: Likewise.
27413 * sysdeps/powerpc/powerpc32/fpu/s_lround.S: Likewise.
27414 * sysdeps/powerpc/powerpc32/fpu/s_round.S: Likewise.
27415 * sysdeps/powerpc/powerpc32/fpu/s_roundf.S: Likewise.
27416 * sysdeps/powerpc/powerpc32/fpu/s_trunc.S: Likewise.
27417 * sysdeps/powerpc/powerpc32/fpu/s_truncf.S: Likewise.
27418 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrint.S: Likewise.
27419 * sysdeps/powerpc/powerpc32/power4/fpu/s_llrintf.S: Likewise.
27420 * sysdeps/powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
27421 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
27422 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
27423 * sysdeps/powerpc/powerpc32/power4/hp-timing.c: Likewise.
27424 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
27425 * sysdeps/powerpc/powerpc32/power4/memset.S: Likewise.
27426 * sysdeps/powerpc/powerpc32/power4/wordcopy.c: Likewise.
27427 * sysdeps/powerpc/powerpc32/power5+/fpu/s_llround.S: Likewise.
27428 * sysdeps/powerpc/powerpc32/power5+/fpu/s_lround.S: Likewise.
27429 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
27430 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
27431 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrint.S: Likewise.
27432 * sysdeps/powerpc/powerpc32/power6/fpu/s_llrintf.S: Likewise.
27433 * sysdeps/powerpc/powerpc32/power6/fpu/s_llround.S: Likewise.
27434 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
27435 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
27436 * sysdeps/powerpc/powerpc32/power6x/fpu/s_lround.S: Likewise.
27437 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
27438 * sysdeps/powerpc/powerpc64/fpu/s_floor.S: Likewise.
27439 * sysdeps/powerpc/powerpc64/fpu/s_floorf.S: Likewise.
27440 * sysdeps/powerpc/powerpc64/fpu/s_isnan.S: Likewise.
27441 * sysdeps/powerpc/powerpc64/fpu/s_llrint.S: Likewise.
27442 * sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: Likewise.
27443 * sysdeps/powerpc/powerpc64/fpu/s_llround.S: Likewise.
27444 * sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: Likewise.
27445 * sysdeps/powerpc/powerpc64/fpu/s_round.S: Likewise.
27446 * sysdeps/powerpc/powerpc64/fpu/s_roundf.S: Likewise.
27447 * sysdeps/powerpc/powerpc64/fpu/s_roundl.S: Likewise.
27448 * sysdeps/powerpc/powerpc64/fpu/s_trunc.S: Likewise.
27449 * sysdeps/powerpc/powerpc64/fpu/s_truncf.S: Likewise.
27450 * sysdeps/powerpc/powerpc64/fpu/s_truncl.S: Likewise.
27451 * sysdeps/powerpc/powerpc64/hp-timing.c: Likewise.
27452 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
27453 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
27454 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
27455 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
27456 * sysdeps/powerpc/powerpc64/power5+/fpu/s_llround.S: Likewise.
27457 * sysdeps/powerpc/powerpc64/power5/fpu/s_isnan.S: Likewise.
27458 * sysdeps/powerpc/powerpc64/power6/fpu/s_isnan.S: Likewise.
27459 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
27460 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Likewise.
27461 * sysdeps/powerpc/powerpc64/power6x/fpu/s_isnan.S: Likewise.
27462 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llrint.S: Likewise.
27463 * sysdeps/powerpc/powerpc64/power6x/fpu/s_llround.S: Likewise.
27464 * sysdeps/powerpc/powerpc64/strlen.S: Likewise.
27465 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
27466 * sysdeps/powerpc/sysdep.h: Likewise.
27467 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
27468 * sysdeps/s390/s390-64/sub_n.S: Likewise.
27469 * sysdeps/sh/dl-trampoline.S: Likewise.
27470 * sysdeps/sh/memset.S: Likewise.
27471 * sysdeps/sh/sh4/fpu/fclrexcpt.c: Likewise.
27472 * sysdeps/sh/strlen.S: Likewise.
27473 * sysdeps/sparc/sparc32/dl-trampoline.S: Likewise.
27474 * sysdeps/sparc/sparc32/dotmul.S: Likewise.
27475 * sysdeps/sparc/sparc32/memcpy.S: Likewise.
27476 * sysdeps/sparc/sparc32/rem.S: Likewise.
27477 * sysdeps/sparc/sparc32/sdiv.S: Likewise.
27478 * sysdeps/sparc/sparc32/soft-fp/q_neg.c: Likewise.
27479 * sysdeps/sparc/sparc32/strchr.S: Likewise.
27480 * sysdeps/sparc/sparc32/udiv.S: Likewise.
27481 * sysdeps/sparc/sparc32/urem.S: Likewise.
27482 * sysdeps/sparc/sparc64/add_n.S: Likewise.
27483 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
27484 * sysdeps/sparc/sparc64/rawmemchr.S: Likewise.
27485 * sysdeps/sparc/sparc64/soft-fp/s_frexpl.c: Likewise.
27486 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h: Likewise.
27487 * sysdeps/sparc/sparc64/stpncpy.S: Likewise.
27488 * sysdeps/sparc/sparc64/strncmp.S: Likewise.
27489 * sysdeps/sparc/sparc64/strncpy.S: Likewise.
27490 * sysdeps/unix/bsd/times.c: Likewise.
27491 * sysdeps/unix/sysv/linux/a.out.h: Likewise.
27492 * sysdeps/unix/sysv/linux/net/if_ppp.h: Likewise.
27493 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S: Likewise.
27494 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S: Likewise.
27495 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions: Likewise.
27496 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h: Likewise.
27497 * sysdeps/unix/sysv/linux/powerpc/sys/ucontext.h: Likewise.
27498 * sysdeps/unix/sysv/linux/s390/s390-32/clone.S: Likewise.
27499 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Likewise.
27500 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Likewise.
27501 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S: Likewise.
27502 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
27503 * sysdeps/unix/sysv/linux/s390/s390-64/mmap.S: Likewise.
27504 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
27505 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
27506 * sysdeps/unix/sysv/linux/s390/s390-64/socket.S: Likewise.
27507 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
27508 * sysdeps/unix/sysv/linux/s390/s390-64/syscall.S: Likewise.
27509 * sysdeps/unix/sysv/linux/scsi/scsi_ioctl.h: Likewise.
27510 * sysdeps/unix/sysv/linux/sh/brk.c: Likewise.
27511 * sysdeps/unix/sysv/linux/sh/clone.S: Likewise.
27512 * sysdeps/unix/sysv/linux/sh/sh3/getcontext.S: Likewise.
27513 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
27514 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S: Likewise.
27515 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S: Likewise.
27516 * sysdeps/unix/sysv/linux/sh/vfork.S: Likewise.
27517 * sysdeps/unix/sysv/linux/sparc/a.out.h: Likewise.
27518 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
27519 * sysdeps/unix/sysv/linux/sys/personality.h: Likewise.
27520 * sysdeps/x86_64/fpu/s_ceill.S: Likewise.
27521 * sysdeps/x86_64/fpu/s_llrintl.S: Likewise.
27522 * sysdeps/x86_64/strcspn.S: Likewise.
27523
869378a5
RA
275242013-06-05 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
27525
27526 * locale/C-translit.h: Revert #include <stdint.h> because this is a
27527 generated file. Regenerate properly from gen-translit.pl.
27528 * locale/gen-translit.pl: Add #include <stdint.h>. This generates
27529 locale/C-translit.h.
27530
840e2943
AS
275312013-06-05 Andreas Schwab <schwab@suse.de>
27532
27533 [BZ #15100]
27534 * time/strptime_l.c (__strptime_internal): Count Sunday in a %W
27535 week as 6 instead of -1.
27536 * time/tst-strptime.c (day_tests): Add test case.
27537
4c60cb0c
SP
275382013-06-05 Siddhesh Poyarekar <siddhesh@redhat.com>
27539
27540 * sysdeps/generic/math_private.h
27541 (libc_feholdexcept_setround_53bit): Replace with
27542 libc_feholdsetround_53bit.
27543 (libc_feupdateenv_53bit): Replace with
27544 libc_feresetround_53bit.
27545 (SET_RESTORE_ROUND_53BIT): Adjust.
27546
d180203e
SP
275472013-06-03 Siddhesh Poyarekar <siddhesh@redhat.com>
27548
96df079a
SP
27549 * string/test-strchrnul.c: Add copyright header.
27550
d180203e
SP
27551 * posix/tst-getaddrinfo4.c: Increase test timeout.
27552
8b0ccb2d
CD
275532013-06-03 Carlos O'Donell <carlos@redhat.com>
27554
27555 [BZ #15536]
27556 * math/libm-test.inc (MAX_EXP): Remove
27557 (MIN_EXP): Define.
27558 (ulp): Use MIN_EXP - MANT_DIG.
27559 (check_ulp): Verify subnormal ulps. Only allow a range of +/- 1 ulp.
27560
3b3c4d40
CD
275612013-05-31 Carlos O'Donell <carlos@redhat.com>
27562
27563 * po/be.po: Revert last change.
27564 * po/zh_CN.po: Likewise.
27565 * po/header.pot: Likewise.
27566
fab7ce3f
JM
275672013-05-31 Joseph Myers <joseph@codesourcery.com>
27568
27569 * Makefile ($(common-objpfx)linkobj/libc.so): Define
27570 link-libc-deps to empty as target-specific variable.
27571 * Makerules (link-libc-args): New variable.
27572 (libc-for-link): Likewise.
27573 (link-libc-deps): Likewise.
27574 (lib%.so): Depend on $(link-libc-deps). Link with
27575 $(link-libc-args).
27576 (build-module): Link with $(link-libc-args).
27577 (build-module-asneeded): Likewise.
27578 (build-module-helper-objlist): Filter out $(link-libc-deps) from
27579 list of objects.
27580 ($(common-objpfx)libc.so): Define link-libc-deps to empty as
27581 target-specific variable.
27582 ($(extra-modules-build:%=$(objpfx)%.so)): Depend on
27583 $(link-libc-deps) instead of libc.so and libc_nonshared.a.
27584 * crypt/Makefile ($(objpfx)libcrypt.so): Remove dependencies on
27585 libc.
27586 * debug/Makefile ($(objpfx)libSegFault.so): Remove dependencies on
27587 libc and ld.so.
27588 ($(objpfx)libpcprofile.so): Likewise.
27589 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Remove ld.so and
27590 libc_nonshared.a.
27591 ($(objpfx)libdl.so): Remove dependencies on libc and ld.so.
27592 * hesiod/Makefile ($(objpfx)libnss_hesiod.so): Likewise.
27593 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Depend on
27594 $(link-libc-deps).
27595 ($(objpfx)$(mod).so): Remove dependencies on libc and ld.so.
27596 * locale/Makefile ($(objpfx)libBrokenLocale.so): Likewise.
27597 * login/Makefile ($(objpfx)libutil.so): Likewise.
27598 * malloc/Makefile ($(objpfx)libmemusage.so): Likewise.
27599 * math/Makefile ($(objpfx)libm.so): Likewise.
27600 * nis/Makefile ($(services:%=$(objpfx)libnss_%.so)
27601 $(objpfx)libnsl.so): Define libc-for-link as target-specific
27602 variable instead of depending directly on libc.
27603 * nss/Makefile ($(services:%=$(objpfx)libnss_%.so)): Likewise.
27604 ($(objpfx)/libnss_test1.so): Change dependencies on libc to
27605 $(link-libc-deps).
27606 * resolv/Makefile ($(objpfx)libresolv.so): Remove dependencies on
27607 libc.
27608 [$(have-ssp) = yes] (LDLIBS-resolv.so): Remove variable.
27609 ($(objpfx)libnss_dns.so): Remove dependencies on libc.
27610 ($(objpfx)libanl.so): Likewise.
27611 * rt/Makefile ($(objpfx)librt.so): Remove dependencies on libc and
27612 ld.so.
27613 * stdlib/Makefile ($(objpfx)tst-putenvmod.so): Depend on
27614 $(link-libc-deps).
27615 * sysdeps/i386/fpu/Makefile: Remove file.
27616 * sysdeps/powerpc/fpu/Makefile [$(subdir) = math]
27617 ($(objpfx)libm.so): Remove dependency on ld.so.
27618
eca5920c
PF
276192013-05-30 Patsy Franklin <pfrankli@redhat.com>
27620
27621 [BZ # 15553]
27622 * nis/yp_xdr.c (XDRMAXNAME): Define.
27623 (XDRMAXRECORD): Define.
27624 (xdr_domainname): Use XDRMAXNAME.
27625 (xdr_mapname): Likewise.
27626 (xdr_peername): Likewise.
27627 (xdr_keydat): Use XDRMAXRECORD.
27628 (xdr_valdat): Likewise.
27629
276302013-05-30 Jeff Law <law@redhat.com>
96945714
JL
27631
27632 [BZ #14256]
27633 * manual/errno.texi (ESTALE): Update to account for more than
27634 just NFS file systems.
27635 * sysdeps/gnu/errlist.c: Regenerated.
27636
b9375348
SP
276372013-05-29 Siddhesh Poyarekar <siddhesh@redhat.com>
27638
27639 [BZ #15465]
27640 * elf/Makefile (tests): Add tst-null-argv.
27641 (modules-names): Add tst-null-argv-lib.
27642 ($(objpfx)tst-null-argv): Depend on tst-null-argv-lib.so.
27643 (tst-null-argv-ENV): Set environment for tst-null-argv.
27644 * sysdeps/generic/ldsodefs.h (DSO_FILENAME): New macro.
27645 (RTLD_PROGNAME): New macro.
27646 * elf/tst-null-argv.c: New test case.
27647 * elf/tst-null-argv-lib.c: Library for test case.
27648 * elf/dl-conflict.c (_dl_resolve_conflicts): Use DSO_FILENAME.
27649 * elf/dl-deps.c (_dl_map_object_deps): Likewise.
27650 * elf/dl-error.c (_dl_signal_error): Use RTLD_PROGNAME.
27651 * elf/dl-fini.c (_dl_fini): Use DSO_FILENAME.
27652 * elf/dl-init.c (call_init): Likewise.
27653 (_dl_init): Likewise.
27654 * elf/dl-load.c (print_search_path): Likewise.
27655 (_dl_map_object): Likewise.
27656 * elf/dl-lookup.c (do_lookup_x): Likewise.
27657 (add_dependency): Likewise.
27658 (_dl_lookup_symbol_x): Likewise.
27659 (_dl_debug_bindings): Likewise.
27660 * elf/dl-open.c (_dl_show_scope): Likewise.
27661 * elf/dl-reloc.c (_dl_relocate_object): Likewise.
27662 * elf/dl-version.c (match_symbol): Likewise.
27663 (_dl_check_map_versions): Likewise.
27664 * elf/rtld.c (dl_main): Likewise.
27665 (print_unresolved): Use RTLD_PROGNAME.
27666 (print_missing_version): Likewise.
27667 * sysdeps/i386/dl-machine.h (elf_machine_rel): Likewise.
27668 (elf_machine_rela): Likewise.
27669 * sysdeps/powerpc/powerpc32/dl-machine.c
27670 (__process_machine_rela): Likewise.
27671 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
27672 Likewise.
27673 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
27674 Likewise.
27675 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela):
27676 Likewise.
27677 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
27678 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela):
27679 Likewise.
27680 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela):
27681 Likewise.
27682 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
27683
8a9f20c8
CD
276842013-05-28 Carlos O'Donell <carlos@redhat.com>
27685
27686 * po/be.po: Add descriptive title.
27687 * po/zh_CN.po: Likewise.
27688 * po/header.pot: Likewise.
27689
0e60d68e
MF
276902013-05-28 Mike Frysinger <vapier@gentoo.org>
27691
27692 * locale/programs/locarchive.c (create_archive): Inlucde fname in
27693 error message.
27694 (enlarge_archive): Likewise.
27695
56b672e9
BN
276962013-05-28 Ben North <ben@redfrontdoor.org>
27697
27698 * manual/arith.texi (frexp): It is the magnitude of the return
27699 value which lies in [0.5, 1), not the return value itself.
27700
5e056687
AZ
277012013-05-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27702
27703 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
27704
2b66ef5d
TS
277052013-05-26 Thomas Schwinge <thomas@codesourcery.com>
27706
528c2405
TS
27707 * stdio-common/bug26.c (main): Correct fscanf template.
27708
07b4c13d
TS
27709 * sysdeps/mach/hurd/dl-sysdep.c (_dl_sysdep_start:go): Don't
27710 declare _dl_skip_args.
27711
ec9dd97c
TS
27712 * sysdeps/mach/hurd/i386/init-first.c (_dl_non_dynamic_init):
27713 Don't declare.
27714
2b66ef5d
TS
27715 * manual/platform.texi: Add missing @end deftypefun.
27716
4f8dfe27
JM
277172013-05-24 Joseph Myers <joseph@codesourcery.com>
27718
0323d086
JM
27719 [BZ #15529]
27720 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Set high
27721 bit of mantissa of 2^16382.
27722 * math/libm-test.inc (hypot_test_data): Add more tests.
27723
dd4259b9
JM
27724 * math/libm-test.inc: Add drem and pow10 to list of tested
27725 functions.
27726 (pow10_test): New function.
27727 (drem_test): Likewise.
27728 (drem_test_tonearest): Likewise.
27729 (drem_test_towardzero): Likewise.
27730 (drem_test_downward): Likewise.
27731 (drem_test_upward): Likewise.
27732 (main): Call the new functions.
27733
4f8dfe27
JM
27734 * math/libm-test.inc (finite_test_data): Remove.
27735 (finite_test): Run tests from isfinite_test_data.
27736 (gamma_test_data): Remove.
27737 (gamma_test): Run tests from lgamma_test_data.
27738 * sysdeps/i386/fpu/libm-test-ulps: Update.
27739 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
27740
d116b7c4
AZ
277412013-05-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
27742
27743 * manual/platform.texi: Add PowerPC PPR function set documentation.
27744 * sysdeps/powerpc/sys/platform/ppc.h: Add PowerPC PPR set function
27745 implementation.
27746
e96e3767
CD
277472013-05-24 Carlos O'Donell <carlos@redhat.com>
27748
27749 * math/libm-test.inc (MAX_EXP): Define.
27750 (ULPDIFF): Define.
27751 (ulp): New function.
27752 (check_float_internal): Use ULPDIFF.
27753 (cpow_test): Disable failing test.
27754 (check_ulp): Test ulp() implemetnation.
27755 (main): Call check_ulp before starting tests.
27756
b679a606
JM
277572013-05-24 Joseph Myers <joseph@codesourcery.com>
27758
e8bdba36
JM
27759 * math/gen-libm-test.pl (generate_testfile): Do not handle
27760 START_DATA and END_DATA.
27761 * math/libm-test.inc (acos_test_data): Do not use START_DATA and
27762 END_DATA.
27763 (acos_tonearest_test_data): Likewise.
27764 (acos_towardzero_test_data): Likewise.
27765 (acos_downward_test_data): Likewise.
27766 (acos_upward_test_data): Likewise.
27767 (acosh_test_data): Likewise.
27768 (asin_test_data): Likewise.
27769 (asin_tonearest_test_data): Likewise.
27770 (asin_towardzero_test_data): Likewise.
27771 (asin_downward_test_data): Likewise.
27772 (asin_upward_test_data): Likewise.
27773 (asinh_test_data): Likewise.
27774 (atan_test_data): Likewise.
27775 (atanh_test_data): Likewise.
27776 (atan2_test_data): Likewise.
27777 (cabs_test_data): Likewise.
27778 (cacos_test_data): Likewise.
27779 (cacosh_test_data): Likewise.
27780 (carg_test_data): Likewise.
27781 (casin_test_data): Likewise.
27782 (casinh_test_data): Likewise.
27783 (catan_test_data): Likewise.
27784 (catanh_test_data): Likewise.
27785 (cbrt_test_data): Likewise.
27786 (ccos_test_data): Likewise.
27787 (ccosh_test_data): Likewise.
27788 (ceil_test_data): Likewise.
27789 (cexp_test_data): Likewise.
27790 (cimag_test_data): Likewise.
27791 (clog_test_data): Likewise.
27792 (clog10_test_data): Likewise.
27793 (conj_test_data): Likewise.
27794 (copysign_test_data): Likewise.
27795 (cos_test_data): Likewise.
27796 (cos_tonearest_test_data): Likewise.
27797 (cos_towardzero_test_data): Likewise.
27798 (cos_downward_test_data): Likewise.
27799 (cos_upward_test_data): Likewise.
27800 (cosh_test_data): Likewise.
27801 (cosh_tonearest_test_data): Likewise.
27802 (cosh_towardzero_test_data): Likewise.
27803 (cosh_downward_test_data): Likewise.
27804 (cosh_upward_test_data): Likewise.
27805 (cpow_test_data): Likewise.
27806 (cproj_test_data): Likewise.
27807 (creal_test_data): Likewise.
27808 (csin_test_data): Likewise.
27809 (csinh_test_data): Likewise.
27810 (csqrt_test_data): Likewise.
27811 (ctan_test_data): Likewise.
27812 (ctan_tonearest_test_data): Likewise.
27813 (ctan_towardzero_test_data): Likewise.
27814 (ctan_downward_test_data): Likewise.
27815 (ctan_upward_test_data): Likewise.
27816 (ctanh_test_data): Likewise.
27817 (ctanh_tonearest_test_data): Likewise.
27818 (ctanh_towardzero_test_data): Likewise.
27819 (ctanh_downward_test_data): Likewise.
27820 (ctanh_upward_test_data): Likewise.
27821 (erf_test_data): Likewise.
27822 (erfc_test_data): Likewise.
27823 (exp_test_data): Likewise.
27824 (exp_tonearest_test_data): Likewise.
27825 (exp_towardzero_test_data): Likewise.
27826 (exp_downward_test_data): Likewise.
27827 (exp_upward_test_data): Likewise.
27828 (exp10_test_data): Likewise.
27829 (exp2_test_data): Likewise.
27830 (expm1_test_data): Likewise.
27831 (fabs_test_data): Likewise.
27832 (fdim_test_data): Likewise.
27833 (finite_test_data): Likewise.
27834 (floor_test_data): Likewise.
27835 (fma_test_data): Likewise.
27836 (fma_towardzero_test_data): Likewise.
27837 (fma_downward_test_data): Likewise.
27838 (fma_upward_test_data): Likewise.
27839 (fmax_test_data): Likewise.
27840 (fmin_test_data): Likewise.
27841 (fmod_test_data): Likewise.
27842 (fpclassify_test_data): Likewise.
27843 (frexp_test_data): Likewise.
27844 (gamma_test_data): Likewise.
27845 (hypot_test_data): Likewise.
27846 (ilogb_test_data): Likewise.
27847 (isfinite_test_data): Likewise.
27848 (isgreater_test_data): Likewise.
27849 (isgreaterequal_test_data): Likewise.
27850 (isinf_test_data): Likewise.
27851 (isless_test_data): Likewise.
27852 (islessequal_test_data): Likewise.
27853 (islessgreater_test_data): Likewise.
27854 (isnan_test_data): Likewise.
27855 (isnormal_test_data): Likewise.
27856 (issignaling_test_data): Likewise.
27857 (isunordered_test_data): Likewise.
27858 (j0_test_data): Likewise.
27859 (j1_test_data): Likewise.
27860 (jn_test_data): Likewise.
27861 (ldexp_test_data): Likewise.
27862 (lgamma_test_data): Likewise.
27863 (lrint_test_data): Likewise.
27864 (lrint_tonearest_test_data): Likewise.
27865 (lrint_towardzero_test_data): Likewise.
27866 (lrint_downward_test_data): Likewise.
27867 (lrint_upward_test_data): Likewise.
27868 (llrint_test_data): Likewise.
27869 (llrint_tonearest_test_data): Likewise.
27870 (llrint_towardzero_test_data): Likewise.
27871 (llrint_downward_test_data): Likewise.
27872 (llrint_upward_test_data): Likewise.
27873 (log_test_data): Likewise.
27874 (log10_test_data): Likewise.
27875 (log1p_test_data): Likewise.
27876 (log2_test_data): Likewise.
27877 (logb_test_data): Likewise.
27878 (logb_downward_test_data): Likewise.
27879 (lround_test_data): Likewise.
27880 (llround_test_data): Likewise.
27881 (modf_test_data): Likewise.
27882 (nearbyint_test_data): Likewise.
27883 (nextafter_test_data): Likewise.
27884 (nexttoward_test_data): Likewise.
27885 (pow_test_data): Likewise.
27886 (pow_tonearest_test_data): Likewise.
27887 (pow_towardzero_test_data): Likewise.
27888 (pow_downward_test_data): Likewise.
27889 (pow_upward_test_data): Likewise.
27890 (remainder_test_data): Likewise.
27891 (remainder_tonearest_test_data): Likewise.
27892 (remainder_towardzero_test_data): Likewise.
27893 (remainder_downward_test_data): Likewise.
27894 (remainder_upward_test_data): Likewise.
27895 (remquo_test_data): Likewise.
27896 (rint_test_data): Likewise.
27897 (rint_tonearest_test_data): Likewise.
27898 (rint_towardzero_test_data): Likewise.
27899 (rint_downward_test_data): Likewise.
27900 (rint_upward_test_data): Likewise.
27901 (round_test_data): Likewise.
27902 (scalb_test_data): Likewise.
27903 (scalbn_test_data): Likewise.
27904 (scalbln_test_data): Likewise.
27905 (signbit_test_data): Likewise.
27906 (sin_test_data): Likewise.
27907 (sin_tonearest_test_data): Likewise.
27908 (sin_towardzero_test_data): Likewise.
27909 (sin_downward_test_data): Likewise.
27910 (sin_upward_test_data): Likewise.
27911 (sincos_test_data): Likewise.
27912 (sinh_test_data): Likewise.
27913 (sinh_tonearest_test_data): Likewise.
27914 (sinh_towardzero_test_data): Likewise.
27915 (sinh_downward_test_data): Likewise.
27916 (sinh_upward_test_data): Likewise.
27917 (sqrt_test_data): Likewise.
27918 (tan_test_data): Likewise.
27919 (tan_tonearest_test_data): Likewise.
27920 (tan_towardzero_test_data): Likewise.
27921 (tan_downward_test_data): Likewise.
27922 (tan_upward_test_data): Likewise.
27923 (tanh_test_data): Likewise.
27924 (tgamma_test_data): Likewise.
27925 (trunc_test_data): Likewise.
27926 (y0_test_data): Likewise.
27927 (y1_test_data): Likewise.
27928 (yn_test_data): Likewise.
27929 (significand_test_data): Likewise.
27930
b679a606
JM
27931 * math/gen-libm-test.pl (@functions): Remove variable.
27932 (generate_testfile): Don't handle START and END lines.
27933 * math/libm-test.inc (START): New macro.
27934 (END): Likewise.
27935 (END_COMPLEX): Likewise.
27936 (acos_test): Use END macro without arguments.
27937 (acos_test_tonearest): Likewise.
27938 (acos_test_towardzero): Likewise.
27939 (acos_test_downward): Likewise.
27940 (acos_test_upward): Likewise.
27941 (acosh_test): Likewise.
27942 (asin_test): Likewise.
27943 (asin_test_tonearest): Likewise.
27944 (asin_test_towardzero): Likewise.
27945 (asin_test_downward): Likewise.
27946 (asin_test_upward): Likewise.
27947 (asinh_test): Likewise.
27948 (atan_test): Likewise.
27949 (atanh_test): Likewise.
27950 (atan2_test): Likewise.
27951 (cabs_test): Likewise.
27952 (cacos_test): Use END_COMPLEX macro without arguments.
27953 (cacosh_test): Likewise.
27954 (carg_test): Use END macro without arguments.
27955 (casin_test): Use END_COMPLEX macro without arguments.
27956 (casinh_test): Likewise.
27957 (catan_test): Likewise.
27958 (catanh_test): Likewise.
27959 (cbrt_test): Use END macro without arguments.
27960 (ccos_test): Use END_COMPLEX macro without arguments.
27961 (ccosh_test): Likewise.
27962 (ceil_test): Use END macro without arguments.
27963 (cexp_test): Use END_COMPLEX macro without arguments.
27964 (cimag_test): Use END macro without arguments.
27965 (clog_test): Use END_COMPLEX macro without arguments.
27966 (clog10_test): Likewise.
27967 (conj_test): Likewise.
27968 (copysign_test): Use END macro without arguments.
27969 (cos_test): Likewise.
27970 (cos_test_tonearest): Likewise.
27971 (cos_test_towardzero): Likewise.
27972 (cos_test_downward): Likewise.
27973 (cos_test_upward): Likewise.
27974 (cosh_test): Likewise.
27975 (cosh_test_tonearest): Likewise.
27976 (cosh_test_towardzero): Likewise.
27977 (cosh_test_downward): Likewise.
27978 (cosh_test_upward): Likewise.
27979 (cpow_test): Use END_COMPLEX macro without arguments.
27980 (cproj_test): Likewise.
27981 (creal_test): Use END macro without arguments.
27982 (csin_test): Use END_COMPLEX macro without arguments.
27983 (csinh_test): Likewise.
27984 (csqrt_test): Likewise.
27985 (ctan_test): Likewise.
27986 (ctan_test_tonearest): Likewise.
27987 (ctan_test_towardzero): Likewise.
27988 (ctan_test_downward): Likewise.
27989 (ctan_test_upward): Likewise.
27990 (ctanh_test): Likewise.
27991 (ctanh_test_tonearest): Likewise.
27992 (ctanh_test_towardzero): Likewise.
27993 (ctanh_test_downward): Likewise.
27994 (ctanh_test_upward): Likewise.
27995 (erf_test): Use END macro without arguments.
27996 (erfc_test): Likewise.
27997 (exp_test): Likewise.
27998 (exp_test_tonearest): Likewise.
27999 (exp_test_towardzero): Likewise.
28000 (exp_test_downward): Likewise.
28001 (exp_test_upward): Likewise.
28002 (exp10_test): Likewise.
28003 (exp2_test): Likewise.
28004 (expm1_test): Likewise.
28005 (fabs_test): Likewise.
28006 (fdim_test): Likewise.
28007 (finite_test): Likewise.
28008 (floor_test): Likewise.
28009 (fma_test): Likewise.
28010 (fma_test_towardzero): Likewise.
28011 (fma_test_downward): Likewise.
28012 (fma_test_upward): Likewise.
28013 (fmax_test): Likewise.
28014 (fmin_test): Likewise.
28015 (fmod_test): Likewise.
28016 (fpclassify_test): Likewise.
28017 (frexp_test): Likewise.
28018 (gamma_test): Likewise.
28019 (hypot_test): Likewise.
28020 (ilogb_test): Likewise.
28021 (isfinite_test): Likewise.
28022 (isgreater_test): Likewise.
28023 (isgreaterequal_test): Likewise.
28024 (isinf_test): Likewise.
28025 (isless_test): Likewise.
28026 (islessequal_test): Likewise.
28027 (islessgreater_test): Likewise.
28028 (isnan_test): Likewise.
28029 (isnormal_test): Likewise.
28030 (issignaling_test): Likewise.
28031 (isunordered_test): Likewise.
28032 (j0_test): Likewise.
28033 (j1_test): Likewise.
28034 (jn_test): Likewise.
28035 (ldexp_test): Likewise.
28036 (lgamma_test): Likewise.
28037 (lrint_test): Likewise.
28038 (lrint_test_tonearest): Likewise.
28039 (lrint_test_towardzero): Likewise.
28040 (lrint_test_downward): Likewise.
28041 (lrint_test_upward): Likewise.
28042 (llrint_test): Likewise.
28043 (llrint_test_tonearest): Likewise.
28044 (llrint_test_towardzero): Likewise.
28045 (llrint_test_downward): Likewise.
28046 (llrint_test_upward): Likewise.
28047 (log_test): Likewise.
28048 (log10_test): Likewise.
28049 (log1p_test): Likewise.
28050 (log2_test): Likewise.
28051 (logb_test): Likewise.
28052 (logb_test_downward): Likewise.
28053 (lround_test): Likewise.
28054 (llround_test): Likewise.
28055 (modf_test): Likewise.
28056 (nearbyint_test): Likewise.
28057 (nextafter_test): Likewise.
28058 (nexttoward_test): Likewise.
28059 (pow_test): Likewise.
28060 (pow_test_tonearest): Likewise.
28061 (pow_test_towardzero): Likewise.
28062 (pow_test_downward): Likewise.
28063 (pow_test_upward): Likewise.
28064 (remainder_test): Likewise.
28065 (remainder_test_tonearest): Likewise.
28066 (remainder_test_towardzero): Likewise.
28067 (remainder_test_downward): Likewise.
28068 (remainder_test_upward): Likewise.
28069 (remquo_test): Likewise.
28070 (rint_test): Likewise.
28071 (rint_test_tonearest): Likewise.
28072 (rint_test_towardzero): Likewise.
28073 (rint_test_downward): Likewise.
28074 (rint_test_upward): Likewise.
28075 (round_test): Likewise.
28076 (scalb_test): Likewise.
28077 (scalbn_test): Likewise.
28078 (scalbln_test): Likewise.
28079 (signbit_test): Likewise.
28080 (sin_test): Likewise.
28081 (sin_test_tonearest): Likewise.
28082 (sin_test_towardzero): Likewise.
28083 (sin_test_downward): Likewise.
28084 (sin_test_upward): Likewise.
28085 (sincos_test): Likewise.
28086 (sinh_test): Likewise.
28087 (sinh_test_tonearest): Likewise.
28088 (sinh_test_towardzero): Likewise.
28089 (sinh_test_downward): Likewise.
28090 (sinh_test_upward): Likewise.
28091 (sqrt_test): Likewise.
28092 (tan_test): Likewise.
28093 (tan_test_tonearest): Likewise.
28094 (tan_test_towardzero): Likewise.
28095 (tan_test_downward): Likewise.
28096 (tan_test_upward): Likewise.
28097 (tanh_test): Likewise.
28098 (tgamma_test): Likewise.
28099 (trunc_test): Likewise.
28100 (y0_test): Likewise.
28101 (y1_test): Likewise.
28102 (yn_test): Likewise.
28103 (significand_test): Likewise.
28104
bae143d2
OB
281052013-05-24 Ondřej Bílka <neleai@seznam.cz>
28106
28107 [BZ #15381]
28108 * libio/genops.c (_IO_no_init): Initialize wide struct info.
28109
9323d39b
EM
281102013-05-23 Edjunior Machado <emachado@linux.vnet.ibm.com>
28111
d4ea44a0 28112 [BZ #14894]
9323d39b
EM
28113 * sysdeps/powerpc/sys/platform/ppc.h: Add __ppc_yield,
28114 __ppc_mdoio and __ppc_mdoom.
28115 * manual/platform.texi: Document new functions __ppc_yield,
28116 __ppc_mdoio and __ppc_mdoom.
28117
13e23af7
CD
281182013-05-22 Carlos O'Donell <carlos@redhat.com>
28119
28120 * elf/ldconfig.c (is_hwcap_platform): Make comments full setences.
28121 (main): Mention "tls" pseudo-hwcap is legacy.
28122 * elf/dl-hwcaps.c (_dl_important_hwcaps): Correct rounding comment.
28123
351fe550
JM
281242013-05-22 Joseph Myers <joseph@codesourcery.com>
28125
28126 * math/gen-libm-test.pl (parse_args): Output only string of
28127 arguments as text for test name, not full call or descriptions of
28128 tests for extra outputs.
28129 (generate_testfile): Do not pass function name to parse_args.
28130 Generate this_func variable from START.
28131 * math/libm-test.inc (struct test_f_f_data): Rename test_name
28132 field to arg_str.
28133 (struct test_ff_f_data): Likewise.
28134 (test_ff_f_data_nexttoward): Likewise.
28135 (struct test_fi_f_data): Likewise.
28136 (struct test_fl_f_data): Likewise.
28137 (struct test_if_f_data): Likewise.
28138 (struct test_fff_f_data): Likewise.
28139 (struct test_c_f_data): Likewise.
28140 (struct test_f_f1_data): Likewise. Remove field extra_name.
28141 (struct test_fF_f1_data): Likewise.
28142 (struct test_ffI_f1_data): Likewise.
28143 (struct test_c_c_data): Rename test_name field to arg_str.
28144 (struct test_cc_c_data): Likewise.
28145 (struct test_f_i_data): Likewise.
28146 (struct test_ff_i_data): Likewise.
28147 (struct test_f_l_data): Likewise.
28148 (struct test_f_L_data): Likewise.
28149 (struct test_fFF_11_data): Likewise. Remove fields extra1_name
28150 and extra2_name.
28151 (COMMON_TEST_SETUP): New macro.
28152 (EXTRA_OUTPUT_TEST_SETUP): Likewise.
28153 (COMMON_TEST_CLEANUP): Likewise.
28154 (EXTRA_OUTPUT_TEST_CLEANUP): Likewise.
28155 (RUN_TEST_f_f): Take argument string. Call new setup and cleanup
28156 macros.
28157 (RUN_TEST_LOOP_f_f): Update call to RUN_TEST_f_f.
28158 (RUN_TEST_2_f): Take argument string. Call new setup and cleanup
28159 macros.
28160 (RUN_TEST_LOOP_2_f): Update call to RUN_TEST_2_f.
28161 (RUN_TEST_fff_f): Take argument string. Call new setup and
28162 cleanup macros.
28163 (RUN_TEST_LOOP_fff_f): Update call to RUN_TEST_fff_f.
28164 (RUN_TEST_c_f): Take argument string. Call new setup and cleanup
28165 macros.
28166 (RUN_TEST_LOOP_c_f): Update call to RUN_TEST_c_f.
28167 (RUN_TEST_f_f1): Take argument string. Call new setup and cleanup
28168 macros.
28169 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28170 (RUN_TEST_fF_f1): Take argument string. Call new setup and
28171 cleanup macros.
28172 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28173 (RUN_TEST_fI_f1): Take argument string. Call new setup and
28174 cleanup macros.
28175 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28176 (RUN_TEST_ffI_f1): Take argument string. Call new setup and
28177 cleanup macros.
28178 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28179 (RUN_TEST_c_c): Take argument string. Call new setup and cleanup
28180 macros.
28181 (RUN_TEST_LOOP_c_c): Update call to RUN_TEST_c_c.
28182 (RUN_TEST_cc_c): Take argument string. Call new setup and cleanup
28183 macros.
28184 (RUN_TEST_LOOP_cc_c): Update call to RUN_TEST_cc_c.
28185 (RUN_TEST_f_i): Take argument string. Call new setup and cleanup
28186 macros.
28187 (RUN_TEST_LOOP_f_i): Update call to RUN_TEST_f_i.
28188 (RUN_TEST_f_i_tg): Take argument string. Call new setup and
28189 cleanup macros.
28190 (RUN_TEST_LOOP_f_i_tg): Update call to RUN_TEST_f_i_tg.
28191 (RUN_TEST_ff_i_tg): Take argument string. Call new setup and
28192 cleanup macros.
28193 (RUN_TEST_LOOP_ff_i_tg): Update call to RUN_TEST_ff_i_tg.
28194 (RUN_TEST_f_b): Take argument string. Call new setup and cleanup
28195 macros.
28196 (RUN_TEST_LOOP_f_b): Update call to RUN_TEST_f_b.
28197 (RUN_TEST_f_b_tg): Take argument string. Call new setup and
28198 cleanup macros.
28199 (RUN_TEST_LOOP_f_b_tg): Update call to RUN_TEST_f_b_tg.
28200 (RUN_TEST_f_l): Take argument string. Call new setup and cleanup
28201 macros.
28202 (RUN_TEST_LOOP_f_l): Update call to RUN_TEST_f_l.
28203 (RUN_TEST_f_L): Take argument string. Call new setup and cleanup
28204 macros.
28205 (RUN_TEST_LOOP_f_L): Update call to RUN_TEST_f_L.
28206 (RUN_TEST_fFF_11): Take argument string. Call new setup and
28207 cleanup macros.
28208 (RUN_TEST_LOOP_fFF_11): Update call to RUN_TEST_fFF_11.
28209
85118d4d
EBM
282102013-05-22 Edjunior Barbosa Machado <emachado@linux.vnet.ibm.com>
28211
28212 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add si_addr_lsb
28213 to _sifields.sigfault.
28214 (si_addr_lsb): Define new macro.
28215 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
28216 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
28217 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: Likewise.
28218
7a44c18f
CD
282192013-05-03 Carlos O'Donell <carlos at redhat.com>
28220
28221 [BZ #15441]
28222 * intl/dcigettext.c (DCIGETTEXT): Skip translating if _nl_find_msg
28223 returns -1.
28224 (_nl_find_msg): Return -1 if recursive call returned -1. If newmem is
28225 null return -1.
28226 * intl/loadmsgcat.c (_nl_load_domain): If _nl_find_msg returns -1 abort
28227 loading the domain.
28228
b50a7181
JM
282292013-05-22 Joseph Myers <joseph@codesourcery.com>
28230
28231 * math/gen-libm-test.pl (parse_args): Do not include expected
28232 result in test name.
28233 * sysdeps/i386/fpu/libm-test-ulps: Update test names.
28234 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28235 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28236 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28237 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28238 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28239
051063c8
SP
282402013-05-22 Siddhesh Poyarekar <siddhesh@redhat.com>
28241
3ce9e010
SP
28242 * benchtests/Makefile: Sort function entries.
28243
051063c8
SP
28244 * benchtests/Makefile (bench): Add asin, acos, sinh, cosh,
28245 tanh, asinh, acosh, atanh.
28246 * benchtests/acos-inputs: New file.
28247 * benchtests/acosh-inputs: New file.
28248 * benchtests/asin-inputs: New file.
28249 * benchtests/asinh-inputs: New file.
28250 * benchtests/atanh-inputs: New file.
28251 * benchtests/cosh-inputs: New file.
28252 * benchtests/log-inputs: New file.
28253 * benchtests/sinh-inputs: New file.
28254 * benchtests/tanh-inputs: New file.
28255
47c22455
DL
282562013-05-21 Dmitry V. Levin <ldv@altlinux.org>
28257
28258 [BZ #15339]
28259 * posix/tst-getaddrinfo4.c: New test.
28260 * posix/Makefile (tests): Add it.
28261
3d04f5db
SP
282622013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28263
28264 [BZ #15339]
28265 * nss/getXXbyYY_r.c (REENTRANT_NAME): Set NETDB_INTERNAL only
28266 when no services were used.
28267 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set h_errno.
28268 Return EAI_SYSTEM if h_errno is NETDB_INTERNAL.
28269
d5dd6189
AS
282702013-05-21 Andreas Schwab <schwab@suse.de>
28271
28272 [BZ #15014]
28273 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME))
28274 [HANDLE_DIGITS_DOTS]: Set any_service when digits-dots parsing was
28275 successful.
28276 * nss/digits_dots.c (__nss_hostname_digits_dots): Remove
28277 redundant variable declarations and reallocation of buffer when
28278 parsing as IPv6 address. Always set NSS status when called from
28279 reentrant functions. Use NETDB_INTERNAL instead of TRY_AGAIN when
28280 buffer too small. Correct computation of needed size.
28281 * nss/Makefile (tests): Add test-digits-dots.
28282 * nss/test-digits-dots.c: New test.
28283
fef94eab
SP
282842013-05-21 Siddhesh Poyarekar <siddhesh@redhat.com>
28285
28286 * benchtests/Makefile: Remove instructions for adding
28287 benchmark tests.
28288 * benchtests/README: New file to explain how to execute and
28289 enhance the benchmark tests.
28290
e39adf43
AS
282912013-05-21 Andreas Schwab <schwab@suse.de>
28292
28293 [BZ #15493]
28294 * setjmp/Makefile (tests): Add tst-sigsetjmp.
28295 * setjmp/tst-sigsetjmp.c: New test.
28296
b2b671b6
OB
282972013-05-20 Ondřej Bílka <neleai@seznam.cz>
28298
28299 * sysdeps/x86_64/memset.S (memset): New implementation.
28300 (__bzero): Likewise.
28301 (__memset_tail): New function.
28302
2d48b41c
OB
283032013-05-20 Ondřej Bílka <neleai@seznam.cz>
28304
28305 * sysdeps/x86_64/multiarch/memcpy-sse2-unaligned.S: New file.
28306 * sysdeps/x86_64/multiarch/memcpy.S (__new_memcpy): Add
28307 __memcpy_sse2_unaligned ifunc selection.
28308 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
28309 Add memcpy-sse2-unaligned.S.
28310 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
28311 Add: __memcpy_sse2_unaligned.
28312
f16cc3eb
JM
283132013-05-19 Joseph Myers <joseph@codesourcery.com>
28314
3e694268
JM
28315 [BZ #15490]
28316 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
28317 math_force_eval before restoring floating-point envrionment.
28318 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Likewise.
28319 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl):
28320 Likewise.
28321 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Include
28322 <math_private.h>.
28323 (__nearbyintl): Use math_force_eval before restoring
28324 floating-point environment.
28325 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c (__nearbyintl): Likewise.
28326
db62a907
JM
28327 * math/gen-libm-test.pl (special_functions): Remove.
28328 (parse_args): Don't handle TEST_extra. Handle functions with no
28329 return value.
28330 * math/libm-test.inc (struct test_sincos_data): Replace with
28331 struct test_fFF_11_data.
28332 (RUN_TEST_sincos): Replace with RUN_TEST_fFF_11.
28333 (RUN_TEST_LOOP_sincos): Replace with RUN_TEST_LOOP_fFF_11.
28334 (sincos_test_data): Change element type to struct
28335 test_fFF_11_data. Use TEST_fFF_11 instead of TEST_extra.
28336 (sincos_test): Use RUN_TEST_LOOP_fFF_11 instead of
28337 RUN_TEST_LOOP_sincos.
28338 * math/README.libm-test: Don't mention special handling of
28339 individual functions.
28340 * sysdeps/i386/fpu/libm-test-ulps: Update names of sincos tests.
28341 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
28342 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
28343 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
28344 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
28345 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
28346
f16cc3eb
JM
28347 * math/gen-libm-test.pl (get_variable): Remove function.
28348 (parse_args): Don't show pointer parameters to call in test
28349 names. Use "extra output N" in test names for extra outputs
28350 rather than naming variables.
28351
3779b5b6
JM
283522013-05-18 Joseph Myers <joseph@codesourcery.com>
28353
2ee094ff
JM
28354 [BZ #15488]
28355 * math/complex.h [__USE_ISOC11 && __GNUC_PREREQ (4, 7) &&
28356 __NO_LONG_DOUBLE_MATH] (CMPLXL): Define macro.
28357 * math/tst-CMPLX.c (do_test) [NO_LONG_DOUBLE]: Do not disable long
28358 double tests.
28359 * make/tst-CMPLX2.c [NO_LONG_DOUBLE] (check_long_double): Do not
28360 disable.
28361 (do_test) [NO_LONG_DOUBLE]: Do not disable call to
28362 check_long_double.
28363
3779b5b6
JM
28364 * math/gen-libm-test.pl (@tests): Remove variable.
28365 ($count): Likewise.
28366 (new_test): Remove function.
28367 (show_exceptions): New function.
28368 (special_functions): Use show_exceptions instead of new_test.
28369 (parse_args): Likewise.
28370 (generate_testfile): Pass only function name in generated call to
28371 print_max_error or print_complex_max_error.
28372 (get_ulps): Do not handle complex tests specially.
28373 (output_test): Rename to ...
28374 (get_all_ulps_for_test): ... this. Return a string rather than
28375 printing to a file. Require ulps to be present.
28376 (output_ulps): Generate arrays rather than #defines.
28377 * math/libm-test.inc: Move down #include of "libm-test-ulps.h".
28378 (struct ulp_data): New type.
28379 (BUILD_COMPLEX_ULP): Remove macro.
28380 (compare_ulp_data): New function.
28381 (find_ulps): Likewise.
28382 (find_test_ulps): Likewise.
28383 (find_function_ulps): Likewise.
28384 (find_complex_function_ulps): Likewise.
28385 (print_max_error): Determine allowed ulps using
28386 find_function_ulps.
28387 (print_complex_max_error): Determine allowed ulps using
28388 find_complex_function_ulps.
28389 (check_float_internal): Determine max ulps using find_test_ulps.
28390 (check_float): Do not take max_ulp parameter. Update call to
28391 check_float_internal.
28392 (check_complex): Likewise.
28393 (check_int): Do not take max_ulp parameter.
28394 (check_long): Likewise.
28395 (check_bool): Likewise.
28396 (check_longlong): Likewise.
28397 (struct test_f_f_data): Remove max_ulp field.
28398 (struct test_ff_f_data): Likewise.
28399 (struct test_ff_f_data_nexttoward): Likewise.
28400 (struct test_fi_f_data): Likewise.
28401 (struct test_fl_f_data): Likewise.
28402 (struct test_if_f_data): Likewise.
28403 (struct test_fff_f_data): Likewise.
28404 (struct test_c_f_data): Likewise.
28405 (struct test_f_f1_data): Remove max_ulp and extra_ulp fields.
28406 (struct test_fF_f1_data): Likewise.
28407 (struct test_ffI_f1_data): Likewise.
28408 (struct test_c_c_data): Remove max_ulp field.
28409 (struct test_cc_c_data): Likewise.
28410 (struct test_f_i_data): Likewise.
28411 (struct test_ff_i_data): Likewise.
28412 (struct test_f_l_data): Likewise.
28413 (struct test_f_L_data): Likewise.
28414 (struct test_sincos_data): Likewise.
28415 (RUN_TEST_f_f): Do not handle ulps.
28416 (RUN_TEST_LOOP_f_f): Likewise.
28417 (RUN_TEST_2_f): Likewise.
28418 (RUN_TEST_LOOP_2_f): Likewise.
28419 (RUN_TEST_fff_f): Likewise.
28420 (RUN_TEST_LOOP_fff_f): Likewise.
28421 (RUN_TEST_c_f): Likewise.
28422 (RUN_TEST_LOOP_c_f): Likewise.
28423 (RUN_TEST_f_f1): Likewise.
28424 (RUN_TEST_LOOP_f_f1): Likewise.
28425 (RUN_TEST_fF_f1): Likewise.
28426 (RUN_TEST_LOOP_fF_f1): Likewise.
28427 (RUN_TEST_fI_f1): Likewise.
28428 (RUN_TEST_LOOP_fI_f1): Likewise.
28429 (RUN_TEST_ffI_f1): Likewise.
28430 (RUN_TEST_LOOP_ffI_f1): Likewise.
28431 (RUN_TEST_c_c): Likewise.
28432 (RUN_TEST_LOOP_c_c): Likewise.
28433 (RUN_TEST_cc_c): Likewise.
28434 (RUN_TEST_LOOP_cc_c): Likewise.
28435 (RUN_TEST_f_i): Likewise.
28436 (RUN_TEST_LOOP_f_i): Likewise.
28437 (RUN_TEST_f_i_tg): Likewise.
28438 (RUN_TEST_LOOP_f_i_tg): Likewise.
28439 (RUN_TEST_ff_i_tg): Likewise.
28440 (RUN_TEST_LOOP_ff_i_tg): Likewise.
28441 (RUN_TEST_f_b): Likewise.
28442 (RUN_TEST_LOOP_f_b): Likewise.
28443 (RUN_TEST_f_b_tg): Likewise.
28444 (RUN_TEST_LOOP_f_b_tg): Likewise.
28445 (RUN_TEST_f_l): Likewise.
28446 (RUN_TEST_LOOP_f_l): Likewise.
28447 (RUN_TEST_f_L): Likewise.
28448 (RUN_TEST_LOOP_f_L): Likewise.
28449 (RUN_TEST_sincos): Likewise.
28450 (RUN_TEST_LOOP_sincos): Likewise.
28451
8269107f
JM
284522013-05-17 Joseph Myers <joseph@codesourcery.com>
28453
bb38759d
JM
28454 [BZ #15480]
28455 [BZ #15485]
28456 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder): For
28457 main case of finite arguments, set rounding mode to FE_TONEAREST
28458 and discard exceptions.
28459 * math/libm-test.inc (remainder_test_data): Disallow "inexact"
28460 exceptions.
28461 (remainder_tonearest_test_data): New variable.
28462 (remainder_test_tonearest): New function.
28463 (remainder_towardzero_test_data): New variable.
28464 (remainder_test_towardzero): New function.
28465 (remainder_downward_test_data): New variable.
28466 (remainder_test_downward): New function.
28467 (remainder_upward_test_data): New variable.
28468 (remainder_test_upward): New function.
28469 (main): Call the new test functions.
28470
a00bdcf0
JM
28471 * math/libm-test.inc (struct test_f_f1_data): Remove field
28472 extra_init.
28473 (struct test_fF_f1_data): Likewise.
28474 (struct test_ffI_f1_data): Likewise.
28475 (RUN_TEST_f_f1): Remove argument EXTRA_INIT. Initialize EXTRA_VAR
28476 based on value of EXTRA_EXPECTED.
28477 (RUN_TEST_LOOP_f_f1): Update call to RUN_TEST_f_f1.
28478 (RUN_TEST_fF_f1): Remove argument EXTRA_INIT. Initialize
28479 EXTRA_VAR based on value of EXTRA_EXPECTED.
28480 (RUN_TEST_LOOP_fF_f1): Update call to RUN_TEST_fF_f1.
28481 (RUN_TEST_fI_f1): Remove argument EXTRA_INIT. Initialize
28482 EXTRA_VAR based on value of EXTRA_EXPECTED.
28483 (RUN_TEST_LOOP_fI_f1): Update call to RUN_TEST_fI_f1.
28484 (RUN_TEST_ffI_f1): Remove argument EXTRA_INIT. Initialize
28485 EXTRA_VAR based on value of EXTRA_EXPECTED.
28486 (RUN_TEST_LOOP_ffI_f1): Update call to RUN_TEST_ffI_f1.
28487 * math/gen-libm-test.pl (parse_args): Don't output initializers
28488 for extra output values.
28489
de407f79
JM
28490 * math/libm-test.inc (check_int): Expect result to be exactly
28491 equal to expected value and do not handle ulps.
28492 (check_long): Likewise.
28493 (check_longlong): Likewise.
28494
8269107f
JM
28495 * math/libm-test.inc (ceil_test_data): Test for "inexact"
28496 exceptions.
28497 (cimag_test_data): Likewise.
28498 (conj_test_data): Likewise.
28499 (copysign_test_data): Likewise.
28500 (cproj_test_data): Likewise.
28501 (creal_test_data): Likewise.
28502 (fabs_test_data): Likewise.
28503 (fdim_test_data): Likewise.
28504 (finite_test_data): Likewise.
28505 (floor_test_data): Likewise.
28506 (fmax_test_data): Likewise.
28507 (fmin_test_data): Likewise.
28508 (fmod_test_data): Likewise.
28509 (fpclassify_test_data): Likewise.
28510 (frexp_test_data): Likewise.
28511 (ilogb_test_data): Likewise.
28512 (isfinite_test_data): Likewise.
28513 (isgreater_test_data): Likewise.
28514 (isgreaterequal_test_data): Likewise.
28515 (isinf_test_data): Likewise.
28516 (isless_test_data): Likewise.
28517 (islessequal_test_data): Likewise.
28518 (islessgreater_test_data): Likewise.
28519 (isnan_test_data): Likewise.
28520 (isnormal_test_data): Likewise.
28521 (issignaling_test_data): Likewise.
28522 (isunordered_test_data): Likewise.
28523 (ldexp_test_data): Likewise.
28524 (lrint_test_data): Likewise.
28525 (lrint_test_data) [TEST_FLOAT]: Disable one test.
28526 (lrint_test_data) [!TEST_LDOUBLE]: Likewise.
28527 (lrint_tonearest_test_data): Test for "inexact" exceptions.
28528 (lrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28529 (lrint_tonearest_test_data) [!TEST_LDOUBLE]: Likewise.
28530 (lrint_tonearest_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28531 test input.
28532 (lrint_towardzero_test_data): Test for "inexact" exceptions.
28533 (lrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28534 (lrint_towardzero_test_data) [!TEST_LDOUBLE]: Likewise.
28535 (lrint_towardzero_test_data) [TEST_LDOUBLE]: Use "L" suffix on
28536 that test input.
28537 (lrint_downward_test_data): Test for "inexact" exceptions.
28538 (lrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28539 (lrint_downward_test_data) [!TEST_LDOUBLE]: Likewise.
28540 (lrint_downward_test_data) [TEST_LDOUBLE]: Use "L" suffix on that
28541 test input.
28542 (lrint_upward_test_data): Test for "inexact" exceptions.
28543 (lrint_upward_test_data) [TEST_LDOUBLE]: Use "L" suffix on one
28544 test input.
28545 (llrint_test_data): Test for "inexact" exceptions.
28546 (llrint_test_data) [TEST_FLOAT]: Disable one test.
28547 (llrint_tonearest_test_data): Test for "inexact" exceptions.
28548 (llrint_tonearest_test_data) [TEST_FLOAT]: Disable one test.
28549 (llrint_towardzero_test_data): Test for "inexact" exceptions.
28550 (llrint_towardzero_test_data) [TEST_FLOAT]: Disable one test.
28551 (llrint_downward_test_data): Test for "inexact" exceptions.
28552 (llrint_downward_test_data) [TEST_FLOAT]: Disable one test.
28553 (llrint_upward_test_data): Test for "inexact" exceptions.
28554 (logb_test_data): Likewise.
28555 (logb_downward_test_data): Likewise.
28556 (nextafter_test_data): Likewise.
28557 (nexttoward_test_data): Likewise.
28558 (remainder_test_data): Likewise.
28559 (remquo_test_data): Likewise.
28560 (scalbn_test_data): Likewise.
28561 (scalbln_test_data): Likewise.
28562 (signbit_test_data): Likewise.
28563 (sqrt_test_data): Likewise.
28564 (significand_test_data): Likewise.
28565
48a18de1
SP
285662013-05-17 Siddhesh Poyarekar <siddhesh@redhat.com>
28567
28568 [BZ #15424]
28569 * benchtests/bench-modf.c (struct args): Mark arg0 as
28570 volatile.
28571 * scripts/bench.pl: Mark members of struct args as volatile.
28572
13d3b41a
AZ
285732013-05-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
28574
68191c1d 28575 [BZ # 15497]
13d3b41a
AZ
28576 * sysdeps/powerpc/fpu/e_hypot.c (GET_TWO_FLOAT_WORD): Fix test for
28577 negative infinity on POWER6 or lower.
28578 * sysdeps/powerpc/fpu/e_hypotf.c (GET_TWO_FLOAT_WORD): Likewise.
28579
2848b105
MR
285802013-05-16 Maciej W. Rozycki <macro@codesourcery.com>
28581
28582 [BZ #15442]
28583 * soft-fp/op-common.h (_FP_FRAC_SNANP): New macro.
28584 (_FP_FRAC_SNANP_SEMIRAW): Likewise.
28585 (_FP_UNPACK_CANONICAL): Use _FP_FRAC_SNANP.
28586 (_FP_CHECK_SIGNAN_SEMIRAW): Use _FP_FRAC_SNANP_SEMIRAW.
28587 (_FP_SETQNAN): New macro.
28588 (_FP_SETQNAN_SEMIRAW): Likewise.
28589 (_FP_PACK_SEMIRAW): Use _FP_SETQNAN.
28590 (_FP_PACK_CANONICAL): Use _FP_SETQNAN.
28591 (_FP_ISSIGNAN): Use _FP_FRAC_SNANP.
28592 (FP_EXTEND): Use _FP_FRAC_SNANP.
28593 (FP_TRUNC): Use _FP_SETQNAN_SEMIRAW.
28594 * soft-fp/testit.c (gen_special_double): Take _FP_QNANNEGATEDP
28595 into account.
28596 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28597 New macro.
28598 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_QNANNEGATEDP):
28599 Likewise.
28600
323e5cb7
JM
286012013-05-16 Joseph Myers <joseph@codesourcery.com>
28602
c58b274f
JM
28603 * math/libm-test.inc (atanh_test_data): Use ERRNO_ERANGE together
28604 with DIVIDE_BY_ZERO_EXCEPTION.
28605 (gamma_test_data): Likewise.
28606 (lgamma_test_data): Likewise.
28607 (log_test_data): Likewise.
28608 (log10_test_data): Likewise.
28609 (log2_test_data): Likewise.
28610 (tgamma_test_data): Likewise.
28611
0ab34904
JM
28612 * math/libm-test.inc (acos_test): Don't test for ENOSYS error.
28613 (acos_test_tonearest): Likewise.
28614 (acos_test_towardzero): Likewise.
28615 (acos_test_downward): Likewise.
28616 (acos_test_upward): Likewise.
28617 (acosh_test): Likewise.
28618 (asin_test): Likewise.
28619 (asin_test_tonearest): Likewise.
28620 (asin_test_towardzero): Likewise.
28621 (asin_test_downward): Likewise.
28622 (asin_test_upward): Likewise.
28623 (asinh_test): Likewise.
28624 (atan_test): Likewise.
28625 (atanh_test): Likewise.
28626 (atan2_test): Likewise.
28627 (cabs_test): Likewise.
28628 (cacos_test): Likewise.
28629 (cacosh_test): Likewise.
28630 (casin_test): Likewise.
28631 (casinh_test): Likewise.
28632 (catan_test): Likewise.
28633 (catanh_test): Likewise.
28634 (cbrt_test): Likewise.
28635 (ccos_test): Likewise.
28636 (ccosh_test): Likewise.
28637 (cexp_test): Likewise.
28638 (clog_test): Likewise.
28639 (clog10_test): Likewise.
28640 (cos_test): Likewise.
28641 (cos_test_tonearest): Likewise.
28642 (cos_test_towardzero): Likewise.
28643 (cos_test_downward): Likewise.
28644 (cos_test_upward): Likewise.
28645 (cosh_test): Likewise.
28646 (cosh_test_tonearest): Likewise.
28647 (cosh_test_towardzero): Likewise.
28648 (cosh_test_downward): Likewise.
28649 (cosh_test_upward): Likewise.
28650 (cpow_test): Likewise.
28651 (csin_test): Likewise.
28652 (csinh_test): Likewise.
28653 (csqrt_test): Likewise.
28654 (ctan_test): Likewise.
28655 (ctan_test_tonearest): Likewise.
28656 (ctan_test_towardzero): Likewise.
28657 (ctan_test_downward): Likewise.
28658 (ctan_test_upward): Likewise.
28659 (ctanh_test): Likewise.
28660 (ctanh_test_tonearest): Likewise.
28661 (ctanh_test_towardzero): Likewise.
28662 (ctanh_test_downward): Likewise.
28663 (ctanh_test_upward): Likewise.
28664 (erf_test): Likewise.
28665 (erfc_test): Likewise.
28666 (exp_test): Likewise.
28667 (exp_test_tonearest): Likewise.
28668 (exp_test_towardzero): Likewise.
28669 (exp_test_downward): Likewise.
28670 (exp_test_upward): Likewise.
28671 (exp10_test): Likewise.
28672 (exp2_test): Likewise.
28673 (expm1_test): Likewise.
28674 (fmod_test): Likewise.
28675 (gamma_test): Likewise.
28676 (hypot_test): Likewise.
28677 (j0_test): Likewise.
28678 (j1_test): Likewise.
28679 (jn_test): Likewise.
28680 (lgamma_test): Likewise.
28681 (log_test): Likewise.
28682 (log10_test): Likewise.
28683 (log1p_test): Likewise.
28684 (log2_test): Likewise.
28685 (logb_test_downward): Likewise.
28686 (pow_test): Likewise.
28687 (pow_test_tonearest): Likewise.
28688 (pow_test_towardzero): Likewise.
28689 (pow_test_downward): Likewise.
28690 (pow_test_upward): Likewise.
28691 (remainder_test): Likewise.
28692 (remquo_test): Likewise.
28693 (sin_test): Likewise.
28694 (sin_test_tonearest): Likewise.
28695 (sin_test_towardzero): Likewise.
28696 (sin_test_downward): Likewise.
28697 (sin_test_upward): Likewise.
28698 (sincos_test): Likewise.
28699 (sinh_test): Likewise.
28700 (sinh_test_tonearest): Likewise.
28701 (sinh_test_towardzero): Likewise.
28702 (sinh_test_downward): Likewise.
28703 (sinh_test_upward): Likewise.
28704 (sqrt_test): Likewise.
28705 (tan_test): Likewise.
28706 (tan_test_tonearest): Likewise.
28707 (tan_test_towardzero): Likewise.
28708 (tan_test_downward): Likewise.
28709 (tan_test_upward): Likewise.
28710 (tanh_test): Likewise.
28711 (tgamma_test): Likewise.
28712 (y0_test): Likewise.
28713 (y1_test): Likewise.
28714 (yn_test): Likewise.
28715
323e5cb7
JM
28716 * math/gen-libm-test.pl (adjust_arg): Remove function.
28717 (special_function): Remove argument $in_func. Only handle
28718 generating output for tables of tests, not inside functions.
28719 (parse_args): Likewise.
28720 (generate_testfile): Remove variable $in_func. Update call to
28721 parse_args.
28722 * math/libm-test.inc (PLUS_ZERO_INIT): Rename macro to plus_zero.
28723 (MINUS_ZERO_INIT): Rename macro to minus_zero.
28724 (PLUS_INFTY_INIT): Rename macro to plus_infty.
28725 (MINUS_INFTY_INIT): Rename macro to minus_infty.
28726 (QNAN_VALUE_INIT): Rename macro to qnan_value.
28727 (MAX_VALUE_INIT): Rename macro to max_value.
28728 (MIN_VALUE_INIT): Rename macro to min_value.
28729 (MIN_SUBNORM_VALUE_INIT): Rename macro to min_subnorm_value.
28730 (plus_zero): Remove variable.
28731 (minus_zero): Likewise.
28732 (plus_infty): Likewise.
28733 (minus_infty): Likewise.
28734 (qnan_value): Likewise.
28735 (max_value): Likewise.
28736 (min_value): Likewise.
28737 (min_subnorm_value): Likewise.
28738
e054f494
RA
287392013-05-16 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
28740
28741 * crypt/sha512-block.c: Add missing #include <stdint.h> due to
28742 uint64_t or uint32_t usage.
28743 * crypt/sha256-block.c: Likewise.
28744 * crypt/sha256-crypt.c: Likewise.
28745 * crypt/sha256.c: Likewise.
28746 * crypt/sha512-block.c: Likewise.
28747 * crypt/sha512-crypt.c: Likewise.
28748 * crypt/sha512.c: Likewise.
28749 * debug/backtrace-tst.c: Likewise.
28750 * debug/pcprofiledump.c: Likewise.
28751 * elf/cache.c: Likewise.
28752 * elf/dl-cache.c: Likewise.
28753 * elf/dl-misc.c: Likewise.
28754 * elf/dl-profile.c: Likewise.
28755 * elf/dl-support.c: Likewise.
28756 * elf/ldconfig.c: Likewise.
28757 * elf/sprof.c: Likewise.
28758 * iconv/dummy-repertoire.c: Likewise.
28759 * iconv/iconv_charmap.c: Likewise.
28760 * iconv/skeleton.c: Likewise.
28761 * iconvdata/8bit-generic.c: Likewise.
28762 * iconvdata/cp737.h: Likewise.
28763 * iconvdata/cp775.h: Likewise.
28764 * iconvdata/ibm1008.h: Likewise.
28765 * iconvdata/ibm1025.h: Likewise.
28766 * iconvdata/ibm1046.h: Likewise.
28767 * iconvdata/ibm1097.h: Likewise.
28768 * iconvdata/ibm1112.h: Likewise.
28769 * iconvdata/ibm1122.h: Likewise.
28770 * iconvdata/ibm1123.h: Likewise.
28771 * iconvdata/ibm1124.h: Likewise.
28772 * iconvdata/ibm1129.h: Likewise.
28773 * iconvdata/ibm1130.h: Likewise.
28774 * iconvdata/ibm1132.h: Likewise.
28775 * iconvdata/ibm1133.h: Likewise.
28776 * iconvdata/ibm1137.h: Likewise.
28777 * iconvdata/ibm1140.h: Likewise.
28778 * iconvdata/ibm1141.h: Likewise.
28779 * iconvdata/ibm1142.h: Likewise.
28780 * iconvdata/ibm1143.h: Likewise.
28781 * iconvdata/ibm1144.h: Likewise.
28782 * iconvdata/ibm1145.h: Likewise.
28783 * iconvdata/ibm1146.h: Likewise.
28784 * iconvdata/ibm1147.h: Likewise.
28785 * iconvdata/ibm1148.h: Likewise.
28786 * iconvdata/ibm1149.h: Likewise.
28787 * iconvdata/ibm1153.h: Likewise.
28788 * iconvdata/ibm1154.h: Likewise.
28789 * iconvdata/ibm1155.h: Likewise.
28790 * iconvdata/ibm1156.h: Likewise.
28791 * iconvdata/ibm1157.h: Likewise.
28792 * iconvdata/ibm1158.h: Likewise.
28793 * iconvdata/ibm1160.h: Likewise.
28794 * iconvdata/ibm1161.h: Likewise.
28795 * iconvdata/ibm1162.h: Likewise.
28796 * iconvdata/ibm1163.h: Likewise.
28797 * iconvdata/ibm1164.h: Likewise.
28798 * iconvdata/ibm1166.h: Likewise.
28799 * iconvdata/ibm1167.h: Likewise.
28800 * iconvdata/ibm12712.h: Likewise.
28801 * iconvdata/ibm1390.h: Likewise.
28802 * iconvdata/ibm1399.h: Likewise.
28803 * iconvdata/ibm16804.h: Likewise.
28804 * iconvdata/ibm4517.h: Likewise.
28805 * iconvdata/ibm4899.h: Likewise.
28806 * iconvdata/ibm4909.h: Likewise.
28807 * iconvdata/ibm4971.h: Likewise.
28808 * iconvdata/ibm5347.h: Likewise.
28809 * iconvdata/ibm803.h: Likewise.
28810 * iconvdata/ibm856.h: Likewise.
28811 * iconvdata/ibm901.h: Likewise.
28812 * iconvdata/ibm902.h: Likewise.
28813 * iconvdata/ibm9030.h: Likewise.
28814 * iconvdata/ibm9066.h: Likewise.
28815 * iconvdata/ibm921.h: Likewise.
28816 * iconvdata/ibm922.h: Likewise.
28817 * iconvdata/ibm9448.h: Likewise.
28818 * iconvdata/isiri-3342.h: Likewise.
28819 * iconvdata/jis0201.h: Likewise.
28820 * include/link.h: Likewise.
28821 * include/netdb.h: Likewise.
28822 * inet/check_native.c: Likewise.
28823 * inet/check_pf.c: Likewise.
28824 * inet/getipv4sourcefilter.c: Likewise.
28825 * inet/getnameinfo.c: Likewise.
28826 * inet/getsourcefilter.c: Likewise.
28827 * inet/htonl.c: Likewise.
28828 * inet/setipv4sourcefilter.c: Likewise.
28829 * inet/setsourcefilter.c: Likewise.
28830 * inet/test-inet6_opt.c: Likewise.
28831 * inet/tst-network.c: Likewise.
28832 * locale/C-collate.c: Likewise.
28833 * locale/C-ctype.c: Likewise.
28834 * locale/C-time.c: Likewise.
28835 * locale/C-translit.h: Likewise.
28836 * locale/loadarchive.c: Likewise.
28837 * locale/programs/3level.h: Likewise.
28838 * locale/programs/charmap.c: Likewise.
28839 * locale/programs/charmap.h: Likewise.
28840 * locale/programs/ld-address.c: Likewise.
28841 * locale/programs/ld-collate.c: Likewise.
28842 * locale/programs/ld-ctype.c: Likewise.
28843 * locale/programs/ld-identification.c: Likewise.
28844 * locale/programs/ld-measurement.c: Likewise.
28845 * locale/programs/ld-messages.c: Likewise.
28846 * locale/programs/ld-monetary.c: Likewise.
28847 * locale/programs/ld-name.c: Likewise.
28848 * locale/programs/ld-numeric.c: Likewise.
28849 * locale/programs/ld-paper.c: Likewise.
28850 * locale/programs/ld-telephone.c: Likewise.
28851 * locale/programs/ld-time.c: Likewise.
28852 * locale/programs/linereader.c: Likewise.
28853 * locale/programs/locale.c: Likewise.
28854 * locale/programs/locarchive.c: Likewise.
28855 * locale/programs/locfile.h: Likewise.
28856 * locale/programs/repertoire.c: Likewise.
28857 * locale/programs/simple-hash.c: Likewise.
28858 * locale/programs/simple-hash.h: Likewise.
28859 * malloc/memusage.c: Likewise.
28860 * malloc/memusagestat.c: Likewise.
28861 * nis/nis_defaults.c: Likewise.
28862 * nis/nis_hash.c: Likewise.
28863 * nis/nis_print.c: Likewise.
28864 * nis/nis_xdr.c: Likewise.
28865 * nscd/connections.c: Likewise.
28866 * nscd/hstcache.c: Likewise.
28867 * nscd/nscd_gethst_r.c: Likewise.
28868 * nscd/nscd_getserv_r.c: Likewise.
28869 * nscd/nscd_helper.c: Likewise.
28870 * nscd/servicescache.c: Likewise.
28871 * nss/makedb.c: Likewise.
28872 * nss/nss_db/db-XXX.c: Likewise.
28873 * nss/nss_db/db-initgroups.c: Likewise.
28874 * nss/nss_db/db-netgrp.c: Likewise.
28875 * nss/nss_files/files-network.c: Likewise.
28876 * nss/nss_files/files-parse.c: Likewise.
28877 * posix/bug-regex5.c: Likewise.
28878 * posix/fnmatch_loop.c: Likewise.
28879 * posix/regcomp.c: Likewise.
28880 * posix/regexec.c: Likewise.
28881 * posix/tst-rfc3484-2.c: Likewise.
28882 * posix/tst-rfc3484-3.c: Likewise.
28883 * posix/tst-rfc3484.c: Likewise.
28884 * resolv/nss_dns/dns-canon.c: Likewise.
28885 * resolv/nss_dns/dns-network.c: Likewise.
28886 * resolv/res_init.c: Likewise.
28887 * resolv/res_mkquery.c: Likewise.
28888 * resolv/tst-aton.c: Likewise.
28889 * stdlib/cxa_atexit.c: Likewise.
28890 * stdlib/cxa_finalize.c: Likewise.
28891 * stdlib/gen-fpioconst.c: Likewise.
28892 * stdlib/strtol_l.c: Likewise.
28893 * string/tst-endian.c: Likewise.
28894 * sunrpc/auth_des.c: Likewise.
28895 * sunrpc/clnt_udp.c: Likewise.
28896 * sunrpc/rtime.c: Likewise.
28897 * sunrpc/svcauth_des.c: Likewise.
28898 * sunrpc/xdr.c: Likewise.
28899 * sunrpc/xdr_intXX_t.c: Likewise.
28900 * sunrpc/xdr_rec.c: Likewise.
28901 * sysdeps/generic/ldconfig.h: Likewise.
28902 * sysdeps/generic/ldsodefs.h: Likewise.
28903 * sysdeps/generic/memusage.h: Likewise.
28904 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
28905 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: Likewise.
28906 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: Likewise.
28907 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
28908 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
28909 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
28910 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
28911 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
28912 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
28913 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h: Likewise.
28914 * sysdeps/posix/getaddrinfo.c: Likewise.
28915 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
28916 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
28917 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
28918 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
28919 * sysdeps/powerpc/test-gettimebase.c: Likewise.
28920 * sysdeps/unix/sysv/linux/check_pf.c: Likewise.
28921 * sysdeps/unix/sysv/linux/getipv4sourcefilter.c: Likewise.
28922 * sysdeps/unix/sysv/linux/getsourcefilter.c: Likewise.
28923 * sysdeps/unix/sysv/linux/netlinkaccess.h: Likewise.
28924 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: Likewise.
28925 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
28926 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
28927 * sysdeps/unix/sysv/linux/setipv4sourcefilter.c: Likewise.
28928 * sysdeps/unix/sysv/linux/setsourcefilter.c: Likewise.
28929 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: Likewise.
28930 * sysdeps/x86_64/dl-tls.h: Likewise.
28931 * sysdeps/x86_64/dl-tlsdesc.h: Likewise.
28932 * time/alt_digit.c: Likewise.
28933 * time/era.c: Likewise.
28934 * wcsmbs/tst-c16c32-1.c: Likewise.
28935
8c75f674
JM
289362013-05-16 Joseph Myers <joseph@codesourcery.com>
28937
28938 * math/libm-test.inc (struct test_sincos_data): New type.
28939 (RUN_TEST_LOOP_sincos): New macro.
28940 (sincos_test_data): New variable.
28941 (sincos_test): Run tests with RUN_TEST_LOOP_sincos.
28942
e6e49e59
RH
289432013-05-16 Richard Henderson <rth@redhat.com>
28944
28945 * math/atest-exp2.c (LIMB64): New macro.
28946 (CONSTSZ): New macro.
28947 (mp_exp1, mp_exp_m1, mp_log2): New variables.
28948 (hexdig): Move ...
28949 (print_mpn_fp): ... to function scope.
28950 (read_mpn_hex): Remove.
28951 (get_log2): Remove.
28952 (exp2_mpn): Use mp_log2.
28953 (main): Use mp_exp1.
28954
15c7c18d
JM
289552013-05-16 Joseph Myers <joseph@codesourcery.com>
28956
105a07df
JM
28957 * math/libm-test.inc: Remove comment about not testing "inexact"
28958 exceptions.
28959 (INEXACT_EXCEPTION): New macro.
28960 (NO_INEXACT_EXCEPTION): Likewise.
28961 (INVALID_EXCEPTION_OK): Update value.
28962 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
28963 (OVERFLOW_EXCEPTION_OK): Likewise.
28964 (UNDERFLOW_EXCEPTION_OK): Likewise.
28965 (IGNORE_ZERO_INF_SIGN): Likewise.
28966 (ERRNO_UNCHANGED): Likewise.
28967 (ERRNO_EDOM): Likewise.
28968 (ERRNO_ERANGE): Likewise.
28969 (test_exceptions): Handle testing "inexact" exceptions.
28970 (nearbyint_test_data): Use NO_INEXACT_EXCEPTION on all tests.
28971 (rint_test_data): Use NO_INEXACT_EXCEPTION and INEXACT_EXCEPTION.
28972 (rint_test_data) [LDBL_MANT_DIG <= 100]: Disable some tests.
28973 (rint_tonearest_test_data): Use NO_INEXACT_EXCEPTION and
28974 INEXACT_EXCEPTION.
28975 (rint_towardzero_test_data): Likewise.
28976 (rint_downward_test_data): Likewise.
28977 (rint_upward_test_data): Likewise.
28978
e9eee333
JM
28979 * math/libm-test.inc (exp_test_data): Use ERRNO_ERANGE together
28980 with OVERFLOW_EXCEPTION.
28981 (exp10_test_data): Likewise.
28982 (exp2_test_data): Likewise.
28983 (expm1_test_data): Likewise.
28984 (lgamma_test_data): Likewise.
28985 (pow_test_data): Likewise.
28986 (tgamma_test_data): Likewise.
28987 (yn_test_data): Remove duplicate test of overflow.
28988
1c38ff73
JM
28989 * math/libm-test.inc (struct test_cc_c_data): New type.
28990 (RUN_TEST_LOOP_cc_c): New macro.
28991 (cpow_test_data): New variable.
28992 (cpow_test): Run tests with RUN_TEST_LOOP_cc_c.
28993
15c7c18d
JM
28994 * math/libm-test.inc (struct test_f_L_data): New type.
28995 (RUN_TEST_LOOP_f_L): New macro.
28996 (llrint_test_data): New variable.
28997 (llrint_test): Run tests with RUN_TEST_LOOP_f_L.
28998 (llrint_tonearest_test_data): New variable.
28999 (llrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_L.
29000 (llrint_towardzero_test_data): New variable.
29001 (llrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_L.
29002 (llrint_downward_test_data): New variable.
29003 (llrint_test_downward): Run tests with RUN_TEST_LOOP_f_L.
29004 (llrint_upward_test_data): New variable.
29005 (llrint_test_upward): Run tests with RUN_TEST_LOOP_f_L.
29006 (llround_test_data): New variable.
29007 (llround_test): Run tests with RUN_TEST_LOOP_f_L.
29008
f137ff13
PC
290092013-05-13 Peter Collingbourne <pcc@google.com>
29010
29011 * math/atest-exp2.c (get_log2): Remove const attribute.
29012
3608cb24
JM
290132013-05-15 Joseph Myers <joseph@codesourcery.com>
29014
29015 * math/libm-test.inc (struct test_f_l_data): New type.
29016 (RUN_TEST_LOOP_f_l): New macro.
29017 (lrint_test_data): New variable.
29018 (lrint_test): Run tests with RUN_TEST_LOOP_f_l.
29019 (lrint_tonearest_test_data): New variable.
29020 (lrint_test_tonearest): Run tests with RUN_TEST_LOOP_f_l.
29021 (lrint_towardzero_test_data): New variable.
29022 (lrint_test_towardzero): Run tests with RUN_TEST_LOOP_f_l.
29023 (lrint_downward_test_data): New variable.
29024 (lrint_test_downward): Run tests with RUN_TEST_LOOP_f_l.
29025 (lrint_upward_test_data): New variable.
29026 (lrint_test_upward): Run tests with RUN_TEST_LOOP_f_l.
29027 (lround_test_data): New variable.
29028 (lround_test): Run tests with RUN_TEST_LOOP_f_l.
29029
39b1f617
PC
290302013-05-15 Peter Collingbourne <pcc@google.com>
29031
1deff3dc
PC
29032 * sysdeps/x86_64/fpu/math_private.h (MOVQ): New macro.
29033 (EXTRACT_WORDS64) Use where appropriate.
29034 (INSERT_WORDS64) Likewise.
29035
791f3ba0
PC
29036 * sysdeps/x86_64/fpu/multiarch/s_fma.c (__fma_fma4): Replace xm
29037 constraints with x constraints.
29038 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c (__fmaf_fma4): Likewise.
29039
39b1f617
PC
29040 * malloc/obstack.c (_obstack_compat): Add initializer.
29041
12fba011
EM
290422013-05-15 Edjunior Machado <emachado@linux.vnet.ibm.com>
29043
29044 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Remove
29045 si_trapno and add si_addr_lsb to _sifields.sigfault.
29046 (si_trapno): Remove macro.
29047 (si_addr_lsb): Define new macro.
29048 (BUS_MCEERR_AR, BUS_MCEERR_AO): Define new values.
29049
d369f531
JM
290502013-05-15 Joseph Myers <joseph@codesourcery.com>
29051
b861c6c4
JM
29052 * math/libm-test.inc (llrint_test): Consistently use TEST_f_L
29053 instead of TEST_f_l.
29054 (llrint_test_tonearest): Likewise.
29055 (llrint_test_towardzero): Likewise.
29056 (llrint_test_downward): Likewise.
29057 (llrint_test_upward): Likewise.
29058 (llround_test): Likewise.
29059
7abeee12
JM
29060 * math/libm-test.inc (struct test_f_i_data): Add comment.
29061 (RUN_TEST_LOOP_f_b): New macro.
29062 (RUN_TEST_LOOP_f_b_tg): Likewise.
29063 (finite_test_data): New variable.
29064 (finite_test): Run tests with RUN_TEST_LOOP_f_b.
29065 (isfinite_test_data): New variable.
29066 (isfinite_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29067 (isinf_test_data): New variable.
29068 (isinf_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29069 (isnan_test_data): New variable.
29070 (isnan_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29071 (isnormal_test_data): New variable.
29072 (isnormal_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29073 (issignaling_test_data): New variable.
29074 (issignaling_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29075 (signbit_test_data): New variable.
29076 (signbit_test): Run tests with RUN_TEST_LOOP_f_b_tg.
29077
cbe8c4d3
JM
29078 * math/libm-test.inc (acos_test_data): Use ERRNO_EDOM together
29079 with INVALID_EXCEPTION.
29080 (acosh_test_data): Likewise.
29081 (asin_test_data): Likewise.
29082 (atanh_test_data): Likewise.
29083 (fmod_test_data): Likewise.
29084 (log_test_data): Likewise.
29085 (log10_test_data): Likewise.
29086 (log2_test_data): Likewise.
29087 (pow_test_data): Likewise.
29088 (sqrt_test_data): Likewise.
29089 (y0_test_data): Likewise.
29090 (y1_test_data): Likewise.
29091 (yn_test_data): Likewise.
29092
5575c0e5
JM
29093 * math/libm-test.inc (test_single_errno) [TEST_INLINE]: Disable
29094 function contents.
29095
d369f531
JM
29096 * math/libm-test.inc (struct test_ff_i_data): New type.
29097 (RUN_TEST_LOOP_ff_i_tg): New macro.
29098 (isgreater_test_data): New variable.
29099 (isgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29100 (isgreaterequal_test_data): New variable.
29101 (isgreaterequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29102 (isless_test_data): New variable.
29103 (isless_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29104 (islessequal_test_data): New variable.
29105 (islessequal_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29106 (islessgreater_test_data): New variable.
29107 (islessgreater_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29108 (isunordered_test_data): New variable.
29109 (isunordered_test): Run tests with RUN_TEST_LOOP_ff_i_tg.
29110
781fd748
DM
291112013-05-14 David S. Miller <davem@davemloft.net>
29112
29113 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29114
87aa21df
JM
291152013-05-14 Joseph Myers <joseph@codesourcery.com>
29116
5e908270
JM
29117 * math/libm-test.inc (RUN_TEST_LOOP_2_f): Fix whitespace.
29118
f71172e5
JM
29119 * math/libm-test.inc (struct test_fF_f1_data): Change type of
29120 extra_test to int.
29121 (struct test_f_i_data): Change type of max_ulp to int.
29122
8cfa635a
JM
29123 * math/libm-test.inc (test_ffI_f1_data): New type.
29124 (RUN_TEST_LOOP_ffI_f1): New macro.
29125 (remquo_test_data): New variable.
29126 (remquo_test): Run tests with RUN_TEST_LOOP_ffI_f1.
29127
2bcb36b2
JM
29128 * setjmp/tst-setjmp-fp.c: New file.
29129 * setjmp/Makefile (tests): Add tst-setjmp-fp.
29130 (link-libm): New variable.
29131 ($(objpfx)tst-setjmp-fp): Depend on $(link-libm).
29132
acbd839a
JM
29133 * math/libm-test.inc (struct test_f_i_data): New type.
29134 (RUN_TEST_LOOP_f_i): New macro.
29135 (RUN_TEST_LOOP_f_i_tg): Likewise.
29136 (fpclassify_test_data): New variable.
29137 (fpclassify_test): Run tests with RUN_TEST_LOOP_f_i_tg.
29138 (ilogb_test_data): New variable.
29139 (ilogb_test): Run tests with RUN_TEST_LOOP_f_i.
29140
e414d745
JM
29141 * math/libm-test.inc (scalbln_test): Correct function name in END
29142 call.
29143
d9c2a0fd
JM
29144 * math/libm-test.inc (struct test_f_f1_data): Add comment.
29145 (RUN_TEST_LOOP_fI_f1): New macro.
29146 (frexp_test_data): New variable.
29147 (frexp_test): Run tests with RUN_TEST_LOOP_fI_f1.
29148
9dc9095d
JM
29149 * math/libm-test.inc (struct test_fF_f1_data): New type.
29150 (RUN_TEST_LOOP_fF_f1): New macro.
29151 (modf_test_data): New variable.
29152 (modf_test): Run tests with RUN_TEST_LOOP_fF_f1.
29153
87aa21df
JM
29154 * math/libm-test.inc (struct test_f_f1_data): New type.
29155 (RUN_TEST_LOOP_f_f1): New macro.
29156 (gamma_test_data): New variable.
29157 (gamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29158 (lgamma_test_data): New variable.
29159 (lgamma_test): Run tests with RUN_TEST_LOOP_f_f1.
29160
141af660
CD
291612013-05-13 Carlos O'Donell <carlos@redhat.com>
29162
29163 * elf/dl-hwcaps.c (_dl_important_hwcaps): Comment vDSO hwcap loading.
29164 * elf/ldconfig.c (is_hwcap_platform): Comment each hwcap check.
29165 (main): Comment "tls" pseudo-hwcap.
29166
6d33265c
JM
291672013-05-13 Joseph Myers <joseph@codesourcery.com>
29168
68fc074c
JM
29169 * math/libm-test.inc (struct test_fl_f_data): New type.
29170 (RUN_TEST_LOOP_fl_f): New variable.
29171 (scalbln_test_data): New variable.
29172 (scalbln_test): Run tests with RUN_TEST_LOOP_fl_f.
29173
243216e1
JM
29174 * math/libm-test.inc (struct test_fi_f_data): New type.
29175 (RUN_TEST_LOOP_fi_f): New macro.
29176 (ldexp_test_data): New variable.
29177 (ldexp_test): Run tests with RUN_TEST_LOOP_fi_f.
29178 (scalbn_test_data): New variable.
29179 (scalbn_test): Run tests with RUN_TEST_LOOP_fi_f.
29180
6a1992e2
JM
29181 * math/libm-test.inc (struct test_c_f_data): New type.
29182 (RUN_TEST_LOOP_c_f): New macro.
29183 (cabs_test_data): New variable.
29184 (cabs_test): Run tests with RUN_TEST_LOOP_c_f.
29185 (carg_test_data): New variable.
29186 (carg_test): Run tests with RUN_TEST_LOOP_c_f.
29187 (cimag_test_data): New variable.
29188 (cimag_test): Run tests with RUN_TEST_LOOP_c_f.
29189 (creal_test_data): New variable.
29190 (creal_test): Run tests with RUN_TEST_LOOP_c_f.
29191
0e400df5
JM
29192 * math/libm-test.inc (struct test_if_f_data): New type.
29193 (RUN_TEST_LOOP_if_f): New macro.
29194 (jn_test_data): New variable.
29195 (jn_test): Run tests with RUN_TEST_LOOP_if_f.
29196 (yn_test_data): New variable.
29197 (yn_test): Run tests with RUN_TEST_LOOP_if_f.
29198
6d33265c
JM
29199 * math/libm-test.inc (scalbln_test): Consistently use TEST_fl_f.
29200
f98ece5f
AZ
292012013-05-13 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29202
29203 * math/libm-test.inc (M_1_DIV_El): Define using decimal constant.
29204 (log_test_data): Use M_1_DIV_El instead of 1.0 / M_El.
29205
0f7d347b
SP
292062013-05-13 Siddhesh Poyarekar <siddhesh@redhat.com>
29207
43fe811b
SP
29208 * benchtests/Makefile (CPPFLAGS-nonlib): Add
29209 -DUSE_CLOCK_GETTIME if USE_CLOCK_GETTIME is defined.
29210 (bench-deps): Add bench-timing.h.
29211 * benchtests-bench-skeleton.c: Include bench-timing.h.
29212 (main): Use TIMING_* macros instead of clock_gettime.
29213 * benchtests/bench-timing.h: New file.
29214
0f7d347b
SP
29215 [BZ #14582]
29216 * sysdeps/ieee754/s_lib_version.c (_LIB_VERSION_INTERNAL):
29217 Renamed from _LIB_VERSION.
29218 (_LIB_VERSION): Set as weak alias of _LIB_VERSION_INTERNAL.
29219
601a3a5f
JM
292202013-05-12 Joseph Myers <joseph@codesourcery.com>
29221
4f184d30
JM
29222 * math/libm-test.inc (struct test_fff_f_data): New type.
29223 (RUN_TEST_LOOP_fff_f): New macro.
29224 (fma_test_data): New variable.
29225 (fma_test): Run tests with RUN_TEST_LOOP_fff_f.
29226 (fma_towardzero_test_data): New variable.
29227 (fma_test_towardzero): Run tests with RUN_TEST_LOOP_fff_f.
29228 (fma_downward_test_data): New variable.
29229 (fma_test_downward): Run tests with RUN_TEST_LOOP_fff_f.
29230 (fma_upward_test_data): New variable.
29231 (fma_test_upward): Run tests with RUN_TEST_LOOP_fff_f.
29232
08198877
JM
29233 * math/libm-test.inc (BUILD_COMPLEX_ULP): New macro.
29234 (struct test_c_c_data): New type.
29235 (RUN_TEST_LOOP_c_c): New macro.
29236 (cacos_test_data): New variable.
29237 (cacos_test): Run tests with RUN_TEST_LOOP_c_c.
29238 (cacosh_test_data): New variable.
29239 (cacosh_test): Run tests with RUN_TEST_LOOP_c_c.
29240 (casin_test_data): New variable.
29241 (casin_test): Run tests with RUN_TEST_LOOP_c_c.
29242 (casinh_test_data): New variable.
29243 (casinh_test): Run tests with RUN_TEST_LOOP_c_c.
29244 (catan_test_data): New variable.
29245 (catan_test): Run tests with RUN_TEST_LOOP_c_c.
29246 (catanh_test_data): New variable.
29247 (catanh_test): Run tests with RUN_TEST_LOOP_c_c.
29248 (ccos_test_data): New variable.
29249 (ccos_test): Run tests with RUN_TEST_LOOP_c_c.
29250 (ccosh_test_data): New variable.
29251 (ccosh_test): Run tests with RUN_TEST_LOOP_c_c.
29252 (cexp_test_data): New variable.
29253 (cexp_test): Run tests with RUN_TEST_LOOP_c_c.
29254 (clog_test_data): New variable.
29255 (clog_test): Run tests with RUN_TEST_LOOP_c_c.
29256 (clog10_test_data): New variable.
29257 (clog10_test): Run tests with RUN_TEST_LOOP_c_c.
29258 (conj_test_data): New variable.
29259 (conj_test): Run tests with RUN_TEST_LOOP_c_c.
29260 (cproj_test_data): New variable.
29261 (cproj_test): Run tests with RUN_TEST_LOOP_c_c.
29262 (csin_test_data): New variable.
29263 (csin_test): Run tests with RUN_TEST_LOOP_c_c.
29264 (csinh_test_data): New variable.
29265 (csinh_test): Run tests with RUN_TEST_LOOP_c_c.
29266 (csqrt_test_data): New variable.
29267 (csqrt_test): Run tests with RUN_TEST_LOOP_c_c.
29268 (ctan_test_data): New variable.
29269 (ctan_test): Run tests with RUN_TEST_LOOP_c_c.
29270 (ctan_tonearest_test_data): New variable.
29271 (ctan_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29272 (ctan_towardzero_test_data): New variable.
29273 (ctan_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29274 (ctan_downward_test_data): New variable.
29275 (ctan_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29276 (ctan_upward_test_data): New variable.
29277 (ctan_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29278 (ctanh_test_data): New variable.
29279 (ctanh_test): Run tests with RUN_TEST_LOOP_c_c.
29280 (ctanh_tonearest_test_data): New variable.
29281 (ctanh_test_tonearest): Run tests with RUN_TEST_LOOP_c_c.
29282 (ctanh_towardzero_test_data): New variable.
29283 (ctanh_test_towardzero): Run tests with RUN_TEST_LOOP_c_c.
29284 (ctanh_downward_test_data): New variable.
29285 (ctanh_test_downward): Run tests with RUN_TEST_LOOP_c_c.
29286 (ctanh_upward_test_data): New variable.
29287 (ctanh_test_upward): Run tests with RUN_TEST_LOOP_c_c.
29288 * math/gen-libm-test.pl (get_ulps): Use BUILD_COMPLEX_ULP instead
29289 of BUILD_COMPLEX.
29290
601a3a5f
JM
29291 * math/libm-test.inc (struct test_ff_f_data): New type.
29292 (struct test_ff_f_data_nexttoward): Likewise.
29293 (RUN_TEST_LOOP_2_f): New macro.
29294 (RUN_TEST_LOOP_ff_f): Likewise.
29295 (atan2_test_data): New variable.
29296 (atan2_test): Run tests with RUN_TEST_LOOP_ff_f.
29297 (copysign_test_data): New variable.
29298 (copysign_test): Run tests with RUN_TEST_LOOP_ff_f.
29299 (fdim_test_data): New variable.
29300 (fdim_test): Run tests with RUN_TEST_LOOP_ff_f.
29301 (fmax_test_data): New variable.
29302 (fmax_test): Run tests with RUN_TEST_LOOP_ff_f.
29303 (fmin_test_data): New variable.
29304 (fmin_test): Run tests with RUN_TEST_LOOP_ff_f.
29305 (fmod_test_data): New variable.
29306 (fmod_test): Run tests with RUN_TEST_LOOP_ff_f.
29307 (hypot_test_data): New variable.
29308 (hypot_test): Run tests with RUN_TEST_LOOP_ff_f.
29309 (nextafter_test_data): New variable.
29310 (nextafter_test): Run tests with RUN_TEST_LOOP_ff_f.
29311 (nexttoward_test_data): New variable.
29312 (nexttoward_test): Run tests with RUN_TEST_LOOP_ff_f.
29313 (pow_test_data): New variable.
29314 (pow_test): Run tests with RUN_TEST_LOOP_ff_f.
29315 (pow_tonearest_test_data): New variable.
29316 (pow_test_tonearest): Run tests with RUN_TEST_LOOP_ff_f.
29317 (pow_towardzero_test_data): New variable.
29318 (pow_test_towardzero): Run tests with RUN_TEST_LOOP_ff_f.
29319 (pow_downward_test_data): New variable.
29320 (pow_test_downward): Run tests with RUN_TEST_LOOP_ff_f.
29321 (pow_upward_test_data): New variable.
29322 (pow_test_upward): Run tests with RUN_TEST_LOOP_ff_f.
29323 (remainder_test_data): New variable.
29324 (remainder_test): Run tests with RUN_TEST_LOOP_ff_f.
29325 (scalb_test_data): New variable.
29326 (scalb_test): Run tests with RUN_TEST_LOOP_ff_f.
29327 * sysdeps/i386/fpu/libm-test-ulps: Update.
29328
74c57478
JM
293292013-05-11 Joseph Myers <joseph@codesourcery.com>
29330
8329e4da
JM
29331 * math/libm-test.inc (fma_test): Use max_value instead of local
29332 variable fltmax.
29333 (nextafter_test): Likewise.
29334
74c57478
JM
29335 * math/libm-test.inc (acos_towardzero_test_data): New variable.
29336 (acos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29337 (acos_downward_test_data): New variable.
29338 (acos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29339 (acos_upward_test_data): New variable.
29340 (acos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29341 (acosh_test_data): New variable.
29342 (acosh_test): Run tests with RUN_TEST_LOOP_f_f.
29343 (asin_test_data): New variable.
29344 (asin_test): Run tests with RUN_TEST_LOOP_f_f.
29345 (asin_tonearest_test_data): New variable.
29346 (asin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29347 (asin_towardzero_test_data): New variable.
29348 (asin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29349 (asin_downward_test_data): New variable.
29350 (asin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29351 (asin_upward_test_data): New variable.
29352 (asin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29353 (asinh_test_data): New variable.
29354 (asinh_test): Run tests with RUN_TEST_LOOP_f_f.
29355 (atan_test_data): New variable.
29356 (atan_test): Run tests with RUN_TEST_LOOP_f_f.
29357 (atanh_test_data): New variable.
29358 (atanh_test): Run tests with RUN_TEST_LOOP_f_f.
29359 (cbrt_test_data): New variable.
29360 (cbrt_test): Run tests with RUN_TEST_LOOP_f_f.
29361 (ceil_test_data): New variable.
29362 (ceil_test): Run tests with RUN_TEST_LOOP_f_f.
29363 (cos_test_data): New variable.
29364 (cos_test): Run tests with RUN_TEST_LOOP_f_f.
29365 (cos_tonearest_test_data): New variable.
29366 (cos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29367 (cos_towardzero_test_data): New variable.
29368 (cos_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29369 (cos_downward_test_data): New variable.
29370 (cos_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29371 (cos_upward_test_data): New variable.
29372 (cos_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29373 (cosh_test_data): New variable.
29374 (cosh_test): Run tests with RUN_TEST_LOOP_f_f.
29375 (cosh_tonearest_test_data): New variable.
29376 (cosh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29377 (cosh_towardzero_test_data): New variable.
29378 (cosh_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29379 (cosh_downward_test_data): New variable.
29380 (cosh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29381 (cosh_upward_test_data): New variable.
29382 (cosh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29383 (erf_test_data): New variable.
29384 (erf_test): Run tests with RUN_TEST_LOOP_f_f.
29385 (erfc_test_data): New variable.
29386 (erfc_test): Run tests with RUN_TEST_LOOP_f_f.
29387 (exp_test_data): New variable.
29388 (exp_test): Run tests with RUN_TEST_LOOP_f_f.
29389 (exp_tonearest_test_data): New variable.
29390 (exp_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29391 (exp_towardzero_test_data): New variable.
29392 (exp_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29393 (exp_downward_test_data): New variable.
29394 (exp_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29395 (exp_upward_test_data): New variable.
29396 (exp_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29397 (exp10_test_data): New variable.
29398 (exp10_test): Run tests with RUN_TEST_LOOP_f_f.
29399 (exp2_test_data): New variable.
29400 (exp2_test): Run tests with RUN_TEST_LOOP_f_f.
29401 (expm1_test_data): New variable.
29402 (expm1_test): Run tests with RUN_TEST_LOOP_f_f.
29403 (fabs_test_data): New variable.
29404 (fabs_test): Run tests with RUN_TEST_LOOP_f_f.
29405 (floor_test_data): New variable.
29406 (floor_test): Run tests with RUN_TEST_LOOP_f_f.
29407 (j0_test_data): New variable.
29408 (j0_test): Run tests with RUN_TEST_LOOP_f_f.
29409 (j1_test_data): New variable.
29410 (j1_test): Run tests with RUN_TEST_LOOP_f_f.
29411 (log_test_data): New variable.
29412 (log_test): Run tests with RUN_TEST_LOOP_f_f.
29413 (log10_test_data): New variable.
29414 (log10_test): Run tests with RUN_TEST_LOOP_f_f.
29415 (log1p_test_data): New variable.
29416 (log1p_test): Run tests with RUN_TEST_LOOP_f_f.
29417 (log2_test_data): New variable.
29418 (log2_test): Run tests with RUN_TEST_LOOP_f_f.
29419 (logb_test_data): New variable.
29420 (logb_test): Run tests with RUN_TEST_LOOP_f_f.
29421 (logb_downward_test_data): New variable.
29422 (logb_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29423 (nearbyint_test_data): New variable.
29424 (nearbyint_test): Run tests with RUN_TEST_LOOP_f_f.
29425 (rint_test_data): New variable.
29426 (rint_test): Run tests with RUN_TEST_LOOP_f_f.
29427 (rint_tonearest_test_data): New variable.
29428 (rint_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29429 (rint_towardzero_test_data): New variable.
29430 (rint_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29431 (rint_downward_test_data): New variable.
29432 (rint_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29433 (rint_upward_test_data): New variable.
29434 (rint_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29435 (round_test_data): New variable.
29436 (round_test): Run tests with RUN_TEST_LOOP_f_f.
29437 (sin_test_data): New variable.
29438 (sin_test): Run tests with RUN_TEST_LOOP_f_f.
29439 (sin_tonearest_test_data): New variable.
29440 (sin_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29441 (sin_towardzero_test_data): New variable.
29442 (sin_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29443 (sin_downward_test_data): New variable.
29444 (sin_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29445 (sin_upward_test_data): New variable.
29446 (sin_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29447 (sinh_test_data): New variable.
29448 (sinh_test): Run tests with RUN_TEST_LOOP_f_f.
29449 (sinh_tonearest_test_data): New variable.
29450 (sinh_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29451 (sinh_towardzero_test_data): New variable.
29452 (sinh_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29453 (sinh_downward_test_data): New variable.
29454 (sinh_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29455 (sinh_upward_test_data): New variable.
29456 (sinh_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29457 (sqrt_test_data): New variable.
29458 (sqrt_test): Run tests with RUN_TEST_LOOP_f_f.
29459 (tan_test_data): New variable.
29460 (tan_test): Run tests with RUN_TEST_LOOP_f_f.
29461 (tan_tonearest_test_data): New variable.
29462 (tan_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29463 (tan_towardzero_test_data): New variable.
29464 (tan_test_towardzero): Run tests with RUN_TEST_LOOP_f_f.
29465 (tan_downward_test_data): New variable.
29466 (tan_test_downward): Run tests with RUN_TEST_LOOP_f_f.
29467 (tan_upward_test_data): New variable.
29468 (tan_test_upward): Run tests with RUN_TEST_LOOP_f_f.
29469 (tanh_test_data): New variable.
29470 (tanh_test): Run tests with RUN_TEST_LOOP_f_f.
29471 (tgamma_test_data): New variable.
29472 (tgamma_test): Run tests with RUN_TEST_LOOP_f_f.
29473 (trunc_test_data): New variable.
29474 (trunc_test): Run tests with RUN_TEST_LOOP_f_f.
29475 (y0_test_data): New variable.
29476 (y0_test): Run tests with RUN_TEST_LOOP_f_f.
29477 (y1_test_data): New variable.
29478 (y1_test): Run tests with RUN_TEST_LOOP_f_f.
29479 (significand_test_data): New variable.
29480 (significand_test): Run tests with RUN_TEST_LOOP_f_f.
29481
7187d844
CG
294822013-05-10 Christian Grönke <cgr_bugs@sysgo.com>
29483
29484 [BZ #12387]
29485 * sysdeps/unix/sysv/linux/sh/getgid.c: New file.
29486
f63fae73
PT
294872013-05-10 Pino Toscano <toscano.pino@tiscali.it>
29488
29489 * sysdeps/mach/hurd/bits/statvfs.h: Add ST_NOATIME.
29490
8a67a4b3
AJ
294912013-05-10 Andreas Jaeger <aj@suse.de>
29492
29493 [BZ #15448]
29494 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_SET_S)
29495 (__CPU_CLR_S, __CPU_ISSET_S): Avoid integer overflow.
29496
51df539d
JM
294972013-05-10 Joseph Myers <joseph@codesourcery.com>
29498
29499 * math/gen-libm-test.pl (adjust_arg): New function.
29500 (special_functions): Handle generating output in both functions
29501 and arrays.
29502 (parse_args): Likewise.
29503 (generate_testfile): Handle START_DATA and END_DATA. Pass extra
29504 $in_func argument to parse_args.
29505 * math/libm-test.inc (struct test_f_f_data): New type.
29506 (IF_ROUND_INIT_): New macro.
29507 (IF_ROUND_INIT_FE_DOWNWARD): Likewise.
29508 (IF_ROUND_INIT_FE_TONEAREST): Likewise.
29509 (IF_ROUND_INIT_FE_TOWARDZERO): Likewise.
29510 (IF_ROUND_INIT_FE_UPWARD): Likewise.
29511 (ROUND_RESTORE_): Likewise.
29512 (ROUND_RESTORE_FE_DOWNWARD): Likewise.
29513 (ROUND_RESTORE_FE_TONEAREST): Likewise.
29514 (ROUND_RESTORE_FE_TOWARDZERO): Likewise.
29515 (ROUND_RESTORE_FE_UPWARD): Likewise.
29516 (RUN_TEST_LOOP_f_f): New macro.
29517 (acos_test_data): New variable.
29518 (acos_test): Run tests with RUN_TEST_LOOP_f_f.
29519 (acos_tonearest_test_data): New variable.
29520 (acos_test_tonearest): Run tests with RUN_TEST_LOOP_f_f.
29521
5c637fe5
SP
295222013-05-10 Siddhesh Poyarekar <siddhesh@redhat.com>
29523
29524 * benchtests/bench-skeleton.c (startup): Fix coding style.
29525
ab2b9461
JM
295262013-05-10 Joseph Myers <joseph@codesourcery.com>
29527
29528 [BZ #6809]
29529 * math/w_tgamma.c (__tgamma): Also call __kernel_standard for
29530 negative infinity argument.
29531 * math/w_tgammaf.c (__tgammaf): Also call __kernel_standard_f for
29532 negative infinity argument.
29533 * math/w_tgammal.c (__tgammal): Also call __kernel_standard_l for
29534 negative infinity argument.
29535 * math/libm-test.inc (tgamma_test): Expect errno to be set for
29536 domain errors.
29537
4c0fe6fe
FW
295382013-05-10 Florian Weimer <fweimer@redhat.com>
29539
29540 * elf/sprof.c (load_profdata): Use fstat64 instead of fstat.
29541 * iconv/iconv_charmap.c (charmap_conversion): Likewise.
29542 * iconv/iconv_prog.c (main): Likewise.
29543 * locale/programs/charmap-dir.c (charmap_readdir)
29544 (fopen_uncompressed): Likewise.
29545 * locale/programs/locfile.c (siblings_uncached)
29546 (write_locale_data): Use lstat64 instead of lstat.
29547 * sunrpc/rpc_main.c (find_cpp, checkfiles): Use stat64 instead of
29548 stat.
29549
a3375d29
AJ
295502013-05-10 Andreas Jaeger <aj@suse.de>
29551
29552 [BZ #15395]
29553 * sunrpc/rpc_main.c (main): Invoke setlocale and textdomain for
29554 localization.
29555 Include <locale.h>.
29556
36129722
CD
295572013-05-09 Carlos O'Donell <carlos@redhat.com>
29558
29559 * elf/dl-close.c (_dl_close_worker): Add comments.
29560
faa7f811
JM
295612013-05-09 Joseph Myers <joseph@codesourcery.com>
29562
ed41ffef
JM
29563 [BZ #15359]
29564 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (c): Use 106 bits for
29565 high part of pi/2.
29566 (__ieee754_rem_pio2l): Update comments.
29567
d0213cd0
JM
29568 [BZ #15429]
29569 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c (c): Use 113 bits for
29570 high part of pi/2.
29571 (__ieee754_rem_pio2l): Update comments.
29572
0d3e777a
JM
29573 * math/libm-test.inc (M_SQRT_2_2): Remove macro.
29574 (csqrt_test): Use M_SQRT1_2l instead of M_SQRT_2_2.
29575
24f56066
JM
29576 * math/libm-test.inc (carg_test): Use M_PI_34l instead of 3 *
29577 M_PI_4l.
29578
faa7f811
JM
29579 * math/libm-test.inc (M_PI_34l): Define using decimal constant.
29580 (M_PI_34_LOG10El): Likewise.
29581 (M_PI2_LOG10El): Likewise.
29582 (M_PI4_LOG10El): Likewise.
29583 (M_PI_LOG10El): Likewise.
29584
e9a5e0fd
AZ
295852013-05-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29586
29587 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29588
d8cd06db
JM
295892013-05-08 Joseph Myers <joseph@codesourcery.com>
29590
a0d9f9d7
JM
29591 * math/libm-test.inc (PLUS_ZERO_INIT): New macro.
29592 (MINUS_ZERO_INIT): Likewise.
29593 (PLUS_INFTY_INIT): Likewise.
29594 (MINUS_INFTY_INIT): Likewise.
29595 (QNAN_VALUE_INIT): Likewise.
29596 (MAX_VALUE_INIT): Likewise.
29597 (MIN_VALUE_INIT): Likewise.
29598 (MIN_SUBNORM_VALUE_INIT): Likewise.
29599 (plus_zero): Initialize with PLUS_ZERO_INIT.
29600 (minus_zero): Initialize with MINUS_ZERO_INIT.
29601 (plus_infty): Initialize with PLUS_INFTY_INIT.
29602 (minus_infty): Initialize with MINUS_INFTY_INIT.
29603 (qnan_value): Initialize with QNAN_VALUE_INIT.
29604 (max_value): Initialize with MAX_VALUE_INIT.
29605 (min_value): Initialize with MIN_VALUE_INIT.
29606 (min_subnorm_value): Initialize with MIN_SUBNORM_VALUE_INIT.
29607
ae08db3b
JM
29608 * math/libm-test.inc (RUN_TEST_if_f): New macro.
29609 (jn_test): Use TEST_if_f instead of TEST_ff_f.
29610 (ldexp_text): Use TEST_fi_i instead of TEST_ff_f.
29611 (yn_test): Use TEST_if_f instead of TEST_ff_f.
29612
f44bf14a
JM
29613 * math/libm-test.inc (RUN_TEST_f_f): New macro.
29614 (RUN_TEST_2_f): Likewise.
29615 (RUN_TEST_ff_f): Likewise.
29616 (RUN_TEST_fi_f): Likewise.
29617 (RUN_TEST_fl_f): Likewise.
29618 (RUN_TEST_fff_f): Likewise.
29619 (RUN_TEST_c_f): Likewise.
29620 (RUN_TEST_f_f1): Likewise.
29621 (RUN_TEST_fF_f1): Likewise.
29622 (RUN_TEST_fI_f1): Likewise.
29623 (RUN_TEST_ffI_f1): Likewise.
29624 (RUN_TEST_c_c): Likewise.
29625 (RUN_TEST_cc_c): Likewise.
29626 (RUN_TEST_f_i): Likewise.
29627 (RUN_TEST_f_i_tg): Likewise.
29628 (RUN_TEST_ff_i_tg): Likewise.
29629 (RUN_TEST_f_b): Likewise.
29630 (RUN_TEST_f_b_tg): Likewise.
29631 (RUN_TEST_f_l): Likewise.
29632 (RUN_TEST_f_L): Likewise.
29633 (RUN_TEST_sincos): Likewise.
29634 * math/gen-libm-test.pl (new_test): Take new argument to indicate
29635 whether to show exceptions. Do not include ");\n" in return
29636 value.
29637 (special_functions): Output call to RUN_TEST_sincos instead of
29638 check_float calls. Update calls to new_test.
29639 (parse_args): Output call to single RUN_TEST_* macro instead of
29640 check_* calls and other assignments. Update calls to new_test.
29641
d8cd06db
JM
29642 [BZ #2546]
29643 [BZ #2560]
29644 [BZ #5159]
29645 [BZ #15426]
29646 * sysdeps/ieee754/k_standard.c (__kernel_standard): Copy sign of
29647 input to result for tgamma overflow.
29648 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Include <float.h>.
29649 (gamma_coeff): New variable.
29650 (NCOEFF): New macro.
29651 (gamma_positive): New function.
29652 (__ieee754_gamma_r): Handle positive infinity, NaN, overflow and
29653 underflow here. Use gamma_positive instead of exp (lgamma) for
29654 other arguments.
29655 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Include <float.h>.
29656 (gamma_coeff): New variable.
29657 (NCOEFF): New macro.
29658 (gammaf_positive): New function.
29659 (__ieee754_gammaf_r): Handle positive infinity, NaN, overflow and
29660 underflow here. Use gamma_positive instead of exp (lgamma) for
29661 other arguments.
29662 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Include <float.h>.
29663 (gamma_coeff): New variable.
29664 (NCOEFF): New macro.
29665 (gammal_positive): New function.
29666 (__ieee754_gammal_r): Handle positive infinity, NaN, overflow and
29667 underflow here. Use gamma_positive instead of exp (lgamma) for
29668 other arguments.
29669 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Include <float.h>.
29670 (gamma_coeff): New variable.
29671 (NCOEFF): New macro.
29672 (gammal_positive): New function.
29673 (__ieee754_gammal_r): Handle positive infinity, overflow and
29674 underflow here. Handle NaN the same as positive infinity. Remove
29675 check x < 0xffffffff for negative integers. Use gamma_positive
29676 instead of exp (lgamma) for other arguments.
29677 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Include <float.h>.
29678 (gamma_coeff): New variable.
29679 (NCOEFF): New macro.
29680 (gammal_positive): New function.
29681 * sysdeps/ieee754/dbl-64/gamma_product.c: New file.
29682 * sysdeps/ieee754/dbl-64/gamma_productf.c: Likewise.
29683 * sysdeps/ieee754/ldbl-128/gamma_productl.c: Likewise.
29684 * sysdeps/ieee754/ldbl-128ibm/gamma_productl.c: Likewise.
29685 * sysdeps/ieee754/ldbl-96/gamma_product.c: Likewise.
29686 * sysdeps/ieee754/ldbl-96/gamma_productl.c: Likewise.
29687 * sysdeps/generic/math_private.h (__gamma_productf): New
29688 prototype.
29689 (__gamma_product): Likewise.
29690 (__gamma_productl): Likewise.
29691 * math/Makefile (libm-calls): Add gamma_product.
29692 * math/libm-test.inc (tgamma_test): Add more tests.
29693 * sysdeps/i386/fpu/libm-test-ulps: Update.
29694 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29695
bb7cf681
OB
296962013-05-08 Ondřej Bílka <neleai@seznam.cz>
29697
29698 * benchtests/bench-skeleton.c (main): Preheat CPU.
29699
ba853947
AJ
297002013-05-07 Aurelien Jarno <aurelien@aurel32.net>
29701
29702 * misc/sys/param.h (DEV_BSIZE): Define only if not already defined.
29703
8347c74c
RM
297042013-05-07 Roland McGrath <roland@hack.frob.com>
29705
29706 * sysdeps/generic/ldsodefs.h [IS_IN_rtld]: Declare _dl_skip_args
29707 and _dl_skip_args_internal.
29708
e8dd4791
CD
297092013-05-07 Carlos O'Donell <carlos@redhat.com>
29710
29711 * manual/message.texi (Message Translation): Talk about users.
29712 Message to key mapping impacts design.
29713
c7405830
RM
297142013-05-06 Roland McGrath <roland@hack.frob.com>
29715
a9173057
RM
29716 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: New file.
29717
976e2f03
RM
29718 * elf/dl-open.c: Remove declaration of _dl_sysdep_start.
29719
9723ffc5
RM
29720 * sysdeps/unix/sysv/linux/wordsize-64/glob64.c: Moved to ...
29721 * sysdeps/wordsize-64/glob64.c: ... here.
29722
962e6658
RM
29723 * sysdeps/generic/not-cancel.h (NO_CANCELLATION): New macro.
29724 (pause_not_cancel, nanosleep_not_cancel, sigsuspend_not_cancel):
29725 New macros.
29726
ee586a6d
RM
29727 * debug/getlogin_r_chk.c: Moved to ...
29728 * login/getlogin_r_chk.c: ... here.
29729 * debug/Makefile (routines): Move getlogin_r_chk to ...
29730 * login/Makefile (routines): ... here.
29731 * debug/Versions (libc: GLIBC_2.4): Move getlogin_r_chk to ...
29732 * login/Versions (libc: GLIBC_2.4): ... here.
29733
355f9165
RM
29734 * io/poll.c (__poll): Renamed from poll.
29735 Add libc_hidden_def.
29736 (poll): Define as weak alias.
29737
bd9ffde6
RM
29738 * debug/ptsname_r_chk.c: Moved to ...
29739 * login/ptsname_r_chk.c: ... here.
29740 * debug/Makefile (routines): Move ptsname_r_chk to ...
29741 * login/Makefile (routines): ... here.
29742 * debug/Versions (libc: GLIBC_2.4): Move __ptsname_r_chk to ...
29743 * login/Versions (libc: GLIBC_2.4): ... here.
29744
8fb16a04
RM
29745 * posix/getlogin.c: Moved to ...
29746 * login/getlogin.c: ... here.
29747 * posix/getlogin_r.c: Moved to ...
29748 * login/getlogin_r.c: ... here.
29749 * posix/getlogin_r.c: Moved to ...
29750 * login/getlogin_r.c: ... here.
29751 * posix/Makefile (routines): Move getlogin, getlogin_r, setlogin to ...
29752 * login/Makefile (routines): ... here.
29753 * posix/Versions (libc: GLIBC_2.0): Move setlogin to ...
29754 * login/Versions (libc: GLIBC_2.0): ... here.
29755
b99b892f
RM
29756 * resource/setrlimit.c (__setrlimit): Renamed from setrlimit.
29757 (setrlimit): Define as weak alias.
29758
c7405830
RM
29759 * sysdeps/posix/truncate.c (__truncate): Renamed from truncate.
29760 Call __ names for open, ftruncate, and close.
29761 For LENGTH==0 case, just use O_TRUNC rather than calling ftruncate.
29762 (truncate): Define as weak alias.
29763
5bf96de5
JM
297642013-05-06 Joseph Myers <joseph@codesourcery.com>
29765
9ea3513c
JM
29766 * math/gen-libm-test.pl (parse_args): Initialize x before each
29767 test of frexp, modf and remquo.
29768
5bf96de5
JM
29769 * math/libm-test.inc (gamma_test): Consistently use TEST_f_f1 to
29770 test signgam value.
29771
16e616a7
AZ
297722013-05-06 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29773
29774 [BZ #15418]
29775 [BZ #15419]
29776 * sysdeps/powerpc/fpu/e_hypot.c: Fix spurious FP exception generated by
29777 internal tests.
29778 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
29779
d5e82754
RM
297802013-05-06 Roland McGrath <roland@hack.frob.com>
29781
29782 * elf/dl-writev.h: New file.
29783 * elf/dl-misc.c: Include it.
29784 (_dl_debug_vdprintf): Call _dl_writev instead of __writev et al.
29785 * sysdeps/unix/sysv/linux/dl-writev.h: New file.
29786
a7548d41
JM
297872013-05-04 Joseph Myers <joseph@codesourcery.com>
29788
b7dab1e4
JM
29789 * math/libm-test.inc (noXFails): Remove variable.
29790 (noXPasses): Likewise.
29791 (BUILD_COMPLEX_INT): Remove macro.
29792 (print_screen): Remove xfail argument.
29793 (print_screen_max_error): Likewise.
29794 (update_stats): Likewise.
29795 (print_max_error): Likewise. Update calls to other affected
29796 functions.
29797 (print_complex_max_error): Likewise.
29798 (test_single_exception): Update calls to print_screen.
29799 (test_single_errno): Likewise.
29800 (check_float_internal): Remove xfail argument. Update calls to
29801 other affected functions.
29802 (check_float): Likewise.
29803 (check_complex): Likewise.
29804 (check_int): Likewise.
29805 (check_long): Likewise.
29806 (check_bool): Likewise.
29807 (check_longlong): Likewise.
29808 (main): Don't print noXFails and noXPasses.
29809 * math/gen-libm-test.pl (top level): Don't mention expected
29810 failure handling in comment.
29811 (new_test): Don't handle expected failures.
29812 (parse_args): Don't mention expected failure handling in comment.
29813 (generate_testfile): Don't handle expected failures.
29814 (parse_ulps): Likewise.
29815 (print_ulps_file): Likewise.
29816 (get_failure): Remove function.
29817 (output_test): Don't handle expected failures.
29818 * make/README.libm-test: Don't mention expected failure handling.
29819
a7548d41
JM
29820 * math/libm-test.inc (plus_zero): Make const. Add initializer.
29821 (minus_zero): Likewise.
29822 (plus_infty): Likewise.
29823 (minus_infty): Likewise.
29824 (qnan_value): Likewise.
29825 (max_value): Likewise.
29826 (min_value): Likewise.
29827 (min_subnorm_value): Likewise.
29828 (initialize): Do not initialize those variables dynamically.
29829
60bfd54c
RM
298302013-05-03 Roland McGrath <roland@hack.frob.com>
29831
cc0e6ed8
RM
29832 * io/open.c (__open_2): Moved to ...
29833 * io/open_2.c: ... this new file.
29834 * io/open64.c (__open64_2): Moved to ...
29835 * io/open64_2.c: ... this new file.
29836 * io/openat.c (__openat_2): Moved to ...
29837 * io/openat_2.c: ... this new file.
29838 * io/openat64.c (__openat64_2): Moved to ...
29839 * io/openat64_2.c: ... this new file.
29840 * io/Makefile (routines): Add them.
29841 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Remove them.
29842 * sysdeps/unix/sysv/linux/open_2.c: File removed.
29843 * sysdeps/unix/sysv/linux/open64_2.c: File removed.
29844 * sysdeps/unix/sysv/linux/openat.c (__OPENAT_2): Removed.
29845 * sysdeps/unix/sysv/linux/openat64.c (__OPENAT_2): Removed.
29846 * sysdeps/unix/sysv/linux/wordsize-64/openat.c (__openat_2): Removed.
29847 (__openat64): Add hidden_ver.
29848 * sysdeps/mach/hurd/open.c (__open_2, __open64_2): Removed.
29849 * sysdeps/mach/hurd/openat.c (__openat_2): Removed.
29850
60bfd54c
RM
29851 * elf/dl-sysdep.c (_dl_sysdep_start) [NEED_DL_SYSINFO]:
29852 Separately conditionalize setting of GLRO(dl_sysinfo) so
29853 that the GLRO(dl_sysinfo_dso) test is under [NEED_DL_SYSINFO_DSO]
29854 as well, but the actual setting is only under [NEED_DL_SYSINFO].
29855
83e7640f
AZ
298562013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29857
29858 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_time symbol.
29859 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Add __vdso_time
29860 definition.
29861 (VDSO_IFUNC_RET): Cast to void * to silence compiler warning.
29862 * sysdeps/unix/sysv/linux/powerpc/init-first.c
29863 (_libc_vdso_platform_setup): Add __vdso_time initialization.
29864 * sysdeps/unix/sysv/linux/powerpc/time.c: New file: time implementation
29865 for PowerPC using vDSO where is avaliable or gettimeofday as a fallback.
29866
d5dc2af3
JM
298672013-05-03 Joseph Myers <joseph@codesourcery.com>
29868
c31a5b1e
JM
29869 * math/libm-test.inc (lgamma_test): Consistently use TEST_f_f1 to
29870 test signgam value.
29871
d5dc2af3
JM
29872 * math/libm-test.inc (hypot_test): Do not use
29873 IGNORE_ZERO_INF_SIGN.
29874
164fd39d
AJ
298752013-05-03 Andreas Jaeger <aj@suse.de>
29876
29877 * sysdeps/gnu/netinet/tcp.h (TCP_TIMESTAMP): New value, from
29878 Linux 3.9.
29879 * sysdeps/unix/sysv/linux/bits/socket.h (PF_VSOCK, AF_VSOCK): Add.
29880 (PF_MAX): Adjust for VSOCK change.
29881
8237f48c
AZ
298822013-05-03 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29883
29884 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29885
9df02941
CD
298862013-05-02 Carlos O'Donell <carlos@redhat.com>
29887
29888 [BZ #15264]
29889 * localedata/locales/en_CA (LC_MESSAGES): Define yesstr and nostr.
29890 * localedata/locales/es_AR (LC_MESSAGES): Copy es_ES.
29891 * localedata/locales/es_ES (LC_MESSAGES): Define yesstr and nostr.
29892
d422395e
DM
298932013-05-02 David S. Miller <davem@davemloft.net>
29894
29895 * sysdeps/sparc/fpu/libm-test-ulps: Update.
29896
a07c5731
OB
298972013-05-01 Ondřej Bílka <neleai@seznam.cz>
29898
29899 * string/bits/string2.h (__strcmp_cg): Call __strcmp_gc.
29900
1324e37f
RM
299012013-05-01 Roland McGrath <roland@hack.frob.com>
29902
29903 * sysdeps/posix/opendir.c: Include <sys/param.h> to get MIN/MAX macros.
29904
0695940b
RS
299052013-05-01 Richard Smith <richard@metafoo.co.uk>
29906
bb5f27ad 29907 [BZ #14952]
0695940b
RS
29908 * misc/sys/cdefs.h (__extern_inline, __extern_always_inline)
29909 [__GNUC__ && (__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29910 Use __attribute__ ((__gnu_inline__)).
29911 [__GNUC__ && !(__GNUC_STDC_INLINE__ || __GNUC_GNU_INLINE__)]:
29912 Don't use __attribute__ ((__gnu_inline__)).
29913
10de07f5
JM
299142013-05-01 Joseph Myers <joseph@codesourcery.com>
29915
29916 [BZ #15423]
29917 * math/s_catan.c (__catan): Handle small real or imaginary part of
29918 input specially to avoid spurious underflow.
29919 * math/s_catanf.c (__catanf): Likewise.
29920 * math/s_catanh.c (__catanh): Likewise.
29921 * math/s_catanhf.c (__catanhf): Likewise.
29922 * math/s_catanhl.c (__catanhl): Likewise.
29923 * math/s_catanl.c (__catanl): Likewise.
29924 * math/libm-test.inc (catan_test): Add more tests.
29925 (catanh_test): Likewise.
29926 * sysdeps/i386/fpu/libm-test-ulps: Update.
29927 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29928
cb4d5414
AZ
299292013-04-30 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
29930
29931 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
29932
caf84319
JM
299332013-04-30 Joseph Myers <joseph@codesourcery.com>
29934
29935 [BZ #15416]
29936 * math/s_catan.c (__catan): Compute expressions 1 - x^2 - y^2 more
29937 accurately for denominator in atan2.
29938 * math/s_catanf.c (__catanf): Likewise.
29939 * math/s_catanh.c (__catanh): Likewise.
29940 * math/s_catanhf.c (__catanhf): Likewise.
29941 * math/s_catanhl.c (__catanhl): Likewise.
29942 * math/s_catanl.c (__catanl): Likewise.
29943 * math/libm-test.inc (catan_test): Add more tests.
29944 (catanh_test): Likewise.
29945 * sysdeps/i386/fpu/libm-test-ulps: Update.
29946 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
29947
d569c6ee
SP
299482013-04-30 Siddhesh Poyarekar <siddhesh@redhat.com>
29949
6dbe713d
SP
29950 * sysdeps/ieee754/dbl-64/s_sin.c: Format code.
29951
f0ee064b
SP
29952 * benchtests/Makefile (bench): Remove slow benchmarks.
29953 * benchtests/atan-inputs: Add slow benchmark inputs.
29954 * benchtests/bench-modf.c (NUM_VARIANTS): Define.
29955 (BENCH_FUNC): Accept variant offset.
29956 (VARIANT): Define.
29957 * benchtests/bench-skeleton.c (main): Run benchmark for each
29958 variant.
29959 * benchtests/cos-inputs: Add slow benchmark inputs.
29960 * benchtests/exp-inputs: Likewise.
29961 * benchtests/pow-inputs: Likewise.
29962 * benchtests/sin-inputs: Likewise.
29963 * benchtests/slowatan-inputs: Remove.
29964 * benchtests/slowatan.c: Remove.
29965 * benchtests/slowcos-inputs: Remove.
29966 * benchtests/slowcos.c: Remove.
29967 * benchtests/slowexp-inputs: Remove.
29968 * benchtests/slowexp.c: Remove.
29969 * benchtests/slowpow-inputs: Remove.
29970 * benchtests/slowpow.c: Remove.
29971 * benchtests/slowsin-inputs: Remove.
29972 * benchtests/slowsin.c: Remove.
29973 * benchtests/slowtan-inputs: Remove.
29974 * benchtests/slowtan.c: Remove.
29975 * benchtests/tan-inputs: Add slow benchmark inputs.
29976 * scripts/bench.pl: Parse comments and directives.
29977
d569c6ee
SP
29978 * benchtests/Makefile: Remove *-ITER. Define BENCH_DURATION
29979 in CPPFLAGS.
29980 ($(objpfx)bench-%.c): Remove *-ITER.
29981 * benchtests/bench-modf.c: Remove definition of ITER.
29982 * benchtests/bench-skeleton.c (TIMESPEC_AFTER): New macro.
29983 (main): Loop for DURATION seconds instead of fixed number of
29984 iterations.
29985 * scripts/bench.pl: Don't expect iterations in parameters.
29986
a6a242fe
RM
299872013-04-29 Roland McGrath <roland@hack.frob.com>
29988
29989 * io/fchdir.c (__fchdir): Renamed from fchdir.
29990 (fchdir): Define as weak alias.
29991
f2da7793
JM
299922013-04-29 Joseph Myers <joseph@codesourcery.com>
29993
29994 * math/libm-test.inc (ERRNO_UNCHANGED): New macro.
29995 (ERRNO_EDOM): Likewise.
29996 (ERRNO_ERANGE): Likewise.
29997 (noErrnoTests): New variable.
29998 (init_max_error): Set errno to 0.
29999 (test_single_errno): New function.
30000 (test_errno): Likewise.
30001 (check_float_internal): Call test_errno. Set errno to 0.
30002 (check_complex): Refer to errno tests in comment.
30003 (check_int): Call test_errno. Set errno to 0.
30004 (check_long): Likewise.
30005 (check_bool): Likewise.
30006 (check_longlong): Likewise.
30007 (cos_test): Use ERRNO_* flags for errno tests instead of
30008 check_int.
30009 (expm1_test): Likewise.
30010 (fmod_test): Likewise.
30011 (ilogb_test): Likewise.
30012 (lgamma_test): Likewise.
30013 (pow_test): Likewise.
30014 (remainder_test): Likewise.
30015 (sin_test): Likewise.
30016 (tan_test): Likewise.
30017 (yn_test): Likewise.
30018 (initialize): Set errno to 0.
30019 (main): Print number of errno tests.
30020 * math/gen-libm-test.pl (parse_args): Allow ERRNO flags on tests.
30021
b1a36ceb
AJ
300222013-04-29 Andreas Jaeger <aj@suse.de>
30023
c3ed8088
AJ
30024 [BZ #15084]
30025 * resolv/res_debug.c (p_option): Fix strings for RES_USEBSTRING
30026 and RES_USEVC.
30027
f1a24198
AJ
30028 [BZ #15085]
30029 * resolv/resolv.h (RES_NOCHECKNAME): Mark as unimplemented.
30030 * resolv/res_debug.c (p_option): Mark RES_NOCHECKNAME as
30031 unimplemented.
30032
9ce3b2cb
AJ
30033 [BZ #15380]
30034 * stdlib/random.c (__initstate): Return NULL if
30035 __initstate fails.
30036
f1a24198 30037 [BZ #15086]
b1a36ceb
AJ
30038 * resolv/res_debug.c (p_option): Handle RES_NOALIASES,
30039 RES_KEEPTSIG, RES_BLAST, RES_NOIP6DOTINT, RES_SNGLKUP,
30040 RES_SNGLKUPREOP.
30041
7e7b6f36
AZ
300422013-04-29 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30043
30044 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30045
4d14f449
JM
300462013-04-29 Joseph Myers <joseph@codesourcery.com>
30047
30048 * math/libm-test.inc (cacos_test): Add missing semicolons at ends
30049 of individual tests.
30050 (casin_test): Likewise.
30051 (casinh_test): Likewise.
30052
5b4217d7
JM
300532013-04-27 Joseph Myers <joseph@codesourcery.com>
30054
30055 [BZ #15409]
30056 * math/s_catan.c (__catan): Handle arguments with large real or
30057 imaginary part separately without squaring.
30058 * math/s_catanf.c (__catanf): Likewise.
30059 * math/s_catanh.c (__catanh): Likewise.
30060 * math/s_catanhf.c (__catanhf): Likewise.
30061 * math/s_catanhl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30062 and redefine.
30063 (__catanhl): Handle arguments with large real or imaginary part
30064 separately without squaring.
30065 * math/s_catanl.c [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine
30066 and redefine.
30067 (__catanl): Handle arguments with large real or imaginary part
30068 separately without squaring.
30069 * math/libm-test.inc (catan_test): Add more tests.
30070 (catanh_test): Likewise.
30071 * sysdeps/i386/fpu/libm-test-ulps: Update.
30072 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30073
4220c3ef
AJ
300742013-04-27 Andreas Jaeger <aj@suse.de>
30075
30076 [BZ #15007]
30077 * stdlib/stdlib.h: Update guards for qecvt.
30078 * stdlib/bits/stdlib-ldbl.h: Sync guards for qecvt etc with
30079 <stdlib.h>.
30080
4721b2d1
AM
300812013-04-27 Allan McRae <allan@archlinux.org>
30082
30083 * sysdeps/i386/fpu/libm-test-ulps: Update.
30084
f0302940
JM
300852013-04-26 Joseph Myers <joseph@codesourcery.com>
30086
9457fd95
JM
30087 [BZ #15406]
30088 * math/s_catan.c: Include <float.h>.
30089 (__catan): Ensure underflow exception occurs for underflowed
30090 result.
30091 * math/s_catanf.c: Include <float.h>.
30092 (__catanf): Ensure underflow exception occurs for underflowed
30093 result.
30094 * math/s_catanh.c: Include <float.h>.
30095 (__catanh): Ensure underflow exception occurs for underflowed
30096 result.
30097 * math/s_catanhf.c: Include <float.h>.
30098 (__catanhf): Ensure underflow exception occurs for underflowed
30099 result.
30100 * math/s_catanhl.c: Include <float.h>.
30101 (__catanhl): Ensure underflow exception occurs for underflowed
30102 result.
30103 * math/s_catanl.c: Include <float.h>.
30104 (__catanl): Ensure underflow exception occurs for underflowed
30105 result.
30106 * math/libm-test.inc (catan_test): Add more tests.
30107 (catanh_test): Likewise.
30108
f0302940
JM
30109 [BZ #15405]
30110 * math/s_ccosh.c (__ccosh): Ensure underflow exception occurs for
30111 underflowed result.
30112 * math/s_ccoshf.c (__ccoshf): Likewise.
30113 * math/s_ccoshl.c (__ccoshl): Likewise.
30114 * math/s_csin.c (__csin): Likewise.
30115 * math/s_csinf.c (__csinf): Likewise.
30116 * math/s_csinh.c (__csinh): Likewise.
30117 * math/s_csinhf.c (__csinhf): Likewise.
30118 * math/s_csinhl.c (__csinhl): Likewise.
30119 * math/s_csinl.c (__csinl): Likewise.
30120 * math/libm-test.inc (ccos_test): Add more tests.
30121 (ccosh_test): Likewise.
30122 (csin_test): Likewise.
30123 (csinh_test): Likewise.
30124
aa630f59
AZ
301252013-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30126
30127 * sysdeps/powerpc/power5/fpu/s_modf.c: Moved to ...
30128 * sysdeps/powerpc/power5+/fpu/s_modf.c: ... this.
30129 * sysdeps/powerpc/power5/fpu/s_modff.c: Moved to ...
30130 * sysdeps/powerpc/power5+/fpu/s_modff.c: ... this.
30131 * sysdeps/powerpc/powerpc32/power5+/Implies: Add powerpc/power5+ and
30132 powerpc/power5+/fpu folders.
30133 * sysdeps/powerpc/powerpc64/power5+/Implies: Likewise.
30134
30135
1b835983
MT
301362013-04-26 Markus Trippelsdorf <markus@trippelsdorf.de>
30137
30138 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
30139
73709b26
JM
301402013-04-25 Joseph Myers <joseph@codesourcery.com>
30141
30142 * elf/Makefile [$(config-machine) = x86_64] (tests): Remove
30143 additions to variable.
30144 [$(config-machine) = x86_64] (modules-names): Likewise.
30145 ($(objpfx)tst-audit3): Remove dependency.
30146 ($(objpfx)tst-audit3.out): Likewise.
30147 ($(objpfx)tst-audit4): Likewise.
30148 ($(objpfx)tst-audit4.out): Likewise.
30149 ($(objpfx)tst-audit5): Likewise.
30150 ($(objpfx)tst-audit5.out): Likewise.
30151 ($(objpfx)tst-audit6): Likewise.
30152 ($(objpfx)tst-audit6.out): Likewise.
30153 ($(objpfx)tst-audit7): Likewise.
30154 ($(objpfx)tst-audit7.out): Likewise.
30155 (tst-audit3-ENV): Remove variable.
30156 (tst-audit4-ENV): Likewise.
30157 (tst-audit5-ENV): Likewise.
30158 (tst-audit6-ENV): Likewise.
30159 (tst-audit7-ENV): Likewise.
30160 [$(config-cflags-avx) = yes] (AVX-CFLAGS): Likewise.
30161 [$(config-cflags-avx) = yes] (CFLAGS-tst-audit4.c): Remove
30162 addition to variable.
30163 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4a.c): Likewise.
30164 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod4b.c): Likewise.
30165 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6b.c): Likewise.
30166 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod6c.c): Likewise.
30167 [$(config-cflags-avx) = yes] (CFLAGS-tst-auditmod7b.c): Likewise.
30168 * sysdeps/x86_64/Makefile [$(subdir) = elf] (tests): Add
30169 tst-audit3, tst-audit4 and tst-audit5.
30170 [$(subdir) = elf && $(config-cflags-avx) = yes] (tests): Add
30171 tst-audit6 and tst-audit7.
30172 [$(subdir) = elf] (modules-names): Add audit modules for those
30173 tests.
30174 [$(subdir) = elf] ($(objpfx)tst-audit3): New dependency.
30175 [$(subdir) = elf] ($(objpfx)tst-audit3.out): Likewise.
30176 [$(subdir) = elf] ($(objpfx)tst-audit4): Likewise.
30177 [$(subdir) = elf] ($(objpfx)tst-audit4.out): Likewise.
30178 [$(subdir) = elf] ($(objpfx)tst-audit5): Likewise.
30179 [$(subdir) = elf] ($(objpfx)tst-audit5.out): Likewise.
30180 [$(subdir) = elf] ($(objpfx)tst-audit6): Likewise.
30181 [$(subdir) = elf] ($(objpfx)tst-audit6.out): Likewise.
30182 [$(subdir) = elf] ($(objpfx)tst-audit7): Likewise.
30183 [$(subdir) = elf] ($(objpfx)tst-audit7.out): Likewise.
30184 [$(subdir) = elf] (tst-audit3-ENV): New variable.
30185 [$(subdir) = elf] (tst-audit4-ENV): Likewise.
30186 [$(subdir) = elf] (tst-audit5-ENV): Likewise.
30187 [$(subdir) = elf] (tst-audit6-ENV): Likewise.
30188 [$(subdir) = elf] (tst-audit7-ENV): Likewise.
30189 [$(subdir) = elf && $(config-cflags-avx) = yes] (AVX-CFLAGS):
30190 Likewise.
30191 [$(subdir) = elf && $(config-cflags-avx) = yes]
30192 (CFLAGS-tst-audit4.c): Append $(AVX-CFLAGS).
30193 [$(subdir) = elf && $(config-cflags-avx) = yes]
30194 (CFLAGS-tst-auditmod4a.c): Likewise.
30195 [$(subdir) = elf && $(config-cflags-avx) = yes]
30196 (CFLAGS-tst-auditmod4b.c): Likewise.
30197 [$(subdir) = elf && $(config-cflags-avx) = yes]
30198 (CFLAGS-tst-auditmod6b.c): Likewise.
30199 [$(subdir) = elf && $(config-cflags-avx) = yes]
30200 (CFLAGS-tst-auditmod6c.c): Likewise.
30201 [$(subdir) = elf && $(config-cflags-avx) = yes]
30202 (CFLAGS-tst-auditmod7b.c): Likewise.
30203 * elf/tst-audit3.c: Move to ...
30204 * sysdeps/x86_64/tst-audit3.c: ... here.
30205 * elf/tst-audit4.c: Move to ...
30206 * sysdeps/x86_64/tst-audit4.c: ... here.
30207 * elf/tst-audit5.c: Move to ...
30208 * sysdeps/x86_64/tst-audit5.c: ... here.
30209 * elf/tst-audit6.c: Move to ...
30210 * sysdeps/x86_64/tst-audit6.c: ... here.
30211 * elf/tst-audit7.c: Move to ...
30212 * sysdeps/x86_64/tst-audit7.c: ... here.
30213 * elf/tst-auditmod3a.c: Move to ...
30214 * sysdeps/x86_64/tst-auditmod3a.c: ... here.
30215 * elf/tst-auditmod3b.c: Move to ...
30216 * sysdeps/x86_64/tst-auditmod3b.c: ... here.
30217 * elf/tst-auditmod4a.c: Move to ...
30218 * sysdeps/x86_64/tst-auditmod4a.c: ... here.
30219 * elf/tst-auditmod4b.c: Move to ...
30220 * sysdeps/x86_64/tst-auditmod4b.c: ... here.
30221 * elf/tst-auditmod5a.c: Move to ...
30222 * sysdeps/x86_64/tst-auditmod5a.c: ... here.
30223 * elf/tst-auditmod5b.c: Move to ...
30224 * sysdeps/x86_64/tst-auditmod5b.c: ... here.
30225 * elf/tst-auditmod6a.c: Move to ...
30226 * sysdeps/x86_64/tst-auditmod6a.c: ... here.
30227 * elf/tst-auditmod6b.c: Move to ...
30228 * sysdeps/x86_64/tst-auditmod6b.c: ... here.
30229 * elf/tst-auditmod6c.c: Move to ...
30230 * sysdeps/x86_64/tst-auditmod6c.c: ... here.
30231 * elf/tst-auditmod7a.c: Move to ...
30232 * sysdeps/x86_64/tst-auditmod7a.c: ... here.
30233 * elf/tst-auditmod7b.c: Move to ...
30234 * sysdeps/x86_64/tst-auditmod7b.c: ... here.
30235
1ef74943
PP
302362013-04-25 Paul Pluzhnikov <ppluzhnikov@google.com>
30237
30238 [BZ #15366]
30239 * sysdeps/generic/inttypes.h (PRId8, PRId16, etc.):
30240 define unconditionally.
30241 * sysdeps/generic/stdint.h (INT8_MIN, INT16_MIN, etc.):
30242 define unconditionally.
30243 (INT8_C, INT16_C, etc.): Likewise.
30244
93fd48c5
MR
302452013-04-25 Maciej W. Rozycki <macro@codesourcery.com>
30246
ae9552cf
MR
30247 * csu/libc-start.c (__libc_start_main) [!SHARED]: Declare
30248 __ehdr_start with hidden visibility.
30249
93fd48c5
MR
30250 * soft-fp/op-common.h (_FP_SQRT): s/sNAN/NAN/ in a comment.
30251
418601aa
CD
302522013-04-24 Carlos O'Donell <carlos@redhat.com>
30253
30254 * math/libm-test.inc (cos_test): Use accurate hex constants.
30255 (sincost_test): Likewise.
30256
2f38fbfe
JM
302572013-04-24 Joseph Myers <joseph@codesourcery.com>
30258
5e221800
JM
30259 * math/libm-test.inc (catan_test): Add more tests.
30260 (catanh_test): Likewise.
30261
77f143fd
JM
30262 * math/s_catanf.c (__catanf): Use suffixed floating-point
30263 constants.
30264 * math/s_catanhf.c (__catanhf): Likewise.
30265 * math/s_catanhl.c (__catanhl): Likewise.
30266 * math/s_catanl.c (__catanl): Likewise.
30267
2f38fbfe
JM
30268 [BZ #15394]
30269 * math/s_catan.c (__catan): Calculate imaginary part of result
30270 with log1p not log unless computing log of number close to 0.
30271 * math/s_catanf.c (__catanf): Likewise.
30272 * math/s_catanl.c (__catanl): Likewise.
30273 * math/s_catanh.c (__catanh): Calculate real part of result with
30274 log1p not log unless computing log of number close to 0.
30275 * math/s_catanhf.c (__catanhf): Likewise.
30276 * math/s_catanhl.c (__catanhl): Likewise.
30277 * math/libm-test.inc (catan_test): Add more tests.
30278 (catanh_test): Likewise.
30279 * sysdeps/i386/fpu/libm-test-ulps: Update.
30280 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30281
45d69176
SP
302822013-04-24 Siddhesh Poyarekar <siddhesh@redhat.com>
30283
30284 * benchtests/Makefile: Mention files in which fast and slow
30285 paths of math functions are implemented.
30286
87f51853
RM
302872013-04-23 Roland McGrath <roland@hack.frob.com>
30288
30289 * sysdeps/posix/timespec_get.c: New file.
30290
3c026539
AZ
302912013-04-23 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30292
30293 * sysdeps/powerpc/power5/fpu/s_modf.c: New file: modf optimization for
30294 POWER.
30295 * sysdeps/powerpc/power5/fpu/s_modff.c: New file: modff optimization
30296 for POWER.
30297 * sysdeps/powerpc/powerpc64/power5/Implies: Add powerpc/power5 and
30298 powerpc/power5/fpu folders.
30299 * sysdeps/powerpc/powerpc32/power5/Implies: Likewise.
30300 * benchtests/Makefile: Add modf testcase.
30301 * benchtests/bench-modf.c: New file: Benchmark test for mo
30302
ff491d14
SP
303032013-04-23 Siddhesh Poyarekar <siddhesh@redhat.com>
30304
30305 [BZ #14888]
30306 * time/Makefile (tests): Add tst-strptime-whitespace.
30307 * time/strptime_l.c (get_number): Use ISSPACE.
30308 (__strptime_internal): Likewise.
30309 * time/tst-strptime-whitespace.c: New test case.
30310
7ed3f4e8
AS
303112013-04-23 Andreas Schwab <schwab@linux-m68k.org>
30312
30313 * nss/nss_files/files-init.c (TF): Don't initialize flexible array
30314 member.
30315 (_nss_files_init): Set it here.
30316
5c95f7b6
HC
303172013-04-23 Heiko Carstens <heiko.carstens@de.ibm.com>
30318
30319 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Change types of
30320 f_type, f_bsize, f_namelen, f_frsize, f_flags,and f_spare to
30321 unsigned.
30322
d34c9158
JBG
303232013-04-22 Jan-Benedict Glaw <jbglaw@getslash.de>
30324
30325 * nss/getent.c (shadow_keys): Call endspent, not endpwent.
30326
2169712d
SP
303272013-04-22 Siddhesh Poyarekar <siddhesh@redhat.com>
30328
30329 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Compute results
30330 size just once.
30331
29c5de99
DM
303322013-04-21 David S. Miller <davem@davemloft.net>
30333
30334 * po/ru.po: Update Russion translation from translation project.
30335
ccdad15d
AC
303362013-04-17 Adam Conrad <adconrad@0c3.net>
30337
30338 * sysdeps/unix/sysv/linux/sys/fsuid.h: Remove __wur from setfsuid
30339 and setfsgid.
30340
0f122b8d
CD
303412013-04-17 Carlos O'Donell <carlos@redhat.com>
30342
5c5b07da 30343 * configure.in: Remove i386 configure warning. Remove i386 case.
0f122b8d 30344 * configure: Regenerate.
5c5b07da 30345 * sysdeps/i386/configure.in: Raise error if config_machine is i386.
0f122b8d
CD
30346 Add example to error message.
30347 * sysdeps/i386/configure: Regenerate.
30348
037714dd
SP
303492013-04-17 Siddhesh Poyarekar <siddhesh@redhat.com>
30350
30351 * benchtests/Makefile (bench): Add cos, tan, slowcos and
30352 slowtan.
30353 * benchtests/cos-inputs: New file.
30354 * benchtests/slowcos-inputs: New file.
30355 * benchtests/slowcos.c: New file.
30356 * benchtests/slowtan-inputs: New file.
30357 * benchtests/slowtan.c: New file.
30358 * benchtests/tan-inputs: New file.
30359
e913141d
RM
303602013-04-16 Roland McGrath <roland@hack.frob.com>
30361
30362 * rt/tst-aio7.c (do_test): Don't test O_RDONLY fd case, which is now
30363 considered kosher.
30364
a2964074
SP
303652013-04-16 Siddhesh Poyarekar <siddhesh@redhat.com>
30366
4856bcd2
SP
30367 * benchtests/Makefile: Include cppflags-iterator.mk to add
30368 -DNOT_IN_libc=1 to CPPFLAGS of all benchmark programs.
30369
a2964074
SP
30370 * Makefile.in (bench-clean): New target.
30371 * benchtests/Makefile (bench-clean): Likewise.
30372
9fbf9aca
DH
303732013-04-16 David Holsgrove <david.holsgrove@xilinx.com>
30374
30375 * elf/elf.h: Add EM_MICROBLAZE and MicroBlaze relocations.
30376
207d1e2a
TS
303772013-04-15 Thomas Schwinge <thomas@codesourcery.com>
30378
30379 * stdio-common/tstdiomisc.c: Fix coding-style violation.
30380
306dfba9
AS
303812013-04-15 Andreas Schwab <schwab@suse.de>
30382
30383 * nscd/grpcache.c (cache_addgr): Properly check for short write.
30384 * nscd/initgrcache.c (addinitgroupsX): Likewise.
30385 * nscd/pwdcache.c (cache_addpw): Likewise.
30386 * nscd/servicescache.c (cache_addserv): Likewise. Don't write
30387 more than recsize.
30388
206a6699
SP
303892013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
30390
30391 * benchtests/Makefile (bench): Write all output to
30392 bench-out.tmp together.
30393
0582f6b3
AS
303942013-04-15 Andreas Schwab <schwab@suse.de>
30395
30396 * nscd/nscd.c (main): Don't fork again after closing files.
30397
acb4325f
SP
303982013-04-15 Siddhesh Poyarekar <siddhesh@redhat.com>
30399
5cb26d0a
SP
30400 * libio/tst-fwrite-error.c (do_test): Fix BUF array definition.
30401
acb4325f
SP
30402 * benchtests/Rules (bench-deps): Collect dependencies into a
30403 single variable. Add Makefile to dependencies.
30404 ($(objpfx)bench-%.c): Depend on bench-deps.
30405
47792506
RM
304062013-04-12 Roland McGrath <roland@hack.frob.com>
30407 Xavier Roche <roche+kml2@exalead.com>
30408
30409 [BZ #15361]
30410 * sysdeps/pthread/aio_fsync.c (aio_fsync): Don't check open modes,
30411 just that it's a file descriptor.
30412 * manual/llio.texi (Synchronizing AIO Operations): Update description
30413 for EBADF error from aio_fsync.
30414
8fc1bee5
SP
304152013-04-12 Siddhesh Poyarekar <siddhesh@redhat.com>
30416
30417 * Rules (bench): Move target definition...
30418 * benchtests/Makefile: ... here.
30419
aba5e333
CD
304202013-04-11 Carlos O'Donell <carlos@redhat.com>
30421
30422 * math/libm-test.inc (cos_test): Fix PI/2 test.
30423 (sincos_test): Likewise.
30424 * sysdeps/x86_64/fpu/libm-test-ulps: Regenerate.
30425 * sysdeps/i386/fpu/libm-test-ulps: Regenerate.
30426
273cdee8
AS
304272013-04-11 Andreas Schwab <schwab@suse.de>
30428
6ecec3b6
AS
30429 [BZ #13988]
30430 * stdio-common/vfscanf.c (_IO_vfwscanf): When parsing a float
30431 accept exponent character only when digits were seen.
30432 * stdio-common/Makefile (tests): Add bug26.
30433 * stdio-common/bug26.c: New file.
30434
273cdee8
AS
30435 [BZ #14293]
30436 * elf/dl-load.c (_dl_init_paths): Mark decomposed RUNPATH as
30437 non-freeable.
30438
8da491f5
SP
304392013-04-11 Siddhesh Poyarekar <siddhesh@redhat.com>
30440
01dc6df9
SP
30441 * Makeconfig (rtld-prefix): Define built linker prefix.
30442 * Rules (run-bench): Use it.
30443 * math/Makefile (run-regen-ulps): Likewise.
30444
8da491f5
SP
30445 * Rules (bench): Remove eval.
30446
abe7f530
SP
304472013-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
30448 Roland McGrath <roland@hack.frob.com>
30449 Ondrej Bilka <neleai@seznam.cz>
30450
30451 [BZ #15346]
30452 * time/getdate.c: Include ctype.h and alloca.h.
30453 (__getdate_r): Trim leading and trailing spaces of input.
30454 * time/tst-getdate.c (tests): Add tests with leading and
30455 trailing spaces.
30456
61c23e62
RM
304572013-04-08 Roland McGrath <roland@hack.frob.com>
30458
30459 [BZ #14280]
30460 * sysdeps/mach/hurd/bits/ioctls.h (_IOTS): Cast to enum __ioctl_datum
30461 when computing value.
30462
7208a313
CD
304632013-04-06 Carlos O'Donell <carlos@redhat.com>
30464
085b2d41
CD
30465 * math/README.libm-test (How can I generate "libm-test-ulps"?):
30466 Use testrun.sh to run libm tests.
30467
7208a313
CD
30468 [BZ #15309]
30469 * elf/dl-open.c (dl_open_worker): memset all of seen array.
30470
872c0acd
MM
304712013-04-06 Marko Myllynen <myllynen@redhat.com>
30472
30473 [BZ #15264]
30474 * locales/fi_FI (LC_MESSAGES): Define yesstr and nostr.
30475
26510bdd
CD
304762013-04-06 Carlos O'Donell <carlos@redhat.com>
30477
30478 * Makefile.in (regen-ulps): New target.
30479 * math/Makefile [ifneq (no,$(PERL)]: Declare regen-ulps with .PHONY.
30480 [ifneq (no,$(PERL)] (run-regen-ulps): New variable.
30481 [ifneq (no,$(PERL)] (regen-ulps): New target.
30482 [ifeq (no,$(PERL)] (regen-ulps): New target.
30483 * math/libm-test.inc (ulps_file_name): Define.
30484 (output_dir): New variable.
30485 (options): Add "output-dir" option.
30486 (parse_opt): Handle 'o' case.
30487 (main): If output_dir is non-NULL use it as a prefix
30488 otherwise use "".
30489 * math/README.libm-test: Update `How can I generate "libm-test-ulps"?'
30490
a01f19c8
CD
304912013-04-06 Carlos O'Donell <carlos@redhat.com>
30492
30493 [BZ #10060, #10062]
30494 * aclocal.m4 (LIBC_COMPILER_BUILTIN_INLINED): New macro.
30495 * sysdeps/i386/configure.in: Use LIBC_COMPILER_BUILTIN_INLINED and
30496 fail configure if __sync_val_compare_and_swap is not inlined.
30497 * sysdeps/i386/configure: Regenerate.
30498 * configure.in: Build for i686 when configured for i386.
30499 * configure: Regenerate.
30500 * README: Remove i386 reference.
30501
b7a329a5
CD
305022013-04-06 Carlos O'Donell <carlos@redhat.com>
30503
30504 * sysdeps/s390/s390-32/sysdep.h: Undefine PSEUDO before redefinition.
30505 * sysdeps/s390/s390-64/sysdep.h: Likewise.
30506
bf0f50df
TS
305072013-04-05 Thomas Schwinge <thomas@codesourcery.com>
30508
ee091edf
TS
30509 * stdio-common/tstdiomisc.c (snanval, msnanval, lsnanval)
30510 (lmsnanval): New variables.
30511 (F): Add conversion tests.
30512 * stdlib/tst-strtod6.c (do_test): Add issignaling tests.
30513 * stdlib/Makefile ($(objpfx)tst-strtod6): Depend on $(link-libm).
30514
a8b792d6
TS
30515 * stdio-common/tstdiomisc.c (F): Properly collect individual
30516 tests' results.
30517
a1cbf437
TS
30518 [BZ #14686, #15336]
30519 * sysdeps/ieee754/dbl-64/urem.h (nNAN, NAN): Remove definitions.
30520 * sysdeps/ieee754/dbl-64/e_remainder.c (__ieee754_remainder):
30521 Instead, use input NaN values or generate a qNaN by arithmetic
30522 operation. Also fix bugs to comply with the standard.
30523 * math/libm-test.inc (remainder_test): Add more tests.
30524
8b43a0c9
TS
30525 [BZ #15335, #15342]
30526 * sysdeps/ieee754/dbl-64/upow.h (NaNQ): Remove definitions.
30527 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Instead, use
30528 input NaN values or generate a qNaN by arithmetic operation.
30529
d91da4ce
TS
30530 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Remove
30531 unreachable code.
30532
bf0f50df
TS
30533 * sysdeps/ieee754/dbl-64/usncs.h (NAN): Removed unused
30534 definitions.
30535
05e166c8
JM
305362013-04-03 Joseph Myers <joseph@codesourcery.com>
30537
30538 [BZ #14478]
30539 * math/s_cexp.c (__cexp): Ensure underflow exception occurs for
30540 underflowed result.
30541 * math/s_cexpf.c (__cexpf): Likewise.
30542 * math/s_cexpl.c (__cexpl): Likewise.
30543 * math/libm-test.inc (cexp_test): Add more tests.
30544
1cef1b19
AS
305452013-04-03 Andreas Schwab <schwab@suse.de>
30546
30547 [BZ #15330]
30548 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Allocate results and
30549 order arrays from heap if bigger than alloca cutoff.
30550
74d87055
TS
305512013-04-03 Thomas Schwinge <thomas@codesourcery.com>
30552
30553 * sysdeps/i386/fpu/math-tests.h (SNAN_TESTS_float)
30554 (SNAN_TESTS_double): Refer to GCC PR56831.
30555 * sysdeps/powerpc/math-tests.h (SNAN_TESTS_TYPE_CAST): Refer to
30556 GCC PR56828.
30557
d755bba4
SP
305582013-04-03 Siddhesh Poyarekar <siddhesh@redhat.com>
30559
90d5d5bb
SP
30560 * Rules (bench): Move bench.out after the run is complete.
30561
73e0cd5d
SP
30562 * Rules (bench): Echo currently running benchmark.
30563
64aabd4b
SP
30564 * benchtests/Makefile (bench): Add atan and slowatan.
30565 * benchtests/atan-inputs: New file.
30566 * benchtests/slowatan-inputs: New file.
30567 * benchtests/slowatan.c: New file.
30568
c871eccd
SP
30569 * sysdeps/ieee754/dbl-64/mpa.h (TWO): Remove definition.
30570 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Replace TWO with
30571 its value.
30572
d755bba4
SP
30573 [BZ #15305]
30574 * sysdeps/unix/sysv/linux/kernel-features.h
30575 [__LINUX_KERNEL_VERSION >= 0x02061d]: Define
30576 __ASSUME_XFS_RESTRICTED_CHOWN.
30577 * sysdeps/unix/sysv/linux/pathconf.c
30578 (__statfs_chown_restricted) [!__ASSUME_XFS_RESTRICTED_CHOWN]:
30579 Save and restore errno.
30580
52ce4860
JM
305812013-04-02 Joseph Myers <joseph@codesourcery.com>
30582
30583 [BZ #15327]
30584 * math/s_cacosh.c (__cacosh): Implement for finite nonzero
30585 arguments using __kernel_casinh.
30586 * math/s_cacoshf.c (__cacoshf): Implement for finite nonzero
30587 arguments using __kernel_casinhf.
30588 * math/s_cacoshl.c (__cacoshl): Implement for finite nonzero
30589 arguments using __kernel_casinhl.
30590 * math/libm-test.inc (cacosh_test): Add more tests.
30591 * sysdeps/i386/fpu/libm-test-ulps: Update.
30592 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30593
81f311c2
SP
305942013-04-02 Siddhesh Poyarekar <siddhesh@redhat.com>
30595
e7906a47
SP
30596 * sysdeps/ieee754/dbl-64/mpa.h (HALFRAD): Define as TWO23.
30597 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Use mantissa_t.
30598
92e3664b
SP
30599 * bench/Makefile (bench): Add sin and slowsin.
30600 * benchtests/sin-inputs: New file.
30601 * benchtests/slowsin-inputs: New file.
30602 * benchtests/slowsin.c: New file.
30603
81f311c2
SP
30604 * benchtests/Makefile: Add benchmarks for slowpow and slowexp.
30605 (bench): Add slowexp and slowpow.
30606 (exp-ITER): Increase iterations.
30607 (pow-ITER): Likewise.
30608 * benchtests/exp-inputs: Change input.
30609 * benchtests/pow-inputs: Likewise.
30610 * benchtests/slowexp-inputs: New file.
30611 * benchtests/slowexp.c: New file.
30612 * benchtests/slowpow-inputs: New file.
30613 * benchtests/slowpow.c: New file.
30614
ab0f1aa9
AZ
306152013-04-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30616
30617 * sysdeps/powerpc/powerpc32/fpu/s_rint.S: Remove branch prediction
30618 instructions.
30619 * sysdeps/powerpc/powerpc32/fpu/s_rintf.S: Likewise.
30620 * sysdeps/powerpc/powerpc64/fpu/s_rint.S: Likewise.
30621 * sysdeps/powerpc/powerpc64/fpu/s_rintf.S: Likewise.
30622 * benchtests/Makefile: Add rint benchtest.
30623 * benchtests/rint-inputs: Input for rint benchtest.
30624
57267616
TS
306252013-04-02 Thomas Schwinge <thomas@codesourcery.com>
30626
30627 * Versions.def (libm): Add GLIBC_2.18.
30628 * include/math.h [!_ISOMAC] (__issignaling, __issignalingf): Add
30629 hidden libm prototypes.
30630 [!_ISOMAC && !__NO_LONG_DOUBLE_MATH] (__issignalingl): Likewise.
30631 * math/Makefile (libm-calls): Add s_issignaling.
30632 * math/Versions (libm: GLIBC_2.18): Add __issignaling,
30633 __issignalingf, __issignalingl. Adjust all libm.abilist files.
30634 * math/bits/mathcalls.h [__USE_GNU] (__issignaling): New prototype
30635 declaration.
30636 * math/math.h [__USE_GNU] (issignaling): New macro.
30637 * sysdeps/ieee754/flt-32/s_issignalingf.c: New file.
30638 * sysdeps/ieee754/dbl-64/s_issignaling.c: Likewise.
30639 * sysdeps/ieee754/dbl-64/wordsize-64/s_issignaling.c: Likewise.
30640 * sysdeps/ieee754/ldbl-96/s_issignalingl.c: Likewise.
30641 * sysdeps/ieee754/ldbl-128/s_issignalingl.c: Likewise.
30642 * sysdeps/ieee754/ldbl-128ibm/s_issignalingl.c: Likewise.
30643 * manual/arith.texi (issignaling): New section.
30644 * manual/libm-err-tab.pl (@all_functions): Update comment.
30645 * math/gen-libm-test.pl (parse_args): Apply special handling for
30646 issignaling.
30647 * math/libm-test.inc (print_float, issignaling_test): New
30648 functions.
30649 (check_float_internal): Add issignaling checks.
30650 * sysdeps/generic/math-tests.h (SNAN_TESTS_TYPE_CAST): Provide
30651 default definition.
30652 * sysdeps/powerpc/math-tests.h: New file.
30653 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Add issignaling
30654 tests.
30655 * math/test-snan.c (TEST_FUNC): Likewise.
30656
6142896d
DM
306572013-03-30 David S. Miller <davem@davemloft.net>
30658
30659 * po/de.po: Update from translation team.
30660
ccc8cadf
JM
306612013-03-30 Joseph Myers <joseph@codesourcery.com>
30662
30663 [BZ #10357]
30664 * math/k_casinh.c (__kernel_casinh): Handle arguments with
30665 imaginary part less than 1.0 and real part less than 0.5
30666 specially.
30667 * math/k_casinhf.c (__kernel_casinhf): Likewise.
30668 * math/k_casinhl.c (__kernel_casinhl): Likewise.
30669 * math/libm-test.inc (UNDERFLOW_EXCEPTION_OK_DOUBLE): New macro.
30670 (cacos_test): Add more tests.
30671 (casin_test): Likewise.
30672 (casinh_test): Likewise.
30673 * sysdeps/i386/fpu/libm-test-ulps: Update.
30674 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30675
0f6a8d4b
SP
306762013-03-29 Siddhesh Poyarekar <siddhesh@redhat.com>
30677
0d1029de
SP
30678 * sysdeps/powerpc/power4/fpu/mpa-arch.h (INTEGER_OF): Replace
30679 ONE with its value.
30680
c2d94018
SP
30681 * sysdeps/ieee754/dbl-64/mpa.h (ONE, MONE): Remove defines.
30682 (__pow_mp): Replace ONE and MONE with their values.
30683 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30684 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Likewise.
30685 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30686 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Likewise.
30687 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30688 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30689
27ec37f1
SP
30690 * sysdeps/ieee754/dbl-64/s_tan.c: Fix formatting.
30691
a64d7e0e
SP
30692 * sysdeps/ieee754/dbl-64/mpa.h (ZERO, MZERO): Remove defines.
30693 (__pow_mp): Replace ZERO and MZERO with their values.
30694 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30695 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30696 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
30697 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
30698 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30699 * sysdeps/powerpc/power4/fpu/mpa.c (__mul): Likewise.
30700 (__sqr): Likewise.
30701
d26dd3eb
SP
30702 * sysdeps/ieee754/dbl-64/s_atan.c: Fix formatting.
30703
0f6a8d4b
SP
30704 * sysdeps/ieee754/dbl-64/e_log.c: Fix formatting.
30705
e57b0c61
RM
307062013-03-28 Roland McGrath <roland@hack.frob.com>
30707
30708 * include/stdlib.h [!SHARED] (__call_tls_dtors):
30709 Declare with __attribute__ ((weak)).
30710 * stdlib/exit.c (__libc_atexit) [!SHARED]:
30711 Call __call_tls_dtors only if it's not NULL.
30712
356b3480
RM
307132013-03-28 Roland McGrath <roland@hack.frob.com>
30714
288f7d79
RM
30715 * csu/libc-start.c (__libc_start_main) [!SHARED]: If _dl_aux_init
30716 didn't do it already, then set _dl_phdr and _dl_phnum based on the
30717 magic __ehdr_start linker symbol if it's defined.
30718 * sysdeps/mach/hurd/i386/init-first.c (init1) [!SHARED]: Don't set
30719 them up here if it was already done.
30720
dc0a0263
RM
30721 * elf/dl-support.c (_dl_phdr): Make pointer to const.
30722 (_dl_aux_init): Use const in cast when setting it.
30723 * sysdeps/mach/hurd/i386/init-first.c (init1): Remove superfluous cast.
30724 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr): Update decl.
30725 * csu/libc-tls.c (__libc_setup_tls): Make PHDR pointer to const.
30726
3d3436ae
RM
30727 * sysdeps/generic/ldsodefs.h [!SHARED] (_dl_phdr, _dl_phnum):
30728 Declare them here.
30729 * elf/dl-iteratephdr.c [!SHARED] (_dl_phdr, _dl_phnum): Not here.
30730 * csu/libc-tls.c: Nor here.
30731 * sysdeps/mach/hurd/i386/init-first.c (init1): Nor here.
30732
356b3480
RM
30733 * sysdeps/posix/libc_fatal.c: Don't include <sys/syslog.h>.
30734 (__libc_message): Never call vsyslog.
30735
b0f1246a
AM
307362013-03-28 Alan Modra <amodra@gmail.com>
30737
30738 * sysdeps/powerpc/powerpc32/start.S (cfi_startproc, cfi_endproc):
30739 Define as empty.
30740 * sysdeps/powerpc/powerpc64/start.S (cfi_startproc, cfi_endproc):
30741 Likewise.
30742
fbbe2b9a
AZ
307432013-03-28 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30744
30745 [BZ #15214]
30746 * sysdeps/ieee754/ldbl-128ibm/e_logl.c (__ieee754_logl): Fix spurious
30747 underflow.
30748 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
30749
1728ab37
SP
307502013-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
30751
7a86be6e
SP
30752 [BZ #15304]
30753 * hesiod/nss_hesiod/hesiod-grp.c (_nss_hesiod_initgroups_dyn):
30754 Don't add gid passed as argument.
30755
1728ab37
SP
30756 * sysdeps/ieee-754/dbl-64/e_atan2.c: Reformat.
30757
3a7182a1
JM
307582013-03-27 Joseph Myers <joseph@codesourcery.com>
30759
30760 [BZ #15307]
30761 * math/k_casinh.c (__kernel_casinh): Handle arguments with
30762 imaginary part between 1.0 and 1.5 and real part less than 0.5
30763 specially.
30764 * math/k_casinhf.c (__kernel_casinhf): Likewise.
30765 * math/k_casinhl.c (__kernel_casinhl): Likewise.
30766 * math/libm-test.inc (cacos_test): Add more tests.
30767 (casin_test): Likewise.
30768 (casinh_test): Likewise.
30769 * sysdeps/i386/fpu/libm-test-ulps: Update.
30770 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30771
6f2e90e7
SP
307722013-03-26 Siddhesh Poyarekar <siddhesh@redhat.com>
30773
5739f705
SP
30774 * sysdeps/ieee754/dbl-64/mpa.c (__acr): Use integral
30775 constants.
30776 (norm): Likewise.
30777 (denorm): Likewise.
30778 (__dbl_mp): Likewise.
30779 (add_magnitudes): Likewise.
30780 (sub_magnitudes): Likewise.
30781 (__add): Likewise.
30782 (__sub): Likewise.
30783 (__mul): Likewise.
30784 (__sqr): Likewise.
30785 (__inv): Likewise.
30786 (__dvd): Likewise.
30787
e375e83d
SP
30788 * sysdeps/ieee754/dbl-64/branred.c (__branred): Remove
30789 commented code.
30790 * sysdeps/ieee754/dbl-64/dosincos.c (__dubsin): Likewise.
30791 (__dubcos): Likewise.
30792 * sysdeps/ieee754/dbl-64/e_asin.c (__ieee754_asin): Likewise.
30793 (__ieee754_acos): Likewise.
30794 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Likewise.
30795 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Likewise.
30796 (__exp1): Likewise.
30797 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Likewise.
30798 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
30799 (log1): Likewise.
30800 (my_log2): Likewise.
30801 (checkint): Likewise.
30802 * sysdeps/ieee754/dbl-64/e_remainder.c
30803 (__ieee754_remainder): Likewise.
30804 * sysdeps/ieee754/dbl-64/s_atan.c (atan): Likewise.
30805 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Likewise.
30806 (bsloww): Likewise.
30807 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
30808
6f2e90e7
SP
30809 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
30810 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T and
30811 MANTISSA_STORE_T to store computations on mantissa. Use
30812 macros for rounding and division.
30813 (denorm): Likewise.
30814 (__dbl_mp): Likewise.
30815 (add_magnitudes): Likewise.
30816 (sub_magnitudes): Likewise.
30817 (__mul): Likewise.
30818 (__sqr): Likewise.
30819 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
30820 powers of two in terms of TWOPOW macro.
30821 (mp_no): Make type of mantissa as MANTISSA_T.
30822 [!RADIXI]: Define RADIXI.
30823 [!TWO52]: Define TWO52.
30824 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
30825
fce14d4e
AZ
308262013-03-25 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30827
30828 * sysdeps/powerpc/fpu/s_llround.c: Fix libm ABI issue with missing
30829 llroundl symbol when building for PPC32.
30830
9ad027fb
MW
308312013-03-24 Mark H Weaver <mhw@netris.org>
30832
30833 * manual/arith.texi (Normalization Functions): Fix prototypes for
30834 scalbn, scalbnf, scalbnl, scalbln, scalblnf, and scalblnl.
30835
e42a38dd
AZ
308362013-03-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30837
30838 [BZ #13889]
30839 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (__ieee754_expl): Increase the
30840 high value to check if expl overflow.
30841 * sysdeps/ieee754/ldbl-128ibm/w_expl.c (__expl): Fix threshold constants
30842 to check for underflow and overflow.
30843 * math/libm-test.inc: Add exp test.
30844
2e0fb521
DL
308452013-03-21 Dmitry V. Levin <ldv@altlinux.org>
30846
30847 [BZ #11120]
30848 * sysdeps/x86_64/strcmp.S: Replace all occurrences of NOT_IN_lib
30849 with NOT_IN_libc.
30850
b5784d95
AZ
308512013-03-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
30852
30853 * sysdeps/powerpc/fpu/w_sqrt.c (compat_symbol): Add sqrtl compat
30854 symbol.
30855
5aa4a1a1
TS
308562013-03-21 Thomas Schwinge <thomas@codesourcery.com>
30857
bdef0be7
TS
30858 * math/gen-libm-test.pl (parse_args, special_functions): Properly
30859 wrap blocks consisting of several statements.
30860
5aa4a1a1
TS
30861 * sysdeps/generic/math-tests.h: New file.
30862 * sysdeps/i386/fpu/math-tests.h: Likewise.
30863 * math/test-snan.c: Include it.
30864 (TEST_FUNC): Use SNAN_TESTS to short-circuit certain tests.
30865
98c48fe5
JM
308662013-03-21 Joseph Myers <joseph@codesourcery.com>
30867
30868 [BZ #15285]
30869 * sysdeps/ieee754/ldbl-128/e_j0l.c: Include <float.h>.
30870 (__ieee754_j0l): Do not improve calculations using cos of twice
30871 input for inputs above LDBL_MAX / 2.0L.
30872 (__ieee754_y0l): Likewise.
30873 * sysdeps/ieee754/ldbl-128/e_j1l.c: Include <float.h>.
30874 (__ieee754_j1l): Do not improve calculations using cos of twice
30875 input for inputs above LDBL_MAX / 2.0L.
30876 (__ieee754_y1l): Likewise.
30877 * math/libm-test.inc (j0_test): Add another test.
30878 (j1_test): Likewise.
30879 (y0_test): Likewise.
30880 (y1_test): Likewise.
30881 * sysdeps/i386/fpu/libm-test-ulps: Update.
30882
3775a8bc
SP
308832013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
30884
30885 * Rules ($(objpfx)bench-%.c): Include code from a C source
30886 file.
30887
0a1b2ae6
JM
308882013-03-21 Joseph Myers <joseph@codesourcery.com>
30889
30890 [BZ #15287]
30891 * math/k_casinh.c (__kernel_casinh): Handle arguments with
30892 imaginary part 1.0 and real part less than 0.5 specially.
30893 * math/k_casinhf.c (__kernel_casinhf): Likewise.
30894 * math/k_casinhl.c (__kernel_casinhl): Likewise.
30895 * math/libm-test.inc (cacos_test): Add more tests.
30896 (casin_test): Likewise.
30897 (casinh_test): Likewise.
30898 * sysdeps/i386/fpu/libm-test-ulps: Update.
30899 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
30900
b33d4ce4
SP
309012013-03-21 Siddhesh Poyarekar <siddhesh@redhat.com>
30902
30903 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Use HALFRAD.
30904 * sysdeps/ieee754/dbl-64/sincos32.c (__mpranred): Likewise.
30905
bef0b507
JM
309062013-03-20 Joseph Myers <joseph@codesourcery.com>
30907
30908 * aclocal.m4 (LIBC_CONFIG_VAR): New autoconf macro.
30909 * config.make.in (config-cflags-sse4): Remove variable.
30910 (config-cflags-avx): Likewise.
30911 (config-cflags-sse2avx): Likewise.
30912 (config-cflags-novzeroupper): Likewise.
30913 (config-asflags-i686): Likewise.
30914 (have-mfma4): Likewise.
30915 (have-as-vis3): Likewise.
30916 (MIG): Likewise.
30917 * configure.in (MIG): Do not AC_SUBST.
30918 (libc_cv_cc_nofma): Move AC_SUBST next to configure test.
30919 (libc_cv_cc_sse4): Do not AC_SUBST.
30920 (libc_cv_cc_avx): Likewise.
30921 (libc_cv_cc_sse2avx): Likewise.
30922 (libc_cv_cc_novzeroupper): Likewise.
30923 (libc_cv_cc_fma4): Likewise.
30924 (libc_cv_as_i686): Likewise.
30925 (libc_cv_sparc_as_vis3): Likewise.
30926 * sysdeps/i386/configure.in (config-cflags-sse4): Set using
30927 LIBC_CONFIG_VAR.
30928 (config-asflags-i686): Likewise.
30929 (config-cflags-avx): Likewise.
30930 (config-cflags-sse2avx): Likewise.
30931 (have-mfma4): Likewise.
30932 (config-cflags-novzeroupper): Likewise.
30933 * sysdeps/mach/configure.in (MIG): Likewise.
30934 * sysdeps/sparc/configure.in (have-as-vis3): Likewise.
30935 * sysdeps/x86_64/configure.in (config-cflags-sse4): Set using
30936 LIBC_CONFIG_VAR.
30937 (config-cflags-avx): Likewise.
30938 (config-cflags-sse2avx): Likewise.
30939 (have-mfma4): Likewise.
30940 (config-cflags-novzeroupper): Likewise.
30941 * configure: Regenerated.
30942 * sysdeps/i386/configure: Likewise.
30943 * sysdeps/mach/configure: Likewise.
30944 * sysdeps/sparc/configure: Likewise.
30945 * sysdeps/x86_64/configure: Likewise.
30946
912cc4b3
RM
309472013-03-20 Roland McGrath <roland@hack.frob.com>
30948
30949 [BZ #14812]
30950 * locale/programs/localedef.c (options): Put N_ translation marker
30951 on argument names, not just descriptions.
30952
04eed2b0
MS
309532013-03-20 Marcus Shawcroft <marcus.shawcroft@linaro.org>
30954
30955 * Makerules ($(inst_libdir)/libc.so): Use $(rtlddir).
30956
a065ceff
OB
309572013-03-20 Ondřej Bílka <neleai@seznam.cz>
30958
9bb2a810 30959 [BZ #14176]
a065ceff
OB
30960 * stdlib/stdlib.h (mblen, mbtowc, wctomb): Remove __wur.
30961
a600e5ce
RM
309622013-03-19 Roland McGrath <roland@hack.frob.com>
30963
30964 * sysdeps/posix/libc_fatal.c: Include <sys/mman.h>.
30965 [!WRITEV_FOR_FATAL] (writev_for_fatal): New function.
30966 [!WRITEV_FOR_FATAL] (WRITEV_FOR_FATAL): New macro; call that.
30967 [!BEFORE_ABORT] (before_abort): New function.
30968 [!BEFORE_ABORT] (BEFORE_ABORT): New macro; call that.
30969 * sysdeps/unix/sysv/linux/libc_fatal.c: Trim includes.
30970 (writev_for_fatal): New function.
30971 (WRITEV_FOR_FATAL): New macro; call that.
30972 (backtrace_and_maps): New function.
30973 (BEFORE_ABORT): New macro; call that.
30974 (struct str_list): Type removed.
30975 (__libc_message, __libc_fatal): Functions removed.
30976 Include <sysdeps/posix/libc_fatal.c> instead.
30977
6b18bea6
JM
309782013-03-19 Joseph Myers <joseph@codesourcery.com>
30979
30980 * math/k_casinhf.c (__kernel_casinhf): Consistently use float
30981 constants.
30982 * math/k_casinhl.c (__kernel_casinhl): Consistently use long
30983 double constants.
30984
aaa8cb4b
AS
309852013-03-19 Andreas Schwab <schwab@suse.de>
30986
44673770
AS
30987 * sysdeps/gnu/configure.in: Set libc_cv_rtldir for s390x.
30988 * sysdeps/gnu/configure: Regenerate.
30989
aaa8cb4b
AS
30990 * configure.in: Substitute libc_cv_rtlddir.
30991 * configure: Regenerate.
30992 * config.make.in (rtlddir): Set from libc_cv_rtlddir.
30993 * Makeconfig (rtlddir, inst_rtlddir): New variables.
30994 (rtld-LDFLAGS): Use them with $(rtld-installed-name).
30995 * elf/Makefile (install-others, CFLAGS-interp.c)
30996 (ldso_install, common-ldd-rewrite): Likewise.
30997 ($(inst_rtlddir)/$(rtld-installed-name)): Renamed from
30998 $(inst_slibdir)/$(rtld-installed-name).
30999 * scripts/rellns-sh: Add -p option.
31000 * Makerules (make-shlib-link): Use rellns-sh to get relative name
31001 for source.
31002
d3cfc668
SP
310032013-03-19 Siddhesh Poyarekar <siddhesh@redhat.com>
31004
31005 * manual/nptl.texi: Renamed to ...
31006 * manual/threads.texi: ... this.
31007 * manual/Makefile (chapters): Update.
31008
0e2b9cdd
RM
310092013-03-18 Roland McGrath <roland@hack.frob.com>
31010
31011 [BZ #14812]
31012 * argp/argp-parse.c (argp_default_options): Put N_ translation marker
31013 on argument names, not just descriptions.
0e2b9cdd
RM
31014 * malloc/memusagestat.c (options): Likewise.
31015 * nss/getent.c (options): Likewise.
63270c24
RM
31016
310172013-03-18 Benno Schulenberg <bensberg@justemail.net>
31018
31019 [BZ #14812]
31020 * iconv/iconv_prog.c (options): Put N_ translation marker
31021 on argument names, not just descriptions.
31022 * iconv/iconvconfig.c (options): Likewise.
0e2b9cdd 31023
b2e1393c
OB
310242013-03-18 Ondrej Bilka <neleai@seznam.cz>
31025
31026 * sysdeps/x86_64/strlen.S: Replace with new SSE2 based
31027 implementation which is faster on all x86_64 architectures.
31028 Tested on AMD, Intel Nehalem, SNB, IVB.
31029 * sysdeps/x86_64/strnlen.S: Likewise.
31030
31031 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines):
31032 Remove all multiarch strlen and strnlen versions.
31033 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: Update.
31034 Remove strlen and strnlen related parts.
31035
31036 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: Update.
31037 Inline strlen part.
31038 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Likewise.
31039
31040 * sysdeps/x86_64/multiarch/strlen.S: Remove.
31041 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S: Likewise.
31042 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: Likewise.
31043 * sysdeps/x86_64/multiarch/strlen-sse4.S: Likewise.
31044 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
31045 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: Likewise.
31046
ec4ff04d
CD
310472013-03-17 Carlos O'Donell <carlos@redhat.com>
31048
31049 * manual/memory.texi (Malloc Tunable Parameters):
31050 Sort parameters alphabetically. Add comments for missing entries.
31051
cd18e90a
DM
310522013-03-17 David S. Miller <davem@davemloft.net>
31053
31054 * sysdeps/sparc/fpu/libm-test-ulps: Update.
31055
2a185d32
JM
310562013-03-16 Joseph Myers <joseph@codesourcery.com>
31057
d2f9799e
JM
31058 [BZ #15283]
31059 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_y1l): Correct test
31060 for arguments at most half maximum finite value.
31061 * math/libm-test.inc (j0_test): Add more tests.
31062 (j1_test): Likewise.
31063 (y0_test): Likewise.
31064 (y1_test): Likewise.
31065 * sysdeps/i386/fpu/libm-test-ulps: Update.
31066 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
31067
2a185d32
JM
31068 [BZ #14155]
31069 * sysdeps/ieee754/ldbl-128/e_j0l.c (__ieee754_j0l): Do not compute
31070 1 / x and functions P and Q for arguments above 0x1p256L.
31071 (__ieee754_y0l): Likewise.
31072 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_j1l): Likewise.
31073 (__ieee754_y1l): Likewise.
31074 * math/libm-test.inc (j0_test): Do not allow spurious underflows.
31075 (j1_test): Likewise.
31076 (y0_test): Likewise.
31077 (y1_test): Likewise.
31078
6cbec759
TS
310792013-03-16 Thomas Schwinge <thomas@codesourcery.com>
31080
31081 * math/test-snan.c (TEST_FUNC): Add and use minus_sNaN_var
31082 variable.
31083
bc16e260
RM
310842013-03-15 Roland McGrath <roland@hack.frob.com>
31085
aefc9b8c
RM
31086 * elf/dl-support.c (_dl_aux_init): Ignore zero value for AT_PAGESZ.
31087 (_dl_non_dynamic_init): Don't set _dl_pagesize; it will never be
31088 zero since it's initialized to EXEC_PAGESIZE.
31089
bc16e260
RM
31090 * sysdeps/unix/sysv/linux/ldsodefs.h
31091 (_dl_non_dynamic_init, _dl_aux_init): Move declarations to ...
31092 * sysdeps/generic/ldsodefs.h: ... here.
31093
a57da955
TS
310942013-03-15 Thomas Schwinge <thomas@codesourcery.com>
31095
af00a34d
TS
31096 * math/libm-test.inc (ldexp_test): Add missing START/END markers.
31097
495ded2c
TS
31098 * sysdeps/powerpc/fpu/test-powerpc-snan.c: Rename to
31099 math/test-snan.c.
31100 * math/test-snan.c: Renamed from
31101 sysdeps/powerpc/fpu/test-powerpc-snan.c.
31102 * math/Makefile (tests): Add test-snan.
31103 * sysdeps/powerpc/fpu/Makefile (libm-tests): Don't add
31104 test-powerpc-snan.
31105
777b0332
TS
31106 * math/basic-test.c (TEST_FUNC): Replace NANFUNC argument with
31107 SUFFIX. Initialize qNaN_var with __builtin_nan family of
31108 functions.
31109 (TEST_TRUNC): Add SUFFIX argument. Initialize qNaN_var with
31110 __builtin_nan family of functions.
31111 * math/libm-test.inc (initialize): Initialize qnan_value with
31112 __builtin_nan family of functions.
31113 * sysdeps/powerpc/fpu/test-powerpc-snan.c (SNANf, SNAN, SNANl):
31114 Remove variables.
31115 (init_signaling_nan, snan_float, snan_double, snan_ldouble):
31116 Remove functions.
31117 (TEST_FUNC): Add SUFFIX argument. Move sNaN_var into static
31118 storage class. Initialize qNaN_var and sNaN_var with
31119 __builtin_nan and __builtin_nans families of functions,
31120 respectively.
31121
64d063b8
TS
31122 * math/libm-test.inc (acosh_test): Also test with qNaN input.
31123 (sqrt_test): Remove duplicate test with qNaN input.
31124 (lrint_test, llrint_test, lround_test, llround_test, rint_test)
31125 (round_test, signbit_test, significand_test): Note missing +/-Inf
31126 as well as qNaN tests.
31127
67e971f1
TS
31128 * math/basic-test.c (TEST_FUNC, TEST_TRUNC): Rename NaN_var to
31129 qNaN_var. Fix a few strings, too.
31130 * math/libm-test.inc (nan_value): Rename to qnan_value.
31131 * math/gen-libm-test.pl (%beautify): Adjust to that.
31132 * math/bits/mathcalls.h (nan): Refer to qNaN instead of NaN.
31133 * math/test-misc.c (main): Likewise.
31134 * sysdeps/ieee754/bits/nan.h (__nan_bytes, __nan_union): Rename
31135 to __qnan_bytes, and __qnan_union, respectively.
31136 * ports/sysdeps/mips/bits/nan.h (__nan_bytes, __nan_union):
31137 Likewise.
31138 * stdio-common/tstdiomisc.c (nanval, lnanval): Rename to qnanval,
31139 and lqnanval, respectively.
31140 * sysdeps/powerpc/bits/fenv.h: Fix usage of NaN/qNaN/sNaN.
31141 * sysdeps/powerpc/fpu/fenv_libc.h: Likewise.
31142 * sysdeps/powerpc/fpu/test-powerpc-snan.c (TEST_FUNC): Likewise,
31143 and rename NaN_var to qNaN_var, and SNaN_var to sNaN_var.
31144
64487e12
TS
31145 * math/libm-test.inc (fpstack_test) [__x86_64__]: Enable test.
31146 * math/test-misc.c (main) [__x86_64__]: Enable test for long
31147 doubles.
31148
e015e27b
TS
31149 * math/test-misc.c (main): Fix copy'n'pastos.
31150 * misc/tst-efgcvt.c (special): Likewise.
31151
a57da955
TS
31152 * stdio-common/printf_fp.c (__isinfl_internal, __isnanl_internal):
31153 Remove declarations.
31154
1e380345
SP
311552013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
31156
31157 * sysdeps/ieee754/dbl-64/mpa-arch.h: Remove.
31158 * sysdeps/ieee754/dbl-64/mpa.c: Revert last change.
31159 * sysdeps/ieee754/dbl-64/mpa.h: Revert last change.
31160 * sysdeps/powerpc/power4/fpu/mpa-arch.h: Remove.
31161
ef26eece
AZ
311622013-03-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31163
31164 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h (VDSO_IFUNC_RET): Add
31165 macro to return vdso values correctly in IFUNC implementations.
31166 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c (__gettimeofday):
31167 Optimization by using IFUNC.
31168
8cfdb7e0
SP
311692013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
31170 Richard Henderson <rth@redhat.com>
31171 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
31172
31173 * Makefile.in (bench): New target.
31174 * NEWS: Mention the benchmark framework.
31175 * Rules (bench): Likewise.
31176 (binaries-bench): Generate binaries for functions to
31177 benchmark.
31178 * benchtests/Makefile: New makefile for benchmark tests.
31179 * benchtests/bench-skeleton.c: New skeleton file for benchmark
31180 programs.
31181 * benchtests/exp-inputs: New input file for EXP function.
31182 * benchtests/pow-inputs: New input file for POW function.
31183 * scripts/bench.pl: New script to generate source files for
31184 benchmark programs.
31185
bcda9880
SP
311862013-03-15 Siddhesh Poyarekar <siddhesh@redhat.com>
31187
d22ca8cd
SP
31188 * sysdeps/ieee754/dbl-64/mpa-arch.h: New file.
31189 * sysdeps/ieee754/dbl-64/mpa.c (norm): Use MANTISSA_T to store
31190 computations on mantissa. Use macros for rounding and
31191 division.
31192 (denorm): Likewise.
31193 (__dbl_mp): Likewise.
31194 (add_magnitudes): Likewise.
31195 (sub_magnitudes): Likewise.
31196 (__mul): Likewise.
31197 (__sqr): Likewise.
31198 * sysdeps/ieee754/dbl-64/mpa.h: Include mpa-arch.h. Define
31199 powers of two in terms of TWOPOW macro.
31200 (mp_no): Make type of mantissa as MANTISSA_T.
31201 [!RADIXI]: Define RADIXI.
31202 [!TWO52]: Define TWO52.
31203 * sysdeps/powerpc/power4/fpu/mpa-arch.h: New file.
31204
bcda9880
SP
31205 * manual/nptl.texi (cindex): Modify threads to pthreads.
31206
06d5adfb
JM
312072013-03-15 Joseph Myers <joseph@codesourcery.com>
31208
31209 * sysdeps/x86_64/preconfigure: Regenerated.
31210
41c7328e
JM
312112013-03-14 Joseph Myers <joseph@codesourcery.com>
31212
31213 [BZ #14155]
31214 * sysdeps/ieee754/dbl-64/e_j0.c (pzero): Return 1.0 for arguments
31215 0x1p28 and above.
31216 (qzero): Return -0.125 / x for arguments 0x1p28 and above.
31217 * sysdeps/ieee754/dbl-64/e_j1.c (pzero): Return 1.0 for arguments
31218 0x1p28 and above.
31219 (qzero): Return 0.375 / x for arguments 0x1p28 and above.
31220 * math/libm-test.inc (j0_test): Do not allow one spurious
31221 underflow exception.
31222 (y1_test): Likewise.
31223
e25cfa60
SP
312242013-03-14 Siddhesh Poyarekar <siddhesh@redhat.com>
31225
0409959c
SP
31226 * manual/Makefile (chapters): Add nptl.
31227 * manual/debug.texi (Debugging Support): Add link to Threads
31228 chapter.
31229 * manual/nptl.texi: New file.
31230
e25cfa60
SP
31231 * sysdeps/unix/sysv/linux/times.c (__times): Fix formatting.
31232
58a1335e
PB
312332013-03-14 Petr Baudis <pasky@ucw.cz>
31234
31235 * sysdeps/unix/sysv/linux/times.c (__times): On EFAULT, test
31236 for non-NULL pointer before the memory validity test. Pointed
31237 out by Holger Brunck <holger.brunck@keymile.com>.
31238
9dc7c64f
AS
312392013-03-13 Andreas Schwab <schwab@suse.de>
31240
31241 * extra-lib.mk (extra-objs): Add static-only-routines as .oS
31242 instead of .os.
31243
54206aa6
JM
312442013-03-13 Joseph Myers <joseph@codesourcery.com>
31245
31246 * timezone/zic.c: Update from tzcode 2013b.
31247
e98cdb38
CD
312482013-03-12 Carlos O'Donell <carlos@redhat.com>
31249
31250 * manual/install.texi (Configuring and compiling):
31251 Mention i686 and i586.
31252 * INSTALL: Regenerate.
31253
9967e003
RM
312542013-03-12 Roland McGrath <roland@hack.frob.com>
31255
31256 * sysdeps/init_array/elf-init.c: New file.
31257 * csu/elf-init.c
31258 (__libc_csu_init) [!NO_INITFINI]: Conditionalize _init call on this.
31259 (__libc_csu_fini) [!NO_INITFINI]: Conditionalize _fini call on this.
31260
31261 * csu/gmon-start.c [GMON_START_ARRAY_SECTION]: Don't define
31262 __gmon_start__ as global, but as static with a .preinit_array pointer.
31263 * sysdeps/init_array/gmon-start.c: New file. Use that.
31264 * sysdeps/init_array/crti.S: New file, empty except for comments.
31265 * sysdeps/init_array/crtn.S: Likewise.
31266
e6b5a293 312672013-03-11 Ondřej Bílka <neleai@seznam.cz>
80f844c9
OB
31268
31269 * sysdeps/x86_64/memset.S: Remove USE_MULTIARCH conditional for
31270 definining bcopy.
80f844c9
OB
31271 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
31272 Remove Prefer_SSE_for_memop.
31273 * sysdeps/x86_64/multiarch/init-arch.h: Remove
31274 bit_Prefer_SSE_for_memop, index_Prefer_SSE_for_memop,
31275 HAS_PREFER_SSE_FOR_MEMOP.
80f844c9
OB
31276 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Remove
31277 memset-x86-64.
80f844c9 31278 * sysdeps/x86_64/multiarch/ifunc-impl-list.c (__libc_ifunc_impl_list):
e6b5a293 31279 Remove bzero, memset ifunc support.
80f844c9
OB
31280 * sysdeps/x86_64/multiarch/bzero.S: Remove file.
31281 * sysdeps/x86_64/multiarch/memset-x86-64.S: Likewise.
31282 * sysdeps/x86_64/multiarch/memset.S: Likewise.
31283 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
31284
fb6b0fcb
AS
312852013-03-11 Andreas Schwab <schwab@suse.de>
31286
31287 [BZ #15234]
31288 * Versions.def (libpthread): Add GLIBC_2.3, so that it can be used
31289 by SHLIB_COMPAT.
31290 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist
31291 (GLIBC_2.16): Remove pthread_atfork.
31292
3e6bd4b1
PP
312932013-03-08 Paul Pluzhnikov <ppluzhnikov@google.com>
31294
31295 * posix/Makefile (testcases.h): Set LC_ALL=C before sed.
31296 (ptestcases.h): Likewise.
31297
222d7f00
RM
312982013-03-08 Roland McGrath <roland@hack.frob.com>
31299
31300 * Makeconfig ($(common-objpfx)config.status): Depend on
31301 sysdeps/*/preconfigure{,.in} too.
31302
1ba4f030
JM
313032013-03-08 Joseph Myers <joseph@codesourcery.com>
31304
a222d91a
JM
31305 * malloc/malloc.h (__malloc_ptr_t): Remove macro.
31306 (__free_hook): Use void * instead of __malloc_ptr_t.
31307 (__malloc_hook): Likewise.
31308 (__realloc_hook): Likewise.
31309 (__memalign_hook): Likewise.
31310 (__after_morecore_hook): Likewise.
31311 * malloc/arena.c (save_malloc_hook): Likewise.
31312 (save_free_hook): Likewise.
31313 * malloc/hooks.c (malloc_hook_ini): Likewise.
31314 (realloc_hook_ini): Likewise.
31315 (memalign_hook_ini): Likewise.
31316 * malloc/malloc.c (malloc_hook_ini): Likewise.
31317 (realloc_hook_ini): Likewise.
31318 (memalign_hook_ini): Likewise.
31319 (__free_hook): Likewise.
31320 (__malloc_hook): Likewise.
31321 (__realloc_hook): Likewise.
31322 (__memalign_hook): Likewise.
31323 (__libc_malloc): Likewise.
31324 (__libc_free): Likewise.
31325 (__libc_realloc): Likewise.
31326 (__libc_memalign): Likewise.
31327 (__libc_valloc): Likewise.
31328 (__libc_pvalloc): Likewise.
31329 (__libc_calloc): Likewise.
31330 (__posix_memalign): Likewise.
31331 * malloc/morecore.c (__sbrk): Likewise.
31332 (__default_morecore): Likewise.
31333
5cc45e10
JM
31334 * malloc/morecore.c (__default_morecore): Use ISO C prototype.
31335
dd54b864
JM
31336 * malloc/malloc.h (__malloc_ptrdiff_t): Remove macro.
31337 * malloc/morecore.c (__default_morecore): Use ptrdiff_t instead of
31338 __malloc_ptrdiff_t.
31339
1ba4f030
JM
31340 * malloc/malloc.h (__malloc_size_t): Remove macro.
31341 * malloc/mcheck.c (old_malloc_hook): Use size_t instead of
31342 __malloc_size_t.
31343 (old_memalign_hook): Likewise.
31344 (old_realloc_hook): Likewise.
31345 (struct hdr): Likewise.
31346 (flood): Likewise.
31347 (mallochook): Likewise.
31348 (memalignhook): Likewise.
31349 (reallochook): Likewise.
31350 * malloc/mtrace.c (tr_old_malloc_hook): Likewise.
31351 (tr_old_realloc_hook): Likewise.
31352 (tr_old_memalign_hook): Likewise.
31353 (tr_mallochook): Likewise.
31354 (tr_reallochook): Likewise.
31355 (tr_memalignhook): Likewise.
31356
edf66e57
AZ
313572013-03-08 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31358
31359 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_pack): Rename to
31360 default_ldbl_pack and using as default implementation.
31361 (ldbl_unpack): Rename to default_ldbl_unpack and using as default
31362 implementation.
31363 * sysdeps/powerpc/fpu/math_ldbl.h (ldbl_extract_mantissa): Remove
31364 redundant definition.
31365 (ldbl_insert_mantissa): Likewise.
31366 (ldbl_canonicalize): Likewise.
31367 (ldbl_nearbyint): Likewise.
31368 (ldbl_pack): Rename to ldbl_pack_ppc.
31369 (ldbl_unpack): Rename to ldbl_unpack_ppc.
31370 * sysdeps/unix/sysv/linux/powerpc/Implies: Remove file.
31371 * sysdeps/powerpc/Implies: Add ieee754/ldbl-opt after ieee754/ldbl-128ibm.
31372
6d9145d8
SP
313732013-03-08 Siddhesh Poyarekar <siddhesh@redhat.com>
31374
31375 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Move file...
31376 * sysdeps/powerpc/power4/fpu/mpa.c: ... here.
31377 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile: Move file...
31378 * sysdeps/powerpc/power4/fpu/Makefile: ... here.
31379 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Remove file.
31380 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile: Remove file.
31381 * sysdeps/powerpc/powerpc32/power4/Implies: New file.
31382 * sysdeps/powerpc/powerpc64/power4/Implies: New file.
31383
4dd4e157
AJ
313842013-03-07 Andreas Jaeger <aj@suse.de>
31385
31386 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
31387 bits/mman-linux.h.
31388
adbb8027
SP
313892013-03-07 Siddhesh Poyarekar <siddhesh@redhat.com>
31390
ce544b5b
SP
31391 * sysdeps/ieee754/dbl-64/slowexp.c [!USE_LONG_DOUBLE_FOR_MP]:
31392 Include mpa.h and declare __MPEXP.
31393 [USE_LONG_DOUBLE_FOR_MP] (__slowexp): Call __IEEE754_EXPL.
31394 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31395 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31396 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Remove.
31397 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31398 (CPPFLAGS-slowexp.c): Define USE_LONG_DOUBLE_FOR_MP.
31399 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Remove.
31400
4cc149fd
SP
31401 * sysdeps/ieee754/dbl-64/slowpow.c [USE_LONG_DOUBLE_FOR_MP]
31402 (__slowpow): Use long double EXPL and LOGL functions to
31403 compute POW.
31404 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile
31405 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31406 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Remove.
31407 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile
31408 (CPPFLAGS-slowpow.c): Define USE_LONG_DOUBLE_FOR_MP.
31409 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Remove.
31410
e6ebd4a7
SP
31411 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Use
31412 intermediate variable to calculate exponent.
31413 (__sqr): Likewise.
31414 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
31415 Likewise.
31416 (__sqr): Likewise.
31417
82a9811d
SP
31418 * sysdeps/ieee754/dbl-64/mpa.c [!NO__MUL]: Define __mul.
31419 [!NO__SQR]: Define __sqr.
31420 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: define NO__MUL
31421 and NO__SQR. Remove all code except __mul and __sqr. Include
31422 sysdeps/ieee754/dbl-64/mpa.c.
31423 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
31424
adbb8027
SP
31425 [BZ #12723]
31426 * posix/Makefile (tests): Add tst-pathconf.
31427 * posix/tst-pathconf.c: New test case.
31428 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Remove
31429 _PC_PIPE_BUF.
31430 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Likewise.
31431
39120df9
PF
314322013-03-06 Patsy Franklin <pfrankli@redhat.com>
31433
31434 * io/fcntl.h: Added a comment about AT_EACCESS and AT_REMOVEDIR.
31435
67525cb8
AJ
314362013-03-06 Andreas Jaeger <aj@suse.de>
31437
664a9ce4
AJ
31438 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_ANONYMOUS): Allow
31439 definition via __MAP_ANONYMOUS.
31440
8e39047d
AJ
31441 * sysdeps/unix/sysv/linux/s390/bits/mman.h (MAP_GROWSUP): Remove,
31442 it's not part of Linux headers.
31443
67525cb8
AJ
31444 * sysdeps/unix/sysv/linux/bits/mman-linux.h (MAP_HUGE_SHIFT): Define.
31445 (MAP_HUGE_MASK): Define.
31446
31447 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31448 Define.
31449 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31450 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31451 Define.
31452 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31453 * sysdeps/unix/sysv/linux/sys/ptrace.h (PTRACE_O_EXIT_KILL):
31454 Define.
31455 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31456 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h (PTRACE_O_EXITKILL):
31457 Define.
31458 (PTRACE_O_MASK): Adjust for PTRACE_O_EXITKILL.
31459
31460 * sysdeps/unix/sysv/linux/x86/bits/msq.h (MSG_COPY): Likewise.
31461 * sysdeps/unix/sysv/linux/generic/bits/msq.h (MSG_COPY): Define.
31462 * sysdeps/unix/sysv/linux/powerpc/bits/msq.h (MSG_COPY): Likewise.
31463 * sysdeps/unix/sysv/linux/bits/msq.h (MSG_COPY): Likewise.
31464 * sysdeps/unix/sysv/linux/s390/bits/msq.h (MSG_COPY): Likewise.
31465 * sysdeps/unix/sysv/linux/sparc/bits/msq.h (MSG_COPY): Define.
31466
31467 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
31468 Handle f2fs.
31469
31470 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
31471 Handle f2fs and efivarfs.
31472
31473 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Handle
31474 f2fs.
31475
31476 * sysdeps/unix/sysv/linux/linux_fsinfo.h (F2FS_SUPER_MAGIC): Add.
31477 (EFIVARFS_MAGIC): Add.
31478 (F2FS_LINK_MAX): Add.
31479
e1b42695
PP
314802013-03-06 Paul Pluzhnikov <ppluzhnikov@google.com>
31481
31482 * stdio-common/vfprintf.c: Replace __builtin_expect with
31483 __glibc_unlikely.
31484
2d67d91a
JM
314852013-03-06 Joseph Myers <joseph@codesourcery.com>
31486
31487 [BZ #13550]
31488 * sysdeps/generic/bp-sym.h: Remove file.
31489 * sysdeps/powerpc/powerpc64/bp-asm.h: Likewise.
31490 * sysdeps/powerpc/powerpc64/__longjmp-common.S: Don't include
31491 <bp-sym.h> and <bp-asm.h>.
31492 (__longjmp): Don't use BP_SYM.
31493 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Don't include <bp-sym.h>
31494 and <bp-asm.h>.
31495 (memcpy): Don't use BP_SYM.
31496 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Don't include
31497 <bp-sym.h> and <bp-asm.h>.
31498 (memcpy): Don't use BP_SYM.
31499 * sysdeps/powerpc/powerpc64/memcpy.S: Don't include <bp-sym.h> and
31500 <bp-asm.h>.
31501 (memcpy): Don't use BP_SYM.
31502 * sysdeps/powerpc/powerpc64/memset.S: Don't include <bp-sym.h> and
31503 <bp-asm.h>.
31504 (memset): Don't use BP_SYM.
31505 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31506 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31507 (__bzero): Don't use BP_SYM.
31508 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31509 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31510 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Don't include
31511 <bp-sym.h> and <bp-asm.h>.
31512 (memcmp): Don't use BP_SYM. Remove comment about bounded
31513 pointers.
31514 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Don't include
31515 <bp-sym.h> and <bp-asm.h>.
31516 (memcpy): Don't use BP_SYM.
31517 * sysdeps/powerpc/powerpc64/power4/memset.S: Don't include
31518 <bp-sym.h> and <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 (__bzero): Don't use BP_SYM.
31523 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31524 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31525 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Don't include
31526 <bp-sym.h> and <bp-asm.h>.
31527 (strncmp): Don't use BP_SYM. Remove comment about bounded
31528 pointers.
31529 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Don't include
31530 <bp-sym.h> and <bp-asm.h>.
31531 (memcpy): Don't use BP_SYM.
31532 * sysdeps/powerpc/powerpc64/power6/memset.S: Don't include
31533 <bp-sym.h> and <bp-asm.h>.
31534 (memset): Don't use BP_SYM.
31535 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31536 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31537 (__bzero): Don't use BP_SYM.
31538 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31539 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31540 * sysdeps/powerpc/powerpc64/power7/memchr.S: Don't include
31541 <bp-sym.h> and <bp-asm.h>.
31542 (__memchr): Don't use BP_SYM.
31543 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Don't include
31544 <bp-sym.h> and <bp-asm.h>.
31545 (memcmp): Don't use BP_SYM. Remove comment about bounded
31546 pointers.
31547 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Don't include
31548 <bp-sym.h> and <bp-asm.h>.
31549 (memcpy): Don't use BP_SYM.
31550 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: Don't include
31551 <bp-sym.h> and <bp-asm.h>.
31552 (__mempcpy): Don't use BP_SYM.
31553 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Don't include
31554 <bp-sym.h> and <bp-asm.h>.
31555 (__memrchr): Don't use BP_SYM.
31556 * sysdeps/powerpc/powerpc64/power7/memset.S: Don't include
31557 <bp-sym.h> and <bp-asm.h>.
31558 (memset): Don't use BP_SYM.
31559 (__bzero): Likewise.
31560 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: Don't include
31561 <bp-sym.h> and <bp-asm.h>.
31562 (__rawmemchr): Don't use BP_SYM.
31563 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Don't include
31564 <bp-sym.h> and <bp-asm.h>.
31565 (__STRCMP): Don't use BP_SYM.
31566 * sysdeps/powerpc/powerpc64/power7/strchr.S: Don't include
31567 <bp-sym.h> and <bp-asm.h>.
31568 (strchr): Don't use BP_SYM.
31569 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: Don't include
31570 <bp-sym.h> and <bp-asm.h>.
31571 (__strchrnul): Don't use BP_SYM.
31572 * sysdeps/powerpc/powerpc64/power7/strlen.S: Don't include
31573 <bp-sym.h> and <bp-asm.h>.
31574 (strlen): Don't use BP_SYM.
31575 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Don't include
31576 <bp-sym.h> and <bp-asm.h>.
31577 (strncmp): Don't use BP_SYM. Remove comment about bounded
31578 pointers.
31579 * sysdeps/powerpc/powerpc64/power7/strnlen.S: Don't include
31580 <bp-sym.h> and <bp-asm.h>.
31581 (__strnlen): Don't use BP_SYM.
31582 * sysdeps/powerpc/powerpc64/setjmp-common.S: Don't include
31583 <bp-sym.h> and <bp-asm.h>.
31584 (__GI__setjmp): Don't use BP_SYM.
31585 (_setjmp): Likewise.
31586 (__sigsetjmp): Likewise.
31587 * sysdeps/powerpc/powerpc64/start.S: Don't include "bp-sym.h".
31588 (L(start_addresses)): Don't use BP_SYM.
31589 (_start): Likewise.
31590 * sysdeps/powerpc/powerpc64/stpcpy.S: Don't include <bp-sym.h> and
31591 <bp-asm.h>.
31592 (__stpcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW,
31593 STORE_RETURN_BOUNDS, CHECK_BOUNDS_HIGH and STORE_RETURN_VALUE.
31594 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31595 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31596 * sysdeps/powerpc/powerpc64/strchr.S: Don't include <bp-sym.h> and
31597 <bp-asm.h>.
31598 (strchr): Don't use BP_SYM, CHECK_BOUNDS_LOW, STORE_RETURN_BOUNDS,
31599 CHECK_BOUNDS_HIGH_RTN and STORE_RETURN_VALUE. Remove comment
31600 about bounded pointers.
31601 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31602 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31603 * sysdeps/powerpc/powerpc64/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 comment
31606 about bounded pointers. Remove GKM FIXME comments.
31607 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31608 * sysdeps/powerpc/powerpc64/strcpy.S: Don't include <bp-sym.h> and
31609 <bp-asm.h>.
31610 (strcpy): Don't use BP_SYM, CHECK_BOUNDS_LOW and
31611 STORE_RETURN_BOUNDS. Remove comment about bounded pointers.
31612 Remove GKM FIXME comments.
31613 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31614 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31615 * sysdeps/powerpc/powerpc64/strlen.S: Don't include <bp-sym.h> and
31616 <bp-asm.h>.
31617 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove comment
31618 about bounded pointers. Remove GKM FIXME comment.
31619 * sysdeps/powerpc/powerpc64/strncmp.S: Don't include <bp-sym.h>
31620 and <bp-asm.h>.
31621 (strncmp): Don't use BP_SYM. Remove comment about bounded
31622 pointers.
31623 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S: Don't include
31624 <bp-sym.h> and <bp-asm.h>.
31625 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31626 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S: Don't include
31627 <bp-sym.h> and <bp-asm.h>.
31628 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
31629 comment.
31630
cdcf361f
PP
316312013-03-05 Paul Pluzhnikov <ppluzhnikov@google.com>
31632
31633 * stdio-common/vfprintf.c (vfprintf): Check malloc return; don't
31634 call free(NULL).
31635
3c4a2b15
DM
316362013-03-05 David S. Miller <davem@davemloft.net>
31637
31638 * po/es.po: Update from translation team.
31639
cdcf361f 316402013-03-05 Andreas Jaeger <aj@suse.de>
890b58d3
AJ
31641
31642 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Include
31643 <bits/mman-linux.h>.
31644 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31645 is fine.
31646 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Move include of
31647 <bits/mman-linux.h> to end of file.
31648 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31649 is fine.
31650 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Move include of
31651 <bits/mman-linux.h> to end of file.
31652 (MCL_CURRENT, MCL_FUTURE): Do not define here, the generic value
31653 is fine.
31654 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Move include of
31655 <bits/mman-linux.h> to end of file.
31656
31657 * sysdeps/unix/sysv/linux/bits/mman-linux.h [!MCL_CURRENT]
31658 (MCL_CURRENT, MCL_FUTURE): Define here.
31659
5f67c04f
AK
316602013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31661
8a4473cc 31662 [BZ #15232]
5f67c04f
AK
31663 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Use
31664 attribute_hidden.
31665 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
31666
c3e94a95
AK
316672013-03-05 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
31668
31669 * sysdeps/unix/sysv/linux/s390/s390-32/getcontext.S: Set the
31670 fourth parameter needed for rt_sigprocmask syscall.
31671 * sysdeps/unix/sysv/linux/s390/s390-32/setcontext.S:
31672 * sysdeps/unix/sysv/linux/s390/s390-32/swapcontext.S: Likewise.
31673 * sysdeps/unix/sysv/linux/s390/s390-64/getcontext.S: Likewise.
31674 * sysdeps/unix/sysv/linux/s390/s390-64/setcontext.S: Likewise.
31675 * sysdeps/unix/sysv/linux/s390/s390-64/swapcontext.S: Likewise.
31676 * sysdeps/unix/sysv/linux/s390/ucontext_i.sym: Define _NSIG8.
31677
cfb6382a
JM
316782013-03-04 Joseph Myers <joseph@codesourcery.com>
31679
31680 [BZ #13550]
31681 * sysdeps/powerpc/powerpc32/power4/strncmp.S (strncmp): Remove
31682 comment about bounded pointers.
31683 * sysdeps/powerpc/powerpc32/power7/strncmp.S (strncmp): Likewise.
31684 * sysdeps/powerpc/powerpc32/strncmp.S (strncmp): Likewise.
31685
539d8e01
AJ
316862013-03-04 Andreas Jaeger <aj@suse.de>
31687
31688 * sysdeps/unix/sysv/linux/bits/mman-linux.h: New file, with Linux
31689 common definitions.
31690
31691 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Remove all defines
31692 provided by bits/mman-linux.h and include <bits/mman-linux.h>.
31693 * sysdeps/unix/sysv/linux/x86/bits/mman.h: Likewise.
31694 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
31695 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
539d8e01
AJ
31696 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
31697
2e167a70 316982013-03-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
e0b780ad
AZ
31699
31700 [BZ #15055]
31701 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c (__ieee754_acoshl): Use
31702 __ieee754_sqrl instead of __sqrl.
31703
68508633
JM
317042013-03-01 Joseph Myers <joseph@codesourcery.com>
31705
31706 * sysdeps/powerpc/fpu/fpu_control.h: Move to ...
31707 * sysdeps/powerpc/fpu_control.h: ... here.
31708 * sysdeps/powerpc/fpu/bits/fenvinline.h: Move to ...
31709 * sysdeps/powerpc/bits/fenvinline.h: ... here.
31710 * sysdeps/powerpc/fpu/bits/mathinline.h: Move to ...
31711 * sysdeps/powerpc/bits/mathinline.h: ... here.
31712
7775448e
RM
317132013-03-01 Roland McGrath <roland@hack.frob.com>
31714
31715 * elf/dl-hwcaps.c (_dl_important_hwcaps):
31716 Change [NEED_DL_SYSINFO || NEED_DL_SYSINFO_DSO] conditionals
31717 to just [NEED_DL_SYSINFO_DSO].
31718 * elf/dl-support.c: Likewise.
31719 * elf/dl-sysdep.c (_dl_sysdep_start): Likewise.
31720 * elf/rtld.c (dl_main): Likewise.
31721 * elf/setup-vdso.h (setup_vdso): Likewise.
31722 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Likewise.
31723 * sysdeps/unix/sysv/linux/dl-sysdep.c
31724 (_dl_discover_osversion): Likewise.
31725
4e9b5995
CD
317262013-03-01 Carlos O'Donell <carlos@redhat.com>
31727
31728 * csu/libc-start.c (__pthread_initialize_minimal): Revert last change.
31729 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31730
e23872c8
SP
317312013-03-01 Siddhesh Poyarekar <siddhesh@redhat.com>
31732
e5c74c63
SP
31733 * NEWS: Mention libm performance improvements and non-x86 PI
31734 futex support.
31735
e23872c8
SP
31736 * csu/libc-start.c (__pthread_initialize_minimal): Change
31737 function arguments.
31738 * csu/libc-tls.c (__pthread_initialize_minimal): Likewise.
31739
b5510883
JM
317402013-02-28 Joseph Myers <joseph@codesourcery.com>
31741
31742 [BZ #13550]
31743 * sysdeps/powerpc/powerpc32/bp-asm.h: Remove file.
31744 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Don't include
31745 <bp-sym.h> and <bp-asm.h>.
31746 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31747 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Don't include <bp-sym.h>
31748 and <bp-asm.h>.
31749 (memcpy): Don't use BP_SYM.
31750 * sysdeps/powerpc/powerpc32/add_n.S: Don't include <bp-sym.h> and
31751 <bp-asm.h>.
31752 (__mpn_add_n): Don't use BP_SYM.
31753 (__mpn_add_n) [__BOUNDED_POINTERS_]: Remove conditional code.
31754 * sysdeps/powerpc/powerpc32/addmul_1.S: Don't include <bp-sym.h>
31755 and <bp-asm.h>.
31756 (__mpn_addmul_1): Don't use BP_SYM.
31757 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31758 * sysdeps/powerpc/powerpc32/bsd-_setjmp.S: Don't include
31759 <bp-sym.h>.
31760 (_setjmp): Don't use BP_SYM.
31761 (__novmx_setjmp): Likewise.
31762 (__GI__setjmp): Likewise.
31763 (__vmx_setjmp): Likewise.
31764 * sysdeps/powerpc/powerpc32/bsd-setjmp.S: Don't include
31765 <bp-sym.h>.
31766 * sysdeps/powerpc/powerpc32/bzero.S: Don't include <bp-sym.h>.
31767 (__bzero): Don't use BP_SYM.
31768 (__bzero) [__BOUNDED_POINTERS__]: Remove conditional code.
31769 (__bzero) [!__BOUNDED_POINTERS__]: Make code unconditional.
31770 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Don't include
31771 <bp-sym.h> and <bp-asm.h>.
31772 (memcpy): Don't use BP_SYM.
31773 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S: Don't include
31774 <bp-sym.h> and <bp-asm.h>.
31775 (__longjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31776 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S: Don't include
31777 <bp-sym.h> and <bp-asm.h>.
31778 (__sigsetjmp): Don't use BP_SYM and CHECK_BOUNDS_BOTH_WIDE_LIT.
31779 * sysdeps/powerpc/powerpc32/lshift.S: Don't include <bp-sym.h> and
31780 <bp-asm.h>.
31781 (__mpn_lshift): Don't use BP_SYM.
31782 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31783 * sysdeps/powerpc/powerpc32/memset.S: Don't include <bp-sym.h> and
31784 <bp-asm.h>.
31785 (memset): Don't use BP_SYM.
31786 (memset) [__BOUNDED_POINTERS__]: Remove conditional code.
31787 (memset) [!__BOUNDED_POINTERS__]: Make code unconditional.
31788 * sysdeps/powerpc/powerpc32/mul_1.S: Don't include <bp-sym.h> and
31789 <bp-asm.h>.
31790 (__mpn_mul_1): Don't use BP_SYM.
31791 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31792 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Don't include
31793 <bp-sym.h> and <bp-asm.h>.
31794 (memcmp): Don't use BP_SYM.
31795 * sysdeps/powerpc/powerpc32/power4/memcpy.S: Don't include
31796 <bp-sym.h> and <bp-asm.h>.
31797 (memcpy): Don't use BP_SYM.
31798 * sysdeps/powerpc/powerpc32/power4/memset.S: Don't include
31799 <bp-sym.h> and <bp-asm.h>.
31800 (memset): Don't use BP_SYM.
31801 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't include
31802 <bp-sym.h> and <bp-asm.h>.
31803 (strncmp): Don't use BP_SYM.
31804 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Don't include
31805 <bp-sym.h> and <bp-asm.h>.
31806 (memcpy): Don't use BP_SYM.
31807 * sysdeps/powerpc/powerpc32/power6/memset.S: Don't include
31808 <bp-sym.h> and <bp-asm.h>.
31809 (memset): Don't use BP_SYM.
31810 * sysdeps/powerpc/powerpc32/power7/memchr.S: Don't include
31811 <bp-sym.h> and <bp-asm.h>.
31812 (__memchr): Don't use BP_SYM.
31813 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Don't include
31814 <bp-sym.h> and <bp-asm.h>.
31815 (memcmp): Don't use BP_SYM.
31816 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Don't include
31817 <bp-sym.h> and <bp-asm.h>.
31818 (memcpy): Don't use BP_SYM.
31819 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: Don't include
31820 <bp-sym.h> and <bp-asm.h>.
31821 (__mempcpy): Don't use BP_SYM.
31822 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Don't include
31823 <bp-sym.h> and <bp-asm.h>.
31824 (__memrchr): Don't use BP_SYM.
31825 * sysdeps/powerpc/powerpc32/power7/memset.S: Don't include
31826 <bp-sym.h> and <bp-asm.h>.
31827 (memset): Don't use BP_SYM.
31828 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: Don't include
31829 <bp-sym.h> and <bp-asm.h>.
31830 (__rawmemchr): Don't use BP_SYM.
31831 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Don't include
31832 <bp-sym.h> and <bp-asm.h>.
31833 (__STRCMP): Don't use BP_SYM.
31834 * sysdeps/powerpc/powerpc32/power7/strchr.S: Don't include
31835 <bp-sym.h> and <bp-asm.h>.
31836 (strchr): Don't use BP_SYM.
31837 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: Don't include
31838 <bp-sym.h> and <bp-asm.h>.
31839 (__strchrnul): Don't use BP_SYM.
31840 * sysdeps/powerpc/powerpc32/power7/strlen.S: Don't include
31841 <bp-sym.h> and <bp-asm.h>.
31842 (strlen): Don't use BP_SYM.
31843 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Don't include
31844 <bp-sym.h> and <bp-asm.h>.
31845 (strncmp): Don't use BP_SYM.
31846 * sysdeps/powerpc/powerpc32/power7/strnlen.S: Don't include
31847 <bp-sym.h> and <bp-asm.h>.
31848 (__strnlen): Don't use BP_SYM.
31849 * sysdeps/powerpc/powerpc32/rshift.S: Don't include <bp-sym.h> and
31850 <bp-asm.h>.
31851 (__mpn_rshift): Don't use BP_SYM.
31852 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
31853 * sysdeps/powerpc/powerpc32/setjmp-common.S: Don't include
31854 <bp-sym.h> and <bp-asm.h>.
31855 (__sigsetjmp): Don't use BP_SYM.
31856 * sysdeps/powerpc/powerpc32/start.S: Don't include "bp-sym.h".
31857 (L(start_addresses)): Don't use BP_SYM.
31858 (_start): Likewise.
31859 * sysdeps/powerpc/powerpc32/stpcpy.S: Don't include <bp-sym.h> and
31860 <bp-asm.h>.
31861 (__stpcpy): Don't use BP_SYM and macros from bp-asm.h.
31862 (__stpcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31863 (__stpcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31864 * sysdeps/powerpc/powerpc32/strchr.S: Don't include <bp-sym.h> and
31865 <bp-asm.h>.
31866 (strchr): Don't use BP_SYM.h and macros from bp-asm.h.
31867 (strchr) [__BOUNDED_POINTERS__]: Remove conditional code.
31868 (strchr) [!__BOUNDED_POINTERS__]: Make code unconditional.
31869 * sysdeps/powerpc/powerpc32/strcmp.S: Don't include <bp-sym.h> and
31870 <bp-asm.h>.
31871 (strcmp): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
31872 comments.
31873 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
31874 * sysdeps/powerpc/powerpc32/strcpy.S: Don't include <bp-sym.h> and
31875 <bp-asm.h>.
31876 (strcpy): Don't use BP_SYM and macros from bp-asm.h. Remove GKM
31877 FIXME comments.
31878 (strcpy) [__BOUNDED_POINTERS__]: Remove conditional code.
31879 (strcpy) [!__BOUNDED_POINTERS__]: Make code unconditional.
31880 * sysdeps/powerpc/powerpc32/strlen.S: Don't include <bp-sym.h> and
31881 <bp-asm.h>.
31882 (strlen): Don't use BP_SYM and CHECK_BOUNDS_LOW. Remove GKM FIXME
31883 comment.
31884 * sysdeps/powerpc/powerpc32/strncmp.S: Don't include <bp-sym.h>
31885 and <bp-asm.h>.
31886 (strncmp): Don't use BP_SYM,
31887 * sysdeps/powerpc/powerpc32/sub_n.S: Don't include <bp-sym.h> and
31888 <bp-asm.h>.
31889 (__mpn_sub_n): Don't use BP_SYM.
31890 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
31891 * sysdeps/powerpc/powerpc32/submul_1.S: Don't include <bp-sym.h>
31892 and <bp-asm.h>.
31893 (__mpn_submul_1): Don't use BP_SYM.
31894 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
31895 * sysdeps/unix/sysv/linux/powerpc/powerpc32/brk.S: Don't include
31896 <bp-sym.h> and <bp-asm.h>.
31897 (__brk): Don't use BP_SYM and DISCARD_BOUNDS.
31898 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S: Don't include
31899 <bp-sym.h> and <bp-asm.h>.
31900 (__clone): Don't use BP_SYM and DISCARD_BOUNDS. Remove GKM FIXME
31901 comment.
31902
8d19fe64
SP
319032013-02-28 Siddhesh Poyarekar <siddhesh@redhat.com>
31904
31905 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (add_magnitudes):
31906 Use ZK to minimize writes to Z.
31907 (sub_magnitudes): Simplify code a bit.
31908 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (add_magnitudes):
31909 Use ZK to minimize writes to Z.
31910 (sub_magnitudes): Simplify code a bit.
31911
85bd816a
RM
319122013-02-27 Roland McGrath <roland@hack.frob.com>
31913
31914 * csu/gmon-start.c: Add special exception to license text.
31915
b5977bf2
RH
319162013-02-27 Richard Henderson <rth@redhat.com>
31917
31918 * scripts/config.guess: Update from config.git.
31919 * scripts/config.sub: Likewise.
31920
11d6e2f2
SP
319212013-02-27 Siddhesh Poyarekar <siddhesh@redhat.com>
31922
09c14ed2
SP
31923 * sysdeps/ieee754/dbl-64/mpsqrt.c: Reformat.
31924
a688864e
SP
31925 * sysdeps/ieee754/dbl-64/mpatan2.c: Reformat.
31926
6295157a
SP
31927 * sysdeps/ieee754/dbl-64/mpatan.c: Reformat.
31928
b8de2202
SP
31929 * sysdeps/ieee754/dbl-64/mptan.c: Reformat.
31930
11d6e2f2
SP
31931 * sysdeps/ieee754/dbl-64/mplog.c: Reformat.
31932
7e80ddb8
RM
319332013-02-26 Roland McGrath <roland@hack.frob.com>
31934
31935 * Makeconfig (%.v.i, %.v): Move these pattern rules outside of
31936 [$(build-shared = yes].
7e80ddb8 31937
7da6d9ed
SP
319382013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
31939
45f05884
SP
31940 * sysdeps/ieee754/dbl-64/mpa.c: Include alloca.h.
31941 (__mul): Reduce iterations for calculating mantissa.
31942
2236d359
SP
31943 * sysdeps/ieee754/dbl-64/sincos32.c (__c32): Use MPONE and
31944 MPTWO.
31945 (__mpranred): Likewise.
31946
7da6d9ed
SP
31947 [BZ #15160]
31948 * malloc/memusagestat.c (main): Draw graphs for heap and stack
31949 only if MAXSIZE_HEAP and MAXSIZE_STACK are non-zero.
31950
b7688c42
PE
319512013-02-26 Paul Eggert <eggert@cs.ucla.edu>
31952
31953 * posix/regex_internal.h [__GNUC__ < 3 + (__GNUC_MINOR__ < 1]:
31954 Define __attribute__.
31955
53a5c423
SP
319562013-02-26 Siddhesh Poyarekar <siddhesh@redhat.com>
31957
31958 * locale/elem-hash.h (elem_hash): Mark as pure and possibly
31959 unused.
31960 * posix/regex_internal.h (__attribute): Remove.
31961 [!_LIBC && __i386__]: Use __attribute__ instead of __attribute.
31962 (re_string_context_at): Likewise.
31963 (bitset_not): Use __attribute__ and mark function as possibly
31964 unused.
31965 (bitset_merge): Likewise.
31966 (bitset_mask): Likewise.
31967 (re_string_char_size_at): Likewise.
31968 (re_string_wchar_at): Likewise.
31969 (re_string_elem_size_at): Likewise.
31970
60f5a8b5
SP
319712013-02-25 Siddhesh Poyarekar <siddhesh@redhat.com>
31972
2a983a2e
SP
31973 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Remove commented
31974 code.
31975 (cc32): Likewise.
31976
e69804d1
SP
31977 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Use long instead of int.
31978 (__acr): Likewise.
31979 (__cpy): Likewise.
31980 (norm): Likewise.
31981 (denorm): Likewise.
31982 (__dbl_mp): Likewise.
31983 (add_magnitudes): Likewise.
31984 (sub_magnitudes): Likewise.
31985 (__mul): Likewise.
31986 (__inv): Likewise.
31987
2f22a1e8
SP
31988 * sysdeps/ieee754/dbl-64/slowexp.c: Reformat in GNU coding
31989 style.
31990
8930ddc7
SP
31991 * sysdeps/ieee754/dbl-64/slowpow.c: Reformat in GNU coding
31992 style.
31993
dc60cb11
SP
31994 * sysdeps/ieee754/dbl-64/slowexp.c (__slowexp): Remove commented
31995 code.
31996
60f5a8b5
SP
31997 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mp_dbl): Sync
31998 up changes with default code.
31999 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mp_dbl):
32000 Likewise.
32001
b4d1fd33
AM
320022013-02-24 Allan McRae <allan@archlinux.org>
32003
faf6f8bc
AM
32004 * manual/socket.texi (The Internet Namespace): Order menu items
32005 to match that in the file.
32006
b4d1fd33
AM
32007 * manual/libc-texinfo.sh: Use @detailmenu around the detailed
32008 node listing of the info page menu.
32009
2366713d
JM
320102013-02-21 Joseph Myers <joseph@codesourcery.com>
32011
32012 [BZ #13550]
32013 * sysdeps/i386/bp-asm.h: Remove file.
32014 * sysdeps/i386/add_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32015 (PARMS): Do not use macros from bp-asm.h.
32016 (S1): Likewise.
32017 (S2): Likewise.
32018 (SIZE): Likewise.
32019 (__mpn_add_n): Do not use BP_SYM
32020 * sysdeps/i386/addmul_1.S: Do not include "bp-sym.h" and
32021 "bp-asm.h".
32022 (PARMS): Do not use macros from bp-asm.h.
32023 (S1): Likewise.
32024 (SIZE): Likewise.
32025 (__mpn_addmul_1): Do not use BP_SYM
32026 * sysdeps/i386/bsd-_setjmp.S: Do not include "bp-sym.h" and
32027 "bp-asm.h".
32028 (PARMS): Do not use macros from bp-asm.h.
32029 (SIGMSK): Likewise.
32030 (_setjmp): Likewise. Do not use BP_SYM.
32031 * sysdeps/i386/bsd-setjmp.S: Do not include "bp-sym.h" and
32032 "bp-asm.h".
32033 (PARMS): Do not use macros from bp-asm.h.
32034 (SIGMSK): Likewise.
32035 (setjmp): Likewise. Do not use BP_SYM.
32036 * sysdeps/i386/fpu/s_frexp.S: Do not include "bp-sym.h" and
32037 "bp-asm.h".
32038 (PARMS): Do not use macros from bp-asm.h.
32039 (__frexp): Do not use BP_SYM.
32040 (frexp): Likewise.
32041 * sysdeps/i386/fpu/s_frexpf.S: Do not include "bp-sym.h" and
32042 "bp-asm.h".
32043 (PARMS): Do not use macros from bp-asm.h.
32044 (__frexpf): Do not use BP_SYM.
32045 (frexpf): Likewise.
32046 * sysdeps/i386/fpu/s_frexpl.S: Do not include "bp-sym.h" and
32047 "bp-asm.h".
32048 (PARMS): Do not use macros from bp-asm.h.
32049 (__frexpl): Do not use BP_SYM.
32050 (frexpl): Likewise.
32051 * sysdeps/i386/fpu/s_remquo.S: Do not include "bp-sym.h" and
32052 "bp-asm.h".
32053 (PARMS): Do not use macros from bp-asm.h.
32054 (__remquo): Do not use BP_SYM.
32055 (remquo): Likewise.
32056 * sysdeps/i386/fpu/s_remquof.S: Do not include "bp-sym.h" and
32057 "bp-asm.h".
32058 (PARMS): Do not use macros from bp-asm.h.
32059 (__remquof): Do not use BP_SYM.
32060 (remquof): Likewise.
32061 * sysdeps/i386/fpu/s_remquol.S: Do not include "bp-sym.h" and
32062 "bp-asm.h".
32063 (PARMS): Do not use macros from bp-asm.h.
32064 (__remquol): Do not use BP_SYM.
32065 (remquol): Likewise.
32066 * sysdeps/i386/i486/strcat.S: Do not include "bp-sym.h" and
32067 "bp-asm.h".
32068 (PARMS): Do not use macros from bp-asm.h.
32069 (DEST): Likewise.
32070 (SRC): Likewise.
32071 (strcat): Remove GKM FIXME comment. Do not use BP_SYM.
32072 * sysdeps/i386/i486/strlen.S: Do not include "bp-sym.h" and
32073 "bp-asm.h".
32074 (PARMS): Do not use macros from bp-asm.h.
32075 (strlen): Do not use BP_SYM.
32076 * sysdeps/i386/i586/add_n.S: Do not include "bp-sym.h" and
32077 "bp-asm.h".
32078 (PARMS): Do not use macros from bp-asm.h.
32079 (S1): Likewise.
32080 (S2): Likewise.
32081 (SIZE): Likewise.
32082 (__mpn_add_n): Do not use BP_SYM.
32083 * sysdeps/i386/i586/addmul_1.S: Do not include "bp-sym.h" and
32084 "bp-asm.h".
32085 (PARMS): Do not use macros from bp-asm.h.
32086 (S1): Likewise.
32087 (SIZE): Likewise.
32088 (__mpn_addmul_1): Do not use BP_SYM.
32089 * sysdeps/i386/i586/bzero.S (__bzero): Do not use BP_SYM in
32090 weak_alias.
32091 (bzero): Likewise.
32092 * sysdeps/i386/i586/lshift.S: Do not include "bp-sym.h" and
32093 "bp-asm.h".
32094 (PARMS): Do not use macros from bp-asm.h.
32095 (S): Likewise.
32096 (SIZE): Likewise.
32097 (__mpn_lshift): Do not use BP_SYM.
32098 * sysdeps/i386/i586/memcpy.S: Do not include "bp-sym.h" and
32099 "bp-asm.h".
32100 (PARMS): Do not use macros from bp-asm.h.
32101 (DEST): Likewise.
32102 (SRC): Likewise.
32103 (LEN): Likewise.
32104 (memcpy): Likewise. Do not use BP_SYM.
32105 * sysdeps/i386/i586/mempcpy.S (__mempcpy): Do not use BP_SYM in
32106 libc_hidden_def and weak_alias.
32107 (mempcpy): Do not use BP_SYM in weak_alias.
32108 * sysdeps/i386/i586/memset.S: Do not include "bp-sym.h" and
32109 "bp-asm.h".
32110 (PARMS): Do not use macros from bp-asm.h.
32111 (DEST): Likewise.
32112 (LEN): Likewise.
32113 [!BZERO_P] (CHR): Likewise.
32114 (memset): Likewise. Do not use BP_SYM.
32115 * sysdeps/i386/i586/mul_1.S: Do not include "bp-sym.h" and
32116 "bp-asm.h".
32117 (PARMS): Do not use macros from bp-asm.h.
32118 (S1): Likewise.
32119 (SIZE): Likewise.
32120 (__mpn_mul_1): Do not use BP_SYM.
32121 * sysdeps/i386/i586/rshift.S: Do not include "bp-sym.h" and
32122 "bp-asm.h".
32123 (PARMS): Do not use macros from bp-asm.h.
32124 (S): Likewise.
32125 (SIZE): Likewise.
32126 (__mpn_rshift): Do not use BP_SYM.
32127 * sysdeps/i386/i586/strchr.S: Do not include "bp-sym.h" and
32128 "bp-asm.h".
32129 (PARMS): Do not use macros from bp-asm.h.
32130 (STR): Likewise.
32131 (CHR): Likewise.
32132 (strchr): Likewise. Do not use BP_SYM.
32133 (index): Do not use BP_SYM in weak_alias.
32134 * sysdeps/i386/i586/strcpy.S: Do not include "bp-sym.h" and
32135 "bp-asm.h".
32136 (PARMS): Do not use macros from bp-asm.h.
32137 (DEST): Likewise.
32138 (SRC): Likewise.
32139 (STRCPY): Likewise. Remove GKM FIXME comment. Do not use BP_SYM.
32140 * sysdeps/i386/i586/strlen.S: Do not include "bp-sym.h" and
32141 "bp-asm.h".
32142 (PARMS): Do not use macros from bp-asm.h.
32143 (strlen): Do not use BP_SYM.
32144 * sysdeps/i386/i586/sub_n.S: Do not include "bp-sym.h" and
32145 "bp-asm.h".
32146 (PARMS): Do not use macros from bp-asm.h.
32147 (S1): Likewise.
32148 (S2): Likewise.
32149 (SIZE): Likewise.
32150 (__mpn_sub_n): Do not use BP_SYM.
32151 * sysdeps/i386/i586/submul_1.S: Do not include "bp-sym.h" and
32152 "bp-asm.h".
32153 (PARMS): Do not use macros from bp-asm.h.
32154 (S1): Likewise.
32155 (SIZE): Likewise.
32156 (__mpn_submul_1): Do not use BP_SYM.
32157 * sysdeps/i386/i686/add_n.S: Do not include "bp-sym.h" and
32158 "bp-asm.h".
32159 (PARMS): Do not use macros from bp-asm.h.
32160 (S1): Likewise.
32161 (S2): Likewise.
32162 (SIZE): Likewise.
32163 (__mpn_add_n): Do not use BP_SYM.
32164 * sysdeps/i386/i686/bzero.S (__bzero): Do not use BP_SYM in
32165 weak_alias.
32166 (bzero): Likewise.
32167 * sysdeps/i386/i686/memcmp.S: Do not include "bp-sym.h" and
32168 "bp-asm.h".
32169 (PARMS): Do not use macros from bp-asm.h.
32170 (BLK2): Likewise.
32171 (LEN): Likewise.
32172 (memcmp): Do not use BP_SYM.
32173 (bcmp): Do not use BP_SYM in weak_alias.
32174 * sysdeps/i386/i686/memcpy.S: Do not include "bp-sym.h" and
32175 "bp-asm.h".
32176 (PARMS): Do not use macros from bp-asm.h.
32177 (DEST): Likewise.
32178 (SRC): Likewise.
32179 (LEN): Likewise.
32180 (memcpy): Likewise. Do not use BP_SYM.
32181 * sysdeps/i386/i686/memmove.S: Do not include "bp-sym.h" and
32182 "bp-asm.h".
32183 (PARMS): Do not use macros from bp-asm.h.
32184 (DEST): Likewise.
32185 (SRC): Likewise.
32186 (LEN): Likewise.
32187 (memmove): Likewise. Do not use BP_SYM.
32188 * sysdeps/i386/i686/mempcpy.S: Do not include "bp-sym.h" and
32189 "bp-asm.h".
32190 (PARMS): Do not use macros from bp-asm.h.
32191 (DEST): Likewise.
32192 (SRC): Likewise.
32193 (LEN): Likewise.
32194 (__mempcpy): Likewise. Do not use BP_SYM.
32195 (mempcpy): Do not use BP_SYM in weak_alias.
32196 * sysdeps/i386/i686/memset.S: Do not include "bp-sym.h" and
32197 "bp-asm.h".
32198 (PARMS): Do not use macros from bp-asm.h.
32199 (DEST): Likewise.
32200 (LEN): Likewise.
32201 [!BZERO_P] (CHR): Likewise.
32202 (memset): Likewise. Do not use BP_SYM.
32203 * sysdeps/i386/i686/strcmp.S: Do not include "bp-sym.h" and
32204 "bp-asm.h".
32205 (PARMS): Do not use macros from bp-asm.h.
32206 (STR2): Likewise.
32207 (strcmp): Do not use BP_SYM.
32208 * sysdeps/i386/i686/strtok.S: Do not include "bp-sym.h" and
32209 "bp-asm.h".
32210 (PARMS): Do not use macros from bp-asm.h.
32211 (STR): Likewise.
32212 (DELIM): Likewise.
32213 [USE_AS_STRTOK_R] (SAVE): Likewise.
32214 (FUNCTION): Likewise. Do not use BP_SYM.
32215 * sysdeps/i386/i686/strtok_r.S (__strtok_r): Do not use BP_SYM in
32216 aliases.
32217 (strtok_r): Likewise.
32218 (__GI___strtok_r): Likewise.
32219 * sysdeps/i386/lshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32220 (PARMS): Do not use macros from bp-asm.h.
32221 (S): Likewise.
32222 (SIZE): Likewise.
32223 (__mpn_lshift): Do not use BP_SYM.
32224 * sysdeps/i386/memchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32225 (PARMS): Do not use macros from bp-asm.h.
32226 (STR): Likewise.
32227 (CHR): Likewise.
32228 (__memchr): Do not use BP_SYM.
32229 (memchr): Do not use BP_SYM in weak_alias.
32230 * sysdeps/i386/memcmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32231 (PARMS): Do not use macros from bp-asm.h.
32232 (BLK2): Likewise.
32233 (LEN): Likewise.
32234 (memcmp): Do not use BP_SYM.
32235 (bcmp): Do not use BP_SYM in weak_alias.
32236 * sysdeps/i386/mul_1.S: Do not include "bp-sym.h" and "bp-asm.h".
32237 (PARMS): Do not use macros from bp-asm.h.
32238 (S1): Likewise.
32239 (SIZE): Likewise.
32240 (__mpn_mul_1): Do not use BP_SYM.
32241 * sysdeps/i386/rawmemchr.S: Do not include "bp-sym.h" and
32242 "bp-asm.h".
32243 (PARMS): Do not use macros from bp-asm.h.
32244 (STR): Likewise.
32245 (CHR): Likewise.
32246 (__rawmemchr): Do not use BP_SYM.
32247 (rawmemchr): Do not use BP_SYM in weak_alias.
32248 * sysdeps/i386/rshift.S: Do not include "bp-sym.h" and "bp-asm.h".
32249 (PARMS): Do not use macros from bp-asm.h.
32250 (S): Likewise.
32251 (SIZE): Likewise.
32252 (__mpn_rshift): Do not use BP_SYM.
32253 * sysdeps/i386/setjmp.S: Do not include "bp-sym.h" and "bp-asm.h".
32254 (PARMS): Do not use macros from bp-asm.h.
32255 (SIGMSK): Likewise.
32256 (__sigsetjmp): Likewise. Do not use BP_SYM.
32257 * sysdeps/i386/start.S: Do not include "bp-sym.h".
32258 (_start): Do not use BP_SYM.
32259 * sysdeps/i386/stpcpy.S: Do not include "bp-sym.h" and "bp-asm.h".
32260 (PARMS): Do not use macros from bp-asm.h.
32261 (DEST): Likewise.
32262 (SRC): Likewise.
32263 (__stpcpy): Likewise. Do not use BP_SYM.
32264 (stpcpy): Do not use BP_SYM in weak_alias.
32265 * sysdeps/i386/stpncpy.S: Do not include "bp-sym.h" and
32266 "bp-asm.h".
32267 (PARMS): Do not use macros from bp-asm.h.
32268 (DEST): Likewise.
32269 (SRC): Likewise.
32270 (LEN): Likewise.
32271 (__stpncpy): Likewise. Do not use BP_SYM.
32272 (stpncpy): Do not use BP_SYM in weak_alias.
32273 * sysdeps/i386/strchr.S: Do not include "bp-sym.h" and "bp-asm.h".
32274 (PARMS): Do not use macros from bp-asm.h.
32275 (STR): Likewise.
32276 (CHR): Likewise.
32277 (strchr): Likewise. Do not use BP_SYM.
32278 * sysdeps/i386/strchrnul.S: Do not include "bp-sym.h" and
32279 "bp-asm.h".
32280 (PARMS): Do not use macros from bp-asm.h.
32281 (STR): Likewise.
32282 (CHR): Likewise.
32283 (__strchrnul): Likewise. Do not use BP_SYM.
32284 (strchrnul): Do not use BP_SYM in weak_alias.
32285 * sysdeps/i386/strcspn.S: Do not include "bp-sym.h" and
32286 "bp-asm.h".
32287 (PARMS): Do not use macros from bp-asm.h.
32288 (STOP): Likewise.
32289 (strcspn): Do not use BP_SYM.
32290 * sysdeps/i386/strpbrk.S: Do not include "bp-sym.h" and
32291 "bp-asm.h".
32292 (PARMS): Do not use macros from bp-asm.h.
32293 (STR): Likewise.
32294 (STOP): Likewise.
32295 (strpbrk): Likewise. Do not use BP_SYM.
32296 * sysdeps/i386/strrchr.S: Do not include "bp-sym.h" and
32297 "bp-asm.h".
32298 (PARMS): Do not use macros from bp-asm.h.
32299 (STR): Likewise.
32300 (CHR): Likewise.
32301 (strrchr): Likewise. Do not use BP_SYM.
32302 * sysdeps/i386/strspn.S: Do not include "bp-sym.h" and "bp-asm.h".
32303 (PARMS): Do not use macros from bp-asm.h.
32304 (SKIP): Likewise.
32305 (strspn): Do not use BP_SYM.
32306 * sysdeps/i386/strtok.S: Do not include "bp-sym.h" and "bp-asm.h".
32307 (PARMS): Do not use macros from bp-asm.h.
32308 (STR): Likewise.
32309 (DELIM): Likewise.
32310 (SAVE): Likewise.
32311 (FUNCTION): Likewise. Do not use BP_SYM.
32312 * sysdeps/i386/strtok_r.S (__strtok_r): Do not use BP_SYM in
32313 aliases.
32314 (strtok_r): Likewise.
32315 (__GI___strtok_r): Likewise.
32316 * sysdeps/i386/sub_n.S: Do not include "bp-sym.h" and "bp-asm.h".
32317 (PARMS): Do not use macros from bp-asm.h.
32318 (S1): Likewise.
32319 (S2): Likewise.
32320 (SIZE): Likewise.
32321 (__mpn_sub_n): Do not use BP_SYM.
32322 * sysdeps/i386/submul_1.S: Do not include "bp-sym.h" and
32323 "bp-asm.h".
32324 (PARMS): Do not use macros from bp-asm.h.
32325 (S1): Likewise.
32326 (SIZE): Likewise.
32327 (__mpn_submul_1): Do not use BP_SYM.
32328 * sysdeps/unix/i386/sysdep.S: Do not include <bp-asm.h> and
32329 <bp-sym.h>.
32330 * sysdeps/unix/sysv/linux/i386/clone.S: Do not include <bp-sym.h>
32331 and <bp-asm.h>.
32332 (PARMS): Do not use macros from bp-asm.h.
32333 (FLAGS): Likewise.
32334 (PTID): Likewise.
32335 (TLS): Likewise.
32336 (CTID): Likewise.
32337 (__clone): Do not use BP_SYM.
32338 (clone): Do not use BP_SYM in weak_alias.
32339 * sysdeps/unix/sysv/linux/i386/mmap64.S: Do not include <bp-sym.h>
32340 and <bp-asm.h>.
32341 (PARMS): Do not use macros from bp-asm.h.
32342 (LEN): Likewise.
32343 (__mmap64): Do not use BP_SYM.
32344 (mmap64): Do not use BP_SYM in weak_alias.
32345 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
32346 <bp-sym.h> and <bp-asm.h>.
32347 (PARMS): Do not use macros from bp-asm.h.
32348 (__posix_fadvise64_l64): Do not use BP_SYM.
32349 * sysdeps/unix/sysv/linux/i386/semtimedop.S
32350 (PARMS): Do not use macros from bp-asm.h.
32351 (NSOPS): Likewise.
32352 (semtimedop): Do not use BP_SYM.
32353 * sysdeps/unix/sysv/linux/i386/sysdep.h: Do not include <bp-sym.h>
32354 and <bp-asm.h>.
32355
582a3cff
AM
323562013-02-21 Allan McRae <allan@archlinux.org>
32357
32358 * manual/message.texi (Charset conversion in gettext):
32359 Move @end statement to beginning of line.
32360
bab8a695
SP
323612013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
32362
80945231
SP
32363 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Mark as
32364 static.
32365 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
32366 Likewise.
32367
bab8a695
SP
32368 * sysdeps/ieee754/dbl-64/mpa.c (norm): Fix whitespace.
32369 (denorm): Likewise.
32370 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (norm): Likewise.
32371 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (norm): Likewise.
32372
e21d7aa7
AK
323732013-02-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32374
32375 * sysdeps/s390/s390-32/dl-trampoline.S (_dl_runtime_profile): Do a
32376 tail-call to the resolved function if pltexit isn't needed.
32377
4c7a4263
SP
323782013-02-21 Siddhesh Poyarekar <siddhesh@redhat.com>
32379
32380 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Mark X
32381 or Y being zero as being unlikely.
32382 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul):
32383 Likewise.
32384
41f49342
CD
323852013-02-20 Carlos O'Donell <carlos@redhat.com>
32386
32387 * manual/nss.texi (System Databases and Name Service Switch):
32388 Remove frobnicate @pxref.
32389
50022a93
TS
323902013-02-20 Thomas Schwinge <thomas@codesourcery.com>
32391
32392 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32393 __attribute__ ((unused)) to __attribute__ ((__unused__)).
32394
08cbd996
PM
323952013-02-20 Petr Machata <pmachata@redhat.com>
32396
32397 * elf/elf.h (R_ARM_TARGET1): New macro.
32398 (R_ARM_SBREL31, R_ARM_V4BX, R_ARM_TARGET2): Likewise.
32399 (R_ARM_PREL31, R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS): Likewise.
32400 (R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL): Likewise.
32401 (R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS): Likewise.
32402 (R_ARM_THM_MOVW_PREL_NC, R_ARM_THM_MOVT_PREL): Likewise.
32403 (R_ARM_THM_JUMP19, R_ARM_THM_JUMP6): Likewise.
32404 (R_ARM_THM_ALU_PREL_11_0, R_ARM_THM_PC12): Likewise.
32405 (R_ARM_ABS32_NOI, R_ARM_REL32_NOI): Likewise.
32406 (R_ARM_ALU_PC_G0_NC, R_ARM_ALU_PC_G0): Likewise.
32407 (R_ARM_ALU_PC_G1_NC, R_ARM_ALU_PC_G1): Likewise.
32408 (R_ARM_ALU_PC_G2, R_ARM_LDR_PC_G1, R_ARM_LDR_PC_G2): Likewise.
32409 (R_ARM_LDRS_PC_G0, R_ARM_LDRS_PC_G1): Likewise.
32410 (R_ARM_LDRS_PC_G2, R_ARM_LDC_PC_G0): Likewise.
32411 (R_ARM_LDC_PC_G1, R_ARM_LDC_PC_G2): Likewise.
32412 (R_ARM_ALU_SB_G0_NC, R_ARM_ALU_SB_G0): Likewise.
32413 (R_ARM_ALU_SB_G1_NC, R_ARM_ALU_SB_G1): Likewise.
32414 (R_ARM_ALU_SB_G2, R_ARM_LDR_SB_G0, R_ARM_LDR_SB_G1): Likewise.
32415 (R_ARM_LDR_SB_G2, R_ARM_LDRS_SB_G0): Likewise.
32416 (R_ARM_LDRS_SB_G1, R_ARM_LDRS_SB_G2): Likewise.
32417 (R_ARM_LDC_SB_G0, R_ARM_LDC_SB_G1, R_ARM_LDC_SB_G2): Likewise.
32418 (R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL): Likewise.
32419 (R_ARM_MOVW_BREL, R_ARM_THM_MOVW_BREL_NC): Likewise.
32420 (R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL): Likewise.
32421 (R_ARM_PLT32_ABS, R_ARM_GOT_ABS, R_ARM_GOT_PREL): Likewise.
32422 (R_ARM_GOT_BREL12, R_ARM_GOTOFF12, R_ARM_GOTRELAX): Likewise.
32423 (R_ARM_TLS_LDO12, R_ARM_TLS_LE12, R_ARM_TLS_IE12GP): Likewise.
32424 (R_ARM_PRIVATE_0, R_ARM_PRIVATE_1, R_ARM_PRIVATE_2): Likewise.
32425 (R_ARM_PRIVATE_3, R_ARM_PRIVATE_4, R_ARM_PRIVATE_5): Likewise.
32426 (R_ARM_PRIVATE_6, R_ARM_PRIVATE_7, R_ARM_PRIVATE_8): Likewise.
32427 (R_ARM_PRIVATE_9, R_ARM_PRIVATE_10): Likewise.
32428 (R_ARM_PRIVATE_11, R_ARM_PRIVATE_12): Likewise.
32429 (R_ARM_PRIVATE_13, R_ARM_PRIVATE_14): Likewise.
32430 (R_ARM_PRIVATE_15, R_ARM_ME_TOO): Likewise.
32431 (R_ARM_THM_TLS_DESCSEQ16, R_ARM_THM_TLS_DESCSEQ32): Likewise.
32432 (R_ARM_THM_GOT_BREL12): Likewise.
32433 (R_ARM_PC24, R_ARM_PLT32): Updated a comment at this macro.
32434 (R_ARM_THM_PC11, R_ARM_THM_PC9): Likewise.
32435 (R_ARM_THM_ABS5, R_ARM_THM_PC22): Added a comment to this macro.
32436 (R_ARM_THM_PC8, R_ARM_THM_SWI8, R_ARM_XPC25): Likewise.
32437 (R_ARM_THM_XPC22, R_ARM_ALU_PCREL_7_0): Likewise.
32438 (R_ARM_ALU_PCREL_15_8, R_ARM_ALU_PCREL_23_15): Likewise.
32439 (R_ARM_LDR_SBREL_11_0, R_ARM_ALU_SBREL_19_12): Likewise.
32440 (R_ARM_ALU_SBREL_27_20, R_ARM_TLS_DESCSEQ): Likewise.
32441 (R_ARM_THM_TLS_DESCSEQ): Fixed whitespace.
32442
c7b275d6
TS
324432013-02-20 Thomas Schwinge <thomas@codesourcery.com>
32444
32445 * sysdeps/ieee754/bits/nan.h [!__GNUC__] (__nan_union): Change
32446 __attribute_used__ to __attribute__ ((unused)).
32447
20cd7fb3
SP
324482013-02-20 Siddhesh Poyarekar <siddhesh@redhat.com>
32449
32450 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Copy over comment from
32451 powerpc mpa.c.
32452 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__mul): Fix
32453 comment formatting.
32454 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__mul): Likewise.
32455
92945b52
JM
324562013-02-19 Joseph Myers <joseph@codesourcery.com>
32457
32458 [BZ #13550]
32459 * sysdeps/i386/bp-asm.h [__BOUNDED_POINTERS__] (BOUNDS_VIOLATED):
32460 Remove macro.
32461 (ENTER): Remove both macro definitions.
32462 (LEAVE): Likewise.
32463 (CHECK_BOUNDS_LOW): Likewise.
32464 (CHECK_BOUNDS_HIGH): Likewise.
32465 (CHECK_BOUNDS_BOTH): Likewise.
32466 (CHECK_BOUNDS_BOTH_WIDE): Likewise.
32467 (RETURN_BOUNDED_POINTER): Likewise.
32468 (RETURN_NULL_BOUNDED_POINTER): Likewise.
32469 (PUSH_ERRNO_LOCATION_RETURN): Likewise.
32470 (POP_ERRNO_LOCATION_RETURN): Likewise.
32471 * sysdeps/i386/add_n.S (__mpn_add_n): Do not use removed macros.
32472 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32473 * sysdeps/i386/addmul_1.S (__mpn_addmul_1): Do not use removed
32474 macros.
32475 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32476 * sysdeps/i386/bsd-_setjmp.S (_setjmp): Do not use removed macros.
32477 * sysdeps/i386/bsd-setjmp.S (setjmp): Likewise.
32478 * sysdeps/i386/fpu/s_frexp.S (__frexp): Likewise.
32479 * sysdeps/i386/fpu/s_frexpf.S (__frexpf): Likewise.
32480 * sysdeps/i386/fpu/s_frexpl.S (__frexpl): Likewise.
32481 * sysdeps/i386/fpu/s_remquo.S (__remquo): Likewise.
32482 * sysdeps/i386/fpu/s_remquof.S (__remquof): Likewise.
32483 * sysdeps/i386/fpu/s_remquol.S (__remquol): Likewise.
32484 * sysdeps/i386/i486/strcat.S (strcat): Likewise.
32485 * sysdeps/i386/i486/strlen.S (strlen): Likewise.
32486 * sysdeps/i386/i586/add_n.S (__mpn_add_n): Likewise.
32487 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32488 * sysdeps/i386/i586/addmul_1.S (__mpn_addmul_1): Do not use
32489 removed macros.
32490 (__mpn_addmul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32491 * sysdeps/i386/i586/lshift.S (__mpn_lshift): Do not use removed
32492 macros.
32493 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32494 * sysdeps/i386/i586/memcpy.S (memcpy): Do not use removed macros.
32495 * sysdeps/i386/i586/memset.S (memset): Likewise.
32496 * sysdeps/i386/i586/mul_1.S (__mpn_mul_1): Likewise.
32497 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32498 * sysdeps/i386/i586/rshift.S (__mpn_rshift): Do not use removed
32499 macros.
32500 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32501 * sysdeps/i386/i586/strchr.S (strchr): Do not use removed macros.
32502 Change uses of L(2) to L(out).
32503 * sysdeps/i386/i586/strcpy.S (STRCPY): Do not use removed macros.
32504 * sysdeps/i386/i586/strlen.S (strlen): Likewise.
32505 * sysdeps/i386/i586/sub_n.S (__mpn_sub_n): Likewise.
32506 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32507 * sysdeps/i386/i586/submul_1.S (__mpn_submul_1): Do not use
32508 removed macros.
32509 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32510 * sysdeps/i386/i686/add_n.S (__mpn_add_n): Do not use removed
32511 macros.
32512 (__mpn_add_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32513 * sysdeps/i386/i686/memcmp.S (ENTRANCE): Do not use macro ENTER.
32514 (RETURN): Do not use macro LEAVE.
32515 * sysdeps/i386/i686/memcpy.S (memcpy): Do not use removed macros.
32516 * sysdeps/i386/i686/memmove.S (memmove): Likewise.
32517 * sysdeps/i386/i686/mempcpy.S (mempcpy): Likewise.
32518 * sysdeps/i386/i686/memset.S (memset): Likewise.
32519 * sysdeps/i386/i686/strcmp.S (strcmp): Likewise.
32520 (strcmp) [!__BOUNDED_POINTERS__]: Make code unconditional.
32521 (strcmp) [__BOUNDED_POINTERS__]: Remove conditional code.
32522 * sysdeps/i386/i686/strtok.S (save_ptr) [__BOUNDED_POINTERS__]:
32523 Likewise.
32524 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32525 (FUNCTION): Do not use removed macros. Combine labels L(1_1),
32526 L(1_2) and L(1_3) into L(1).
32527 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32528 * sysdeps/i386/lshift.S (__mpn_lshift): Do not use removed macros.
32529 (__mpn_lshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32530 * sysdeps/i386/memchr.S (__memchr): Do not use removed macros.
32531 (__memchr) [__BOUNDED_POINTERS__]: Remove conditional code.
32532 * sysdeps/i386/memcmp.S (memcmp): Do not use removed macros.
32533 * sysdeps/i386/mul_1.S (__mpn_mul_1): Likewise.
32534 (__mpn_mul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32535 * sysdeps/i386/rawmemchr.S (__rawmemchr): Do not use removed
32536 macros.
32537 * sysdeps/i386/rshift.S (__mpn_rshift): Likewise.
32538 (__mpn_rshift) [__BOUNDED_POINTERS__]: Remove conditional code.
32539 * sysdeps/i386/setjmp.S (__sigsetjmp): Do not use removed macros.
32540 * sysdeps/i386/stpcpy.S (__stpcpy): Likewise.
32541 * sysdeps/i386/stpncpy.S (__stpncpy): Likewise.
32542 (__stpncpy) [__BOUNDED_POINTERS__]: Remove conditional code.
32543 * sysdeps/i386/strchr.S (strchr): Do not use removed macros.
32544 * sysdeps/i386/strchrnul.S (__strchrnul): Likewise.
32545 * sysdeps/i386/strcspn.S (strcspn): Likewise.
32546 * sysdeps/i386/strpbrk.S (strpbrk): Likewise.
32547 * sysdeps/i386/strrchr.S (strrchr): Likewise.
32548 * sysdeps/i386/strspn.S (strspn): Likewise.
32549 * sysdeps/i386/strtok.S (save_ptr) [__BOUNDED_POINTERS__]: Remove
32550 conditional code.
32551 (save_ptr) [!__BOUNDED_POINTERS__]: Make code unconditional.
32552 (FUNCTION) [!__BOUNDED_POINTERS__]: Likewise.
32553 (FUNCTION) [__BOUNDED_POINTERS__]: Remove conditional code.
32554 (FUNCTION): Do not use removed macros. Combine labels L(1_2) and
32555 L(1_3) into L(1_1).
32556 * sysdeps/i386/sub_n.S (__mpn_sub_n): Do not use removed macros.
32557 (__mpn_sub_n) [__BOUNDED_POINTERS__]: Remove conditional code.
32558 * sysdeps/i386/submul_1.S (__mpn_submul_1): Do not use removed
32559 macros.
32560 (__mpn_submul_1) [__BOUNDED_POINTERS__]: Remove conditional code.
32561
2389741a
JJ
325622013-02-19 Jakub Jelinek <jakub@redhat.com>
32563
32564 * stdlib/strtod_l.c (__mpn_lshift_1): Rewritten as function-like
32565 macro.
32566
2016b3cd
SP
325672013-02-19 Siddhesh Poyarekar <siddhesh@redhat.com>
32568
e4f22324
SP
32569 * math/atest-exp.c (exp_mpn): Remove ROUND.
32570 * math/atest-exp2.c (exp_mpn): Likewise.
32571 * math/atest-sincos.c (sincosx_mpn): Remove ROUND and CHK.
32572
2016b3cd
SP
32573 * stdlib/cxa_thread_atexit_impl.c: Fix Copyright year.
32574 * stdlib/tst-tls-atexit-lib.c: Likewise.
32575 * stdlib/tst-tls-atexit.c: Likewise.
32576
4be9b544
MF
325772013-02-18 Mike Frysinger <vapier@gentoo.org>
32578
32579 * stdlib/stdlib.h (aligned_alloc): Use __attribute_malloc__
32580 and __attribute_alloc_size__.
32581
2f62b9ee
MF
325822013-02-18 Mike Frysinger <vapier@gentoo.org>
32583
32584 * include/programs/xmalloc.h: Change __attribute_alloc_size to
32585 __attribute_alloc_size__.
32586 * include/sys/cdefs.h (__attribute_alloc_size): Macro removed.
32587 * misc/sys/cdefs.h (__attribute_alloc_size__): New macro.
32588
6ff444c4
MF
325892013-02-18 Mike Frysinger <vapier@gentoo.org>
32590
32591 * include/programs/xmalloc.h: New file.
32592 * catgets/gencat.c: Include it.
32593 (xmalloc, xcalloc, xrealloc, xstrdup): Don't declare them.
32594 * elf/pldd.c: Likewise.
32595 * iconv/iconv_charmap.c: Likewise.
32596 * iconv/iconvconfig.c: Likewise.
32597 * iconv/strtab.c: Likewise.
32598 * locale/programs/locale.c: Likewise.
32599 * locale/programs/localedef.h: Likewise.
32600 * locale/programs/simple-hash.c: Likewise.
32601 * nscd/nscd.h: Likewise.
32602 * nss/makedb.c: Likewise.
32603 * sysdeps/generic/ldconfig.h: Likewise.
32604
be179c8a
SP
326052013-02-18 Siddhesh Poyarekar <siddhesh@redhat.com>
32606
ba384f6e
SP
32607 * Versions.def: Add GLIBC_2.18.
32608 * include/link.h (struct link_map): New member l_tls_dtor_count.
32609 * include/stdlib.h (__cxa_thread_atexit_impl): Declare.
32610 (__call_tls_dtors): Likewise.
32611 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add
32612 __cxa_thread_atexit_impl.
32613 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
32614 Likewise.
32615 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
32616 Likewise.
32617 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist:
32618 Likewise.
32619 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist:
32620 Likewise.
32621 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
32622 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist:
32623 Likewise.
32624 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist:
32625 Likewise.
32626 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
32627 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
32628 Likewise.
32629 * stdlib/Makefile (routines): Add __cxa_thread_atexit_impl.
32630 (tests): Add test case tst-tls-atexit.
32631 (modules-names): Add shared library for tst-tls-atexit.
85891aca 32632 * stdlib/Versions (GLIBC_2.18): Add __cxa_thread_atexit_impl.
ba384f6e
SP
32633 (GLIBC_PRIVATE): Add __call_tls_dtors.
32634 * stdlib/cxa_thread_atexit_impl.c: New file with helper function
32635 for libstdc++.
32636 * stdlib/exit.c (__run_exit_handlers): Call __call_tls_dtors.
32637 * stdlib/tst-tls-atexit.c: New test case.
32638 * stdlib/tst-tls-atexit-lib.c: New test case.
32639
ffaa74cf 32640 * misc/tst-pselect.c: Include stdlib.h for declaration of exit.
ffaa74cf 32641
be179c8a
SP
32642 * elf/Versions (ld): Add _dl_find_dso_for_object.
32643 * elf/dl-addr.c (_dl_addr): Use _dl_find_dso_for_object.
32644 * elf/dl-open.c (_dl_find_dso_for_object): New function.
32645 (dl_open_worker): Use _dl_find_dso_for_object.
32646 * elf/dl-sym.c (do_sym): Likewise.
32647 * sysdeps/generic/ldsodefs.h: Declare _dl_find_dso_for_object.
32648
f78b5caa
AK
326492013-02-18 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
32650
32651 * sysdeps/s390/s390-64/dl-trampoline.S (_dl_runtime_resolve):
32652 Syntactic changes only.
32653 (_dl_runtime_profile): Do a tail-call to the resolved function.
32654
29691210
JM
326552013-02-17 Joseph Myers <joseph@codesourcery.com>
32656
32657 [BZ #13550]
32658 * sysdeps/x86_64/bp-asm.h: Remove file.
32659 * sysdeps/unix/sysv/linux/x86_64/clone.S: Do not include
32660 <bp-sym.h> and <bp-asm.h>.
32661 (__clone): Do not use BP_SYM.
32662 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Do not include
32663 <bp-sym.h> and <bp-asm.h>.
32664 * sysdeps/unix/x86_64/sysdep.S: Likewise.
32665 * sysdeps/x86_64/bsd-_setjmp.S: Do not include "bp-sym.h" and
32666 "bp-asm.h".
32667 (_setjmp): Do not use BP_SYM.
32668 * sysdeps/x86_64/bsd-setjmp.S: Do not include "bp-sym.h" and
32669 "bp-asm.h".
32670 (setjmp): Do not use BP_SYM.
32671 * sysdeps/x86_64/mempcpy.S (__mempcpy): Do not use BP_SYM in
32672 libc_hidden_def.
32673 (mempcpy): Do not use BP_SYM in weak_alias.
32674 * sysdeps/x86_64/rtld-strchr.S: Do not include "bp-sym.h" and
32675 "bp-asm.h".
32676 (strchr): Do not use BP_SYM.
32677 * sysdeps/x86_64/rtld-strlen.S: Do not include "bp-sym.h" and
32678 "bp-asm.h".
32679 * sysdeps/x86_64/setjmp.S (__sigsetjmp): Do not use BP_SYM.
32680 * sysdeps/x86_64/start.S: Do not include "bp-sym.h".
32681 (_start): Do not use BP_SYM.
32682 * sysdeps/x86_64/strcat.S: Do not include "bp-sym.h" and
32683 "bp-asm.h".
32684 (strcat): Do not use BP_SYM.
32685 * sysdeps/x86_64/strcmp.S: Do not include "bp-sym.h" and
32686 "bp-asm.h".
32687 (STRCMP): Do not use BP_SYM.
32688 * sysdeps/x86_64/strcpy.S: Do not include "bp-sym.h" and
32689 "bp-asm.h".
32690 (STRCPY): Do not use BP_SYM.
32691 * sysdeps/x86_64/strcpy_chk.S: Do not include "bp-sym.h" and
32692 "bp-asm.h".
32693 * sysdeps/x86_64/strtok.S: Do not include "bp-sym.h" and
32694 "bp-asm.h".
32695 (FUNCTION): Do not use BP_SYM.
32696 * sysdeps/x86_64/strtok_r.S (strtok_r): Do not use BP_SYM in
32697 weak_alias.
32698 (__GI___strtok_r): Do not use BP_SYM in strong_alias.
32699
f238fd19
AJ
327002013-02-17 Andreas Jaeger <aj@suse.de>
32701
32702 * time/Versions: Sort entries.
32703 * string/Versions: Likewise.
32704 * resolv/Versions: Likewise.
32705 * posix/Versions: Likewise.
32706 * iconv/Versions: Likewise.
32707 * elf/Versions: Likewise.
32708 * wcsmbs/Versions: Likewise.
32709
bd07f23c 327102013-02-15 Siddhesh Poyarekar <siddhesh@redhat.com>
4709fe76 32711
22af19f9
SP
32712 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): Avoid using LIM in
32713 loop termination condition.
32714
4709fe76
SP
32715 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Use intermediate
32716 variable to calculate EZ.
32717 (__sqr): Likewise.
2d0e0f29
SP
32718
32719 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Fix determination of
32720 the lower precision input.
32721
daaa7713
JM
327222013-02-15 Joseph Myers <joseph@codesourcery.com>
32723
32724 [BZ #13550]
32725 * Makeconfig [!+link-bounded] (+link-bounded): Remove variable.
32726 [!link-extra-libs] (link-extra-libs-bounded): Likewise.
32727 (run-via-rtld-prefix): Do not handle %-bp tests.
32728 (test-via-rtld-prefix): Do not mention %-bp tests in comment.
32729 (all-object-suffixes): Remove .ob.
32730 (bppfx): Remove variable.
32731 [$(build-bounded) = yes] (object-suffixes): Do not add .ob.
32732 [$(build-bounded) = yes] (CPPFLAGS-.ob): Remove variable.
32733 [$(build-bounded) = yes] (CFLAGS-.ob): Likewise.
32734 [$(build-bounded) = yes] (libtype.ob): Likewise.
32735 * Makerules (elide-routines.ob): Remove variable.
32736 (do-tests-clean): Do not handle *-bp.out.
32737 (common-mostlyclean): Do not handle *-bp and *-bp.out.
32738 * Rules [$(build-bounded) = yes] (tests-bp.out): Remove variable.
32739 [$(build-bounded) = yes] (xtests-bp.out): Likewise.
32740 (tests): Do not include $(tests-bp.out).
32741 (xtests): Do not include $(xtests-bp.out).
32742 [$(build-bounded) = yes] (binaries-bounded): Remove variable.
32743 [$(build-bounded) = yes] ($(addprefix
32744 $(objpfx),$(binaries-bounded))): Remove rule.
32745 ($(objpfx)%-bp.out): Remove rule.
32746 * config.make.in (build-bounded): Remove variable.
32747 * crypt/Makefile [$(build-bounded) = yes]
32748 ($(tests:%=$(objpfx)%-bp)): Remove dependency.
32749 * csu/Makefile [$(build-bounded) = yes] (extra-objs): Do not
32750 append to variable.
32751 [$(build-bounded) = yes] (install-lib): Likewise.
32752 [$(build-bounded) = yes] (generated): Likewise.
32753 [!start-installed-name-rule] ($(objpfx)b$(start-installed-name)):
32754 Remove rule.
32755 * intl/Makefile [$(build-bounded) = yes]
32756 ($(multithread-test-srcs:%=$(objpfx)%-bp)): Remove dependency.
32757 * math/Makefile [$(build-bounded) = yes]
32758 ($(tests:%=$(objpfx)%-bp): Likewise.
32759 * misc/Makefile [$(build-bounded) = yes]
32760 ($(objpfx)tst-tsearch-bp): Likewise.
32761 * nptl/Makeconfig (bounded-thread-library): Remove variable.
32762 * rt/Makefile [$(build-bounded) = yes] ($(tests:%=$(objpfx)%-bp)):
32763 Remove dependency.
32764 * string/Makefile (o-objects.ob): Remove variable.
32765 * sysdeps/i386/i686/Makefile [$(config-asflags-i686) = yes]
32766 (CFLAGS-.ob): Remove variable.
32767 [$(config-asflags-i686) = yes] (ASFLAGS-.ob): Likewise.
32768 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-.ob): Remove
32769 both definitions of variable.
32770 * sysdeps/sparc/sparc64/Makefile [$(have-as-vis3) = yes]
32771 (ASFLAGS-.ob): Remove variable.
32772
e97ed6dd
JM
327732013-02-14 Joseph Myers <joseph@codesourcery.com>
32774
2bdd4ca6
JM
32775 [BZ #13550]
32776 * config.h.in [USE_REGPARMS && !PROF && !__BOUNDED_POINTERS__]:
32777 Remove __BOUNDED_POINTERS__ from condition.
32778 * elf/dl-runtime.c [!PROF && !__BOUNDED_POINTERS__]: Likewise.
32779 * string/bits/string2.h [!__NO_STRING_INLINES &&
32780 !__BOUNDED_POINTERS__]: Likewise.
32781 * sysdeps/i386/dl-machine.h [!PROF && !__BOUNDED_POINTERS__]:
32782 Likewise.
32783 * sysdeps/unix/sysv/linux/shmat.c (shmat) [__BOUNDED_POINTERS__]:
32784 Remove conditional code.
32785 * sysdeps/x86/bits/string.h [!__NO_STRING_INLINES &&
32786 __USE_STRING_INLINES && __GNUC__ && __GNUC__ >= 2 &&
32787 !__BOUNDED_POINTERS__]: Remove __BOUNDED_POINTERS__ from
32788 condition.
32789
e97ed6dd
JM
32790 [BZ #13550]
32791 * csu/libc-start.c: Do not include <bp-sym.h>.
32792 [!LIBC_START_MAIN] (LIBC_START_MAIN): Do not use BP_SYM.
32793 * elf/dl-open.c: Do not include <bp-sym.h>.
32794 (_dl_sysdep_start): Do not use BP_SYM in weak_extern.
32795 * math/fegetenv.c: Do not include <bp-sym.h>.
32796 (fegetenv): Do not use BP_SYM in versioned symbols.
32797 * nptl/sysdeps/pthread/bits/libc-lockP.h
32798 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]: Do not include
32799 <bp-sym.h>.
32800 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32801 (__pthread_mutex_init): Do not use BP_SYM in weak_extern.
32802 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32803 (__pthread_mutex_destroy): Likewise.
32804 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32805 (__pthread_mutex_lock): Likewise.
32806 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32807 (__pthread_mutex_trylock): Likewise.
32808 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32809 (__pthread_mutex_unlock): Likewise.
32810 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32811 (__pthread_mutexattr_init): Likewise.
32812 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32813 (__pthread_mutexattr_destroy): Likewise.
32814 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32815 (__pthread_mutexattr_settype): Likewise.
32816 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32817 (__pthread_rwlock_init): Likewise.
32818 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32819 (__pthread_rwlock_destroy): Likewise.
32820 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32821 (__pthread_rwlock_rdlock): Likewise.
32822 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32823 (__pthread_rwlock_tryrdlock): Likewise.
32824 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32825 (__pthread_rwlock_wrlock): Likewise.
32826 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32827 (__pthread_rwlock_trywrlock): Likewise.
32828 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32829 (__pthread_rwlock_unlock): Likewise.
32830 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32831 (__pthread_key_create): Likewise.
32832 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32833 (__pthread_setspecific): Likewise.
32834 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32835 (__pthread_getspecific): Likewise.
32836 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern] (__pthread_once):
32837 Likewise.
32838 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32839 (_pthread_cleanup_push_defer): Likewise.
32840 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32841 (_pthread_cleanup_pop_restore): Likewise.
32842 [!__NO_WEAK_PTHREAD_ALIASES && weak_extern]
32843 (pthread_setcancelstate): Likewise.
32844 * string/memchr.c [HAVE_BP_SYM_H || _LIBC]: Do not include
32845 <bp-sym.h>.
32846 [!(HAVE_BP_SYM_H || _LIBC)] (BP_SYM): Remove macro definition.
32847 (memchr): Do not use BP_SYM in weak_alias.
32848 * sysdeps/i386/fpu/fegetenv.c: Do not include <bp-sym.h>.
32849 (fegetenv): Do not use BP_SYM in versioned symbols.
32850 * sysdeps/i386/fpu/fesetenv.c: Do not include <bp-sym.h>.
32851 (fesetenv): Do not use BP_SYM in versioned symbols.
32852 * sysdeps/i386/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32853 (feupdateenv): Do not use BP_SYM in versioned symbols.
32854 * sysdeps/i386/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32855 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32856 * sysdeps/posix/open64.c: Do not include <bp-sym.h>.
32857 (__open64): Do not use BP_SYM in weak_alias and libc_hidden_weak.
32858 (open64): Do not use BP_SYM in weak_alias.
32859 * sysdeps/powerpc/fpu/fegetenv.c: Do not include <bp-sym.h>.
32860 (fegetenv): Do not use BP_SYM in versioned symbols.
32861 * sysdeps/powerpc/fpu/fesetenv.c: Do not include <bp-sym.h>.
32862 (fesetenv): Do not use BP_SYM in versioned symbols.
32863 * sysdeps/powerpc/fpu/feupdateenv.c: Do not include <bp-sym.h>.
32864 (feupdateenv): Do not use BP_SYM in versioned symbols.
32865 * sysdeps/powerpc/fpu/fgetexcptflg.c: Do not include <bp-sym.h>.
32866 (fegetexceptflag): Do not use BP_SYM in versioned symbols.
32867 * sysdeps/powerpc/fpu/fraiseexcpt.c: Do not include <bp-sym.h>.
32868 (feraiseexcept): Do not use BP_SYM in versioned symbols.
32869 * sysdeps/powerpc/fpu/fsetexcptflg.c: Do not include <bp-sym.h>.
32870 (fesetexceptflag): Do not use BP_SYM in versioned symbols.
32871 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Do not include
32872 <bp-sym.h>.
32873 (__libc_start_main): Do not use BP_SYM.
32874
d6752ccd
SP
328752013-02-14 Siddhesh Poyarekar <siddhesh@redhat.com>
32876
cb57ce60
SP
32877 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cpy): Remove
32878 redundant return line.
32879 (norm): Likewise.
32880 (denorm): Likewise.
32881 (dbl_mp): Likewise.
32882 (sub_magnitudes): Likewise.
32883 (__add): Likewise.
32884 (__sub): Likewise.
32885 (__mul): Likewise.
32886 (__inv): Likewise.
32887 (__dvd): Likewise.
32888 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cpy): Likewise.
32889 (norm): Likewise.
32890 (denorm): Likewise.
32891 (dbl_mp): Likewise.
32892 (sub_magnitudes): Likewise.
32893 (__add): Likewise.
32894 (__sub): Likewise.
32895 (__mul): Likewise.
32896 (__inv): Likewise.
32897 (__dvd): Likewise.
32898
f414520d
SP
32899 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Use __sqr
32900 instead of __mul.
32901 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
32902 * sysdeps/ieee754/dbl-64/sincos32.c (ss32): Likewise.
32903 (cc32): Likewise.
32904
d6752ccd
SP
32905 * sysdeps/ieee754/dbl-64/mpa.c (__sqr): New function.
32906 * sysdeps/ieee754/dbl-64/mpa.h (__sqr): Declare.
32907 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): use __sqr instead
32908 of __mul for squares.
32909 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__sqr): New
32910 function
32911 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__sqr):
32912 Likewise.
32913 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define __sqr.
32914 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
32915
70d9946a
JM
329162013-02-13 Joseph Myers <joseph@codesourcery.com>
32917
32918 [BZ #13550]
32919 * misc/sys/cdefs.h [!__BOUNDED_POINTERS__]: Remove conditional
32920 code.
32921 * csu/libc-start.c (LIBC_START_MAIN): Do not use __unbounded in
32922 prototype or function definition. Rename ubp_* variables and
32923 parameters. Remove argv definitions conditional on
32924 [__BOUNDED_POINTERS__].
32925 * debug/backtrace.c (__backtrace): Do not use __unbounded.
32926 * elf/dl-runtime.c (_dl_fixup): Likewise.
32927 * include/set-hooks.h (RUN_HOOK): Likewise.
32928 * stdio-common/vfprintf.c (JUMP): Do not use __unbounded in either
32929 definition.
32930 * string/strcpy.c (strcpy): Do not use __unbounded.
32931 * sysdeps/generic/frame.h (struct layout): Likewise.
32932 * sysdeps/gnu/bits/msq.h (struct msqid_ds): Likewise.
32933 * sysdeps/i386/dl-machine.h (_dl_fixup): Likewise.
32934 * sysdeps/powerpc/powerpc32/backtrace.c (struct layout): Likewise.
32935 * sysdeps/powerpc/powerpc64/backtrace.c (struct layout): Likewise.
32936 * sysdeps/sparc/backtrace.c (struct layout): Likewise.
32937 (__backtrace): Likewise.
32938 * sysdeps/unix/sysv/linux/aio_sigqueue.c (__aio_sigqueue): Do not
32939 use __ptrvalue.
32940 * sysdeps/unix/sysv/linux/fxstat.c (__fxstat): Likewise.
32941 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Likewise.
32942 * sysdeps/unix/sysv/linux/gai_sigqueue.c (__gai_sigqueue):
32943 Likewise.
32944 * sysdeps/unix/sysv/linux/i386/brk.c (__brk): Likewise.
32945 * sysdeps/unix/sysv/linux/i386/fxstat.c (__fxstat): Likewise.
32946 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Likewise.
32947 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
32948 * sysdeps/unix/sysv/linux/i386/msgctl.c (struct __old_msqid_ds):
32949 Do not use __unbounded.
32950 * sysdeps/unix/sysv/linux/i386/setrlimit.c (__new_setrlimit):
32951 Rename __unboundedrlimits parameter to rlimits in prototype.
32952 * sysdeps/unix/sysv/linux/i386/shmctl.c (struct __old_shmid_ds):
32953 Do not use __unbounded.
32954 * sysdeps/unix/sysv/linux/i386/sigaction.c (__libc_sigaction): Do
32955 not use __ptrvalue.
32956 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
32957 * sysdeps/unix/sysv/linux/llseek.c (__llseek): Likewise.
32958 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
32959 * sysdeps/unix/sysv/linux/mmap64.c (__mmap64): Do not use
32960 __ptrvalue or __unbounded.
32961 (__mmap64) [__BOUNDED_POINTERS__]: Remove conditional code.
32962 * sysdeps/unix/sysv/linux/msgctl.c (struct __old_msqid_ds): Do not
32963 use __unbounded.
32964 (__new_msgctl): Do not use __ptrvalue.
32965 * sysdeps/unix/sysv/linux/msgrcv.c (struct ipc_kludge): Do not use
32966 __unbounded.
32967 (__libc_msgrcv): Do not use __ptrvalue.
32968 * sysdeps/unix/sysv/linux/powerpc/libc-start.c (struct
32969 startup_info): Do not use __unbounded.
32970 (__libc_start_main): Likewise. Rename ubp_* variables and
32971 parameters. Remove argv definitions conditional on
32972 [__BOUNDED_POINTERS__].
32973 * sysdeps/unix/sysv/linux/ptrace.c (ptrace): Do not use
32974 __ptrvalue.
32975 * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Do not
32976 use __unbounded.
32977 * sysdeps/unix/sysv/linux/shmat.c (shmat): Do not use __unbounded
32978 or __ptrvalue.
32979 * sysdeps/unix/sysv/linux/shmctl.c (struct __old_shmid_ds): Do not
32980 use __unbounded.
32981 (__new_shmctl): Do not use __ptrvalue.
32982 * sysdeps/unix/sysv/linux/shmdt.c (shmdt): Likewise.
32983 * sysdeps/unix/sysv/linux/sigaction.c (__libc_sigaction):
32984 Likewise.
32985 * sysdeps/unix/sysv/linux/sigqueue.c (__sigqueue): Likewise.
32986 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c
32987 (__libc_sigaction): Likewise.
32988 * sysdeps/unix/sysv/linux/sysctl.c (__sysctl): Likewise.
32989 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (__libc_sigaction):
32990 Likewise.
32991 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
32992
cc7834d6
OB
329932013-02-13 Ondřej Bílka <neleai@seznam.cz>
32994
ffb1ec7b 32995 * stdlib/Makefile (headers): Add bits/stdlib-bsearch.h.
170704c9
OB
32996
32997 * string/mempcpy.c: Implement by calling memcpy.
32998
bdf02814
SP
329992013-02-13 Siddhesh Poyarekar <siddhesh@redhat.com>
33000
c2af38aa
SP
33001 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove NFA.
33002
4e92d59e
SP
33003 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Faster polynomial
33004 evaluation.
33005
909279a5
SP
33006 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Don't bother with zero
33007 values in the mantissa.
33008
bdf02814
SP
33009 * sysdeps/ieee754/dbl-64/mpa.c (add_magnitudes): Use ZK to
33010 minimize writes to Z.
33011 (sub_magnitudes): Simplify code a bit.
33012
cd525923
RM
330132013-02-12 Roland McGrath <roland@hack.frob.com>
33014
33015 * include/libc-symbols.h (stub_warning): Remove "warning: " prefix
33016 from the message. The linker prefixes all warnings with that already.
33017
7e2f0d2d
AS
330182013-02-12 Andreas Schwab <schwab@suse.de>
33019
a445af0b
AS
33020 [BZ #15078]
33021 * posix/regexec.c (extend_buffers): Add parameter min_len.
33022 (check_matching): Pass minimum needed length.
33023 (clean_state_log_if_needed): Likewise.
33024 (get_subexp): Likewise.
33025 * posix/Makefile (tests): Add bug-regex34.
33026 (bug-regex34-ENV): Define.
33027 * posix/bug-regex34.c: New file.
33028
7e2f0d2d
AS
33029 [BZ #11561]
33030 * posix/regcomp.c (parse_bracket_exp): When looking up collating
33031 elements compare against the byte sequence of it, not its name.
33032 * posix/Makefile (tests): Add bug-regex35.
33033 (bug-regex35-ENV): Define.
33034 * posix/bug-regex35.c: New file.
33035
a175b684
TV
330362013-02-11 Tom de Vries <tom@codesourcery.com>
33037
33038 * string/str-two-way.h: Fix typo RESULT_TYPE -> RETURN_TYPE in
33039 comment.
33040 Add RET0_IF_0 and CHECK_EOL to macro list in comment.
33041 (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J): Remove superfluous undef.
33042 (CHECK_EOL): Add undef.
33043
310998fe 330442013-02-11 Ondřej Bílka <neleai@seznam.cz>
41eda41d
OB
33045
33046 * bits/stdlib-bsearch.h: New file.
33047 * stdlib/bsearch.c: Include bits/stdlib-bsearch.h.
310998fe 33048 * stdlib/stdlib.h: Likewise.
41eda41d 33049
8ded91fb
RM
330502013-02-11 Roland McGrath <roland@hack.frob.com>
33051
33052 * manual/conf.texi (General Limits): Fix SSIZE_MAX type to ssize_t.
33053 * manual/errno.texi (Error Messages): Fix typo in error_print_progname
33054 declaration.
33055 * manual/search.texi (Array Search Function): Add missing const in
33056 lfind prototype.
33057 * manual/resource.texi (Limits on Resources): Fix RLIM_INFINITY
33058 declaration to use rlim_t.
33059 (Basic Scheduling Functions): Remove erroneous const from
33060 sched_getparam prototype. Remove erroneous * from
33061 sched_get_priority_max and sched_get_priority_min prototypes.
33062 (Resource Usage): Fix summary @comment on vtimes to refer to
33063 sys/vtimes.h rather than vtimes.h.
33064 Add missing *s in vtimes prototype.
33065 (Limits on Resources): Fix ulimit prototype to return long int.
33066 * manual/math.texi (SVID Random): Fix lrand48_r and mrand48_r
33067 prototypes to use long int rather than double.
33068 (BSD Random): Fix initstate and setstate to use char *, not void *.
33069 * manual/llio.texi (Asynchronous Reads/Writes): Fix lio_listio64
33070 prototype to make second argument 'struct aiocb64 *const[]'.
33071 Fix aio_read64 and aio_write64 prototypes to use struct aiocb64.
33072 (Status of AIO Operations): Remove erroneous const in aio_return and
33073 aio_return64 prototypes.
33074 (Synchronizing I/O): Fix sync prototype to return void.
33075 * manual/startup.texi (Suboptions): Remove an erroneous const in
33076 getsubopt prototype.
33077 * manual/getopt.texi (Using Getopt): Add a const in getopt prototype.
33078 * manual/users.texi (Lookup Netgroup): Fix getnetgrent_r prototype to
33079 use size_t rather than int.
33080 (Scanning All Users): Likewise for getpwent_r.
33081 (Setting Groups): Add missing const to setgroups prototype.
33082 * manual/sysinfo.texi (mtab): Fix typo in getmntent_r prototype.
33083 * manual/socket.texi (Host Names): Fix gethostbyaddr and
33084 gethostbyaddr_r prototypes to use socklen_t rather than size_t and
33085 'const void *' rather than 'const char *'.
33086 (Host Address Functions): Likewise for inet_ntop.
33087 (Networks Database): Fix getnetbyaddr prototype to use uint32_t.
33088 (Receiving Data): Fix recv, recvfrom, recvmsg prototypes to use
33089 ssize_t for return value.
33090 (Sending Data): Likewise for send, sendto, sendmsg.
33091 (Socket Option Functions): Add a missing const in setsockopt prototype.
33092 * manual/stdio.texi (Simple Output): Fix fputwc_unlocked prototype to
33093 use wchar_t for the argument.
33094 (Formatted Input Functions): Fix swscanf prototype to use wchar_t *.
33095 * manual/arith.texi (Control Functions): Fix fegetexcept prototype to
33096 take no arguments.
33097 (Normalization Functions): Fix scalb, scalbf, scalbl prototypes to use
33098 double/float/long double for second argument.
33099 Fix return types of significand, significandf, significandl.
33100 * manual/filesys.texi (Setting Permissions): Use mode_t for second
33101 argument in fchmod prototype.
33102 (File Owner): Use uid_t and gid_t in fchown prototype.
33103 (File Times): Add const to utimes, futimes, and lutimes prototypes.
33104 (Making Special Files): Use mode_t and dev_t in mknod prototype.
33105 (Scanning Directory Content): Fix scandir and scandir64 prototypes to
33106 use 'const struct dirent **' as argument types to CMP function pointer
33107 argument.
33108 (Symbolic Links): Fix readlink prototype with ssize_t as return value.
33109 (File Times): Fix summary magic @comment for struct utimbuf and utime
33110 to refer to utime.h, not time.h.
33111 * manual/string.texi (Argz Functions): Add missing const in
33112 argz_extract and argz_next prototypes.
33113 (Finding Tokens in a String): Likewise for basename.
33114 (String/Array Comparison): Fix typo in wcscasecmp prototype.
33115 (Copying and Concatenation): Fix typo in wmemmove prototype.
33116 * manual/signal.texi (Using Pause): Use (void) in pause prototype.
33117 (Signal Stack): Remove erroneous const in sigstack prototype.
33118 * manual/time.texi (Setting an Alarm): Add missing const in setitimer
33119 prototype.
33120 (Simple Calendar Time): Likewise for stime.
33121 * manual/terminal.texi (BSD Terminal Modes): Add missing const in stty
33122 prototype.
33123 * manual/sysinfo.texi (System Parameters): Fix mentions of sysctl.h to
33124 say sys/sysctl.h instead.
33125 * manual/syslog.texi (syslog; vsyslog): Add missing const in syslog
33126 and vsyslog prototypes.
33127
fe77fe6d
TV
331282013-02-11 Tom de Vries <tom@codesourcery.com>
33129
33130 * string/Makefile (CFLAGS-bug-strstr1.c, CFLAGS-bug-strcasestr1.c):
33131 Remove.
33132
3a09b620
RM
331332013-02-11 Roland McGrath <roland@hack.frob.com>
33134
33135 * misc/sys/mman.h: Fix typo in mremap comment.
33136
550a0b89
RM
331372013-02-08 Roland McGrath <roland@hack.frob.com>
33138
33139 * manual/examples/mkfsock.c (make_named_socket): Don't add one for
33140 the '\0' terminator.
33141
a2da1673
JM
331422013-02-08 Joseph Myers <joseph@codesourcery.com>
33143
33144 [BZ #13550]
33145 * debug/segfault.c: Don't include <bp-checks.h>.
33146 * sysdeps/generic/bp-checks.h: Remove file.
33147 * sysdeps/unix/sysv/linux/getdents.c: Don't include <bp-checks.h>.
33148 (__GETDENTS): Don't use CHECK_N.
33149 * sysdeps/unix/sysv/linux/i386/brk.c: Don't include <bp-checks.h>.
33150 * sysdeps/unix/sysv/linux/i386/getgroups.c: Likewise.
33151 (__getgroups): Don't use CHECK_N.
33152 * sysdeps/unix/sysv/linux/i386/setgroups.c: Likewise.
33153 (setgroups): Don't use CHECK_N.
33154 * sysdeps/unix/sysv/linux/mmap64.c: Don't include <bp-checks.h>.
33155 * sysdeps/unix/sysv/linux/msgrcv.c: Likewise.
33156 (__libc_msgrcv): Don't use CHECK_N.
33157 * sysdeps/unix/sysv/linux/msgsnd.c: Don't include <bp-checks.h>.
33158 (__libc_msgsnd): Don't use CHECK_N.
33159 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c: Don't include
33160 <bp-checks.h>.
33161 (__libc_pread): Don't use CHECK_N.
33162 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c: Don't
33163 include <bp-checks.h>.
33164 (__libc_pread64): Don't use CHECK_N.
33165 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c: Don't
33166 include <bp-checks.h>.
33167 (__libc_pwrite): Don't use CHECK_N.
33168 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c: Don't
33169 include <bp-checks.h>.
33170 (__libc_pwrite64): Don't use CHECK_N.
33171 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Don't include
33172 <bp-checks.h>.
33173 (__libc_pread): Don't use CHECK_N.
33174 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Don't
33175 include <bp-checks.h>.
33176 (__libc_pread64): Don't use CHECK_N.
33177 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Don't
33178 include <bp-checks.h>.
33179 (__libc_pwrite): Don't use CHECK_N.
33180 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Don't
33181 include <bp-checks.h>.
33182 (__libc_pwrite64): Don't use CHECK_N.
33183 * sysdeps/unix/sysv/linux/pread.c: Don't include <bp-checks.h>.
33184 (do_pread): Don't use CHECK_N.
33185 * sysdeps/unix/sysv/linux/pread64.c: Don't include <bp-checks.h>.
33186 (do_pread64): Don't use CHECK_N.
33187 * sysdeps/unix/sysv/linux/pwrite.c: Don't include <bp-checks.h>.
33188 (do_pwrite): Don't use CHECK_N.
33189 * sysdeps/unix/sysv/linux/pwrite64.c: Don't include <bp-checks.h>.
33190 (do_pwrite64): Don't use CHECK_N.
33191 * sysdeps/unix/sysv/linux/readv.c: Don't include <bp-checks.h>.
33192 (__libc_readv): Don't use CHECK_N.
33193 * sysdeps/unix/sysv/linux/semop.c: Don't include <bp-checks.h>.
33194 (semop): Don't use CHECK_N.
33195 * sysdeps/unix/sysv/linux/semtimedop.c: Don't include
33196 <bp-checks.h>.
33197 (semtimedop): Don't use CHECK_N.
33198 * sysdeps/unix/sysv/linux/sh/pread.c: Don't include <bp-checks.h>.
33199 (__libc_pread): Don't use CHECK_N.
33200 * sysdeps/unix/sysv/linux/sh/pread64.c: Don't include
33201 <bp-checks.h>.
33202 (__libc_pread64): Don't use CHECK_N.
33203 * sysdeps/unix/sysv/linux/sh/pwrite.c: Don't include
33204 <bp-checks.h>.
33205 (__libc_pwrite): Don't use CHECK_N.
33206 * sysdeps/unix/sysv/linux/sh/pwrite64.c: Don't include
33207 <bp-checks.h>.
33208 (__libc_pwrite64): Don't use CHECK_N.
33209 * sysdeps/unix/sysv/linux/sparc/sparc64/msgrcv.c: Don't include
33210 <bp-checks.h>.
33211 (__libc_msgrcv): Don't use CHECK_N.
33212 * sysdeps/unix/sysv/linux/sysctl.c: Don't include <bp-checks.h>.
33213 (__sysctl): Don't use CHECK_N. Remove GKM FIXME comment.
33214 * sysdeps/unix/sysv/linux/writev.c: Don't include <bp-checks.h>.
33215 (__libc_writev): Don't use CHECK_N.
33216
b84660a8
RM
332172013-02-08 Roland McGrath <roland@hack.frob.com>
33218
7f3e75f8
RM
33219 * string/strcpy.c: Removed unused variable.
33220
b84660a8
RM
33221 * Makeconfig (+sysdep-includes): Define with := rather than =.
33222 Use an existing include/ subdir of each sysdeps dir before it.
33223
471514d3
CD
332242013-02-08 Carlos O'Donell <carlos@redhat.com>
33225
33226 * nscd/connection.c (register_traced_file): Comment function.
33227 [HAVE_INOTIFY] (union __inev): Define.
33228 [HAVE_INOTIFY] (inotify_check_files): New function.
33229 [HAVE_INOTIFY] (clear_db_cache): Likewise.
33230 [HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
33231 clear_db_cache.
33232 [HAVE_INOTIFY] (main_loop_epoll): Likewise.
33233
b2d3c3be
CD
332342013-02-08 Carlos O'Donell <carlos@redhat.com>
33235
33236 * elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
33237 loaded if not already and that a failure is permanent.
33238
b39949d2
CD
332392013-02-08 Carlos O'Donell <carlos@redhat.com>
33240
ddacd1db 33241 [BZ #15006]
b39949d2
CD
33242 * sysdeps/generic/ldconfig.h: Define FLAG_ARM_LIBSF.
33243 * elf/cache.c (print_entry): Add FLAG_ARM_LIBSF support.
33244
b2c9eff4
JM
332452013-02-08 Joseph Myers <joseph@codesourcery.com>
33246
f3aae3f3
JM
33247 [BZ #13550]
33248 * sysdeps/generic/bp-checks.h (CHECK_1): Remove all definitions.
33249 (CHECK_1_NULL_OK): Likewise.
33250 * sysdeps/unix/sysv/linux/fxstat.c: Do not include <bp-checks.h>.
33251 (__fxstat): Do not use CHECK_1.
33252 * sysdeps/unix/sysv/linux/fxstat64.c: Do not include
33253 <bp-checks.h>.
33254 (___fxstat64): Do not use CHECK_1.
33255 * sysdeps/unix/sysv/linux/fxstatat.c: Do not include
33256 <bp-checks.h>.
33257 (__fxstatat): Do not use CHECK_1.
33258 * sysdeps/unix/sysv/linux/fxstatat64.c: Do not include
33259 <bp-checks.h>.
33260 (__fxstatat64): Do not use CHECK_1.
33261 * sysdeps/unix/sysv/linux/i386/fxstat.c: Do not include
33262 <bp-checks.h>.
33263 (__fxstat): Do not use CHECK_1.
33264 * sysdeps/unix/sysv/linux/i386/fxstatat.c: Do not include
33265 <bp-checks.h>.
33266 (__fxstatat): Do not use CHECK_1.
33267 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
33268 <bp-checks.h>.
33269 (__getresgid): Do not use CHECK_1.
33270 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
33271 <bp-checks.h>.
33272 (__getresuid): Do not use CHECK_1.
33273 * sysdeps/unix/sysv/linux/i386/lxstat.c: Do not include
33274 <bp-checks.h>.
33275 (__lxstat): Do not use CHECK_1.
33276 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
33277 <bp-checks.h>.
33278 (__old_msgctl): Do not use CHECK_1.
33279 (__new_msgctl): Likewise.
33280 * sysdeps/unix/sysv/linux/i386/setrlimit.c: Do not include
33281 <bp-checks.h>.
33282 (__new_setrlimit): Do not use CHECK_1.
33283 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
33284 <bp-checks.h>.
33285 (__old_shmctl): Do not use CHECK_1.
33286 (__new_shmctl): Likewise.
33287 * sysdeps/unix/sysv/linux/i386/xstat.c: Do not include
33288 <bp-checks.h>.
33289 (__xstat): Do not use CHECK_1.
33290 * sysdeps/unix/sysv/linux/lxstat.c: Do not include <bp-checks.h>.
33291 (__lxstat): Do not use CHECK_1.
33292 * sysdeps/unix/sysv/linux/lxstat64.c: Do not include
33293 <bp-checks.h>.
33294 (___lxstat64): Do not use CHECK_1.
33295 * sysdeps/unix/sysv/linux/msgctl.c: Do not include <bp-checks.h>.
33296 (__old_msgctl): Do not use CHECK_1.
33297 (__new_msgctl): Likewise.
33298 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Do not include
33299 <bp-checks.h>.
33300 (__gettimeofday): Do not use CHECK_1.
33301 * sysdeps/unix/sysv/linux/ptrace.c: Do not include <bp-checks.h>.
33302 (ptrace) [__BOUNDED_POINTERS__]: Remove conditional code.
33303 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Do not include
33304 <bp-checks.h>.
33305 (__gettimeofday): Do not use CHECK_1.
33306 * sysdeps/unix/sysv/linux/shmctl.c: Do not include <bp-checks.h>.
33307 (__old_shmctl): Do not use CHECK_1_NULL_OK.
33308 (__new_shmctl): Do not use CHECK_1.
33309 * sysdeps/unix/sysv/linux/sigtimedwait.c: Do not include
33310 <bp-checks.h>.
33311 (do_sigtimedwait): Do not use CHECK_1.
33312 * sysdeps/unix/sysv/linux/sigwaitinfo.c: Do not include
33313 <bp-checks.h>.
33314 (do_sigwaitinfo): Do not use CHECK_1.
33315 * sysdeps/unix/sysv/linux/sparc/sparc64/msgctl.c: Do not include
33316 <bp-checks.h>.
33317 (msgctl): Do not use CHECK_1.
33318 * sysdeps/unix/sysv/linux/sparc/sparc64/shmctl.c: Do not include
33319 <bp-checks.h>.
33320 (shmctl): Do not use CHECK_1.
33321 * sysdeps/unix/sysv/linux/ustat.c: Do not include <bp-checks.h>.
33322 (ustat): Do not use CHECK_1.
33323 * sysdeps/unix/sysv/linux/wordsize-64/fxstat.c: Do not include
33324 <bp-checks.h>.
33325 (__fxstat): Do not use CHECK_1.
33326 * sysdeps/unix/sysv/linux/wordsize-64/fxstatat.c: Do not include
33327 <bp-checks.h>.
33328 (__fxstatat): Do not use CHECK_1.
33329 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c: Do not include
33330 <bp-checks.h>.
33331 (__lxstat): Do not use CHECK_1.
33332 * sysdeps/unix/sysv/linux/wordsize-64/xstat.c: Do not include
33333 <bp-checks.h>.
33334 (__xstat): Do not use CHECK_1.
33335 * sysdeps/unix/sysv/linux/xstat.c: Do not include <bp-checks.h>.
33336 (__xstat): Do not use CHECK_1.
33337 * sysdeps/unix/sysv/linux/xstat64.c: Do not include <bp-checks.h>.
33338 (___xstat64): Do not use CHECK_1.
33339
b2c9eff4
JM
33340 [BZ #13550]
33341 * sysdeps/generic/bp-checks.h (CHECK_BOUNDS_LOW): Remove all
33342 definitions.
33343 (CHECK_BOUNDS_HIGH): Likewise.
33344 * string/strcpy.c: Do not include <bp-checks.h>.
33345 (strcpy): Do not use CHECK_BOUNDS_LOW and CHECK_BOUNDS_HIGH.
33346
f1d70dad
RM
333472013-02-07 Roland McGrath <roland@hack.frob.com>
33348
33349 * nscd/nscd-client.h (__nscd_drop_map_ref):
33350 Add __attribute__ ((unused)).
33351 * nis/nss-nisplus.h (niserr2nss): Likewise.
33352
33353 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Define it only
33354 under [!(USE_AS_STRCASESTR && STRCASESTR_NONASCII)].
33355
33356 * csu/libc-tls.c (init_static_tls, init_slotinfo):
33357 Remove inline keyword.
33358 * include/rounding-mode.h (round_away): Likewise.
33359 * libio/wfileops.c (adjust_wide_data): Likewise.
33360 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu): Likewise.
33361 (__m128i_strloadu_tolower): Likewise.
33362 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c
33363 (__m128i_strloadu_tolower): Likewise.
33364 * time/mktime.c (ydhms_diff): Likewise.
33365 * locale/elem-hash.h (elem_hash): Likewise.
33366 * locale/setlocale.c (setdata): Likewise.
33367 * posix/regex_internal.h (re_string_char_size_at): Likewise.
33368 (re_string_wchar_at): Likewise.
33369 (bitset_not, bitset_merge, bitset_mask): Likewise.
33370 [!(__GNUC__ > 3)] (inline): Remove macro.
33371 * nscd/nscd-client.h (__nscd_drop_map_ref): Remove inline keyword.
33372 * elf/dl-deps.c (_dl_map_object_deps: preload): Likewise.
33373 * elf/tlsdeschtab.h (_dl_tlsdesc_resolve_early_return_p): Likewise.
33374 (_dl_tlsdesc_wake_up_held_fixups): Likewise.
33375 * string/memcmp.c (memcmp_bytes): Likewise.
33376 * locale/programs/locarchive.c (compute_hashval): Likewise.
33377 * sysdeps/ieee754/dbl-64/x2y2m1.c (mul_split): Likewise.
33378 * sysdeps/unix/sysv/linux/fips-private.h (fips_enabled_p): Likewise.
33379 * resolv/res_send.c (evNowTime, evCmpTime): Likewise.
33380 * nss/getent.c (print_rpc, print_protocols): Likewise.
33381 (print_passwd, print_group, print_aliases): Likewise.
33382 * nis/nss-nisplus.h (niserr2nss): Likewise.
33383 * nscd/connections.c (restart_p): Likewise.
33384 Change return type to bool.
33385
eab55bfb
RM
333862013-02-05 Roland McGrath <roland@hack.frob.com>
33387
7bd642f5
RM
33388 * Makeconfig (all-Depend-files): Add existing
33389 $(sorted-subdirs:=/Depend) files.
33390 (all-subdirs): Remove nss.
33391 * sysdeps/unix/inet/Subdirs: Add it here instead.
33392 * hesiod/Depend: New file.
33393
573c29b2
RM
33394 * elf/dl-hwcaps.c (_dl_important_hwcaps): Use a variable-length array
33395 instead of calling alloca.
33396
b2e25af0
RM
33397 * io/lseek.c (__lseek): Rename to __libc_lseek.
33398 Define __lseek as an alias.
33399
eab55bfb
RM
33400 * sysdeps/generic/malloc-sysdep.h: Include <stdbool.h> and <unistd.h>.
33401
9a0d1941
CD
334022013-02-04 Carlos O'Donell <carlos@redhat.com>
33403
33404 * stdlib/getenv.c (getenv): Assume __BIG_ENDIAN in the
33405 else clause and remove check for non-standard endianness.
33406
b83bbec4
DM
334072013-02-04 David S. Miller <davem@davemloft.net>
33408
33409 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33410
6277fdab
JM
334112013-02-04 Joseph Myers <joseph@codesourcery.com>
33412
33413 [BZ #13550]
33414 * sysdeps/generic/bp-checks.h [__BOUNDED_POINTERS__]
33415 (__ubp_memchr): Remove prototype.
33416 [__BOUNDED_POINTERS__] (_CHECK_STRING): Remove macro.
33417 [__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33418 [__BOUNDED_POINTERS__] (CHECK_STRING_NULL_OK): Likewise.
33419 [!__BOUNDED_POINTERS__] (CHECK_STRING): Likewise.
33420 * sysdeps/i386/memchr.S [!__BOUNDED_POINTERS__] (__ubp_memchr):
33421 Remove alias.
33422 * sysdeps/sparc/sparc32/memchr.S [!__BOUNDED_POINTERS__]
33423 (__ubp_memchr): Likewise.
33424 * sysdeps/sparc/sparc64/memchr.S [!__BOUNDED_POINTERS__]
33425 (__ubp_memchr): Likewise.
33426 * sysdeps/unix/sysv/linux/execve.c: Do not include <bp-checks.h>.
33427 (__execve) [__BOUNDED_POINTERS__]: Remove conditional code.
33428 (__execve) [!__BOUNDED_POINTERS__]: Make code unconditional.
33429 * sysdeps/unix/sysv/linux/fxstatat.c (__fxstatat): Do not use
33430 CHECK_STRING.
33431 * sysdeps/unix/sysv/linux/fxstatat64.c (__fxstatat64): Likewise.
33432 * sysdeps/unix/sysv/linux/getcwd.c: Do not include <bp-checks.h>.
33433 (__getcwd): Do not use CHECK_STRING.
33434 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
33435 <bp-checks.h>.
33436 (__real_chown): Do not use CHECK_STRING.
33437 * sysdeps/unix/sysv/linux/i386/fchownat.c: Do not include
33438 <bp-checks.h>.
33439 (fchownat): Do not use CHECK_STRING.
33440 * sysdeps/unix/sysv/linux/i386/fxstatat.c (__fxstatat): Do not use
33441 CHECK_STRING.
33442 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
33443 <bp-checks.h>.
33444 (__lchown): Do not use CHECK_STRING.
33445 * sysdeps/unix/sysv/linux/i386/lxstat.c (__lxstat): Likewise.
33446 * sysdeps/unix/sysv/linux/i386/xstat.c (__xstat): Likewise.
33447 * sysdeps/unix/sysv/linux/lxstat.c (__lxstat): Likewise.
33448 * sysdeps/unix/sysv/linux/lxstat64.c (___lxstat64): Likewise.
33449 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
33450 include <bp-checks.h>.
33451 (truncate64): Do not use CHECK_STRING.
33452 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
33453 <bp-checks.h>.
33454 (__real_chown): Do not use CHECK_STRING.
33455 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
33456 <bp-checks.h>.
33457 (__lchown): Do not use CHECK_STRING.
33458 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
33459 <bp-checks.h>.
33460 (__chown): Do not use CHECK_STRING.
33461 * sysdeps/unix/sysv/linux/truncate64.c: Do not include
33462 <bp-checks.h>.
33463 (truncate64): Do not use CHECK_STRING.
33464 * sysdeps/unix/sysv/linux/wordsize-64/lxstat.c (__lxstat):
33465 Likewise.
33466 * sysdeps/unix/sysv/linux/xmknod.c: Do not include <bp-checks.h>.
33467 (__xmknod): Do not use CHECK_STRING.
33468 * sysdeps/unix/sysv/linux/xmknodat.c: Do not include
33469 <bp-checks.h>.
33470 (__xmknodat): Do not use CHECK_STRING.
33471 * sysdeps/unix/sysv/linux/xstat.c (__xstat): Likewise.
33472 * sysdeps/unix/sysv/linux/xstat64.c (___xstat64): Likewise.
33473
903ae060
AS
334742013-02-04 Andreas Schwab <schwab@suse.de>
33475
33476 [BZ #14142]
33477 * include/errno.h: Redefine errno only if !NOT_IN_libc || IN_LIB.
33478 * include/netdb.h: Likewise for h_errno.
33479 * elf/tst-stackguard1.c: Include <tls.h>.
33480
542f9466
JK
334812013-02-02 Jan Kratochvil <jan.kratochvil@redhat.com>
33482
33483 * elf/link.h (struct link_map): Extend the l_addr comment.
33484 * include/link.h (struct link_map): Likewise.
33485
e782a927
JM
334862013-02-01 Joseph Myers <joseph@codesourcery.com>
33487
33488 [BZ #13550]
33489 * sysdeps/generic/bp-checks.h (BOUNDED_N): Remove all definitions.
33490 (BOUNDED_1): Remove macro.
33491 * debug/backtrace.c: Don't include <bp-checks.h>.
33492 (ADVANCE_STACK_FRAME): Don't use BOUNDED_1.
33493 (__backtrace): Likewise.
33494 * sysdeps/powerpc/powerpc32/backtrace.c: Don't include
33495 <bp-checks.h>.
33496 (__backtrace): Don't use BOUNDED_1.
33497 * sysdeps/powerpc/powerpc64/backtrace.c: Don't include
33498 <bp-checks.h>.
33499 (__backtrace): Don't use BOUNDED_1.
33500 * sysdeps/sparc/backtrace.c: Don't include <bp-checks.h>.
33501 (__backtrace): Don't use BOUNDED_1.
33502 * sysdeps/unix/sysv/linux/shmat.c: Don't include <bp-checks.h>.
33503 (shmat): Don't use BOUNDED_N.
33504
8cf28c5e
JM
335052013-01-31 Joseph Myers <joseph@codesourcery.com>
33506
3a7ac8a0
JM
33507 [BZ #13550]
33508 * sysdeps/generic/bp-start.h: Remove file.
33509 * csu/libc-start.c: Don't include <bp-start.h>.
33510 (LIBC_START_MAIN): Set up __environ directly instead of using
33511 INIT_ARGV_and_ENVIRON.
33512 * sysdeps/unix/sysv/linux/powerpc/libc-start.c: Don't include
33513 <bp-start.h>.
33514
f3499f95
JM
33515 [BZ #13550]
33516 * sysdeps/generic/bp-checks.h (CHECK_IOCTL): Remove both
33517 definitions.
33518 (CHECK_FCNTL): Likewise.
33519 (CHECK_N_PAGES): Likewise.
33520
32a45bea
JM
33521 [BZ #13550]
33522 * sysdeps/generic/bp-checks.h (CHECK_SIGSET): Remove both
33523 definitions.
33524 (CHECK_SIGSET_NULL_OK): Likewise.
33525 * sysdeps/unix/sysv/linux/sigpending.c: Don't include
33526 <bp-checks.h>.
33527 (sigpending): Don't use CHECK_SIGSET.
33528 * sysdeps/unix/sysv/linux/sigprocmask.c: Don't include
33529 <bp-checks.h>.
33530 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33531 * sysdeps/unix/sysv/linux/sigsuspend.c: Don't include
33532 <bp-checks.h>.
33533 (do_sigsuspend): Don't use CHECK_SIGSET.
33534 * sysdeps/unix/sysv/linux/sigtimedwait.c (do_sigtimedwait): Don't
33535 use CHECK_SIGSET.
33536 * sysdeps/unix/sysv/linux/sigwait.c: Don't include <bp-checks.h>.
33537 (do_sigwait): Don't use CHECK_SIGSET.
33538 * sysdeps/unix/sysv/linux/sigwaitinfo.c (do_sigwaitinfo): Don't
33539 use CHECK_SIGSET.
33540 * sysdeps/unix/sysv/linux/sparc/sparc64/sigpending.c: Don't
33541 include <bp-checks.h>.
33542 (sigpending): Don't use CHECK_SIGSET.
33543 * sysdeps/unix/sysv/linux/sparc/sparc64/sigprocmask.c: Don't
33544 include <bp-checks.h>.
33545 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33546 * sysdeps/unix/sysv/linux/x86_64/sigpending.c: Don't include
33547 <bp-checks.h>.
33548 (sigpending): Don't use CHECK_SIGSET.
33549 * sysdeps/unix/sysv/linux/x86_64/sigprocmask.c: Don't include
33550 <bp-checks.h>.
33551 (__sigprocmask): Don't use CHECK_SIGSET and CHECK_SIGSET_NULL_OK.
33552
2e8a5c8c
JM
33553 [BZ #13550]
33554 * sysdeps/generic/bp-semctl.h: Remove file.
33555 * sysdeps/unix/sysv/linux/i386/semctl.c: Don't include
33556 <bp-checks.h> and <bp-semctl.h>.
33557 (__old_semctl): Don't use CHECK_SEMCTL.
33558 (__new_semctl): Likewise.
33559 * sysdeps/unix/sysv/linux/semctl.c: Don't include <bp-checks.h>
33560 and <bp-semctl.h>.
33561 (__old_semctl): Don't use CHECK_SEMCTL.
33562 (__new_semctl): Likewise.
33563 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Don't include
33564 <bp-checks.h> and <bp-semctl.h>.
33565 (__old_semctl): Don't use CHECK_SEMCTL.
33566 (__new_semctl): Likewise.
33567 * sysdeps/unix/sysv/linux/sparc/sparc64/semctl.c: Don't include
33568 <bp-checks.h> and <bp-semctl.h>.
33569 (semctl): Don't use CHECK_SEMCTL.
33570
c2d54929
JM
33571 [BZ #13550]
33572 * Makerules (elide-bp-thunks): Remove variable.
33573 (elide-routines.oS): Don't use $(elide-bp-thunks).
33574 (elide-routines.os): Likewise.
33575 (elide-routines.o): Likewise.
33576 (elide-routines.op): Likewise.
33577 (elide-routines.og): Likewise.
33578 (objects): Don't use $(bp-thunks).
33579 * sysdeps/unix/Makefile ($(common-objpfx)s-proto-bp.d): Do not
33580 include.
33581 (common-generated): Do not add s-proto-bp.d.
33582 * sysdeps/unix/make-syscalls.sh (ptr): Remove variable.
33583 (int): Likewise.
33584 (typ): Likewise.
33585 Do not generate makefile rules for bounded-pointer thunks.
33586 * sysdeps/generic/bp-thunks.h: Remove file.
33587 * sysdeps/unix/sysv/linux/i386/bp-thunks.h: Likewise.
33588 * sysdeps/unix/s-proto-bp.S: Likewise.
33589
8cf28c5e
JM
33590 [BZ #15062]
33591 * math/k_casinh.c (__kernel_casinh): Compute real and imaginary
33592 parts of result separately when argument is not close to line from
33593 -i to i and one part of argument is small.
33594 * math/k_casinhf.c (__kernel_casinhf): Likewise.
33595 * math/k_casinhl.c (__kernel_casinhl): Likewise.
33596 * math/libm-test.inc (cacos_test): Add more tests.
33597 (casin_test): Likewise.
33598 (casinh_test): Likewise.
33599 * sysdeps/i386/fpu/libm-test-ulps: Update.
33600 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33601
c4e33b8d
DM
336022013-01-31 David S. Miller <davem@davemloft.net>
33603
33604 * po/de.po: Update from translation team.
33605
3b60b421
MK
336062013-01-25 Maxim Kuvyrkov <maxim.kuvyrkov@gmail.com>
33607
33608 * time/tzfile.c: Include stdint.h for SIZE_MAX.
33609
bb931195
TS
336102013-01-25 Thomas Schwinge <thomas@codesourcery.com>
33611
b5a5da23
TS
33612 * configure.in (_AC_PROG_CC_C89): New definition.
33613 * configure: Regenerate.
33614
bb931195
TS
33615 * configure.in (AC_PROG_CPP): New definition.
33616 * configure: Regenerate.
33617
8c53a12c
JM
336182013-01-23 Joseph Myers <joseph@codesourcery.com>
33619
33620 * debug/tst-backtrace.h: New file.
33621 * debug/tst-backtrace2.c: Include tst-backtrace.h.
33622 (ret): Remove variable.
33623 (x): Likewise.
33624 (FAIL): Remove macro.
33625 (NO_INLINE): Likewise.
33626 (fn1): Use match function instead of strstr.
33627 * debug/tst-backtrace3.c: Include tst-backtrace.h.
33628 (ret): Remove variable.
33629 (x): Likewise.
33630 (FAIL): Remove macro.
33631 (NO_INLINE): Likewise.
33632 (fn): Use match function instead of strstr.
33633 * debug/tst-backtrace4.c: Include tst-backtrace.h.
33634 (ret): Remove variable.
33635 (x): Likewise.
33636 (FAIL): Remove macro.
33637 (NO_INLINE): Likewise.
33638 (handle_signal): Use match function instead of strstr.
33639 * debug/tst-backtrace5.c: Include tst-backtrace.h.
33640 (ret): Remove variable.
33641 (x): Likewise.
33642 (FAIL): Remove macro.
33643 (NO_INLINE): Likewise.
33644 (handle_signal): Use match function instead of strstr.
33645
4858fa2a
RM
336462013-01-23 Roland McGrath <roland@hack.frob.com>
33647
33648 * misc/sys/cdefs.h (__glibc_unlikely, __glibc_likely): Fix whitespace.
33649
bae8e7f5
DM
336502013-01-23 David S. Miller <davem@davemloft.net>
33651
33652 * sysdeps/sparc/sparc32/sparcv9/bits/atomic.h
33653 (__arch_compare_and_exchange_val_32_acq): Use %g0 as second
33654 argument of CAS if possible.
33655 * sysdeps/sparc/sparc64/bits/atomic.h
33656 (__arch_compare_and_exchange_val_32_acq): Likewise.
33657 (__arch_compare_and_exchange_val_64_acq): Likewise.
33658
9cbbc4ae
PT
336592013-01-23 Pino Toscano <toscano.pino@tiscali.it>
33660
33661 * sysdeps/unix/sysv/linux/ulimit.c: Moved to ...
33662 * sysdeps/posix/ulimit.c: ... this.
92a601b8 33663 Include <limits.h>.
67b3f58c 33664 * sysdeps/unix/bsd/ulimit.c: Remove file.
9cbbc4ae 33665
5655a0b5
AC
336662013-01-23 Adam Conrad <adconrad@0c3.net>
33667
33668 * elf/Makefile (LDFLAGS-tst-array2): Add $(no-as-needed).
33669 (LDFLAGS-tst-array5): Likewise.
33670
052aff95
JM
336712013-01-23 Joseph Myers <joseph@codesourcery.com>
33672
33673 [BZ #15036]
33674 * bits/wchar.h (__WCHAR_MAX): Define based on __WCHAR_MAX__, or
33675 based on [L'\0' - 1 > 0] if [!__WCHAR_MAX__].
33676 (__WCHAR_MIN): Likewise, using __WCHAR_MIN__.
33677 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: Remove.
33678
7c1e01aa
DM
336792013-01-21 David S. Miller <davem@davemloft.net>
33680
33681 * sysdeps/sparc/backtrace.c: New file.
33682 * sysdeps/sparc/sparc32/backtrace.h: New file.
33683 * sysdeps/sparc/sparc32/sparcv9/backtrace.h: New file.
33684 * sysdeps/sparc/sparc64/backtrace.h: New file.
33685 * sysdeps/sparc/sparc64/backtrace.c: Delete.
33686 * sysdeps/sparc/Makefile (CFLAGS-backtrace.c): Add
33687 -funwind-tables.
33688
ab087e0a
AS
336892013-01-21 Andreas Schwab <schwab@suse.de>
33690
33691 [BZ #15020]
33692 * posix/wordexp.c (exec_comm): Avoid busy loop when command has
33693 closed its stdout.
33694
ed689c2f
AS
336952013-01-20 Andreas Schwab <schwab@linux-m68k.org>
33696
33697 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Don't include
33698 "mpa2.h".
33699 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33700
31d470ac
JM
337012013-01-18 Joseph Myers <joseph@codesourcery.com>
33702 Mark Mitchell <mark@codesourcery.com>
33703 Tom de Vries <tom@codesourcery.com>
33704 Paul Pluzhnikov <ppluzhnikov@google.com>
33705
33706 * debug/tst-backtrace2.c: New file.
33707 * debug/tst-backtrace3.c: Likewise.
33708 * debug/tst-backtrace4.c: Likewise.
33709 * debug/tst-backtrace5.c: Likewise.
33710 * debug/Makefile (CFLAGS-tst-backtrace2.c): New variable.
33711 (CFLAGS-tst-backtrace3.c): Likewise.
33712 (CFLAGS-tst-backtrace4.c): Likewise.
33713 (CFLAGS-tst-backtrace5.c): Likewise.
33714 (LDFLAGS-tst-backtrace2): Likewise.
33715 (LDFLAGS-tst-backtrace3): Likewise.
33716 (LDFLAGS-tst-backtrace4): Likewise.
33717 (LDFLAGS-tst-backtrace5): Likewise.
33718 (tests): Add new tests tst-backtrace2, tst-backtrace3,
33719 tst-backtrace4 and tst-backtrace5.
33720
90567f30 337212013-01-18 Anton Blanchard <anton@samba.org>
471a1672
AB
33722 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
33723
33724 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Rename
33725 __kernel_vdso_get_tbfreq to __kernel_get_tbfreq.
33726 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Add parameter to
33727 INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK to specify return type.
33728 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
33729 (INTERNAL_VSYSCALL_NCS): Change "=&r" in inline asm output regs list to
33730 "+r" and remove output regs list as redundant. Add explicit inline
33731 asm to specify register of return val to work around compiler codegen
33732 bug. Remove (int) cast on return value. Add return type parameter to
33733 use in macro so that this macro does not truncate return value for
33734 64-bit values.
33735 (INTERNAL_VSYSCALL_NO_SYSCALL_FALLBACK): Add return type parameter and
33736 pass to INTERNAL_VSYSCALL_NCS.
33737 (INLINE_VSYSCALL): Add 'long int' as return type to
33738 INTERNAL_VSYSCALL_NCS macro invocation.
33739 (INTERNAL_VSYSCALL): Add 'long int' as return type to
33740 INTERNAL_VSYSCALL_NCS macro invocation.
33741 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
33742
d3b9ea61
SP
337432013-01-18 Siddhesh Poyarekar <siddhesh@redhat.com>
33744
0b57daeb
SP
33745 [BZ #14496]
33746 * sysdeps/i386/fpu/fenv_private.h (libc_feupdateenv_test_sse):
33747 Fix application of SIMD FP exception mask.
33748
caa99d06
SP
33749 * sysdeps/ieee754/dbl-64/mpa.h (__pow_mp): New function to get an
33750 mp_no from a power of two.
33751 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove
33752 __mpexp_twomm1. Use __pow_mp.
33753
d3b9ea61
SP
33754 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Remove unnecessary
33755 multiplication.
33756
1dbaee3c
DM
337572013-01-17 David S. Miller <davem@davemloft.net>
33758
33759 * sysdeps/sparc/fpu/libm-test-ulps: Update.
33760
728d7b43
JM
337612013-01-17 Joseph Myers <joseph@codesourcery.com>
33762
33763 [BZ #15023]
33764 * include/complex.h: Condition contents on [!_COMPLEX_H].
33765 (__kernel_casinhf): New prototype.
33766 (__kernel_casinh): Likewise.
33767 (__kernel_casinhl): Likewise.
33768 * math/Makefile (libm_calls): Add k_casinh.
33769 * math/k_casinh.c: New file.
33770 * math/k_casinhf.c: Likewise.
33771 * math/k_casinhl.c: Likewise.
33772 * math/s_cacos.c (__cacos): Implement using __kernel_casinh for
33773 finite nonzero arguments.
33774 * math/s_cacosf.c (__cacosf): Implement using __kernel_casinhf for
33775 finite nonzero arguments.
33776 * math/s_cacosl.c (__cacosl): Implement using __kernel_casinhl for
33777 finite nonzero arguments.
33778 * math/s_casinh.c: Do not include <float.h>.
33779 (__casinh): Move code for finite nonzero arguments to k_casinh.c.
33780 * math/s_casinhf.c: Do not include <float.h>.
33781 (__casinhf): Move code for finite nonzero arguments to
33782 k_casinhf.c.
33783 * math/s_casinhl.c: Do not include <float.h>.
33784 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Do not undefine and
33785 redefine.
33786 (__casinhl): Move code for finite nonzero arguments to
33787 k_casinhl.c.
33788 * math/libm-test.inc (cacos_test): Add more tests.
33789 * sysdeps/i386/fpu/libm-test-ulps: Update.
33790 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
33791
2a26ef3a
PT
337922013-01-17 Pino Toscano <toscano.pino@tiscali.it>
33793
33794 * sysdeps/unix/sysv/linux/malloc-sysdep.h (HAVE_MREMAP): New define.
33795 * malloc/malloc.c: Include <unistd.h> and <malloc-sysdep.h>.
33796 [!HAVE_MREMAP]: Remove [defined linux] case.
33797 * malloc/arena.c: Do not include <malloc-sysdep.h>.
33798
a897655d
SP
337992013-01-17 Siddhesh Poyarekar <siddhesh@redhat.com>
33800
33801 * sysdeps/ieee754/dbl-64/mpa.c: Fix header comment.
33802
881ebe89 338032013-01-17 H.J. Lu <hongjiu.lu@intel.com>
22676eaf
L
33804
33805 * elf/elf.h (R_386_SIZE32): New relocation.
33806 * sysdeps/i386/dl-machine.h (elf_machine_rel): Handle
33807 R_386_SIZE32.
33808 (elf_machine_rela): Likewise.
33809 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
33810 R_X86_64_SIZE64 and R_X86_64_SIZE32.
33811
59981e9b
JM
338122013-01-17 Joseph Myers <joseph@codesourcery.com>
33813
33814 * sysdeps/powerpc/bits/mathdef.h [_SOFT_FLOAT || __NO_FPRS__]
33815 (FP_FAST_FMA): Do not define.
33816 [_SOFT_FLOAT || __NO_FPRS__] (FP_FAST_FMAF): Likewise.
33817 * sysdeps/powerpc/fpu/bits/fenvinline.h [__GNUC__ && !_SOFT_FLOAT
33818 && !__NO_MATH_INLINES]: Add [!__NO_FPRS__] condition.
33819 * sysdeps/powerpc/fpu/bits/mathinline.h [__GNUC__ &&
33820 !_SOFT_FLOAT]: Likewise.
33821 * sysdeps/powerpc/fpu/fpu_control.h [_SOFT_FLOAT || __NO_FPRS__]
33822 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_RESERVED): Define with generic
33823 value.
33824 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_DEFAULT): Likewise.
33825 [_SOFT_FLOAT || __NO_FPRS__] (fpu_control_t): Likewise.
33826 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_GETCW): Likewise.
33827 [_SOFT_FLOAT || __NO_FPRS__] (_FPU_SETCW): Likewise.
33828 [_SOFT_FLOAT || __NO_FPRS__] (__fpu_control): Likewise.
33829 [!_SOFT_FLOAT && !__NO_FPRS__]: Condition previous contents of
33830 file.
33831
cfa8054f
AS
338322013-01-16 Andreas Schwab <schwab@suse.de>
33833
33834 [BZ #14327]
33835 * include/stdlib.h (__mktemp): Add declaration.
33836 * misc/mktemp.c (__mktemp): Renamed from mktemp, add weak alias.
33837 * misc/Versions (GLIBC_PRIVATE): Add __mktemp.
33838
dd930cc5
SP
338392013-01-16 Siddhesh Poyarekar <siddhesh@redhat.com>
33840
881ebe89
SP
33841 * sysdeps/ieee754/dbl-64/atnat.h: Remove constant value
33842 definitions.
33843 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
33844 * sysdeps/ieee754/dbl-64/mpa.c: Do not include mpa2.h.
33845 * sysdeps/ieee754/dbl-64/mpa.h: Move all constant value
33846 definitions here.
33847 * sysdeps/ieee754/dbl-64/mpa2.h: Remove.
33848 * sysdeps/ieee754/dbl-64/mpatan.h: Remove constant value
33849 definitions.
33850 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Remove ZERO
33851 and ONE.
33852 * sysdeps/ieee754/dbl-64/mpexp.c: Do not include mpexp.h.
33853 * sysdeps/ieee754/dbl-64/mpexp.h: Remove.
33854 * sysdeps/ieee754/dbl-64/mpsqrt.h: Remove constant value
33855 definitions.
33856 * sysdeps/ieee754/dbl-64/mptan.c (__mptan): Remove MONE.
33857 * sysdeps/ieee754/dbl-64/ulog.h: Remove constant value
33858 definitions.
33859 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
f93a8d15 33860
dd930cc5
SP
33861 * sysdeps/ieee754/dbl-64/mpa2.h: Fix the value of TWO.
33862
c19a9f89
DM
338632013-01-15 David S. Miller <davem@davemloft.net>
33864
1aa61767
DM
33865 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33866 trunc{,f} to libm-sysdep_routes.
33867 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33868 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc-vis3.S: New
33869 file.
33870 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_trunc.S: New file.
33871 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf-vis3.S: New
33872 file.
33873 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_truncf.S: New
33874 file.
33875 * sysdeps/sparc/sparc32/sparcv9/fpu/s_trunc.S: New file.
33876 * sysdeps/sparc/sparc32/sparcv9/fpu/s_truncf.S: New file.
33877 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc-vis3.S: New file.
33878 * sysdeps/sparc/sparc64/fpu/multiarch/s_trunc.S: New file.
33879 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf-vis3.S: New file.
33880 * sysdeps/sparc/sparc64/fpu/multiarch/s_truncf.S: New file.
33881 * sysdeps/sparc/sparc64/fpu/s_trunc.S: New file.
33882 * sysdeps/sparc/sparc64/fpu/s_truncf.S: New file.
33883
c42d5e98
DM
33884 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33885 nearbyint{,f} to libm-sysdep_routes.
33886 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33887 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint-vis3.S:
33888 New file.
33889 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyint.S: New
33890 file.
33891 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf-vis3.S:
33892 New file.
33893 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_nearbyintf.S: New
33894 file.
33895 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyint.S: New file.
33896 * sysdeps/sparc/sparc32/sparcv9/fpu/s_nearbyintf.S: New file.
33897 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint-vis3.S: New
33898 file.
33899 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyint.S: New file.
33900 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf-vis3.S: New
33901 file.
33902 * sysdeps/sparc/sparc64/fpu/multiarch/s_nearbyintf.S: New file.
33903 * sysdeps/sparc/sparc64/fpu/s_nearbyint.S: New file.
33904 * sysdeps/sparc/sparc64/fpu/s_nearbyintf.S: New file.
33905
c19a9f89
DM
33906 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Use
33907 libc_feholdexcept and libc_fesetenv.
33908
357679d2
MF
339092013-01-15 Mike Frysinger <vapier@gentoo.org>
33910
33911 * sysdeps/unix/sysv/linux/scsi/sg.h: Include stddef.h.
33912
65a82e3d
DM
339132013-01-14 David S. Miller <davem@davemloft.net>
33914
8b954ab9
DM
33915 * sysdeps/sparc/sparc-ifunc.h (SPARC_ASM_IFUNC2): New macro.
33916 (SPARC_ASM_VIS2_IFUNC): Likewise.
33917 (SPARC_ASM_VIS3_VIS2_IFUNC): Likewise.
33918 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: Make
33919 use of 'siam' instruction.
33920 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S:
33921 Likewise.
33922 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S:
33923 Likewise.
33924 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S:
33925 Likewise.
33926 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: Likewise.
33927 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: Likewise.
33928 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: Likewise.
33929 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: Likewise.
33930 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis2.S: New
33931 file.
33932 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis2.S: New
33933 file.
33934 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis2.S: New
33935 file.
33936 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis2.S: New
33937 file.
33938 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis2.S: New file.
33939 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis2.S: New file.
33940 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis2.S: New file.
33941 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis2.S: New file.
33942 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Hook in
33943 new VIS2 routines.
33944 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
33945 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
33946 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
33947 Likewise.
33948 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
33949 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
33950 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
33951 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
33952 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new VIS2
33953 routines to libm-sysdep_routines.
33954 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Likewise.
33955
65a82e3d
DM
33956 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add vis3
33957 fdim/fdimf to libm-sysdep_routines.
33958 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim-vis3.S: New
33959 file.
33960 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdim.S: New file.
33961 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf-vis3.S: New
33962 file.
33963 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fdimf.S: New file.
33964 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdim.S: New file.
33965 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fdimf.S: New file.
33966 * sysdeps/sparc/sparc32/fpu/s_fdim.S: New file.
33967 * sysdeps/sparc/sparc32/fpu/s_fdimf.S: New file.
33968 * sysdeps/sparc/sparc64/fpu/s_fdim.S: New file.
33969 * sysdeps/sparc/sparc64/fpu/s_fdimf.S: New file.
33970
e34ab705
SP
339712013-01-14 Siddhesh Poyarekar <siddhesh@redhat.com>
33972
2a91b573
SP
33973 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Add a local variable
33974 to optimize copies.
33975
1066a534
SP
33976 * sysdeps/ieee754/dbl-64/mpa.c: Fix formatting.
33977 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
33978 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
33979
e34ab705
SP
33980 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__inv): Remove
33981 local variable MPTWO.
33982 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__inv):
33983 Likewise.
33984
aba5e596
MF
339852013-01-13 Mike Frysinger <vapier@gentoo.org>
33986
33987 * manual/pattern.texi (Flags for Globbing): Move GLOB_NOSORT after
33988 GLOB_NOESCAPE.
33989
e557e9e5
MF
339902013-01-13 Mike Frysinger <vapier@gentoo.org>
33991
33992 * manual/pattern.texi (Flags for Globbing): Highlight GNU extensions.
33993
0428cec9
MF
339942013-01-13 Mike Frysinger <vapier@gentoo.org>
33995
33996 * manual/pattern.texi (glob_t): Document gl_flags.
33997 (glob64_t): Likewise.
33998
8794a964
DM
339992013-01-11 David S. Miller <davem@davemloft.net>
34000
66438c3f
RM
34001 * math/Makefile (gmp-objs): Use $(gmp-sysdep_routines).
34002 * sysdeps/sparc/sparc64/multiarch/Makefile [$(subdir) = math]
34003 (gmp-sysdep_routines): New variable. Add VIS3 optimized GMP routines.
32fcb36d
DM
34004 * sysdeps/sparc/sparc64/multiarch/add_n-vis3.S: New file.
34005 * sysdeps/sparc/sparc64/multiarch/add_n.S: New file.
34006 * sysdeps/sparc/sparc64/multiarch/addmul_1-vis3.S: New file.
34007 * sysdeps/sparc/sparc64/multiarch/addmul_1.S: New file.
34008 * sysdeps/sparc/sparc64/multiarch/mul_1-vis3.S: New file.
34009 * sysdeps/sparc/sparc64/multiarch/mul_1.S: New file.
34010 * sysdeps/sparc/sparc64/multiarch/sub_n-vis3.S: New file.
34011 * sysdeps/sparc/sparc64/multiarch/sub_n.S: New file.
34012 * sysdeps/sparc/sparc64/multiarch/submul_1-vis3.S: New file.
34013 * sysdeps/sparc/sparc64/multiarch/submul_1.S: New file.
34014
4ae4244d
DM
34015 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34016 sparc V9 rather than using V8 code.
34017 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34018 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34019
8794a964
DM
34020 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
34021 Move to...
34022 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/multiarch/Implies:
34023 Here.
34024
6270516e
RM
340252013-01-11 Roland McGrath <roland@hack.frob.com>
34026
34027 * configure.in (sysnames): Use $multi_arch_d in setting up $mach list,
34028 not in the main loop.
34029 * configure: Regenerated.
34030
6a57d931
JM
340312013-01-11 Joseph Myers <joseph@codesourcery.com>
34032
34033 * include/features.h (__GLIBC_HAVE_LONG_LONG): Remove.
34034 * bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change #elif condition
34035 to just #else.
34036 * bits/types.h [__GLIBC_HAVE_LONG_LONG]: Likewise. Remove
34037 [!__GLIBC_HAVE_LONG_LONG] case.
34038 * posix/sys/types.h [__GLIBC_HAVE_LONG_LONG]: Change #elif
34039 condition to just #else.
34040 * stdlib/stdlib.h [__USE_ISOC99 || (__GLIBC_HAVE_LONG_LONG &&
34041 __USE_MISC)]: Change all uses to [__USE_ISOC99 || __USE_MISC].
34042 [__GLIBC_HAVE_LONG_LONG && __USE_BSD]: Change to [__USE_BSD].
34043 * string/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Make code
34044 unconditional.
34045 * string/endian.h [__GLIBC_HAVE_LONG_LONG]: Likewise.
34046 * sysdeps/s390/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34047 #elif condition to just #else.
34048 * sysdeps/unix/sysv/linux/sys/sysmacros.h
34049 [__GLIBC_HAVE_LONG_LONG]: Make code unconditional.
34050 * sysdeps/x86/bits/byteswap.h [__GLIBC_HAVE_LONG_LONG]: Change
34051 #elif condition to just #else.
34052
0e8529e9
SE
340532013-01-11 Steve Ellcey <sellcey@mips.com>
34054
34055 * elf/elf.h (EF_MIPS_ARCH_32): Fix value.
34056 (EF_MIPS_ARCH_64): Fix value.
34057 (EF_MIPS_ARCH_32R2): New.
34058 (EF_MIPS_ARCH_64R2): New.
34059
740b3dbe
L
340602013-01-11 H.J. Lu <hongjiu.lu@intel.com>
34061
34062 * Makeconfig (+link-pie-before-libc): New.
34063 (+link-pie-after-libc): Likewise.
34064 (+link-pie-tests): Likewise.
34065 (+link-pie): Rewritten.
34066 (link-before-libc): Remove $(config-LDFLAGS).
34067 (+link): Add $(rtld-LDFLAGS) after $(+link-before-libc).
34068 (+link-tests): Add $(rtld-tests-LDFLAGS) after $(+link-before-libc).
34069 (config-LDFLAGS): Renamed to ...
34070 (rtld-LDFLAGS): This.
34071 (rtld-tests-LDFLAGS): New macro.
34072 (link-libc-rpath-link): Likewise.
34073 (link-libc-tests-rpath-link): Likewise.
34074 (link-libc-before-gnulib): Remove -Wl,-rpath-link=$(rpath-link).
34075 (link-libc): Prepand $(link-libc-rpath-link).
34076 (link-libc-tests): Prepand $(link-libc-tests-rpath-link).
34077 (test-program-prefix): New macro.
34078 (test-via-rtld-prefix): Likewise.
34079 (test-program-cmd): Likewise.
34080 (host-test-program-cmd): Likewise.
34081 * Makefile ($(common-objpfx)testrun.sh): Replace
34082 $(run-program-prefix) with $(test-program-prefix).
34083 * Makerules ($(LINK.o)): Replace $(config-LDFLAGS) with
34084 $(rtld-LDFLAGS).
34085 ($(common-objpfx)shlib.lds): Likewise.
34086 (build-module-helper): Likewise.
34087 ($(common-objpfx)format.lds): Likewise.
34088 * Rules (binaries-pie-tests): New.
34089 (binaries-pie-notests): Likewise.
34090 (binaries-pie): Rewritten.
34091 ($(addprefix $(objpfx),$(binaries-pie))): Renamed to ...
34092 ($(addprefix $(objpfx),$(binaries-pie-notests))): This.
34093 ($(addprefix $(objpfx),$(binaries-pie-tests))): New.
34094 (make-test-out): Replace $(host-built-program-cmd) with
34095 $(host-test-program-cmd).
34096 * config.make.in (build-hardcoded-path-in-tests): New variable.
34097 * configure.in (--enable-hardcoded-path-in-tests): New configure
34098 option.
34099 (hardcoded_path_in_tests): New AC_SUBST.
34100 * configure: Regenerated.
34101 * catgets/Makefile ($(objpfx)test-gencat.out): Replace
34102 $(built-program-cmd) with $(test-program-cmd).
34103 * catgets/test-gencat.sh (run_program_cmd): Renamed to ...
34104 (test_program_cmd): This.
34105 * elf/Makefile ($(objpfx)order.out): Run test with
34106 $(test-program-prefix).
34107 ($(objpfx)order2.out): Likewise.
34108 ($(objpfx)tst-initorder.out): Likewise.
34109 ($(objpfx)tst-initorder2.out): Likewise.
34110 ($(objpfx)tst-array1.out): Replace $(built-program-cmd) with
34111 $(test-program-cmd).
34112 ($(objpfx)tst-array1-static.out): Likewise.
34113 ($(objpfx)tst-array2.out): Likewise.
34114 ($(objpfx)tst-array3.out): Likewise.
34115 ($(objpfx)tst-array4.out): Likewise.
34116 ($(objpfx)tst-array5.out): Likewise.
34117 ($(objpfx)tst-array5-static.out): Likewise.
34118 (tst-stackguard1-ARGS): Replace $(built-program-cmd) with
34119 $(test-program-cmd).
34120 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Replace
34121 $(run-program-prefix) with $(test-program-prefix).
34122 * grp/tst_fgetgrent.sh (run_program_prefix): Renamed to ...
34123 (test_program_prefix): This.
34124 * iconvdata/Makefile ($(objpfx)tst-tables.out): Replace
34125 $(run-program-prefix) with $(test-program-prefix).
34126 * iconvdata/tst-table.sh (run_program_prefix): Renamed to ...
34127 (test_program_prefix): This.
34128 * iconvdata/tst-tables.sh: Likewise.
34129 * intl/Makefile ($(objpfx)tst-gettext.out): Replace
34130 $(run-program-prefix) with $(test-program-prefix).
34131 ($(objpfx)tst-translit.out): Likewise.
34132 ($(objpfx)tst-gettext2.out): Likewise.
34133 ($(objpfx)tst-gettext4.out): Likewise.
34134 ($(objpfx)tst-gettext6.out): Likewise.
34135 * intl/tst-gettext.sh (run_program_prefix): Renamed to ...
34136 (test_program_prefix): This.
34137 * intl/tst-gettext2.sh: Likewise.
34138 * intl/tst-gettext4.sh Likewise.
34139 * intl/tst-gettext6.sh: Likewise.
34140 * intl/tst-translit.sh: Likewise.
34141 * io/Makefile ($(objpfx)ftwtest.out): Replace $(run-program-cmd)
34142 with $(test-program-cmd).
34143 * libio/Makefile ($(objpfx)test-freopen.out): Replace
34144 $(run-program-prefix) with $(test-program-prefix).
34145 * libio/test-freopen.sh (run_program_prefix): Renamed to ...
34146 (test_program_prefix): This.
34147 * malloc/Makefile ($(objpfx)tst-mtrace.out): Replace
34148 $(run-program-prefix) with $(test-program-prefix).
34149 * malloc/tst-mtrace.sh (run_program_prefix): Renamed to ...
34150 (test_program_prefix): This.
34151 * manual/install.texi: Document --enable-hardcoded-path-in-tests.
34152 * posix/Makefile ($(objpfx)globtest.out): Replace
34153 $(run-via-rtld-prefix) and $(test-wrapper) with
34154 $(test-program-prefix) and $(test-via-rtld-prefix).
34155 ($(objpfx)wordexp-tst.out): Replace $(run-program-prefix) with
34156 $(test-program-prefix).
34157 (tst-exec-ARGS): Replace $(host-built-program-cmd) with
34158 $(host-test-program-cmd).
34159 (tst-spawn-ARGS): Likewise.
34160 ($(objpfx)tst-rxspencer-mem): Replace $(run-program-prefix) with
34161 $(test-program-prefix).
34162 * posix/globtest.sh (un_via_rtld_prefix): Renamed to ...
34163 (test_via_rtld_prefix): This.
34164 (test_wrapper): Renamed to ...
34165 (test_program_prefix): This.
34166 (run_program_prefix): Replaced by test_program_prefix.
34167 * posix/wordexp-tst.sh (run_program_prefix): Renamed to ...
34168 (test_program_prefix): This.
34169 * rt/Makefile (tst-mqueue7-ARGS): Replace $(host-built-program-cmd)
34170 with $(host-test-program-cmd).
34171 * stdio-common/Makefile ($(objpfx)tst-unbputc.out): Replace
34172 $(run-program-prefix) with $(test-program-prefix).
34173 ($(objpfx)tst-printf.out): Likewise.
34174 ($(objpfx)tst-setvbuf1.out): Replace $(built-program-cmd) with
34175 $(test-program-cmd).
34176 * stdio-common/tst-printf.sh (run_program_prefix): Renamed to ...
34177 (test_program_prefix): This.
34178 * stdio-common/tst-unbputc.sh: Likewise.
34179 * stdlib/Makefile ($(objpfx)tst-fmtmsg.out): Replace
34180 $(run-program-prefix) with $(test-program-prefix).
34181 * stdlib/tst-fmtmsg.sh (run_program_prefix): Renamed to ...
34182 (test_program_prefix): This.
34183 * string/Makefile ($(objpfx)tst-svc.out): Replace
34184 $(built-program-cmd) with $(test-program-cmd).
34185
c6fe55cf
AJ
341862013-01-11 Andreas Jaeger <aj@suse.de>
34187
34188 [BZ #15003]
34189 * sysdeps/unix/sysv/linux/bits/socket.h (MSG_FASTOPEN): New
34190 value. Sync with Linux 3.7.
34191
9e6919c8
DM
341922013-01-10 David S. Miller <davem@davemloft.net>
34193
34194 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Revert previous changes.
34195 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34196 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34197
1c9f1a02
RM
341982013-01-10 Roland McGrath <roland@hack.frob.com>
34199
34200 * configure.in (sysnames): Drop use of $m0sub and $msub, which are
34201 never set.
34202 * configure: Regenerated.
34203
b9de2dde
DM
342042013-01-10 David S. Miller <davem@davemloft.net>
34205
34206 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: Properly optimize for 32-bit
34207 sparc V9 rather than using V8 code.
34208 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: Likewise.
34209 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: Likewise.
34210
e7f68ef4
RM
342112013-01-10 Roland McGrath <roland@hack.frob.com>
34212
34213 * elf/elf.h (DT_SPARC_REGISTER, DT_SPARC_NUM): Fix whitespace.
34214 (EF_MIPS_NOREORDER, EF_MIPS_PIC, EF_MIPS_CPIC, EF_MIPS_XGOT): Likewise.
34215 (EF_MIPS_64BIT_WHIRL, EF_MIPS_ABI2, EF_MIPS_ABI_ON32): Likewise.
34216 (EF_MIPS_ARCH, EF_MIPS_ARCH_1, EF_MIPS_ARCH_2): Likewise.
34217 (EF_MIPS_ARCH_3, EF_MIPS_ARCH_4, EF_MIPS_ARCH_5): Likewise.
34218 (EF_MIPS_ARCH_32, EF_MIPS_ARCH_64): Likewise.
34219 (E_MIPS_ARCH_1): Define in terms of EF_MIPS_ARCH_* counterpart.
34220 (E_MIPS_ARCH_2, E_MIPS_ARCH_3, E_MIPS_ARCH_4, E_MIPS_ARCH_5): Likewise.
34221 (E_MIPS_ARCH_32, E_MIPS_ARCH_64): Likewise.
34222 (SHN_MIPS_ACOMMON, SHN_MIPS_TEXT, SHN_MIPS_DATA): Fix whitespace.
34223 (SHN_MIPS_SCOMMON, SHN_MIPS_SUNDEFINED): Likewise.
34224 (SHT_MIPS_LIBLIST, SHT_MIPS_MSYM, SHT_MIPS_CONFLICT): Likewise.
34225 (SHT_MIPS_GPTAB, SHT_MIPS_UCODE, SHT_MIPS_DEBUG): Likewise.
34226 (SHT_MIPS_REGINFO, SHT_MIPS_PACKAGE, SHT_MIPS_PACKSYM): Likewise.
34227 (SHT_MIPS_RELD, SHT_MIPS_IFACE, SHT_MIPS_CONTENT): Likewise.
34228 (SHT_MIPS_OPTIONS, SHT_MIPS_SHDR, SHT_MIPS_FDESC): Likewise.
34229 (SHT_MIPS_EXTSYM, SHT_MIPS_DENSE, SHT_MIPS_PDESC): Likewise.
34230 (SHT_MIPS_LOCSYM, SHT_MIPS_AUXSYM, SHT_MIPS_OPTSYM): Likewise.
34231 (SHT_MIPS_LOCSTR, SHT_MIPS_LINE, SHT_MIPS_RFDESC): Likewise.
34232 (SHT_MIPS_DELTASYM, SHT_MIPS_DELTAINST, SHT_MIPS_DELTACLASS): Likewise.
34233 (SHT_MIPS_DELTADECL, SHT_MIPS_SYMBOL_LIB, SHT_MIPS_EVENTS): Likewise.
34234 (SHT_MIPS_TRANSLATE, SHT_MIPS_PIXIE, SHT_MIPS_XLATE): Likewise.
34235 (SHT_MIPS_XLATE_DEBUG, SHT_MIPS_WHIRL, SHT_MIPS_EH_REGION): Likewise.
34236 (SHT_MIPS_XLATE_OLD, SHT_MIPS_PDR_EXCEPTION): Likewise.
34237 (SHF_MIPS_GPREL, SHF_MIPS_MERGE, SHF_MIPS_ADDR): Likewise.
34238 (SHF_MIPS_STRINGS, SHF_MIPS_NOSTRIP, SHF_MIPS_LOCAL): Likewise.
34239 (SHF_MIPS_NAMES, SHF_MIPS_NODUPE): Likewise.
34240
5a47cc9c
DM
342412013-01-10 David S. Miller <davem@davemloft.net>
34242
34243 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34244
4cf8f209
L
342452013-01-10 H.J. Lu <hongjiu.lu@intel.com>
34246
34247 * posix/Makefile (tests-static): New variable.
34248 (tests): Add $(tests-static).
34249 (tst-exec-static-ARGS): New variable.
34250 (tst-spawn-static-ARGS): Likewise.
34251 * posix/tst-exec-static.c: New file.
34252 * posix/tst-spawn-static.c: Likewise.
34253 * posix/tst-exec.c: Support run directly.
34254 * posix/tst-spawn.c: Likewise.
34255
fed0faa1
JM
342562013-01-10 Joseph Myers <joseph@codesourcery.com>
34257
828beb13
JM
34258 * elf/link.h (struct dl_phdr_info): Use __extension__ with long
34259 long.
34260 * math/bits/mathcalls.h (llrint): Likewise.
34261 (llround): Likewise.
34262 * stdlib/stdlib.h (struct drand48_data): Likewise.
34263 * sysdeps/generic/inttypes.h (imaxdiv_t): Likewise.
34264 * sysdeps/s390/bits/byteswap.h (__bswap_64): Likewise.
34265 * sysdeps/unix/sysv/linux/sparc/bits/ipc.h (struct ipc_perm):
34266 Likewise.
34267 * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h (struct fpu):
34268 Likewise.
34269 * sysdeps/unix/sysv/linux/x86/sys/procfs.h [__x86_64__]
34270 (elf_greg_t): Likewise.
34271 * sysdeps/x86/bits/setjmp.h [__x86_64__ && __WORDSIZE != 64]
34272 (__jmp_buf): Likewise.
34273 * sysdeps/x86/fpu/bits/mathinline.h (llrintf): Likewise, for all
34274 definitions.
34275 (llrint): Likewise, for all definitions.
34276 (llrintl): Likewise.
34277
fed0faa1
JM
34278 * string/string.h [__USE_BSD && __USE_GNU && __GNUC__] (ffsll):
34279 Remove [__GNUC__] condition.
34280 * wcsmbs/wchar.h [__USE_ISOC99 || (__GNUC__ && __USE_GNU)]: Change
34281 condition to just [__USE_ISOC99].
34282 [__GNUC__ && __USE_GNU]: Change condition to just [__USE_GNU].
34283
1a20cb20
L
342842013-01-10 H.J. Lu <hongjiu.lu@intel.com>
34285
34286 [BZ #14200]
34287 * sysdeps/unix/sysv/linux/x86/bits/environments.h
34288 (_POSIX_V7_ILP32_OFF32): Defined as 1 only if __x86_64__ isn't
34289 defined.
34290 (_POSIX_V6_ILP32_OFF32): Likewise.
34291 (_XBS5_ILP32_OFF32): Likewise.
34292 (__ILP32_OFFBIG_CFLAGS): Defined as "-mx32" for x32.
34293 (__ILP32_OFFBIG_LDFLAGS): Likewise.
34294
751b85f7
SP
342952013-01-10 Siddhesh Poyarekar <siddhesh@redhat.com>
34296
7490eb81
SP
34297 * sysdeps/ieee754/dbl-64/mpexp.c: Fix formatting.
34298
751b85f7
SP
34299 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): New array of
34300 doubles __mpexp_twomm1. Adjust usage.
34301 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1):
34302 Remove.
34303
988197f0
AS
343042013-01-10 Andreas Schwab <schwab@suse.de>
34305
34306 [BZ #14964]
34307 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (FALLOC_FL_KEEP_SIZE)
34308 (FALLOC_FL_PUNCH_HOLE) [__USE_GNU]: New macros.
34309
e83d7298
DM
343102013-01-09 David S. Miller <davem@davemloft.net>
34311
034ed64b 34312 [BZ #15003]
57f41c40
AS
34313 * sysdeps/gnu/netinet/tcp.h (TCP_COOKIE_TRANSACTIONS)
34314 (TCP_THIN_LINEAR_TIMEOUTS, TCP_THIN_DUPACK, TCP_USER_TIMEOUT)
34315 (TCP_REPAIR, TCP_REPAIR_QUEUE, TCP_QUEUE_SEQ, TCP_REPAIR_OPTIONS)
34316 (TCP_FASTOPEN): Define.
e83d7298
DM
34317 (tcp_repair_opt): New structure.
34318 (TCP_NO_QUEUE, TCP_RECV_QUEUE, TCP_SEND_QUEUE, TCP_QUEUES_NR): New
34319 enum values.
57f41c40
AS
34320 (TCP_COOKIE_MIN, TCP_COOKIE_MAX, TCP_COOKIE_PAIR_SIZE)
34321 (TCP_COOKIE_IN_ALWAYS, TCP_COOKIE_OUT_NEVER, TCP_S_DATA_IN)
34322 (TCP_S_DATA_OUT, TCP_MSS_DEFAULT, TCP_MSS_DESIRED): Define.
e83d7298
DM
34323 (tcp_cookie_transactions): New structure.
34324
d5e0b9bd
AB
343252013-01-09 Anton Blanchard <anton@samba.org>
34326
34327 * sysdeps/unix/sysv/linux/powerpc/sched_getcpu.c: New file.
34328 * sysdeps/unix/sysv/linux/powerpc/Versions: Add __vdso_getcpu.
34329 * sysdeps/unix/sysv/linux/powerpc/bits/libc-vdso.h: Likewise.
34330 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Likewise.
34331
0c07e3ea
JM
343322013-01-09 Joseph Myers <joseph@codesourcery.com>
34333
34334 * include/features.h (__USE_ANSI): Remove.
34335
232f7002
RM
343362013-01-09 Roland McGrath <roland@hack.frob.com>
34337
ad98e30c
RM
34338 * posix/Makefile (others): Depend on $(objpfx)getconf.speclist.
34339
232f7002
RM
34340 * misc/error.c (error_tail: ALLOCA_LIMIT): Remove unused macro.
34341
950c99ca
SP
343422013-01-09 Siddhesh Poyarekar <siddhesh@redhat.com>
34343
b5792741
SP
34344 * sysdeps/s390/fpu/libm-test-ulps: Update.
34345
47cf2278
SP
34346 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34347
950c99ca
SP
34348 * sysdeps/ieee754/dbl-64/mpa.c (mcr): Reword comment.
34349 (__acr): Likewise.
34350 (__cpy): Likewise.
34351 (norm): Likewise.
34352 (denorm): Likewise.
34353 (__mp_dbl): Likewise.
34354 (__dbl_mp): Likewise.
34355 (add_magnitudes): Likewise.
34356 (sub_magnitudes): Likewise.
34357 (__add): Likewise.
34358 (__sub): Likewise.
34359 (__mul): Likewise.
34360 (__inv): Likewise.
34361 (__dvd): Likewise.
34362 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mcr): Likewise.
34363 (__acr): Likewise.
34364 (__cpy): Likewise.
34365 (norm): Likewise.
34366 (denorm): Likewise.
34367 (__mp_dbl): Likewise.
34368 (__dbl_mp): Likewise.
34369 (add_magnitudes): Likewise.
34370 (sub_magnitudes): Likewise.
34371 (__add): Likewise.
34372 (__sub): Likewise.
34373 (__mul): Likewise.
34374 (__inv): Likewise.
34375 (__dvd): Likewise.
34376 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mcr): Likewise.
34377 (__acr): Likewise.
34378 (__cpy): Likewise.
34379 (norm): Likewise.
34380 (denorm): Likewise.
34381 (__mp_dbl): Likewise.
34382 (__dbl_mp): Likewise.
34383 (add_magnitudes): Likewise.
34384 (sub_magnitudes): Likewise.
34385 (__add): Likewise.
34386 (__sub): Likewise.
34387 (__mul): Likewise.
34388 (__inv): Likewise.
34389 (__dvd): Likewise.
34390
eede9df9
JM
343912013-01-08 Joseph Myers <joseph@codesourcery.com>
34392
34393 * io/sys/stat.h [__GNUC__ && __GNUC__ >= 2 &&
34394 __USE_EXTERN_INLINES]: Change condition to [__USE_EXTERN_INLINES].
34395 * sysdeps/unix/sysv/linux/sys/sysmacros.h [__GNUC__ && __GNUC__ >=
34396 2 && __USE_EXTERN_INLINES]: Likewise.
34397
c40ea3d9
AJ
343982013-01-08 Andreas Jaeger <aj@suse.de>
34399
34400 [BZ# 14985]
34401 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h (EPOLL_NONBLOCK):
34402 Remove.
34403 * sysdeps/unix/sysv/linux/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34404 * sysdeps/unix/sysv/linux/x86/bits/epoll.h (EPOLL_NONBLOCK): Likewise.
34405
2ccdea26
AB
344062013-01-07 Anton Blanchard <anton@samba.org>
34407
34408 * sysdeps/powerpc/fpu/feholdexcpt.c: Fixed spelling errors.
34409 * sysdeps/powerpc/fpu/feupdateenv.c: Likewise.
34410 * sysdeps/powerpc/fpu/math_ldbl.h: Likewise.
34411 * sysdeps/powerpc/powerpc32/bits/atomic.h: Likewise.
34412 * sysdeps/powerpc/powerpc32/cell/memcpy.S: Likewise.
34413 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
34414 * sysdeps/powerpc/powerpc32/dl-start.S: Likewise.
34415 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34416 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34417 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34418 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
34419 * sysdeps/powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
34420 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
34421 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Likewise.
34422 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Likewise.
34423 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
34424 * sysdeps/powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
34425 * sysdeps/powerpc/powerpc32/power6/memcpy.S: Likewise.
34426 * sysdeps/powerpc/powerpc32/power7/memchr.S: Likewise.
34427 * sysdeps/powerpc/powerpc32/power7/memcmp.S: Likewise.
34428 * sysdeps/powerpc/powerpc32/power7/memrchr.S: Likewise.
34429 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: Likewise.
34430 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
34431 * sysdeps/powerpc/powerpc32/strncmp.S: Likewise.
34432 * sysdeps/powerpc/powerpc64/bits/atomic.h: Likewise.
34433 * sysdeps/powerpc/powerpc64/cell/memcpy.S: Likewise.
34434 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
34435 * sysdeps/powerpc/powerpc64/fpu/s_ceill.S: Likewise.
34436 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintl.S: Likewise.
34437 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
34438 * sysdeps/powerpc/powerpc64/memcpy.S: Likewise.
34439 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34440 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34441 * sysdeps/powerpc/powerpc64/power4/memcmp.S: Likewise.
34442 * sysdeps/powerpc/powerpc64/power4/memcpy.S: Likewise.
34443 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
34444 * sysdeps/powerpc/powerpc64/power6/memcpy.S: Likewise.
34445 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
34446 * sysdeps/powerpc/powerpc64/power7/memcmp.S: Likewise.
34447 * sysdeps/powerpc/powerpc64/power7/memrchr.S: Likewise.
34448 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: Likewise.
34449 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
34450 * sysdeps/powerpc/powerpc64/strncmp.S: Likewise.
34451
a9708fed
JM
344522013-01-07 Joseph Myers <joseph@codesourcery.com>
34453
375607b9
JM
34454 * malloc/malloc.h (__MALLOC_P): Remove all definitions.
34455 (__MALLOC_PMT): Likewise.
34456 [__GNUC__] (__MALLOC_HOOK_VOLATILE): Make not conditional on
34457 [__GNUC__], only on [_LIBC].
34458 [__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34459 [!__GNUC__] (__MALLOC_HOOK_VOLATILE): Remove definition.
34460 [!__GNUC__] (__MALLOC_DEPRECATED): Likewise.
34461 * malloc/malloc.c (malloc_hook_ini): Do not use __MALLOC_P in
34462 forward declaration.
34463 (realloc_hook_ini): Likewise.
34464 (memalign_hook_ini): Likewise.
34465 (__libc_memalign): Do not use __MALLOC_PMT in variable
34466 declaration.
34467 (__libc_valloc): Likewise.
34468 (__libc_pvalloc): Likewise.
34469 (__libc_calloc): Likewise.
34470 (__posix_memalign): Likewise.
34471
a9708fed
JM
34472 [BZ #14996]
34473 * math/s_casinh.c: Include <float.h>.
34474 (__casinh): Do not do computation with squaring and square root
34475 for large arguments.
34476 * math/s_casinhf.c: Include <float.h>.
34477 (__casinhf): Do not do computation with squaring and square root
34478 for large arguments.
34479 * math/s_casinhl.c: Include <float.h>.
34480 [LDBL_MANT_DIG == 106] (LDBL_EPSILON): Undefine and redefine.
34481 (__casinhl): Do not do computation with squaring and square root
34482 for large arguments.
34483 * math/libm-test.inc (casin_test): Add more tests.
34484 (casinh_test): Likewise.
34485 * sysdeps/i386/fpu/libm-test-ulps: Update.
34486 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34487
afec409a
L
344882013-01-04 H.J. Lu <hongjiu.lu@intel.com>
34489
34490 * sysdeps/i386/i686/cacheinfo.c (__x86_64_data_cache_size): Removed.
34491 (__x86_64_raw_data_cache_size): Likewise.
34492 (__x86_64_data_cache_size_half): Likewise.
34493 (__x86_64_raw_data_cache_size_half): Likewise.
34494 (__x86_64_shared_cache_size): Likewise.
34495 (__x86_64_raw_shared_cache_size): Likewise.
34496 (__x86_64_shared_cache_size_half): Likewise.
34497 (__x86_64_raw_shared_cache_size_half): Likewise.
34498 * sysdeps/x86_64/cacheinfo.c (__x86_64_data_cache_size): Renamed
34499 to ...
34500 (__x86_data_cache_size): This.
34501 (__x86_64_raw_data_cache_size): Renamed to ...
34502 (__x86_raw_data_cache_size): This.
34503 (__x86_64_data_cache_size_half): Renamed to ...
34504 (__x86_data_cache_size_half): This.
34505 (__x86_64_raw_data_cache_size_half): Renamed to ...
34506 (__x86_raw_data_cache_size_half): This.
34507 (__x86_64_shared_cache_size): Renamed to ...
34508 (__x86_shared_cache_size): This.
34509 (__x86_64_raw_shared_cache_size): Renamed to ...
34510 (__x86_raw_shared_cache_size): This.
34511 (__x86_64_shared_cache_size_half): Renamed to ...
34512 (__x86_shared_cache_size_half): This.
34513 (__x86_64_raw_shared_cache_size_half): Renamed to ...
34514 (__x86_raw_shared_cache_size_half): This.
34515 * sysdeps/x86_64/memcpy.S: Updated.
34516 * sysdeps/x86_64/memset.S: Likewise.
34517 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Likewise.
34518 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
34519 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
34520
0b3986d0
DM
345212013-01-04 David S. Miller <davem@davemloft.net>
34522
34523 * sysdeps/sparc/fpu/libm-test-ulps: Update.
34524
e47686e9
AS
345252013-01-04 Andreas Schwab <schwab@linux-m68k.org>
34526
d643bac1
AS
34527 * sysdeps/powerpc/fpu/test-powerpc-snan.c (_GNU_SOURCE): Define as
34528 1 to avoid redefinition warning.
34529 (__USE_GNU): Don't define.
34530 (init_signaling_nan): Protoize.
34531
e47686e9
AS
34532 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
34533
b18decba
SP
345342013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
34535
fffb407f
SP
34536 * sysdeps/ieee754/dbl-64/mpa.c: Remove commented code.
34537 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (__cr): Remove.
34538 (__cpymn): Likewise.
34539 (norm): Remove commented code.
34540 (denorm): Likewise.
34541 (__mp_dbl): Likewise.
34542 (__inv): Likewise.
34543 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (__cr): Remove.
34544 (__cpymn): Likewise.
34545 (norm): Remove commented code.
34546 (denorm): Likewise.
34547 (__mp_dbl): Likewise.
34548 (__inv): Likewise.
34549
b18decba
SP
34550 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c (mpone): Define
34551 mp_no value for 1.0 and 2.0.
34552 (norm): Use RADIXI instead of radixi.d.
34553 (denorm): Likewise.
34554 (__mul): Use 0.0 instead of zero.d.
34555 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c (mpone): Define
34556 mp_no value for 1.0 and 2.0.
34557 (norm): Use RADIXI instead of radixi.d.
34558 (denorm): Likewise.
34559 (__mul): Use 0.0 instead of zero.d.
34560
cdc1c96f
JM
345612013-01-04 Joseph Myers <joseph@codesourcery.com>
34562
34563 [BZ #14994]
34564 * math/s_casinh.c (__casinh): Reduce finite argument to first
34565 quadrant then set signs of results at the end.
34566 * math/s_casinhf.c (__casinhf): Likewise.
34567 * math/s_casinhl.c (__casinhl): Likewise.
34568 * math/libm-test.inc (casin_test): Add more tests.
34569 (casinh_test): Likewise.
34570 * sysdeps/i386/fpu/libm-test-ulps: Update.
34571 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
34572
302913e1
SP
345732013-01-04 Siddhesh Poyarekar <siddhesh@redhat.com>
34574
6420d207
SP
34575 * sysdeps/ieee754/dbl-64/mpa.h: Fix code formatting.
34576
a9e48ab4
SP
34577 * sysdeps/ieee754/dbl-64/mpa.h: Clean up comment for MP_NO.
34578
b7837264
SP
34579 * sysdeps/ieee754/dbl-64/mpa.c(norm): Remove commented
34580 declarations.
34581 (denorm): Likewise.
34582 (__mp_dbl): Likewise.
34583 (__inv): Likewise.
34584
f8af25d2
SP
34585 * sysdeps/ieee754/dbl-64/mpa.h: Remove commented declarations
34586 and adjust the header comment.
34587
302913e1
SP
34588 * sysdeps/ieee754/dbl-64/mpa.h (__mpexp): Remove unnecessary
34589 variable name from declaration.
34590
5d7dd1ca
L
345912013-01-03 H.J. Lu <hongjiu.lu@intel.com>
34592
34593 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
34594 Initialize COMMON_CPUID_INDEX_7 element.
34595 * sysdeps/x86_64/multiarch/init-arch.h (bit_RTM): New macro.
34596 (CPUID_RTM): Likewise.
34597 (HAS_RTM): Likewise.
34598 (COMMON_CPUID_INDEX_7): New enum.
34599
2f5f40f4
AS
346002013-01-03 Andreas Schwab <schwab@linux-m68k.org>
34601
34602 [BZ #14981]
34603 * malloc/mtrace.c (tr_reallochook): If realloc returns NULL when
34604 size is zero, record memory as freed.
34605
4056f4a0
AJ
346062013-01-03 Andreas Jaeger <aj@suse.de>
34607
34608 * po/ia.po: Add new Interlingua translation.
34609
ab15736f 346102012-01-03 Allan McRae <allan@archlinux.org>
fd80f0b7
AM
34611
34612 * locale/programs/localedef.c: Fix description of '--posix' flag.
34613
568035b7
JM
346142013-01-02 Joseph Myers <joseph@codesourcery.com>
34615
e6898b8d
JM
34616 * NEWS: Update dates in second copyright notice.
34617 * README: Update copyright dates in example.
34618 * manual/libc.texinfo: Update copyright dates.
34619 * scripts/test-installation.pl: Update copyright date in --version
34620 output.
34621
0e2f9562
JM
34622 * hurd/ctty-input.c: Fix copyright notice formatting.
34623 * hurd/ctty-output.c: Likewise.
34624 * hurd/dtable.c: Likewise.
34625 * hurd/hurd-raise.c: Likewise.
34626 * hurd/hurdprio.c: Likewise.
34627 * hurd/msgportdemux.c: Likewise.
34628 * misc/sys/file.h: Likewise.
34629 * misc/sys/ioctl.h: Likewise.
34630 * sysdeps/gnu/netinet/ip_icmp.h: Likewise.
34631 * sysdeps/mach/hurd/chdir.c: Likewise.
34632 * sysdeps/mach/hurd/fchdir.c: Likewise.
34633 * sysdeps/mach/hurd/rename.c: Likewise.
34634 * sysdeps/mach/hurd/rmdir.c: Likewise.
34635 * sysdeps/mach/hurd/seekdir.c: Likewise.
34636 * sysdeps/mach/hurd/setsid.c: Likewise.
34637 * sysdeps/posix/wait3.c: Likewise.
34638
568035b7
JM
34639 * All files with FSF copyright notices: Update copyright dates
34640 using scripts/update-copyrights.
34641 * intl/plural.c: Regenerated.
34642 * locale/programs/charmap-kw.h: Likewise.
34643 * locale/programs/locfile-kw.h: Likewise.
34644
da08f647
SP
346452013-01-02 Siddhesh Poyarekar <siddhesh@redhat.com>
34646
0f5477af
SP
34647 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_twomm1): Fix first
34648 four values.
34649
44e0d4c2
SP
34650 * sysdeps/ieee754/dbl-64/mpa.c (__mul): Split mantissa
34651 calculation loop and add branch prediction.
34652
4d55b4e5
SP
34653 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Add assert to
34654 check access beyond bounds of m1np.
34655
da08f647
SP
34656 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34657 MPTWO.
34658 (__inv): Remove local variable MPTWO to use the global
34659 constant.
34660 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPTWO.
34661 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34662 variable MPTWO.
34663 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Make MPHALF and
34664 MP3HALFS static const.
34665
8e051029
DM
346662013-01-01 David S. Miller <davem@davemloft.net>
34667
34668 * po/ca.po: Update from translation team.
34669
f4cf5f2d
JM
346702013-01-01 Joseph Myers <joseph@codesourcery.com>
34671
34672 * scripts/update-copyrights: New file.
34673 * Makeconfig: Reformat copyright notice.
34674 * ctype/ctype.h: Likewise.
34675 * debug/swprintf_chk.c: Likewise.
34676 * elf/dl-cache.c: Likewise.
34677 * elf/dl-debug.c: Likewise.
34678 * elf/dl-object.c: Likewise.
34679 * grp/initgroups.c: Likewise.
34680 * hurd/Makefile: Likewise.
34681 * hurd/hurd/signal.h: Likewise.
34682 * hurd/hurdfault.c: Likewise.
34683 * hurd/hurdioctl.c: Likewise.
34684 * hurd/hurdlookup.c: Likewise.
34685 * hurd/intr-msg.c: Likewise.
34686 * iconv/gconv_open.c: Likewise.
34687 * libio/swprintf.c: Likewise.
34688 * locale/lc-ctype.c: Likewise.
34689 * locale/nl_langinfo.c: Likewise.
34690 * mach/Machrules: Likewise.
34691 * mach/Makefile: Likewise.
34692 * malloc/obstack.h: Likewise.
34693 * manual/Makefile: Likewise.
34694 * manual/tsort.awk: Likewise.
34695 * misc/bits/stab.def: Likewise.
34696 * nis/nis_print_group_entry.c: Likewise.
34697 * nis/nis_table.c: Likewise.
34698 * nis/nss_compat/compat-pwd.c: Likewise.
34699 * nis/nss_compat/compat-spwd.c: Likewise.
34700 * po/Makefile: Likewise.
34701 * posix/fnmatch.c: Likewise.
34702 * posix/regex.h: Likewise.
34703 * resolv/Makefile: Likewise.
34704 * resolv/nss_dns/dns-network.c: Likewise.
34705 * resolv/res_hconf.c: Likewise.
34706 * scripts/gen-sorted.awk: Likewise.
34707 * soft-fp/soft-fp.h: Likewise.
34708 * stdio-common/printf.h: Likewise.
34709 * stdlib/monetary.h: Likewise.
34710 * stdlib/random.c: Likewise.
34711 * stdlib/random_r.c: Likewise.
34712 * sysdeps/generic/Makefile: Likewise.
34713 * sysdeps/gnu/Makefile: Likewise.
34714 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
34715 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
34716 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
34717 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
34718 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
34719 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
34720 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
34721 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
34722 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
34723 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
34724 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
34725 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
34726 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
34727 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
34728 * sysdeps/ieee754/dbl-64/mplog.c: Likewise.
34729 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
34730 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
34731 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
34732 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
34733 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
34734 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
34735 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
34736 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
34737 * sysdeps/ieee754/ldbl-128/ldbl2mpn.c: Likewise.
34738 * sysdeps/ieee754/ldbl-128/mpn2ldbl.c: Likewise.
34739 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
34740 * sysdeps/ieee754/ldbl-128ibm/mpn2ldbl.c: Likewise.
34741 * sysdeps/ieee754/ldbl-128ibm/printf_fphex.c: Likewise.
34742 * sysdeps/mach/hurd/errnos.awk: Likewise.
34743 * sysdeps/mach/hurd/fork.c: Likewise.
34744 * sysdeps/mach/hurd/getcwd.c: Likewise.
34745 * sysdeps/mach/hurd/i386/trampoline.c: Likewise.
34746 * sysdeps/mach/hurd/mmap.c: Likewise.
34747 * sysdeps/mach/hurd/utimes.c: Likewise.
34748 * sysdeps/mach/hurd/xmknod.c: Likewise.
34749 * sysdeps/posix/profil.c: Likewise.
34750 * sysdeps/posix/readdir_r.c: Likewise.
34751 * sysdeps/powerpc/bits/mathdef.h: Likewise.
34752 * sysdeps/powerpc/bits/setjmp.h: Likewise.
34753 * sysdeps/powerpc/powerpc32/__longjmp-common.S: Likewise.
34754 * sysdeps/powerpc/powerpc32/memset.S: Likewise.
34755 * sysdeps/powerpc/powerpc32/power4/fpu/mpa.c: Likewise.
34756 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
34757 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
34758 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
34759 * sysdeps/powerpc/powerpc64/power4/fpu/mpa.c: Likewise.
34760 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
34761 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
34762 * sysdeps/pthread/lio_listio.c: Likewise.
34763 * sysdeps/sparc/dl-procinfo.h: Likewise.
34764 * sysdeps/unix/i386/sysdep.S: Likewise.
34765 * sysdeps/unix/sysv/linux/aio_sigqueue.c: Likewise.
34766 * sysdeps/unix/sysv/linux/fstatvfs64.c: Likewise.
34767 * sysdeps/unix/sysv/linux/getdents.c: Likewise.
34768 * sysdeps/unix/sysv/linux/msgctl.c: Likewise.
34769 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
34770 * sysdeps/unix/sysv/linux/semctl.c: Likewise.
34771 * sysdeps/unix/sysv/linux/shmctl.c: Likewise.
34772 * sysdeps/unix/sysv/linux/speed.c: Likewise.
34773 * sysdeps/unix/sysv/linux/xstatconv.h: Likewise.
34774 * sysdeps/wordsize-32/divdi3.c: Likewise.
34775 * time/sys/time.h: Likewise.
34776 * wcsmbs/Makefile: Likewise.
34777
0549fbba
DM
347782013-01-01 David S. Miller <davem@davemloft.net>
34779
a141f1a7
DM
34780 * po/fr.po: Update from translation team.
34781
0549fbba
DM
34782 * catgets/gencat.c: Update copyright year.
34783 * csu/version.c: Likewise.
34784 * debug/catchsegv.sh: Likewise.
34785 * debug/pcprofiledump.c: Likewise.
34786 * debug/xtrace.sh: Likewise.
34787 * elf/ldconfig.c: Likewise.
34788 * elf/ldd.bash.in: Likewise.
34789 * elf/pldd.c: Likewise.
34790 * elf/sotruss.ksh: Likewise.
34791 * elf/sprof.c: Likewise.
34792 * iconv/iconv_prog.c: Likewise.
34793 * iconv/iconvconfig.c: Likewise.
34794 * locale/programs/locale.c: Likewise.
34795 * locale/programs/localedef.c: Likewise.
34796 * login/programs/pt_chown.c: Likewise.
34797 * malloc/memusage.sh: Likewise.
34798 * malloc/memusagestat.c: Likewise.
34799 * malloc/mtrace.pl: Likewise.
34800 * nscd/nscd.c: Likewise.
34801 * nss/getent.c: Likewise.
34802 * nss/makedb.c: Likewise.
34803 * posix/getconf.c: Likewise.
34804
18ea052c
SP
348052012-12-31 Siddhesh Poyarekar <siddhesh@redhat.com>
34806
34807 * sysdeps/ieee754/dbl-64/mpa.c (__mp_dbl): Favour normal
34808 numbers.
34809
9c89fca6
MF
348102012-12-30 Mike Frysinger <vapier@gentoo.org>
34811
34812 * math/bits/mathcalls.h (modf): Use __nonnull.
34813
085ec079
SP
348142012-12-29 Siddhesh Poyarekar <siddhesh@redhat.com>
34815
34816 * sysdeps/ieee754/dbl-64/branred.h: Include dla.h.
34817 (split): Use macro CN instead of the bare value.
34818 * sysdeps/ieee754/dbl-64/dla.h: Add comment to explain why CN
34819 could be used.
34820 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use CN
34821 instead of the bare value.
34822 (power1): Likewise.
34823
6d9f97e1
SP
348242012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
34825
d63f73be
SP
34826 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove
34827 __ATAN_TWOM.
34828 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34829
6d9f97e1
SP
34830 * sysdeps/ieee754/dbl-64/atnat.h: Replaced constants with
34831 their values.
34832 * sysdeps/ieee754/dbl-64/atnat2.h: Likewise.
34833 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Likewise.
34834 * sysdeps/ieee754/dbl-64/ulog.h: Likewise.
34835 * sysdeps/ieee754/dbl-64/utan.h: Likewise.
34836
4c4febf5
AJ
348372012-12-28 Andreas Jaeger <aj@suse.de>
34838
af5843ef
AJ
34839 * elf/elf.h (NT_S390_TDB, NT_FILE, NT_SIGINFO): Define. New
34840 values are from Linux 3.7.
34841
4c4febf5
AJ
34842 * sysdeps/gnu/netinet/tcp.h (TCPI_OPT_SYN_DATA)
34843 (TCPI_OPT_ECN_SEEN): Define. Sync with Linux 3.7.
34844
99136f82
SP
348452012-12-28 Siddhesh Poyarekar <siddhesh@redhat.com>
34846
2f216c3c 34847 * misc/sys/cdefs.h (__glibc_likely): Wrap __builtin_expect for
91998e44
SP
34848 TRUE case.
34849
99136f82
SP
34850 * sysdeps/ieee754/dbl-64/mpa.c (norm): Define R as RADIXI.
34851 (norm): Likewise.
34852 * sysdeps/ieee754/dbl-64/mpa2.h: Remove all static const
34853 variables with preprocessor constants.
34854 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
34855 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
34856 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
34857
7fffbdff
BH
348582012-12-27 Bruno Haible <bruno@clisp.org>
34859
34860 [BZ #14317]
34861 * string/xpg-strerror.c (__xpg_strerror_r): Optimize, call strlen
34862 only if needed.
34863
b76eb5f0
SP
348642012-12-27 Siddhesh Poyarekar <siddhesh@redhat.com>
34865
31a7fe5c
SP
34866 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Eliminate __mpexp_nn
34867 and use variable directly.
34868 * sysdeps/ieee754/dbl-64/mpexp.h (__mpexp_nn): Remove.
34869
b76eb5f0
SP
34870 * sysdeps/ieee754/dbl-64/mpa.c [! NO__CONST]: New constant
34871 MPONE.
34872 * sysdeps/ieee754/dbl-64/mpa.h: Declare MPONE.
34873 * sysdeps/ieee754/dbl-64/mpatan.c (__mpatan): Remove local
34874 variable MPONE.
34875 * sysdeps/ieee754/dbl-64/mpatan2.c (__mpatan2): Likewise.
34876 * sysdeps/ieee754/dbl-64/mpexp.c (__mpexp): Likewise.
34877 * sysdeps/ieee754/dbl-64/mplog.c (__mplog): Remove mplog.h
34878 include directive. Remove local variable MPONE.
34879 * sysdeps/ieee754/dbl-64/mplog.h: Remove.
34880 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: Define NO__CONST.
34881 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
34882
2c8bfe7d
DM
348832012-12-25 David S. Miller <davem@davemloft.net>
34884
34885 * version.h (RELEASE): Set to "development".
34886 (VERSION): Set to "2.17.90".
34887 * NEWS: Add 2.18 section.
34888
147d03b0
DM
348892012-12-21 David S. Miller <davem@davemloft.net>
34890
34891 * po/hr.po: Update from translation team.
34892
a8ebb2b9
AK
348932012-12-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
34894
34895 * sysdeps/s390/fpu/libm-test-ulps: Refreshed.
34896
95b4f1b6
SE
348972012-12-19 Steve Ellcey <sellcey@mips.com>
34898
b2d94007 34899 * NEWS: Mention new memcpy for MIPS.
95b4f1b6 34900
cedb2a90
MS
349012012-12-18 Marcus Shawcroft <marcus.shawcroft@linaro.org>
34902
34903 * manual/contrib.texi (Contributors): Spelling correction.
34904
bbf527d6
DM
349052012-12-15 David S. Miller <davem@davemloft.net>
34906
34907 * po/ru.po: Update from translation team.
34908
bc38c906
DM
349092012-12-13 David S. Miller <davem@davemloft.net>
34910
85429b1a
DM
34911 * NEWS: Mention IFUNC testsuite enhancements.
34912
d283e353
DM
34913 * po/pl.po: Update from translation team.
34914 * po/bg.po: Likewise.
34915
bc38c906
DM
34916 * manual/contrib.texi (Contributors): Update entries for Hongjiu
34917 Lu and Joseph S. Myers. Add entry for Marcus Shawcroft.
34918
a181b0d7
DM
349192012-12-11 David S. Miller <davem@davemloft.net>
34920
4641d57e
DM
34921 * po/sv.po: Update from translation team.
34922
f7bc6495
DM
34923 * po/vi.po: Update from translation team.
34924
6fc9048f
DM
34925 * po/cs.po: Update from translation team.
34926
a181b0d7
DM
34927 * po/de.po: Update from translation team.
34928 * po/eo.po: Likewise.
34929 * po/nl.po: Likewise.
34930
f70bfe80
SP
349312012-12-11 Siddhesh Poyarekar <siddhesh@redhat.com>
34932
3c8b4190
SP
34933 [BZ #14246]
34934 * manual/argp.texi (Argp Helper Functions): Move node to follow
34935 Argp Parsing State.
34936
f70bfe80
SP
34937 [BZ #14872]
34938 * manual/conf.texi (Limits on File System Capacity): Mention if
34939 terminating null is included in the max size.
34940
188f0adf
AJ
349412012-12-10 Andreas Jaeger <aj@suse.de>
34942
34943 * po/cs.po: Update from translation team.
34944
56e7d3ad
SP
349452012-12-08 Siddhesh Poyarekar <siddhesh@redhat.com>
34946
34947 * sysdeps/s390/jmpbuf-unwind.h (_jmpbuf_sp): Declare SP as
34948 void pointer and cast to uintptr_t.
34949 * sysdeps/s390/s390-64/memcmp.S: Pick sysdep.h from include
34950 path.
34951 * sysdeps/s390/s390-64/memcpy.S: Likewise.
34952 * sysdeps/s390/s390-64/memset.S: Likewise.
34953
76f2d2ea 349542012-12-08 Benno Schulenberg <bensberg@justemail.net>
c430c4af
BS
34955
34956 [BZ #14833]
34957 * menual/message.texi (Message Translation): Fix typos.
34958 (Helper programs for gettext): Likewise.
34959
67cbf9a2
AS
349602012-12-07 Andreas Schwab <schwab@linux-m68k.org>
34961
34962 [BZ #14898]
34963 * include/link.h (FORCED_DYNAMIC_TLS_OFFSET) [NO_TLS_OFFSET == 0]:
34964 Change to -1.
34965
682d0e9a
DM
349662012-12-07 David S. Miller <davem@davemloft.net>
34967
34968 * po/libc.pot: Update.
34969
573cd484
RH
349702012-12-07 Richard Henderson <rth@redhat.com>
34971
7e9da188 34972 [BZ #10114]
573cd484
RH
34973 * soft-fp/op-common.h (_FP_MUL): Pull computation of R_e from the
34974 normal/normal case to before the switch.
34975 (_FP_DIV): Likewise.
34976
e933a943
MF
349772012-12-06 Carlos O'Donell <carlos@systemhalted.org>
34978 Mike Frysinger <vapier@gentoo.org>
34979
34980 * sysdeps/unix/sysv/linux/posix_fadvise.c (posix_fadvise): Also
34981 check for __NR_fadvise64_64.
34982
82123268
CM
349832012-12-06 Chris Metcalf <cmetcalf@tilera.com>
34984
34985 * sysdeps/generic/fpu_control.h (_FPU_GETCW): Define to set cw to
34986 0, not just to plain "0" as a statement.
34987 (_FPU_SETCW): Define to (void) (cw), rather than doing nothing
34988 with cw.
34989
d9814526
JM
349902012-12-06 Joseph Myers <joseph@codesourcery.com>
34991
34992 * NEWS: Use sourceware.org in Bugzilla URL.
34993
7728c574
SP
349942012-12-06 Siddhesh Poyarekar <siddhesh@redhat.com>
34995
f16946dd
SP
34996 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h
34997 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
34998
5704bbcb
SP
34999 * stdio-common/tst-put-error.c (do_test): Add newline to the
35000 padded test to ensure flush.
35001
17aa0516
JL
350022012-12-05 Jeff Law <law@redhat.com>
35003
35004 * sunrpc/etc.rpc (fedfs_admin): Add entry.
35005
363313b5
JM
350062012-12-05 Joseph Myers <joseph@codesourcery.com>
35007
effbd42a
JM
35008 * README: Don't refer to ports add-on as distributed separately.
35009 Mention AArch64 in list of systems supported in the ports add-on.
35010
87600365
JM
35011 * LICENSES: Add more non-FSF copyright and license notices.
35012
a0d7066a
JM
35013 * soft-fp/op-common.h (_FP_DECL): Declare X##_s with __attribute__
35014 ((unused)).
35015
66ca5a5b
JM
35016 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Include <stdlib.h>.
35017
363313b5
JM
35018 * stdio-common/tst-put-error.c (do_test): Use 10000000 instead of
35019 10000 as width of padded output.
35020
b37984ad
JM
350212012-12-04 Joseph Myers <joseph@codesourcery.com>
35022
9003570a
JM
35023 * sysdeps/powerpc/sysdep.h (_SYS_AUXV_H): Define to 1 not empty.
35024
b37984ad
JM
35025 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c (__ieee754_atanhl): Mark
35026 variable LX with __attribute__ ((unused)).
35027 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c (__ieee754_rem_pio2l):
35028 Likewise.
35029 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c (___isnanl): Likewise.
35030 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
35031 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Mark variable LY
35032 with __attribute__ ((unused)).
35033
c8df52ec
DM
350342012-12-04 David S. Miller <davem@abraco.davemloft.net>
35035
35036 * sysdeps/generic/memcopy.h: Add multiple inclusion protection.
35037
b3b099af
JM
350382012-12-04 Joseph Myers <joseph@codesourcery.com>
35039
c33aa6e3
JM
35040 * sysdeps/ieee754/ldbl-opt/Makefile [$(subdir) = math]
35041 (CFLAGS-nldbl-acos.c): New variable.
35042 [$(subdir) = math] (CFLAGS-nldbl-acosh.c): Likewise.
35043 [$(subdir) = math] (CFLAGS-nldbl-asin.c): Likewise.
35044 [$(subdir) = math] (CFLAGS-nldbl-asinh.c): Likewise.
35045 [$(subdir) = math] (CFLAGS-nldbl-atan.c): Likewise.
35046 [$(subdir) = math] (CFLAGS-nldbl-atan2.c): Likewise.
35047 [$(subdir) = math] (CFLAGS-nldbl-atanh.c): Likewise.
35048 [$(subdir) = math] (CFLAGS-nldbl-cabs.c): Likewise.
35049 [$(subdir) = math] (CFLAGS-nldbl-cacos.c): Likewise.
35050 [$(subdir) = math] (CFLAGS-nldbl-cacosh.c): Likewise.
35051 [$(subdir) = math] (CFLAGS-nldbl-carg.c): Likewise.
35052 [$(subdir) = math] (CFLAGS-nldbl-casin.c): Likewise.
35053 [$(subdir) = math] (CFLAGS-nldbl-casinh.c): Likewise.
35054 [$(subdir) = math] (CFLAGS-nldbl-catan.c): Likewise.
35055 [$(subdir) = math] (CFLAGS-nldbl-catanh.c): Likewise.
35056 [$(subdir) = math] (CFLAGS-nldbl-cbrt.c): Likewise.
35057 [$(subdir) = math] (CFLAGS-nldbl-ccos.c): Likewise.
35058 [$(subdir) = math] (CFLAGS-nldbl-ccosh.c): Likewise.
35059 [$(subdir) = math] (CFLAGS-nldbl-ceil.c): Likewise.
35060 [$(subdir) = math] (CFLAGS-nldbl-cexp.c): Likewise.
35061 [$(subdir) = math] (CFLAGS-nldbl-cimag.c): Likewise.
35062 [$(subdir) = math] (CFLAGS-nldbl-clog.c): Likewise.
35063 [$(subdir) = math] (CFLAGS-nldbl-clog10.c): Likewise.
35064 [$(subdir) = math] (CFLAGS-nldbl-conj.c): Likewise.
35065 [$(subdir) = math] (CFLAGS-nldbl-copysign.c): Likewise.
35066 [$(subdir) = math] (CFLAGS-nldbl-cos.c): Likewise.
35067 [$(subdir) = math] (CFLAGS-nldbl-cosh.c): Likewise.
35068 [$(subdir) = math] (CFLAGS-nldbl-cpow.c): Likewise.
35069 [$(subdir) = math] (CFLAGS-nldbl-cproj.c): Likewise.
35070 [$(subdir) = math] (CFLAGS-nldbl-creal.c): Likewise.
35071 [$(subdir) = math] (CFLAGS-nldbl-csin.c): Likewise.
35072 [$(subdir) = math] (CFLAGS-nldbl-csinh.c): Likewise.
35073 [$(subdir) = math] (CFLAGS-nldbl-csqrt.c): Likewise.
35074 [$(subdir) = math] (CFLAGS-nldbl-ctan.c): Likewise.
35075 [$(subdir) = math] (CFLAGS-nldbl-ctanh.c): Likewise.
35076 [$(subdir) = math] (CFLAGS-nldbl-drem.c): Likewise.
35077 [$(subdir) = math] (CFLAGS-nldbl-erf.c): Likewise.
35078 [$(subdir) = math] (CFLAGS-nldbl-erfc.c): Likewise.
35079 [$(subdir) = math] (CFLAGS-nldbl-exp.c): Likewise.
35080 [$(subdir) = math] (CFLAGS-nldbl-exp10.c): Likewise.
35081 [$(subdir) = math] (CFLAGS-nldbl-exp2.c): Likewise.
35082 [$(subdir) = math] (CFLAGS-nldbl-expm1.c): Likewise.
35083 [$(subdir) = math] (CFLAGS-nldbl-fabs.c): Likewise.
35084 [$(subdir) = math] (CFLAGS-nldbl-fdim.c): Likewise.
35085 [$(subdir) = math] (CFLAGS-nldbl-finite.c): Likewise.
35086 [$(subdir) = math] (CFLAGS-nldbl-floor.c): Likewise.
35087 [$(subdir) = math] (CFLAGS-nldbl-fma.c): Likewise.
35088 [$(subdir) = math] (CFLAGS-nldbl-fmax.c): Likewise.
35089 [$(subdir) = math] (CFLAGS-nldbl-fmin.c): Likewise.
35090 [$(subdir) = math] (CFLAGS-nldbl-fmod.c): Likewise.
35091 [$(subdir) = math] (CFLAGS-nldbl-frexp.c): Likewise.
35092 [$(subdir) = math] (CFLAGS-nldbl-gamma.c): Likewise.
35093 [$(subdir) = math] (CFLAGS-nldbl-hypot.c): Likewise.
35094 [$(subdir) = math] (CFLAGS-nldbl-ilogb.c): Likewise.
35095 [$(subdir) = math] (CFLAGS-nldbl-isinf.c): Likewise.
35096 [$(subdir) = math] (CFLAGS-nldbl-isnan.c): Likewise.
35097 [$(subdir) = math] (CFLAGS-nldbl-j0.c): Likewise.
35098 [$(subdir) = math] (CFLAGS-nldbl-j1.c): Likewise.
35099 [$(subdir) = math] (CFLAGS-nldbl-jn.c): Likewise.
35100 [$(subdir) = math] (CFLAGS-nldbl-ldexp.c): Likewise.
35101 [$(subdir) = math] (CFLAGS-nldbl-lgamma.c): Likewise.
35102 [$(subdir) = math] (CFLAGS-nldbl-lgamma_r.c): Likewise.
35103 [$(subdir) = math] (CFLAGS-nldbl-llrint.c): Likewise.
35104 [$(subdir) = math] (CFLAGS-nldbl-llround.c): Likewise.
35105 [$(subdir) = math] (CFLAGS-nldbl-log.c): Likewise.
35106 [$(subdir) = math] (CFLAGS-nldbl-log10.c): Likewise.
35107 [$(subdir) = math] (CFLAGS-nldbl-log1p.c): Likewise.
35108 [$(subdir) = math] (CFLAGS-nldbl-log2.c): Likewise.
35109 [$(subdir) = math] (CFLAGS-nldbl-logb.c): Likewise.
35110 [$(subdir) = math] (CFLAGS-nldbl-lrint.c): Likewise.
35111 [$(subdir) = math] (CFLAGS-nldbl-lround.c): Likewise.
35112 [$(subdir) = math] (CFLAGS-nldbl-modf.c): Likewise.
35113 [$(subdir) = math] (CFLAGS-nldbl-nan.c): Likewise.
35114 [$(subdir) = math] (CFLAGS-nldbl-nearbyint.c): Likewise.
35115 [$(subdir) = math] (CFLAGS-nldbl-nextafter.c): Likewise.
35116 [$(subdir) = math] (CFLAGS-nldbl-nexttoward.c): Likewise.
35117 [$(subdir) = math] (CFLAGS-nldbl-nexttowardf.c): Likewise.
35118 [$(subdir) = math] (CFLAGS-nldbl-pow.c): Likewise.
35119 [$(subdir) = math] (CFLAGS-nldbl-pow10.c): Likewise.
35120 [$(subdir) = math] (CFLAGS-nldbl-remainder.c): Likewise.
35121 [$(subdir) = math] (CFLAGS-nldbl-remquo.c): Likewise.
35122 [$(subdir) = math] (CFLAGS-nldbl-rint.c): Likewise.
35123 [$(subdir) = math] (CFLAGS-nldbl-round.c): Likewise.
35124 [$(subdir) = math] (CFLAGS-nldbl-scalb.c): Likewise.
35125 [$(subdir) = math] (CFLAGS-nldbl-scalbln.c): Likewise.
35126 [$(subdir) = math] (CFLAGS-nldbl-scalbn.c): Likewise.
35127 [$(subdir) = math] (CFLAGS-nldbl-significand.c): Likewise.
35128 [$(subdir) = math] (CFLAGS-nldbl-sin.c): Likewise.
35129 [$(subdir) = math] (CFLAGS-nldbl-sincos.c): Likewise.
35130 [$(subdir) = math] (CFLAGS-nldbl-sinh.c): Likewise.
35131 [$(subdir) = math] (CFLAGS-nldbl-sqrt.c): Likewise.
35132 [$(subdir) = math] (CFLAGS-nldbl-tan.c): Likewise.
35133 [$(subdir) = math] (CFLAGS-nldbl-tanh.c): Likewise.
35134 [$(subdir) = math] (CFLAGS-nldbl-tgamma.c): Likewise.
35135 [$(subdir) = math] (CFLAGS-nldbl-trunc.c): Likewise.
35136 [$(subdir) = math] (CFLAGS-nldbl-y0.c): Likewise.
35137 [$(subdir) = math] (CFLAGS-nldbl-y1.c): Likewise.
35138 [$(subdir) = math] (CFLAGS-nldbl-yn.c): Likewise.
35139
20f0018d
JM
35140 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h
35141 (INTERNAL_SYSCALL_DECL): Use __attribute__ ((unused)).
35142
b3b099af
JM
35143 [BZ #14914]
35144 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Clear
35145 whole low double instead of just low 47 bits when splitting values
35146 into two parts.
35147
029264d1
AM
351482012-12-03 Allan McRae <allan@archlinux.org>
35149
35150 * manual/stdio.texi (Predefined Printf Handlers): Remove
35151 @hsep and @vsep usage.
35152
c9d6789e
MF
351532012-12-03 Mike Frysinger <vapier@gentoo.org>
35154
35155 * bits/byteswap.h [__GNUC__]: Change __GNUC_PREREQ from 4.2 to 4.3.
35156 * sysdeps/x86/bits/byteswap.h [__GNUC__]: Likewise.
35157
4b7634a5
JL
351582012-12-03 Jeff Law <law@redhat.com>
35159
35160 * time/sys/time.h (settimeofday): Do not mark TV argument
35161 as __nonnull.
35162
eb6cbd24
MF
351632012-12-01 Mike Frysinger <vapier@gentoo.org>
35164
35165 * libio/fileops.c (_IO_new_file_close_it): Do not always flush
35166 when currently writing and seek to current position when not.
35167 * libio/Makefile (tests): Remove bug-fclose1.
35168 * libio/bug-fclose1.c: Delete.
35169
f638872a
JM
351702012-12-01 Joseph Myers <joseph@codesourcery.com>
35171
35172 * manual/arith.texi (feenableexcept): Fix typo.
35173 (fedisableexcept): Likewise.
35174
48085d14
RM
351752012-11-30 Roland McGrath <roland@hack.frob.com>
35176
35177 * sysdeps/powerpc/powerpc64/entry.h (TEXT_START): Define using a
35178 second, differently-typed declaration, rather than a cast.
35179
1a538b9f
SP
351802012-11-30 Siddhesh Poyarekar <siddhesh@redhat.com>
35181
35182 * sunrpc/rpc/svc.h (__svc_accept_failed): Move declaration...
35183 * include/rpc/svc.h: ... here.
35184
d07f2ff1 351852012-11-30 Aurelien Jarno <aurel32@debian.org>
cc8bb21c
AJ
35186
35187 [BZ #13013]
35188 * resolv/res_query.c(__libc_res_nquery): Assign hp and hp2
35189 depending n and resplen2 to catch cases where answer
35190 equals answerp2.
35191
c93ec1f0
CD
351922012-11-29 Carlos O'Donell <carlos@systemhalted.org>
35193
35194 * elf/get-dynamic-info.h (elf_get_dynamic_info): Warn
35195 for unsupported DF_1_* bits when DL_DEBUG_FILES is set.
35196
37db69de
MF
351972012-11-29 Mike Frysinger <vapier@gentoo.org>
35198
35199 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c (HAS_CPUCLOCK): Delete.
35200
e10c4e4f
RM
352012012-11-29 Roland McGrath <roland@hack.frob.com>
35202
35203 * inet/tst-inet6_rth.c (do_test): Use a union rather than type punning.
35204
2af1b328
JL
352052012-11-28 Jeff Law <law@redhat.com>
35206
35207 [BZ #13761]
35208 * nscd/grpcache.c (cache_addgr): Rename alloca_used to
35209 dataset_temporary. Track alloca usage into alloca_used.
35210 If dataset is large allocate and release it via malloc/free.
35211
111db5b1
FW
352122012-06-04 Florian Weimer <fweimer@redhat.com>
35213
f06cc227 35214 [BZ #14197]
111db5b1
FW
35215 * debug/test-strcpy_chk.c: Mention __chk_fail ABI test.
35216
dd694abd
DM
352172012-11-28 David S. Miller <davem@davemloft.net>
35218
35219 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35220
9984dd01
JM
352212012-11-28 Joseph Myers <joseph@codesourcery.com>
35222
35223 [BZ #14803]
35224 * sysdeps/ieee754/ldbl-96/e_asinl.c (pio2_hi): Use hex float value
35225 of pi/2 rounded to nearest to 64 bits.
35226 (pio2_lo): Use hex float value of pi/2 - pio2_hi rounded to
35227 nearest to 64 bits.
35228 (pio4_hi): Use hex float value of pi/4 rounded to nearest to 64
35229 bits.
35230
14bc93a9
JL
352312012-11-28 Jeff Law <law@redhat.com>
35232 Martin Osvald <mosvald@redhat.com>
35233
35234 [BZ #14889]
35235 * sunrpc/rpc/svc.h (__svc_accept_failed): New prototype.
35236 * sunrpc/svc.c: Include time.h.
35237 (__svc_accept_failed): New function.
35238 * sunrpc/svc_tcp.c (rendezvous_request): If the accept fails for
35239 any reason other than EINTR, call __svc_accept_failed.
35240 * sunrpc/svc_udp.c (svcudp_recv): Similarly.
35241 * sunrpc/svc_unix.c (rendezvous_request): Similarly.
35242
e3c6aa3a
AS
352432012-11-28 Andreas Schwab <schwab@suse.de>
35244
35245 * scripts/abilist.awk: Also handle indirect functions in .opd
35246 section.
35247
1bead169
JM
352482012-11-28 Joseph Myers <joseph@codesourcery.com>
35249
35250 [BZ #13881]
35251 * sysdeps/x86/fpu/powl_helper.c: New file.
35252 * sysdeps/x86/fpu/Makefile: Likewise.
35253 * sysdeps/i386/fpu/e_powl.S (limit): Remove object.
35254 (p3): New object.
35255 (__ieee754_powl): Use __powl_helper for finite arguments except
35256 integer exponents below 8.
35257 * sysdeps/x86_64/fpu/e_powl.S (limit): Remove object.
35258 (p3): New object.
35259 (__ieee754_powl): Use __powl_helper for finite arguments except
35260 integer exponents below 8.
35261 * math/libm-test.inc (pow_test): Add more tests and enable some
35262 previously disabled tests.
35263 * sysdeps/i386/fpu/libm-test-ulps: Update.
35264 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
35265
0817d63d
SP
352662012-11-28 Siddhesh Poyarekar <siddhesh@redhat.com>
35267 Carlos O'Donell <carlos_odonell@mentor.com>
35268
35269 * nss/makedb.c (is_prime): Assert that input is odd and greater
35270 than 4. Note that fact in a comment too.
35271 (next_prime): Add 4 to input.
35272
de2fd463
SP
352732012-11-27 Siddhesh Poyarekar <siddhesh@redhat.com>
35274
35275 [BZ #11741]
35276 * libio/Makefile (tests): Add test case tst-fwrite-error.
35277 * libio/iofwrite.c (_IO_fwrite): Return 0 on EOF.
35278 * libio/iofwrite_u.c (fwrite_unlocked): Likewise.
35279 * libio/tst-fwrite-error.c: New test case.
35280
c515fb51
L
352812012-11-26 H.J. Lu <hongjiu.lu@intel.com>
35282
35283 * elf/dl-load.c (_dl_map_object_from_fd): Cast to uintptr_t
35284 before casting to void *.
35285 * include/libc-internal.h (__pointer_type): New macro.
35286 (__integer_if_pointer_type_sub): Likewise.
35287 (__integer_if_pointer_type): Likewise.
35288 (cast_to_integer): Likewise.
35289 * sysdeps/x86_64/bits/atomic.h: Include <libc-internal.h>.
35290 (__arch_c_compare_and_exchange_val_64_acq): Use cast_to_integer
35291 before casting to atomic64_t.
35292 (atomic_exchange_acq): Likewise.
35293 (__arch_exchange_and_add_body): Likewise.
35294 (__arch_add_body): Likewise.
35295 (atomic_add_negative): Likewise.
35296 (atomic_add_zero): Likewise.
35297
4cf77aa9
JM
352982012-11-26 Joseph Myers <joseph@codesourcery.com>
35299
35300 * sysdeps/generic/unwind-dw2-fde.c (get_pc_begin): New function.
35301 (fde_unencoded_compare): Use get_pc_begin instead of type-punning.
35302 (add_fdes): Likewise.
35303 (linear_search_fdes): Likewise.
35304 (binary_search_unencoded_fdes): Likewise.
35305
d260b3b4
AS
353062012-11-26 Andreas Schwab <schwab@linux-m68k.org>
35307
35308 * elf/sotruss.ksh: Correctly locate argument of -F and -T options.
35309
67060746
AC
353102012-11-24 Adam Conrad <adconrad@0c3.net>
35311
35312 * configure.in: Autodetect C++ header directories.
35313 * configure: Regenerated.
35314
800938a1
MF
353152012-11-23 Mike Frysinger <vapier@gentoo.org>
35316
35317 * elf/Makefile ($(objpfx)ld.so): Change readelf to $(READELF).
35318
4e6e34e6
AS
353192012-11-23 Andreas Schwab <schwab@linux-m68k.org>
35320
35321 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
35322
7c7feb47
JM
353232012-11-22 Joseph Myers <joseph@codesourcery.com>
35324
7184dcdf
JM
35325 * math/libm-test.inc (fma_test_towardzero) [TEST_LDOUBLE &&
35326 LDBL_MANT_DIG == 106]: Disable some tests.
35327 (fma_test_downward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35328 Likewise.
35329 (fma_test_upward) [TEST_LDOUBLE && LDBL_MANT_DIG == 106]:
35330 Likewise.
35331
0a42601f
JM
35332 [BZ #14871]
35333 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c (__atanl): Return the
35334 input for small inputs. Return +/- pi/2 for large inputs.
35335 * math/libm-test.inc (atan_test): Add more tests.
35336
79c9b9fe
JM
35337 * sysdeps/generic/unwind-dw2-fde-glibc.c
35338 (_Unwind_IteratePhdrCallback): Declare P_DYNAMIC with
35339 __attribute__ ((unused)).
35340
c60d3bf2
JM
35341 [BZ #14645]
35342 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c (__fmal): Compute result as
35343 x * y if x and y are nonzero and z is zero.
35344
ef1e0867
JM
35345 [BZ #14811]
35346 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (__ieee754_powl): Saturate
35347 nonzero exponents with absolute value below 0x1p-117 to +/-
35348 0x1p-117.
35349
1468ded3
JM
35350 [BZ #14869]
35351 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl): Scale
35352 up arguments below 2**-450, not just those below 2**-500.
35353 * math/libm-test.inc (hypot_test): Add another test.
35354
8e27e3cc
JM
35355 [BZ #14868]
35356 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c (__ieee754_hypotl):
35357 Return a+b for ratio over 2**120, not 2**60.
35358 * math/libm-test.inc (hypot_test): Add another test.
35359
c9c0279b
JM
35360 * math/libm-test.inc (clog_test): Use
35361 UNDERFLOW_EXCEPTION_LDOUBLE_IBM on two tests.
35362 (clog10_test): Likewise.
35363
7c7feb47
JM
35364 [BZ #6778]
35365 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c (big): Change to 1e290L.
35366
fff1530e
AS
353672012-11-22 Andreas Schwab <schwab@suse.de>
35368
35369 * sysdeps/i386/fpu/libm-test-ulps: Update.
35370
94558d30
PT
353712012-11-22 Pino Toscano <toscano.pino@tiscali.it>
35372
35373 * sysdeps/x86_64/multiarch/test-multiarch.c (get_cpuinfo): Terminate
35374 printf output with newline.
35375
7e1be741
L
353762012-11-21 H.J. Lu <hongjiu.lu@intel.com>
35377
6bfea974
L
35378 [BZ #14865]
35379 * aclocal.m4 (LIBC_LINKER_FEATURE): New macro.
35380 * configure.in: Use LIBC_LINKER_FEATURE to check -z nodelete,
35381 -z nodlopen, -z initfirst and -z execstack support.
35382 * configure: Regenerated.
35383
7e1be741
L
35384 * elf/elf.h (DF_1_NODIRECT): New macro.
35385 (DF_1_IGNMULDEF): Likewise.
35386 (DF_1_NOKSYMS): Likewise.
35387 (DF_1_NOHDR): Likewise.
35388 (DF_1_EDITED): Likewise.
35389 (DF_1_NORELOC): Likewise.
35390 (DF_1_SYMINTPOSE): Likewise.
35391 (DF_1_GLOBAUDIT): Likewise.
35392 (DF_1_SINGLETON): Likewise.
35393 * elf/get-dynamic-info.h (elf_get_dynamic_info): Assert
35394 DT_1_SUPPORTED_MASK bits.
35395 * include/elf.h (DT_1_SUPPORTED_MASK): New macro.
35396
105ce2ce
CD
353972012-11-20 Carlos O'Donell <carlos_odonell@mentor.com>
35398
35399 * sysdeps/unix/make-syscalls.sh: Document prefixes.
35400
123be9de
TS
354012012-11-20 Thomas Schwinge <thomas@codesourcery.com>
35402
d072f3f7
TS
35403 * sysdeps/sh/dl-machine.h (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): New
35404 macro.
35405
123be9de
TS
35406 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr, recvmmsg)
35407 (sendmmsg): Move declarations...
35408 * socket/sys/socket.h: ... here.
35409 * sysdeps/unix/sysv/linux/recvmmsg.c [!defined __NR_recvmmsg &&
35410 !defined __NR_socketcall] (recvmmsg): Move ENOSYS stub into and
35411 include it from...
35412 * socket/recvmmsg.c: ... this new file.
35413 * sysdeps/unix/sysv/linux/internal_sendmmsg.S [__ASSUME_SENDMMSG]
35414 (sendmmsg): Rename to __sendmmsg, create weak alias and make
35415 definition of __sendmmsg hidden.
35416 * sysdeps/unix/sysv/linux/sendmmsg.c (sendmmsg): Likewise.
35417 [!defined __NR_sendmmsg && !defined __NR_socketcall] (sendmmsg):
35418 Move ENOSYS stub into and include it from...
35419 * socket/sendmmsg.c: ... this new file.
35420 * sysdeps/unix/sysv/linux/Makefile [subdir=socket]
35421 (sysdep_routines): Move recvmmsg and sendmmsg...
35422 * socket/Makefile (routines): ... here.
35423 * socket/Versions (GLIBC_2.17): Add recvmmsg and sendmmsg.
35424 (GLIBC_PRIVATE): Add __sendmmsg.
35425 * include/sys/socket.h (__sendmmsg): Add declarations.
35426 * resolv/res_send.c (send_dg): Invoke __sendmmsg instead of
35427 sendmmsg.
35428
cf9a5d18
JM
354292012-11-20 Joseph Myers <joseph@codesourcery.com>
35430
35431 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Mark
35432 variable I1 with __attribute__ ((unused)).
35433 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
35434
ecd4caf9
JM
354352012-11-19 Joseph Myers <joseph@codesourcery.com>
35436
be14d48f
JM
35437 * stdio-common/_itowa.c (_itowa) [BITS_PER_MP_LIMB == 64]: Declare
35438 DUMMY variables with __attribute__ ((unused)).
35439
ecd4caf9
JM
35440 * bits/byteswap.h: Include <bits/types.h>.
35441 (__bswap_64): Use __uint64_t instead of unsigned long long int.
35442
986cab95
PT
354432012-11-19 Pino Toscano <toscano.pino@tiscali.it>
35444
35445 * sysdeps/mach/hurd/ptsname.c (ptsname): Change the type of PEERNAME to
35446 string_t. Do not manually set errno.
35447 (__ptsname_r): Change the type of PEERNAME to string_t, and check its
35448 length with __strnlen. Make sure to both set errno and return it on
35449 failure.
35450
6d33cc9d
DM
354512012-11-19 David S. Miller <davem@davemloft.net>
35452
35453 With help from Joseph Myers.
35454 * sysdeps/ieee754/ldbl-128/s_atanl.c (__atanl): Handle tiny and
35455 very large arguments properly.
35456 * math/libm-test.inc (atan_test): New tests.
35457 (atan2_test): New tests.
35458 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35459 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35460
ee663277
JM
354612012-11-19 Joseph Myers <joseph@codesourcery.com>
35462
877f2d8e
JM
35463 [BZ #14856]
35464 * posix/bits/posix1_lim.h [!__USE_XOPEN2K] (_POSIX_TZNAME_MAX):
35465 Define to 3.
35466
116fc08a
JM
35467 * conform/data/errno.h-data [POSIX] (EADDRINUSE): Do not expect.
35468 [POSIX] (EADDRNOTAVAIL): Likewise.
35469 [POSIX] (EAFNOSUPPORT): Likewise.
35470 [POSIX] (EALREADY): Likewise.
35471 [POSIX] (ECONNABORTED): Likewise.
35472 [POSIX] (ECONNREFUSED): Likewise.
35473 [POSIX] (ECONNRESET): Likewise.
35474 [POSIX] (EDESTADDRREQ): Likewise.
35475 [POSIX] (EDQUOT): Likewise.
35476 [POSIX] (EHOSTUNREACH): Likewise.
35477 [POSIX] (EIDRM): Likewise.
35478 [POSIX] (EISCONN): Likewise.
35479 [POSIX] (ELOOP): Likewise.
35480 [POSIX] (EMULTIHOP): Likewise.
35481 [POSIX] (ENETDOWN): Likewise.
35482 [POSIX] (ENETUNREACH): Likewise.
35483 [POSIX] (ENOBUFS): Likewise.
35484 [POSIX] (ENODATA): Likewise.
35485 [POSIX] (ENOLINK): Likewise.
35486 [POSIX] (ENOMSG): Likewise.
35487 [POSIX] (ENOPROTOOPT): Likewise.
35488 [POSIX] (ENOSR): Likewise.
35489 [POSIX] (ENOSTR): Likewise.
35490 [POSIX] (ENOTCONN): Likewise.
35491 [POSIX] (ENOTSOCK): Likewise.
35492 [POSIX] (EOPNOTSUPP): Likewise.
35493 [POSIX] (EOVERFLOW): Likewise.
35494 [POSIX] (EPROTO): Likewise.
35495 [POSIX] (EPROTONOSUPPORT): Likewise.
35496 [POSIX] (EPROTOTYPE): Likewise.
35497 [POSIX] (ESTALE): Likewise.
35498 [POSIX] (ETIME): Likewise.
35499 [POSIX] (ETXTBSY): Likewise.
35500 [POSIX] (EWOULDBLOCK): Likewise.
35501 [!ISO && !ISO99 && !ISO11] (E*): Do not allow.
35502 * conform/data/fcntl.h-data [POSIX] (SEEK_SET): Allow.
35503 [POSIX] (SEEK_CUR): Likewise.
35504 [POSIX] (SEEK_END): Likewise.
35505 [POSIX || UNIX98] (mode_t): Do not require.
35506 [POSIX] (off_t): Likewise.
35507 [POSIX] (pid_t): Likewise.
35508 [POSIX] (sys/stat.h): Do not allow header.
35509 [POSIX] (unistd.h): Likewise.
35510 [!ISO && !ISO99 && !ISO11] (timespec): Do not allow.
35511 [!ISO && !ISO99 && !ISO11] (tv_nsec): Likewise.
35512 [!ISO && !ISO99 && !ISO11] (tv_sec): Likewise.
35513 * conform/data/locale.h-data [POSIX] (LC_MESSAGES): Do not
35514 require.
35515 * conform/data/mqueue.h-data [!ISO && !ISO99 && !ISO11] (struct
35516 sigevent): Specify elements.
35517 [XOPEN2K8 || POSIX2008] (struct sigevent): Remove duplicate type
35518 entry.
35519 [!ISO && !ISO99 && !ISO11] (mq_*): Allow.
35520 [!ISO && !ISO99 && !ISO11] (MQ_*): Likewise.
35521
a483863f
JM
35522 * conform/data/cpio.h-data [POSIX]: Disable whole file.
35523 * conform/data/glob.h-data [POSIX] (GLOB_NOSYS): Do not expect.
35524 * conform/data/limits.h-data [!ISO && !ISO99 && !ISO11]
35525 (AIO_LIST_MAX): Change to AIO_LISTIO_MAX.
35526 [!ISO && !ISO99 && !ISO11] (ATEXT_MAX): Remove.
35527 [!ISO && !ISO99 && !ISO11 && !POSIX && !XPG3] (ATEXIT_MAX): Allow.
35528 [POSIX || POSIX2008 || XPG3] (IOV_MAX): Do not allow.
35529 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Likewise.
35530 [!ISO && !ISO99 && !ISO11] (MQ_PRIO_MAX): Allow.
35531 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Remove duplicate entry.
35532 [POSIX || XPG3 || XPG4 || UNIX98] (SS_REPL_MAX): Do not allow.
35533 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLOOP_MAX): Likewise.
35534 [POSIX || XPG3 || XPG4] (FILESIZEBITS): Likewise.
35535 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_ALLOC_SIZE_MIN):
35536 Likewise.
35537 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_INCR_XFER_SIZE):
35538 Likewise.
35539 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_MAX_XFER_SIZE):
35540 Likewise.
35541 [POSIX || XPG3 || XPG4 || UNIX98] (POSIX_REC_XFER_ALIGN):
35542 Likewise.
35543 [POSIX || XPG3 || XPG4 || UNIX98] (SYMLINK_MAX): Likewise.
35544 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SS_REPL_MAX): Likewise.
35545 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLINK_MAX): Likewise.
35546 [POSIX || XPG3 || XPG4 || UNIX98] (_POSIX_SYMLOOP_MAX): Likewise.
35547 [!ISO && !ISO99 && !ISO11] (BC_BASE_MAX): Use macro-constant.
35548 Specify lower bound on value.
35549 [!ISO && !ISO99 && !ISO11] (BC_DIM_MAX): Likewise.
35550 [!ISO && !ISO99 && !ISO11] (BC_SCALE_MAX): Likewise.
35551 [!ISO && !ISO99 && !ISO11] (BC_STRING_MAX): Likewise.
35552 [!ISO && !ISO99 && !ISO11] (COLL_WEIGHTS_MAX): Likewise.
35553 [!ISO && !ISO99 && !ISO11] (EXPR_NEST_MAX): Likewise.
35554 [!ISO && !ISO99 && !ISO11] (RE_DUP_MAX): Likewise
35555 [POSIX || XPG3 || XPG4] (CHARCLASS_NAME_MAX): Do not allow.
35556 [!ISO && !ISO99 && !ISO11] (_POSIX_CLOCKRES_MIN): Specify exact
35557 value.
35558 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_LISTIO_MAX): Do not specify
35559 as optional.
35560 [!ISO && !ISO99 && !ISO11] (_POSIX_AIO_MAX): Likewise.
35561 [!ISO && !ISO99 && !ISO11] (_POSIX_ARG_MAX): Likewise.
35562 [!ISO && !ISO99 && !ISO11] (_POSIX_CHILD_MAX): Likewise.
35563 [!ISO && !ISO99 && !ISO11] (_POSIX_DELAYTIMER_MAX): Likewise.
35564 [!ISO && !ISO99 && !ISO11] (_POSIX_LINK_MAX): Likewise.
35565 [!ISO && !ISO99 && !ISO11] (_POSIX_LOGIN_NAME_MAX): Likewise.
35566 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_CANON): Likewise.
35567 [!ISO && !ISO99 && !ISO11] (_POSIX_MAX_INPUT): Likewise.
35568 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_OPEN_MAX): Likewise.
35569 [!ISO && !ISO99 && !ISO11] (_POSIX_MQ_PRIO_MAX): Likewise.
35570 [!ISO && !ISO99 && !ISO11] (_POSIX_NAME_MAX): Likewise.
35571 [!ISO && !ISO99 && !ISO11] (_POSIX_NGROUPS_MAX): Likewise.
35572 [!ISO && !ISO99 && !ISO11] (_POSIX_OPEN_MAX): Likewise.
35573 [!ISO && !ISO99 && !ISO11] (_POSIX_PATH_MAX): Likewise.
35574 [!ISO && !ISO99 && !ISO11] (_POSIX_PIPE_BUF): Likewise.
35575 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Remove duplicate
35576 entry.
35577 [!ISO && !ISO99 && !ISO11] (_POSIX_RTSIG_MAX): Do not specify as
35578 optional.
35579 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_NSEMS_MAX): Likewise.
35580 [!ISO && !ISO99 && !ISO11] (_POSIX_SEM_VALUE_MAX): Likewise.
35581 [!ISO && !ISO99 && !ISO11] (_POSIX_SIGQUEUE_MAX): Likewise.
35582 [!ISO && !ISO99 && !ISO11] (_POSIX_SSIZE_MAX): Likewise.
35583 [!ISO && !ISO99 && !ISO11] (_POSIX_STREAM_MAX): Likewise.
35584 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_DESTRUCTOR_ITERATIONS):
35585 Likewise.
35586 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_KEYS_MAX): Likewise.
35587 [!ISO && !ISO99 && !ISO11] (_POSIX_THREAD_THREADS_MAX): Likewise.
35588 [!ISO && !ISO99 && !ISO11] (_POSIX_TIMER_MAX): Likewise.
35589 [!ISO && !ISO99 && !ISO11] (_POSIX_TTY_NAME_MAX): Likewise.
35590 [!ISO && !ISO99 && !ISO11] (_POSIX_TZNAME_MAX): Likewise. Give
35591 value as 3 for [POSIX || XPG3 || XPG4 || UNIX98].
35592 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_BASE_MAX): Do not specify
35593 as optional.
35594 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_DIM_MAX): Likewise.
35595 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_SCALE_MAX): Likewise.
35596 [!ISO && !ISO99 && !ISO11] (_POSIX2_BC_STRING_MAX): Likewise.
35597 [!ISO && !ISO99 && !ISO11] (_POSIX2_CHARCLASS_NAME_MAX):
35598 Likewise. Do not allow for [POSIX || XPG3 || XPG4 || UNIX98].
35599 [!ISO && !ISO99 && !ISO11] (_POSIX2_COLL_WEIGHTS_MAX): Do not
35600 specify as optional.
35601 [!ISO && !ISO99 && !ISO11] (_POSIX2_EXPR_NEST_MAX): Likewise.
35602 [!ISO && !ISO99 && !ISO11] (_POSIX2_LINE_MAX): Likewise.
35603 [!ISO && !ISO99 && !ISO11] (_POSIX2_RE_DUP_MAX): Likewise.
35604 [POSIX || POSIX2008 || XPG3] (_XOPEN_IOV_MAX): Do not allow.
35605 [POSIX || XPG3] (NL_ARGMAX): Do not allow.
35606 [XPG3] (NL_LANGMAX): Likewise.
35607 [POSIX || XPG3] (NL_MSGMAX): Likewise.
35608 [POSIX || XPG3] (NL_NMAX): Likewise.
35609 [POSIX || XPG3] (NL_SETMAX): Likewise.
35610 [POSIX || XPG3] (NL_TEXTMAX): Likewise.
35611 [XPG3] (NZERO): Likewise.
35612 [XPG4 || UNIX98] (TMP_MAX): Only enable for these conditions.
35613 [POSIX || XPG3 || XPG4 || UNIX98] (*_MIN): Do not allow.
35614 [!ISO && !ISO99 && !ISO11] (*_t): Allow.
35615 * conform/data/regex.h-data [!ISO && !ISO99 && !ISO11]
35616 (REG_ERANGE): Expect.
35617 * conform/data/stdio.h-data [POSIX] (L_cuserid): Use
35618 optional-constant.
35619 [POSIX || XOPEN2K || XOPEN2K8 || POSIX2008] (getchar_unlocked):
35620 Use (void) in prototype.
35621 [POSIX] (*_t): Allow.
35622 * conform/data/sys/times.h-data [POSIX]: Enable whole file.
35623 * conform/data/wordexp.h-data [!ISO && !ISO99 && !ISO11]
35624 (WRDE_BADVAL): Expect.
35625
5ba924e3
JM
35626 * conform/data/fcntl.h-data [XPG3 || XPG4] (O_DSYNC): Do not
35627 expect.
35628 [XPG3 || XPG4] (O_RSYNC): Likewise.
35629 * conform/data/signal.h-data [XPG3 || XPG4] (pthread_kill):
35630 Likewise.
35631 [XPG3 || XPG4] (pthread_sigmask): Likewise.
35632 [XPG3 || XPG4] (sigqueue): Likewise.
35633 [XPG3 || XPG4] (sigtimedwait): Likewise.
35634 [XPG3 || XPG4] (sigwaitinfo): Likewise.
35635 * conform/data/stdio.h-data [XPG3 || XPG4] (snprintf): Likewise.
35636 [XPG3 || XPG4] (vsnprintf): Likewise.
35637 * conform/data/sys/stat.h-data [XPG3 || XPG4] (blkcnt_t):
35638 Likewise.
35639 [XPG3 || XPG4] (blksize_t): Likewise.
35640 * conform/data/time.h-data [XPG3 || XPG4] (struct timespec):
35641 Likewise.
35642 [XPG3 || XPG4] (CLOCK_PROCESS_CPUTIME_ID): Likewise.
35643 [XPG3 || XPG4] (CLOCK_THREAD_CPUTIME_ID): Likewise.
35644 [XPG3 || XPG4] (struct itimerspec): Likewise.
35645 [XPG3 || XPG4] (CLOCK_REALTIME): Likewise.
35646 [XPG3 || XPG4] (TIMER_ABSTIME): Likewise.
35647 [XPG3 || XPG4] (CLOCK_MONOTONIC): Likewise.
35648 [XPG3 || XPG4] (clockid_t): Likewise.
35649 [XPG3 || XPG4] (timer_t): Likewise.
35650 [XPG3 || XPG4] (clock_getres): Likewise.
35651 [XPG3 || XPG4] (clock_gettime): Likewise.
35652 [XPG3 || XPG4] (clock_settime): Likewise.
35653 [XPG3 || XPG4] (nanosleep): Likewise.
35654 [XPG3 || XPG4] (timer_create): Likewise.
35655 [XPG3 || XPG4] (timer_delete): Likewise.
35656 [XPG3 || XPG4] (timer_gettime): Likewise.
35657 [XPG3 || XPG4] (timer_getoverrun): Likewise.
35658 [XPG3 || XPG4] (timer_settime): Likewise.
35659 * conform/data/unistd.h-data [XPG3 || XPG4] (fdatasync): Likewise.
35660 [XPG3 || XPG4] (getlogin_r): Likewise.
35661 [XPG3 || XPG4] (pread): Likewise.
35662 [XPG3 || XPG4] (pthread_atfork): Likewise.
35663 [XPG3 || XPG4] (pwrite): Likewise.
35664
ee663277
JM
35665 [BZ #14835]
35666 * signal/signal.h [__USE_XOPEN_EXTENDED]: Include
35667 <bits/siginfo.h>.
35668
942caa16
PT
356692012-11-19 Pino Toscano <toscano.pino@tiscali.it>
35670
e19af380
PT
35671 * malloc/mtrace.c (muntrace): Reset MALLSTREAM and the hooks before
35672 finalizing MALLSTREAM.
35673
942caa16
PT
35674 * sysdeps/mach/hurd/syncfs.c: New file.
35675
cfde9b46
SP
356762012-11-19 Siddhesh Poyarekar <siddhesh@redhat.com>
35677
35678 [BZ #14719]
35679 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Set h_errno to
35680 NETDB_INTERNAL when NSS_STATUS_UNAVAIL.
35681 * resolv/nss_dns/dns-host.c (_nss_dns_gethostbyname3_r): Set
35682 h_errno to NETDB_INTERNAL when errno is EMFILE or ENFILE.
35683 (_nss_dns_gethostbyname4_r): Likewise.
35684 * sysdeps/posix/getaddrinfo.c (gaih_inet): Set result to
35685 EAI_SYSTEM if NSS_STATUS_UNAVAIL.
35686
f6da27e5
PH
356872012-11-19 Peng Haitao <penght@cn.fujitsu.com>
35688
35689 [BZ #13763]
35690 * sunrpc/bindrsvprt.c: Add lock to protect static variable.
35691
6665d4a2
SM
356922012-11-19 Steve McIntyre <steve.mcintyre@linaro.org>
35693
1f51ee92
SM
35694 * sysdeps/generic/ldconfig.h (FLAG_AARCH64_LIB64): New macro.
35695 * elf/cache.c (print_entry): Print ",AArch64" for
35696 FLAG_AARCH64_LIB64
35697
6665d4a2
SM
35698 * sysdeps/generic/ldconfig.h (FLAG_ARM_LIBHF): New macro.
35699 * elf/cache.c (print_entry): Print ",hard-float" for
35700 FLAG_ARM_LIBHF.
35701
05b227bd
DM
357022012-11-18 David S. Miller <davem@davemloft.net>
35703
35704 With help from Joseph Myers.
35705 * sysdeps/ieee754/flt-32/e_j0f.c (__ieee754_y0f): Adjust tinyness
35706 cutoff to 2**-13.
35707 * sysdeps/ieee754/flt-32/e_j1f.c (__ieee754_y1f): Adjust tinyness
35708 cutoff to 2**-25.
35709 * sysdeps/ieee754/ldbl-128/e_j0l.c (U0): New constant.
35710 ( __ieee754_y0l): Avoid arithmetic underflow when 'x' is very
35711 small.
35712 * sysdeps/ieee754/ldbl-128/e_j1l.c (__ieee754_y1l): Likewise.
35713 * math/libm-test.inc (y0_test): New tests.
35714 (y1_test): New tests.
35715 * sysdeps/i386/fpu/libm-test-ulps: Update.
35716 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
35717 * sysdeps/sparc/fpu/libm-test-ulps: Update.
35718
786b0b67
AS
357192012-11-18 Andreas Schwab <schwab@linux-m68k.org>
35720
35721 * configure.in (libc_cv_ld_gnu_indirect_function): Use .quad on
35722 64-bit targets.
35723 * configure: Regenerated.
35724
8e18b86d
DM
357252012-11-17 David S. Miller <davem@davemloft.net>
35726
35727 [BZ #14811]
35728 * sysdeps/ieee754/ldbl-128/e_powl.c (__ieee754_powl): Saturate
35729 nonzero exponents with absolute value below 0x1p-128 to +/-
35730 0x1p-128.
35731
531f1ae0
JM
357322012-11-17 Joseph Myers <joseph@codesourcery.com>
35733
12df29e2
JM
35734 * sysdeps/unix/sysv/linux/fxstatat.c: Include <string.h>.
35735
150dc1a0
JM
35736 * elf/dl-runtime.c [!ELF_MACHINE_NO_PLT]: Make code unconditional.
35737
531f1ae0
JM
35738 * posix/getconf-speclist.c: New file.
35739 * posix/posix-envs.def: Likewise.
35740 * posix/confstr.c (START_ENV_GROUP): New macro.
35741 (END_ENV_GROUP): Likewise.
35742 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35743 (KNOWN_PRESENT_ENV_STRING): Likewise.
35744 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35745 (UNKNOWN_ENVIRONMENT): Likewise.
35746 (confstr): Include posix-envs.def instead of handling
35747 _CS_V7_WIDTH_RESTRICTED_ENVS, _CS_V6_WIDTH_RESTRICTED_ENVS and
35748 _CS_V5_WIDTH_RESTRICTED_ENVS directly here.
35749 * sysdeps/posix/sysconf.c (START_ENV_GROUP): New macro.
35750 (END_ENV_GROUP): Likewise.
35751 (KNOWN_ABSENT_ENVIRONMENT): Likewise.
35752 (KNOWN_PRESENT_ENVIRONMENT): Likewise.
35753 (UNKNOWN_ENVIRONMENT): Likewise.
35754 (__sysconf): Include posix-envs.def instead of handling associated
35755 cases directly here.
35756 * posix/Makefile ($(objpfx)getconf.speclist): Generate by
35757 preprocessing getconf-speclist.c rather than running getconf or
35758 generating empty file.
35759
a93f9cbc
PT
357602012-11-16 Pino Toscano <toscano.pino@tiscali.it>
35761
35762 * scripts/check-local-headers.sh: Ignore 'mach' headers.
35763
d64d9f87
AL
357642012-11-16 Andrej Lajovic <natrij@gmail.com>
35765
35766 [BZ #14672]
35767 * iconv/iconv_prog.c (main): Fix -c handling of '/'.
35768
447885eb
DM
357692012-11-16 David S. Miller <davem@davemloft.net>
35770
35771 * sysdeps/ieee754/ldbl-128/s_log1pl.c (__log1pl): If xm1 is
35772 smaller than LDBL_EPSILON/2.0L, just return xm1.
35773
bcbf9830
L
357742012-11-16 H.J. Lu <hongjiu.lu@intel.com>
35775
35776 * elf/tst-array1.c (init): Set constructor priority to 1000.
35777 (fini): Set destructor priority to 1000.
35778 * elf/tst-array2dep.c: Likewise.
35779
2b766585
SP
357802012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
35781
35782 [BZ #11741]
35783 * libio/fileops.c (_IO_new_file_write): Correctly return error.
35784 (_IO_new_file_xsputn): Also return EOF if none of the input
35785 data was written when overflow failed.
35786 * libio/iopadn.c (_IO_padn): Likewise.
35787 * libio/iowpadn.c (_IO_wpadn): Likewise.
35788 * stdio-common/tst-put-error.c: Add copyright notice.
35789 (do_test): Add case for printing padded string.
35790 * stdio-common/vfprintf [!COMPILE_WPRINTF] (PAD): Flag error if
35791 _IO_padn returned error.
35792 [COMPILE_WPRINTF] (PAD): Flag error if _IO_wpadn returned error.
35793 * libio/libioP.h (_IO_xsputn_t): Note in comment that xsputn can
35794 return EOF.
35795
b1848fde
SP
357962012-11-16 Siddhesh Poyarekar <siddhesh@redhat.com>
35797
35798 * libio/libioP.h: Add comment note that the references to C++
35799 bits are now obsolete.
35800
2fd89785
MS
358012012-11-15 Marcus Shawcroft <marcus.shawcroft@linaro.org>
35802
35803 * math/libm-test.inc (check_complex): Use asprintf.
35804
e3ea5409
JM
358052012-11-14 Joseph Myers <joseph@codesourcery.com>
35806
35807 * debug/pcprofiledump.c (print_version): Update copyright year.
35808 * malloc/memusagestat.c (print_version): Likewise.
35809
2e64d265
L
358102012-11-14 H.J. Lu <hongjiu.lu@intel.com>
35811
35812 [BZ #14831]
35813 * elf/Makefile (tests): Add tst-audit8.
35814 ($(objpfx)tst-audit8): Also depend on $(common-objpfx)math/libm.so.
35815 ($(objpfx)tst-audit8.out): New target.
35816 (tst-audit8-ENV): New variable.
35817 * elf/dl-runtime.c (_dl_profile_fixup): Call _dl_fixup to skip
35818 audit if l_reloc_result is NULL.
35819 (ELF_MACHINE_RUNTIME_FIXUP_PARAMS): Issue an error if it isn't
35820 defined and ELF_MACHINE_RUNTIME_FIXUP_ARGS is defined.
35821 * elf/tst-audit8.c: New file.
35822
c485e4d2
MS
358232012-11-14 Marcus Shawcroft <marcus.shawcroft@linaro.org>
35824
35825 * io/Makefile (CFLAGS-open.c, CFLAGS-open64.c): Define.
35826 * misc/Makefile (CFLAGS-select.c): Define.
35827 * posix/Makefile (CFLAGS-pause.c): Define.
35828
3a0d900a
DM
358292012-11-13 David S. Miller <davem@davemloft.net>
35830
35831 * crypt/Makefile: Move test targets after toplevel Rules
35832 inclusion. Grab any necessary sysdep routines when linking.
35833 * crypt/md5.c (md5_process_block): Remove define, we will always
35834 name it __md5_process_block.
35835 (md5_finish_ctx): Update md5_process_block call.
35836 (md5_stream): Likewise.
35837 (md5_process_bytes): Likewise.
35838 (md5_process_block): Rename to __md5_process_block and move to ...
35839 * crypt/md5-block.c: ... here.
35840 * crypt/sha256.c (sha256_process_block): Move to ...
35841 * crypt/sha256-block.c: ... here.
35842 * crypt/sha512.c (sha512_process_block): Move to ...
35843 * crypt/sha512-block.c: ... here.
35844 * locale/Makefile (CFLAGS-md5.c): Define to add crypt/ to include
35845 path.
35846 * sysdeps/sparc/sparc-ifunc.c (sparc_libc_ifunc): Define.
35847 * sysdeps/sparc/sparc64/multiarch/Makefile
35848 (libcrypt-sysdep_routines): Add crypto assembler sysdeps when in
35849 crypt subdir.
35850 (localedef-aux): Add md5 crypto assembler when in locale subdir.
35851 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Mirror sparc64
35852 multiarch changes.
35853 * sysdeps/sparc/sparc64/multiarch/md5-block.c: New file.
35854 * sysdeps/sparc/sparc64/multiarch/md5-crop.S: New file.
35855 * sysdeps/sparc/sparc64/multiarch/sha256-block.c: New file.
35856 * sysdeps/sparc/sparc64/multiarch/sha256-crop.S: New file.
35857 * sysdeps/sparc/sparc64/multiarch/sha512-block.c: New file.
35858 * sysdeps/sparc/sparc64/multiarch/sha512-crop.S: New file.
35859 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-block.c: New file.
35860 * sysdeps/sparc/sparc32/sparcv9/multiarch/md5-crop.S: New file.
35861 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-block.c: New
35862 file.
35863 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha256-crop.S: New file.
35864 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-block.c: New
35865 file.
35866 * sysdeps/sparc/sparc32/sparcv9/multiarch/sha512-crop.S: New file.
35867
8ca89318
JM
358682012-11-13 Joseph Myers <joseph@codesourcery.com>
35869
e27d476a
JM
35870 * timezone/tzselect.ksh: Update from tzcode git revision
35871 a435f9f0ecafa56d9e0263835836bd0c64cd7307.
35872 * timezone/zdump.c: Likewise.
35873 * timezone/zic.c: Likewise.
35874 * timezone/Makefile ($(objpfx)version.h): Only include $(version)
35875 in TZVERSION setting, not $(PKGVERSION).
35876 ($(objpfx)tzselect): Likewise. Also substitute PKGVERSION and
35877 REPORT_BUGS_TO settings.
35878
8ca89318
JM
35879 [BZ #14838]
35880 * resolv/netdb.h [__USE_XOPEN_EXTENDED] (IPPORT_RESERVED): Define
35881 macro.
35882
47594329
MS
358832012-11-13 Marcus Shawcroft <marcus.shawcroft@linaro.org>
35884
35885 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Move underflow
35886 detection to immediately after _FP_ROUND().
35887 * soft-fp/soft-fp.h (_FP_ROUND): Don't round if working
35888 bits are 0.
35889
640ac3f1
DM
358902012-11-11 David S. Miller <davem@davemloft.net>
35891
35892 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Include
35893 inttypes.h
35894 (__get_clockfreq_via_proc_openprom): Use __open, __read, and
35895 __close rather than their public counterparts.
35896
3d2577bb
JM
358972012-11-10 Joseph Myers <joseph@codesourcery.com>
35898
35899 * conform/data/semaphore.h-data [XPG3 || XPG4]: Disable whole
35900 file.
35901 [UNIX98] (sem_timedwait): Do not expect.
35902 * conform/data/sys/socket.h-data [XPG3]: Disable whole file.
35903 [XPG4 || UNIX98] (sockatmark): Do not expect.
35904 * conform/data/time.h-data [XPG3 || XPG4 || UNIX98]
35905 (clock_getcpuclockid): Do not expect.
35906 [XPG3 || XPG4 || UNIX98] (clock_nanosleep): Do not expect.
35907 * conform/data/unistd.h-data [XPG3 || XPG4 || UNIX98] (setegid):
35908 Do not expect.
35909 [XPG3 || XPG4 || UNIX98] (seteuid): Likewise.
35910 * conform/data/wchar.h-data [UNIX98] (vfwscanf): Do not expect.
35911 [UNIX98] (vwscanf): Likewise.
35912 [UNIX98] (vswscanf): Likewise.
35913
fb1ae1ee
JM
359142012-11-09 Joseph Myers <joseph@codesourcery.com>
35915
9ec6f8bd
JM
35916 * timezone/version.h: Remove file.
35917 * timezone/README: Do not refer to version.h.
35918 * timezone/Makefile ($(objpfx)zic.o): New dependency on
35919 $(objpfx)version.h.
35920 ($(objpfx)zdump.o): Likewise.
c3f81911 35921 ($(objpfx)version.h): New target.
9ec6f8bd 35922
0aa8f8a1
JM
35923 * timezone/tzselect.ksh: Change to verbatim copy from tzcode
35924 2012i.
35925 * timezone/README: Don't mention modification to tzselect.ksh.
35926 * timezone/Makefile ($(objpfx)tzselect): Update substitutions to
35927 work on unmodified tzselect.ksh. Substitute version numbers in
35928 tzselect.ksh.
35929
4e87147f
JM
35930 * Makefile (format-me): Remove.
35931 (INSTALL): Adjust indentation. Use commands directly instead of
35932 using $(format-me).
35933
8b748aed
JM
35934 * aclocal.m4 (ACX_PKGVERSION): New macro.
35935 (ACX_BUGURL): Likewise.
35936 * configure.in: Use ACX_PKGVERSION and ACX_BUGURL.
35937 (PKGVERSION): New AC_DEFINE_UNQUOTED.
35938 (REPORT_BUGS_TO): Likewise.
35939 * configure: Regenerated.
35940 * config.h.in (PKGVERSION): New macro.
35941 (REPORT_BUGS_TO): Likewise.
35942 * config.make.in (PKGVERSION): New variable.
35943 (PKGVERSION_TEXI): Likewise.
35944 (REPORT_BUGS_TO): Likewise.
35945 (REPORT_BUGS_TEXI): Likewise.
35946 * Makefile (format-me): Use -I$(common-objpfx)manual.
35947 (INSTALL): Depend on $(common-objpfx)manual/pkgvers.texi.
35948 ($(common-objpfx)manual/%): New target.
35949 (manual/%): Remove target.
35950 * catgets/gencat.c (more_help): Use REPORT_BUGS_TO.
35951 (print_version): Use PKGVERSION.
35952 * csu/version.c (banner): Use PKGVERSION and REPORT_BUGS_TO.
35953 * debug/Makefile ($(objpfx)catchsegv): Also substitute PKGVERSION
35954 and REPORT_BUGS_TO.
35955 ($(objpfx)xtrace): Likewise.
35956 * debug/catchsegv.sh: Use PKGVERSION and REPORT_BUGS_TO.
35957 * debug/pcprofiledump.c (more_help): Use REPORT_BUGS_TO.
35958 (print_version): Use PKGVERSION.
35959 * debug/xtrace.sh (do_help): Use REPORT_BUGS_TO.
35960 (do_version): Use PKGVERSION.
35961 * elf/Makefile ($(objpfx)sotruss): Also substitute PKGVERSION and
35962 REPORT_BUGS_TO.
35963 (common-ldd-rewrite): Likewise.
35964 * elf/dl-close.c (_dl_close_worker): Use REPORT_BUGS_TO.
35965 * elf/ldconfig.c (more_help): Use REPORT_BUGS_TO.
35966 (print_version): Use PKGVERSION.
35967 * elf/ldd.bash.in: Use PKGVERSION and REPORT_BUGS_TO.
35968 * elf/pldd.c (argp_program_bug_address): Remove variable.
35969 (more_help): New function.
35970 (argp): Use more_help.
35971 (print_version): Use PKGVERSION.
35972 * elf/sln.c (main): Use PKGVERSION.
35973 (usage): Use REPORT_BUGS_TO.
35974 * elf/sotruss.ksh (do_help): Use REPORT_BUGS_TO.
35975 (top level): Use PKGVERSION.
35976 * elf/sprof.c (more_help): Use REPORT_BUGS_TO.
35977 (print_version): Use PKGVERSION.
35978 * iconv/iconv_prog.c (more_help): Use REPORT_BUGS_TO.
35979 (print_version): Use PKGVERSION.
35980 * iconv/iconvconfig.c (more_help): Use REPORT_BUGS_TO.
35981 (print_version): Use PKGVERSION.
35982 * locale/programs/locale.c (more_help): Use REPORT_BUGS_TO.
35983 (print_version): Use PKGVERSION.
35984 * locale/programs/localedef.c (more_help): Use REPORT_BUGS_TO.
35985 (print_version): Use PKGVERSION.
35986 * login/programs/pt_chown.c (more_help): Use REPORT_BUGS_TO.
35987 (print_version): Use PKGVERSION.
35988 * malloc/Makefile ($(objpfx)mtrace): Also substitute PKGVERSION
35989 and BUGURL.
35990 ($(objpfx)memusage): Likewise.
35991 * malloc/memusage.sh (do_help): Use REPORT_BUGS_TO.
35992 (do_version): Use PKGVERSION.
35993 * malloc/memusagestat.c (more_help): Use REPORT_BUGS_TO.
35994 (print_version): Use PKGVERSION.
35995 * malloc/mtrace.pl ($PACKAGE): Remove variable.
35996 ($PKGVERSION): New variable.
35997 ($REPORT_BUGS_TO): Likewise.
35998 (usage): Use $REPORT_BUGS_TO.
35999 (top level): Use $PKGVERSION.
36000 * manual/Makefile (libc-texi-generated): Add pkgvers.texi.
36001 ($(objpfx)pkgvers.texi): New rule.
36002 ($(objpfx)stamp-pkgvers): Likewise.
36003 * manual/install.texi: Include pkgvers.texi.
36004 (--with-pkgversion): Document new configure option.
36005 (--with-bugurl): Likewise.
36006 (Reporting Bugs): Describe Bugzilla as upstream tracker rather
36007 than necessarily for this particular distribution. Use
36008 REPORT_BUGS_TO for where to report bugs.
36009 * INSTALL: Regenerated.
36010 * manual/libc.texinfo: Include pkgvers.texi.
36011 [!PKGVERSION_DEFAULT]: Include PKGVERSION in version information.
36012 * nscd/nscd.c (more_help): Use REPORT_BUGS_TO.
36013 (print_version): Use PKGVERSION.
36014 * nss/getent.c (more_help): Use REPORT_BUGS_TO.
36015 (print_version): Use PKGVERSION.
36016 * nss/makedb.c (more_help): Use REPORT_BUGS_TO.
36017 (print_version): Use PKGVERSION.
36018 * posix/getconf.c (main): Use PKGVERSION and REPORT_BUGS_TO.
36019 * sunrpc/proto.h [IS_IN_build] (_libc_intl_domainname): Remove
36020 macro.
36021 * sunrpc/rpc_main.c (options_usage): Use REPORT_BUGS_TO.
36022 (print_version): Use PKGVERSION.
36023 * sunrpc/rpcinfo.c (usage): Use REPORT_BUGS_TO.
36024 (print_version): Use PKGVERSION.
36025 * sysdeps/unix/sysv/linux/lddlibc4.c (main): Use REPORT_BUGS_TO
36026 and PKGVERSION.
36027
92e4b6a9
JM
36028 * timezone/checktab.awk: Update from tzcode 2012i.
36029 * timezone/ialloc.c: Likewise.
36030 * timezone/private.h: Likewise.
36031 * timezone/scheck.c: Likewise.
36032 * timezone/tzfile.h: Likewise.
36033 * timezone/tzselect.ksh: Merge in changes from tzcode 2012i.
36034 (TZVERSION): Hardcode tzcode version number.
36035 * timezone/zdump.c: Update from tzcode 2012i.
36036 * timezone/zic.c: Likewise.
36037 * timezone/version.h: New file.
36038 * timezone/README: Describe version.h. Update upstream location.
36039
9bde902c
JM
36040 [BZ #14824]
36041 * stdlib/stdlib.h [__USE_XOPEN_EXTENDED && __USE_XOPEN2K]
36042 (mktemp): Enable declaration.
36043 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (ecvt): Likewise.
36044 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (fcvt): Likewise.
36045 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K] (gcvt): Likewise.
36046 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qecvt):
36047 Likewise.
36048 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qfcvt):
36049 Likewise.
36050 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (qgcvt):
36051 Likewise.
36052 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (ecvt_r):
36053 Likewise.
36054 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (fcvt_r):
36055 Likewise.
36056 [__USE_XOPEN_EXTENDED && __USE_XOPEN2K && __USE_MISC] (gcvt_r):
36057 Likewise.
36058
fb1ae1ee
JM
36059 [BZ #14821]
36060 * sunrpc/clnt_tcp.c (clnttcp_control): Access values at fixed
36061 offset in buffer as u_int32_t not u_long. Consistently use memcpy
36062 for copies of such integer values.
36063 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
36064 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
36065
2c1adbcb
AJ
360662012-11-09 Andreas Jaeger <aj@suse.de>
36067
36068 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Remove all
36069 definitions and declarations that are provided by
36070 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
36071
d0f8457e
AK
360722012-11-08 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36073
3a235abb 36074 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Add "te".
d0f8457e
AK
36075 * sysdeps/s390/dl-procinfo.h (HWCAP_S390_TE): Add enum value.
36076 * sysdeps/unix/sysv/linux/s390/hwcap.h (HWCAP_S390_TE): Add macro
36077 definition.
36078
57241e26
MS
360792012-11-08 Marcus Shawcroft <marcus.shawcroft@linaro.org>
36080
36081 * elf/elf.h: Update comment before AArch64 relocations.
36082
60e8270d
DM
360832012-11-07 David S. Miller <davem@davemloft.net>
36084
36085 * sysdeps/unix/sysv/linux/sparc/sparc64/__start_context.S: New file.
36086 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
36087 (__start_context): Declare.
36088 (__makecontext_ret): Delete.
36089 (__makecontext): Hook up __start_context instead of
36090 __makecontext_ret.
36091 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile
36092 (sysdep_routines): Add __start_context when in stdlib.
36093
0fbb0fbc
JM
360942012-11-07 Joseph Myers <joseph@codesourcery.com>
36095
36096 * sysdeps/x86/Makefile ($(objpfx)tst-xmmymm.out): Pass $(NM),
36097 $(OBJDUMP) and $(READELF) to tst-xmmymm.sh.
36098 * sysdeps/x86/tst-xmmymm.sh (NM): New variable. Use it instead of
36099 hardcoded "nm".
36100 (OBJDUMP): New variable. Use it instead of hardcoded "objdump".
36101 (READELF): New variable. Use it instead of hardcoded "readelf".
36102
eb48db7e
L
361032012-11-07 H.J. Lu <hongjiu.lu@intel.com>
36104
36105 * sysdeps/x86_64/Makefile ($(objpfx)tst-xmmymm.out): Moved to ...
36106 * sysdeps/x86/Makefile: Here.
36107 * sysdeps/x86_64/tst-xmmymm.sh: Renamed to ...
36108 * sysdeps/x86/tst-xmmymm.sh: This.
36109
05bcf62a
JM
361102012-11-07 Joseph Myers <joseph@codesourcery.com>
36111
c4b6cf53
JM
36112 * conform/data/pthread.h-data [XPG3 || XPG4]: Disable all
36113 expectations.
36114 [UNIX98] (pthread_barrier_t): Do not expect.
36115 [UNIX98] (pthread_barrierattr_t): Likewise.
36116 [UNIX98] (pthread_spinlock_t): Likewise.
36117 [UNIX98] (pthread_barrier_destroy): Likewise.
36118 [UNIX98] (pthread_barrier_init): Likewise.
36119 [UNIX98] (pthread_barrier_wait): Likewise.
36120 [UNIX98] (pthread_barrierattr_destroy): Likewise.
36121 [UNIX98] (pthread_barrierattr_getpshared): Likewise.
36122 [UNIX98] (pthread_barrierattr_init): Likewise.
36123 [UNIX98] (pthread_barrierattr_setpshared): Likewise.
36124 [UNIX98] (pthread_getcpuclockid): Likewise.
36125 [UNIX98] (pthread_mutex_timedlock): Likewise.
36126 [UNIX98] (pthread_rwlock_timedrdlock): Likewise.
36127 [UNIX98] (pthread_rwlock_timedwrlock): Likewise.
36128 [UNIX98] (pthread_sigmask): Likewise.
36129 [UNIX98] (pthread_spin_destroy): Likewise.
36130 [UNIX98] (pthread_spin_init): Likewise.
36131 [UNIX98] (pthread_spin_lock): Likewise.
36132 [UNIX98] (pthread_spin_trylock): Likewise.
36133 [UNIX98] (pthread_spin_unlock): Likewise.
36134 * conform/data/sys/types.h-data [XPG3 || XPG4] (pthread_attr_t):
36135 Do not expect.
36136 [XPG3 || XPG4 || UNIX98] (pthread_barrier_t): Likewise.
36137 [XPG3 || XPG4 || UNIX98] (pthread_barrierattr_t): Likewise.
36138 [XPG3 || XPG4] (pthread_cond_t): Likewise.
36139 [XPG3 || XPG4] (pthread_condattr_t): Likewise.
36140 [XPG3 || XPG4] (pthread_key_t): Likewise.
36141 [XPG3 || XPG4] (pthread_mutex_t): Likewise.
36142 [XPG3 || XPG4] (pthread_mutexattr_t): Likewise.
36143 [XPG3 || XPG4] (pthread_once_t): Likewise.
36144 [XPG3 || XPG4] (pthread_rwlock_t): Likewise.
36145 [XPG3 || XPG4] (pthread_rwlockattr_t): Likewise.
36146 [XPG3 || XPG4 || UNIX98] (pthread_spinlock_t): Likewise.
36147 [XPG3 || XPG4] (pthread_t): Likewise.
36148
cbe6e120
JM
36149 * conform/data/stdlib.h-data [XPG3 || XPG4 || UNIX98] (setenv): Do
36150 not expect.
36151 [XPG3 || XPG4 || UNIX98] (unsetenv): Likewise.
36152
1b126443
JM
36153 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (isnan):
36154 Change function return type to int.
36155
b961a573
JM
36156 * conform/data/sys/mman.h-data [!POSIX] (POSIX_MADV_NORMAL):
36157 Change condition to [!POSIX && !XPG3 && !XPG4 && !UNIX98].
36158 [!POSIX] (POSIX_MADV_SEQUENTIAL): Likewise.
36159 [!POSIX] (POSIX_MADV_RANDOM): Likewise.
36160 [!POSIX] (POSIX_MADV_WILLNEED): Likewise.
36161 [!POSIX] (POSIX_MADV_DONTNEED): Likewise.
36162 [!POSIX] (posix_madvise): Likewise.
36163 (POSIX_TYPED_MEM_ALLOCATE): Condition on [!POSIX && !XPG3 && !XPG4
36164 && !UNIX98].
36165 (POSIX_TYPED_MEM_ALLOCATE_CONTIG): Likewise.
36166 (POSIX_TYPED_MEM_MAP_ALLOCATABLE): Likewise.
36167 (mode_t): Likewise.
36168 (posix_mem_offset): Likewise.
36169 (posix_typed_mem_get_info): Likewise.
36170 (posix_typed_mem_open): Likewise.
36171
9e188909
JM
36172 * conform/data/sys/stat.h-data [!POSIX && !POSIX2008] (mknodat):
36173 Change condition to [XOPEN2K8].
36174
05bcf62a
JM
36175 * conform/conformtest.pl: Preprocess allow-header data with -x c
36176 instead of from stdin.
36177 (@headers): Add stdalign.h, stdbool.h and stdnoreturn.h.
36178 * conform/data/complex.h-data [C99-based standards] (cerf): Allow.
36179 [C99-based standards] (cerfc): Likewise.
36180 [C99-based standards] (cexp2): Likewise.
36181 [C99-based standards] (cexpm1): Likewise.
36182 [C99-based standards] (clog10): Likewise.
36183 [C99-based standards] (clog1p): Likewise.
36184 [C99-based standards] (clog2): Likewise.
36185 [C99-based standards] (clgamma): Likewise.
36186 [C99-based standards] (ctgamma): Likewise.
36187 [C99-based standards] (cerff): Likewise.
36188 [C99-based standards] (cerfcf): Likewise.
36189 [C99-based standards] (cexp2f): Likewise.
36190 [C99-based standards] (cexpm1f): Likewise.
36191 [C99-based standards] (clog10f): Likewise.
36192 [C99-based standards] (clog1pf): Likewise.
36193 [C99-based standards] (clog2f): Likewise.
36194 [C99-based standards] (clgammaf): Likewise.
36195 [C99-based standards] (ctgammaf): Likewise.
36196 [C99-based standards] (cerfl): Likewise.
36197 [C99-based standards] (cerfcl): Likewise.
36198 [C99-based standards] (cexp2l): Likewise.
36199 [C99-based standards] (cexpm1l): Likewise.
36200 [C99-based standards] (clog10l): Likewise.
36201 [C99-based standards] (clog1pl): Likewise.
36202 [C99-based standards] (clog2l): Likewise.
36203 [C99-based standards] (clgammal): Likewise.
36204 [C99-based standards] (ctgammal): Likewise.
36205 * conform/data/inttypes.h-data [C99-based standards]: Include
36206 stdint.h-data. Remove all expectations for stdint.h contents.
36207 [C99-based standards] (PRI*): Do not allow.
36208 [C99-based standards] (SCN*): Likewise.
36209 [C99-based standards] (*_t): Likewise.
36210 [C99-based-standards] (PRId8): Expect macro.
36211 [C99-based-standards] (PRIi8): Likewise.
36212 [C99-based-standards] (PRIo8): Likewise.
36213 [C99-based-standards] (PRIu8): Likewise.
36214 [C99-based-standards] (PRIx8): Likewise.
36215 [C99-based-standards] (PRIX8): Likewise.
36216 [C99-based-standards] (SCNd8): Likewise.
36217 [C99-based-standards] (SCNi8): Likewise.
36218 [C99-based-standards] (SCNo8): Likewise.
36219 [C99-based-standards] (SCNu8): Likewise.
36220 [C99-based-standards] (SCNx8): Likewise.
36221 [C99-based-standards] (PRIdLEAST8): Likewise.
36222 [C99-based-standards] (PRIiLEAST8): Likewise.
36223 [C99-based-standards] (PRIoLEAST8): Likewise.
36224 [C99-based-standards] (PRIuLEAST8): Likewise.
36225 [C99-based-standards] (PRIxLEAST8): Likewise.
36226 [C99-based-standards] (PRIXLEAST8): Likewise.
36227 [C99-based-standards] (SCNdLEAST8): Likewise.
36228 [C99-based-standards] (SCNiLEAST8): Likewise.
36229 [C99-based-standards] (SCNoLEAST8): Likewise.
36230 [C99-based-standards] (SCNuLEAST8): Likewise.
36231 [C99-based-standards] (SCNxLEAST8): Likewise.
36232 [C99-based-standards] (PRIdFAST8): Likewise.
36233 [C99-based-standards] (PRIiFAST8): Likewise.
36234 [C99-based-standards] (PRIoFAST8): Likewise.
36235 [C99-based-standards] (PRIuFAST8): Likewise.
36236 [C99-based-standards] (PRIxFAST8): Likewise.
36237 [C99-based-standards] (PRIXFAST8): Likewise.
36238 [C99-based-standards] (SCNdFAST8): Likewise.
36239 [C99-based-standards] (SCNiFAST8): Likewise.
36240 [C99-based-standards] (SCNoFAST8): Likewise.
36241 [C99-based-standards] (SCNuFAST8): Likewise.
36242 [C99-based-standards] (SCNxFAST8): Likewise.
36243 [C99-based-standards] (PRId16): Likewise.
36244 [C99-based-standards] (PRIi16): Likewise.
36245 [C99-based-standards] (PRIo16): Likewise.
36246 [C99-based-standards] (PRIu16): Likewise.
36247 [C99-based-standards] (PRIx16): Likewise.
36248 [C99-based-standards] (PRIX16): Likewise.
36249 [C99-based-standards] (SCNd16): Likewise.
36250 [C99-based-standards] (SCNi16): Likewise.
36251 [C99-based-standards] (SCNo16): Likewise.
36252 [C99-based-standards] (SCNu16): Likewise.
36253 [C99-based-standards] (SCNx16): Likewise.
36254 [C99-based-standards] (PRIdLEAST16): Likewise.
36255 [C99-based-standards] (PRIiLEAST16): Likewise.
36256 [C99-based-standards] (PRIoLEAST16): Likewise.
36257 [C99-based-standards] (PRIuLEAST16): Likewise.
36258 [C99-based-standards] (PRIxLEAST16): Likewise.
36259 [C99-based-standards] (PRIXLEAST16): Likewise.
36260 [C99-based-standards] (SCNdLEAST16): Likewise.
36261 [C99-based-standards] (SCNiLEAST16): Likewise.
36262 [C99-based-standards] (SCNoLEAST16): Likewise.
36263 [C99-based-standards] (SCNuLEAST16): Likewise.
36264 [C99-based-standards] (SCNxLEAST16): Likewise.
36265 [C99-based-standards] (PRIdFAST16): Likewise.
36266 [C99-based-standards] (PRIiFAST16): Likewise.
36267 [C99-based-standards] (PRIoFAST16): Likewise.
36268 [C99-based-standards] (PRIuFAST16): Likewise.
36269 [C99-based-standards] (PRIxFAST16): Likewise.
36270 [C99-based-standards] (PRIXFAST16): Likewise.
36271 [C99-based-standards] (SCNdFAST16): Likewise.
36272 [C99-based-standards] (SCNiFAST16): Likewise.
36273 [C99-based-standards] (SCNoFAST16): Likewise.
36274 [C99-based-standards] (SCNuFAST16): Likewise.
36275 [C99-based-standards] (SCNxFAST16): Likewise.
36276 [C99-based-standards] (PRId32): Likewise.
36277 [C99-based-standards] (PRIi32): Likewise.
36278 [C99-based-standards] (PRIo32): Likewise.
36279 [C99-based-standards] (PRIu32): Likewise.
36280 [C99-based-standards] (PRIx32): Likewise.
36281 [C99-based-standards] (PRIX32): Likewise.
36282 [C99-based-standards] (SCNd32): Likewise.
36283 [C99-based-standards] (SCNi32): Likewise.
36284 [C99-based-standards] (SCNo32): Likewise.
36285 [C99-based-standards] (SCNu32): Likewise.
36286 [C99-based-standards] (SCNx32): Likewise.
36287 [C99-based-standards] (PRIdLEAST32): Likewise.
36288 [C99-based-standards] (PRIiLEAST32): Likewise.
36289 [C99-based-standards] (PRIoLEAST32): Likewise.
36290 [C99-based-standards] (PRIuLEAST32): Likewise.
36291 [C99-based-standards] (PRIxLEAST32): Likewise.
36292 [C99-based-standards] (PRIXLEAST32): Likewise.
36293 [C99-based-standards] (SCNdLEAST32): Likewise.
36294 [C99-based-standards] (SCNiLEAST32): Likewise.
36295 [C99-based-standards] (SCNoLEAST32): Likewise.
36296 [C99-based-standards] (SCNuLEAST32): Likewise.
36297 [C99-based-standards] (SCNxLEAST32): Likewise.
36298 [C99-based-standards] (PRIdFAST32): Likewise.
36299 [C99-based-standards] (PRIiFAST32): Likewise.
36300 [C99-based-standards] (PRIoFAST32): Likewise.
36301 [C99-based-standards] (PRIuFAST32): Likewise.
36302 [C99-based-standards] (PRIxFAST32): Likewise.
36303 [C99-based-standards] (PRIXFAST32): Likewise.
36304 [C99-based-standards] (SCNdFAST32): Likewise.
36305 [C99-based-standards] (SCNiFAST32): Likewise.
36306 [C99-based-standards] (SCNoFAST32): Likewise.
36307 [C99-based-standards] (SCNuFAST32): Likewise.
36308 [C99-based-standards] (SCNxFAST32): Likewise.
36309 [C99-based-standards] (PRId64): Likewise.
36310 [C99-based-standards] (PRIi64): Likewise.
36311 [C99-based-standards] (PRIo64): Likewise.
36312 [C99-based-standards] (PRIu64): Likewise.
36313 [C99-based-standards] (PRIx64): Likewise.
36314 [C99-based-standards] (PRIX64): Likewise.
36315 [C99-based-standards] (SCNd64): Likewise.
36316 [C99-based-standards] (SCNi64): Likewise.
36317 [C99-based-standards] (SCNo64): Likewise.
36318 [C99-based-standards] (SCNu64): Likewise.
36319 [C99-based-standards] (SCNx64): Likewise.
36320 [C99-based-standards] (PRIdLEAST64): Likewise.
36321 [C99-based-standards] (PRIiLEAST64): Likewise.
36322 [C99-based-standards] (PRIoLEAST64): Likewise.
36323 [C99-based-standards] (PRIuLEAST64): Likewise.
36324 [C99-based-standards] (PRIxLEAST64): Likewise.
36325 [C99-based-standards] (PRIXLEAST64): Likewise.
36326 [C99-based-standards] (SCNdLEAST64): Likewise.
36327 [C99-based-standards] (SCNiLEAST64): Likewise.
36328 [C99-based-standards] (SCNoLEAST64): Likewise.
36329 [C99-based-standards] (SCNuLEAST64): Likewise.
36330 [C99-based-standards] (SCNxLEAST64): Likewise.
36331 [C99-based-standards] (PRIdFAST64): Likewise.
36332 [C99-based-standards] (PRIiFAST64): Likewise.
36333 [C99-based-standards] (PRIoFAST64): Likewise.
36334 [C99-based-standards] (PRIuFAST64): Likewise.
36335 [C99-based-standards] (PRIxFAST64): Likewise.
36336 [C99-based-standards] (PRIXFAST64): Likewise.
36337 [C99-based-standards] (SCNdFAST64): Likewise.
36338 [C99-based-standards] (SCNiFAST64): Likewise.
36339 [C99-based-standards] (SCNoFAST64): Likewise.
36340 [C99-based-standards] (SCNuFAST64): Likewise.
36341 [C99-based-standards] (SCNxFAST64): Likewise.
36342 [C99-based-standards] (PRIdMAX): Likewise.
36343 [C99-based-standards] (PRIiMAX): Likewise.
36344 [C99-based-standards] (PRIoMAX): Likewise.
36345 [C99-based-standards] (PRIuMAX): Likewise.
36346 [C99-based-standards] (PRIxMAX): Likewise.
36347 [C99-based-standards] (PRIXMAX): Likewise.
36348 [C99-based-standards] (SCNdMAX): Likewise.
36349 [C99-based-standards] (SCNiMAX): Likewise.
36350 [C99-based-standards] (SCNoMAX): Likewise.
36351 [C99-based-standards] (SCNuMAX): Likewise.
36352 [C99-based-standards] (SCNxMAX): Likewise.
36353 [C99-based-standards] (PRIdPTR): Likewise.
36354 [C99-based-standards] (PRIiPTR): Likewise.
36355 [C99-based-standards] (PRIoPTR): Likewise.
36356 [C99-based-standards] (PRIuPTR): Likewise.
36357 [C99-based-standards] (PRIxPTR): Likewise.
36358 [C99-based-standards] (PRIXPTR): Likewise.
36359 [C99-based-standards] (SCNdPTR): Likewise.
36360 [C99-based-standards] (SCNiPTR): Likewise.
36361 [C99-based-standards] (SCNoPTR): Likewise.
36362 [C99-based-standards] (SCNuPTR): Likewise.
36363 [C99-based-standards] (SCNxPTR): Likewise.
36364 * conform/data/iso646.h-data [ISO C standards] (*_t): Do not
36365 allow.
36366 * conform/data/stdint.h-data: Update comments to clarify
36367 requirements.
36368 [C99-based standards] (INT8_MIN): Use macro-int-constant. Specify
36369 type.
36370 [C99-based standards] (INT8_MAX): Likewise.
36371 [C99-based standards] (INT16_MIN): Likewise.
36372 [C99-based standards] (INT16_MAX): Likewise.
36373 [C99-based standards] (INT32_MIN): Likewise.
36374 [C99-based standards] (INT32_MAX): Likewise.
36375 [C99-based standards] (INT64_MIN): Likewise.
36376 [C99-based standards] (INT64_MAX): Likewise.
36377 [C99-based standards] (UINT8_MAX): Likewise.
36378 [C99-based standards] (UINT16_MAX): Likewise.
36379 [C99-based standards] (UINT32_MAX): Likewise.
36380 [C99-based standards] (UINT64_MAX): Likewise.
36381 [C99-based standards] (INT_LEAST8_MIN): Likewise.
36382 [C99-based standards] (INT_LEAST8_MAX): Likewise.
36383 [C99-based standards] (INT_LEAST16_MIN): Likewise.
36384 [C99-based standards] (INT_LEAST16_MAX): Likewise.
36385 [C99-based standards] (INT_LEAST32_MIN): Likewise.
36386 [C99-based standards] (INT_LEAST32_MAX): Likewise.
36387 [C99-based standards] (INT_LEAST64_MIN): Likewise.
36388 [C99-based standards] (INT_LEAST64_MAX): Likewise.
36389 [C99-based standards] (UINT_LEAST8_MAX): Likewise.
36390 [C99-based standards] (UINT_LEAST16_MAX): Likewise.
36391 [C99-based standards] (UINT_LEAST32_MAX): Likewise.
36392 [C99-based standards] (UINT_LEAST64_MAX): Likewise.
36393 [C99-based standards] (INT_FAST8_MIN): Likewise.
36394 [C99-based standards] (INT_FAST8_MAX): Likewise.
36395 [C99-based standards] (INT_FAST16_MIN): Likewise.
36396 [C99-based standards] (INT_FAST16_MAX): Likewise.
36397 [C99-based standards] (INT_FAST32_MIN): Likewise.
36398 [C99-based standards] (INT_FAST32_MAX): Likewise.
36399 [C99-based standards] (INT_FAST64_MIN): Likewise.
36400 [C99-based standards] (INT_FAST64_MAX): Likewise.
36401 [C99-based standards] (UINT_FAST8_MAX): Likewise.
36402 [C99-based standards] (UINT_FAST16_MAX): Likewise.
36403 [C99-based standards] (UINT_FAST32_MAX): Likewise.
36404 [C99-based standards] (UINT_FAST64_MAX): Likewise.
36405 [C99-based standards] (INTPTR_MIN): Likewise.
36406 [C99-based standards] (INTPTR_MAX): Likewise.
36407 [C99-based standards] (UINTPTR_MAX): Likewise.
36408 [C99-based standards] (INTMAX_MIN): Likewise.
36409 [C99-based standards] (INTMAX_MAX): Likewise.
36410 [C99-based standards] (UINTMAX_MAX): Likewise.
36411 [C99-based standards] (PTRDIFF_MIN): Likewise.
36412 [C99-based standards] (PTRDIFF_MAX): Likewise.
36413 [C99-based standards] (SIG_ATOMIC_MAX): Likewise.
36414 [C99-based standards] (SIZE_MAX): Likewise.
36415 [C99-based standards] (WCHAR_MAX): Likewise.
36416 [C99-based standards] (WINT_MAX): Likewise.
36417 [C99-based standards] (SIG_ATOMIC_MIN): Likewise. Do not specify
36418 constraint on value.
36419 [C99-based standards] (WCHAR_MIN): Likewise.
36420 [C99-based standards] (WINT_MIN): Likewise.
36421 [C99-based standards] (*_t): Allow.
36422 * conform/data/tgmath.h-data [XOPEN2K || POSIX2008]: Change
36423 condition to [!ISO && !POSIX && !XPG3 && !XPG4 && !UNIX98].
36424 Include math.h-data and complex.h-data. Remove all expectations
36425 of math.h and complex.h contents.
36426 * conform/data/uchar.h-data [ISO11] (c16rtomb): Remove stray "16"
36427 at end of line.
36428 * conform/data/wchar.h-data [!ISO && !POSIX && !XPG3 && !XPG4]
36429 (struct tm): Expect tag.
36430 [C99-based-standards] (wcstof): Expect function.
36431 [C99-based-standards] (wcstold): Likewise.
36432 [C99-based-standards] (wcstoll): Likewise.
36433 [C99-based-standards] (wcstoull): Likewise.
36434 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MIN): Use
36435 macro-int-constant. Specify type.
36436 [!ISO && !POSIX && !XPG3 && !XPG4] (WCHAR_MAX): Likewise. Specify
36437 constraint on value.
36438 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36439 Specify type.
36440 [!ISO && !POSIX && !XPG3 && !XPG4] (NULL): Use macro-constant.
36441 Specify value.
36442 [ISO C standards]: Do not allow headers.
36443 [!ISO && !POSIX && !XPG3 && !XPG4] (wcs*): Change to
36444 wcs[abcdefghijklmnopqrstuvwxyz]*.
36445 [ISO C standards] (*_t): Do not allow.
36446 * conform/data/wctype.h-data [C99-based standards] (iswblank):
36447 Expect function.
36448 [XOPEN2K8 || POSIX2008] (iswblank_l): Likewise.
36449 [!ISO && !POSIX && !XPG3 && !XPG4] (WEOF): Use macro-constant.
36450 Specify type.
36451 [ISO C standards]: Do not allow headers.
36452 [!ISO && !POSIX && !XPG3 && !XPG4] (is*): Change to
36453 is[abcdefghijklmnopqrstuvwxyz]*.
36454 [!ISO && !POSIX && !XPG3 && !XPG4] (to*): Change to
36455 to[abcdefghijklmnopqrstuvwxyz]*.
36456 [ISO C standards] (*_t): Do not allow.
36457 * conform/data/stdalign.h-data: New file.
36458 * conform/data/stdbool.h-data: Likewise.
36459 * conform/data/stdnoreturn.h-data: Likewise.
36460
7514feb8
RM
364612012-11-07 Roland McGrath <roland@hack.frob.com>
36462
36463 [BZ #14815]
36464 * manual/filesys.texi (Directory Entries): Typo fix.
36465 Reported by <h-iwamoto@kit.hi-ho.ne.jp>.
36466
19b2ecfc
MS
364672012-11-07 Marcus Shawcroft <marcus.shawcroft@linaro.org>
36468
36469 * elf/elf.h (EM_AARCH64): New macro.
36470 (R_AARCH64_NONE, R_AARCH64_ABS64, R_AARCH64_ABS32): Likewise.
36471 (R_AARCH64_COPY, R_AARCH64_GLOB_DAT, R_AARCH64_JUMP_SLOT): Likewise.
36472 (R_AARCH64_RELATIVE, R_AARCH64_TLS_DTPMOD64): Likewise.
36473 (R_AARCH64_TLS_DTPREL64, R_AARCH64_TLS_TPREL64): Likewise.
36474 (R_AARCH64_TLSDESC): Likewise.
36475 (NT_ARM_TLS): Likewise.
36476 (NT_ARM_HW_BREAK): Likewise.
36477 (NT_ARM_HW_WATCH): Likewise.
36478
60e235ee
JM
364792012-11-07 Joseph Myers <joseph@codesourcery.com>
36480
36481 [BZ #14811]
36482 * sysdeps/i386/fpu/e_powl.S (pm79): New object.
36483 (__ieee754_powl): Saturate nonzero exponents with absolute value
36484 below 0x1p-79 to +/- 0x1p-79.
36485 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Saturate nonzero
36486 exponents with absolute value below 0x1p-64 to +/- 0x1p-64.
36487 * sysdeps/ieee754/flt-32/e_powf.c (__ieee754_powf): Saturate
36488 nonzero exponents with absolute value below 0x1p-32 to +/-
36489 0x1p-32.
36490 * sysdeps/x86_64/fpu/e_powl.S (pm79): New object.
36491 (__ieee754_powl): Saturate nonzero exponents with absolute value
36492 below 0x1p-79 to +/- 0x1p-79.
36493 * math/libm-test.inc (pow_test): Add more tests.
36494
0ab234b7
AK
364952012-11-07 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
36496
36497 * sysdeps/s390/dl-procinfo.c (_dl_s390_cap_flags): Sync
36498 _dl_s390_cap_flags with kernel. Increase string length.
36499 (_dl_s390_platforms): Add z196 and zEC12.
36500
45832f74
JM
365012012-11-07 Joseph Myers <joseph@codesourcery.com>
36502
36503 * conform/data/time.h-data [!XOPEN21K && !XOPEN2K8 && !POSIX2008]:
36504 Change XOPEN21K to XOPEN2K.
36505
19218757
MK
365062012-11-06 Maxim Kuvyrkov <maxim@codesourcery.com>
36507
36508 * string/memmove.c: Use memcpy when possible.
36509
c5f45721
AJ
365102012-11-06 Andreas Jaeger <aj@suse.de>
36511
36512 * po/eo.po: Update from translation team.
36513
82477c28
JM
365142012-11-06 Joseph Myers <joseph@codesourcery.com>
36515
36516 [BZ #14793]
36517 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): In case of large z
36518 exponent and small x and y exponents, scale x or y up. Increase
36519 by 2 the exponent used in scaling up.
36520 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36521 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36522 * math/libm-test.inc (fma_test): Add more tests.
36523 (fma_test_towardzero): Likewise.
36524 (fma_test_downward): Likewise.
36525 (fma_test_upward): Likewise.
36526
99252c8c
JM
365272012-11-05 Joseph Myers <joseph@codesourcery.com>
36528
acfa885f
JM
36529 [BZ #14805]
36530 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_DFL_ENV): Use cast to const
36531 fenv_t *.
36532
99252c8c
JM
36533 [BZ #14801]
36534 * sysdeps/s390/fpu/bits/fenv.h (fenv_t): Use implementation
36535 namespace for names of struct fields.
36536 * sysdeps/s390/fpu/fegetenv.c (fegetenv): Update references to
36537 fenv_t fields.
36538 * sysdeps/s390/fpu/feholdexcpt.c (feholdexcept): Likewise.
36539 * sysdeps/s390/fpu/fesetenv.c (fesetenv): Likewise.
36540
d6d98dea
ST
365412012-11-04 Samuel Thibault <samuel.thibault@ens-lyon.org>
36542
36543 [BZ #3665]
36544 * sysdeps/mach/hurd/bits/errno.h: Regenerated.
36545
e10bb107
TS
365462012-11-04 Thomas Schwinge <thomas@codesourcery.com>
36547
36548 * csu/libc-start.c (LIBC_START_MAIN): Conditionalize use of
36549 PTR_DEMANGLE.
36550
36551 [BZ #5246]
36552 * sysdeps/mach/hurd/i386/____longjmp_chk.S: Conditionalize use of
36553 PTR_DEMANGLE.
36554
a0c2940d
JM
365552012-11-04 Joseph Myers <joseph@codesourcery.com>
36556
36557 [BZ #14797]
36558 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute cases that
36559 definitely overflow as x * y not x * y + z.
36560 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36561 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36562 * math/libm-test.inc (fma_test): Add more tests.
36563 (fma_test_towardzero): Likewise.
36564 (fma_test_downward): Likewise.
36565 (fma_test_upward): Likewise.
36566
b830319d
TS
365672012-11-04 Thomas Schwinge <thomas@codesourcery.com>
36568
36569 [BZ #157]
36570
36571 * include/stub-tag.h: Remove file.
36572 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Don't emit
36573 '#include' of it.
36574 * manual/maint.texi (Porting): Don't reference it.
36575 * Makerules ($(objpfx)stubs): Likewise.
36576 * dirent/closedir.c: Don't include <stub-tag.h>.
36577 * dirent/dirfd.c: Likewise.
36578 * dirent/fdopendir.c: Likewise.
36579 * dirent/getdents.c: Likewise.
36580 * dirent/getdents64.c: Likewise.
36581 * dirent/opendir.c: Likewise.
36582 * dirent/readdir.c: Likewise.
36583 * dirent/readdir64.c: Likewise.
36584 * dirent/readdir64_r.c: Likewise.
36585 * dirent/readdir_r.c: Likewise.
36586 * dirent/rewinddir.c: Likewise.
36587 * dirent/seekdir.c: Likewise.
36588 * dirent/telldir.c: Likewise.
36589 * gmon/profil.c: Likewise.
36590 * grp/setgroups.c: Likewise.
36591 * inet/if_index.c: Likewise.
36592 * io/access.c: Likewise.
36593 * io/chdir.c: Likewise.
36594 * io/chmod.c: Likewise.
36595 * io/chown.c: Likewise.
36596 * io/close.c: Likewise.
36597 * io/dup.c: Likewise.
36598 * io/dup2.c: Likewise.
36599 * io/dup3.c: Likewise.
36600 * io/euidaccess.c: Likewise.
36601 * io/faccessat.c: Likewise.
36602 * io/fchdir.c: Likewise.
36603 * io/fchmod.c: Likewise.
36604 * io/fchmodat.c: Likewise.
36605 * io/fchown.c: Likewise.
36606 * io/fchownat.c: Likewise.
36607 * io/fcntl.c: Likewise.
36608 * io/flock.c: Likewise.
36609 * io/fstatfs.c: Likewise.
36610 * io/fstatfs64.c: Likewise.
36611 * io/fstatvfs.c: Likewise.
36612 * io/fstatvfs64.c: Likewise.
36613 * io/futimens.c: Likewise.
36614 * io/fxstat.c: Likewise.
36615 * io/fxstat64.c: Likewise.
36616 * io/fxstatat.c: Likewise.
36617 * io/fxstatat64.c: Likewise.
36618 * io/getcwd.c: Likewise.
36619 * io/isatty.c: Likewise.
36620 * io/lchmod.c: Likewise.
36621 * io/lchown.c: Likewise.
36622 * io/link.c: Likewise.
36623 * io/linkat.c: Likewise.
36624 * io/lseek.c: Likewise.
36625 * io/lseek64.c: Likewise.
36626 * io/lxstat64.c: Likewise.
36627 * io/mkdir.c: Likewise.
36628 * io/mkdirat.c: Likewise.
36629 * io/mkfifo.c: Likewise.
36630 * io/mkfifoat.c: Likewise.
36631 * io/open.c: Likewise.
36632 * io/open64.c: Likewise.
36633 * io/openat.c: Likewise.
36634 * io/openat64.c: Likewise.
36635 * io/pipe.c: Likewise.
36636 * io/pipe2.c: Likewise.
36637 * io/poll.c: Likewise.
36638 * io/posix_fadvise.c: Likewise.
36639 * io/posix_fadvise64.c: Likewise.
36640 * io/posix_fallocate.c: Likewise.
36641 * io/posix_fallocate64.c: Likewise.
36642 * io/read.c: Likewise.
36643 * io/readlink.c: Likewise.
36644 * io/readlinkat.c: Likewise.
36645 * io/rmdir.c: Likewise.
36646 * io/sendfile.c: Likewise.
36647 * io/sendfile64.c: Likewise.
36648 * io/statfs.c: Likewise.
36649 * io/statfs64.c: Likewise.
36650 * io/statvfs.c: Likewise.
36651 * io/statvfs64.c: Likewise.
36652 * io/symlink.c: Likewise.
36653 * io/symlinkat.c: Likewise.
36654 * io/ttyname.c: Likewise.
36655 * io/ttyname_r.c: Likewise.
36656 * io/umask.c: Likewise.
36657 * io/unlink.c: Likewise.
36658 * io/unlinkat.c: Likewise.
36659 * io/utime.c: Likewise.
36660 * io/utimensat.c: Likewise.
36661 * io/write.c: Likewise.
36662 * io/xmknod.c: Likewise.
36663 * io/xmknodat.c: Likewise.
36664 * io/xstat.c: Likewise.
36665 * io/xstat64.c: Likewise.
36666 * login/getpt.c: Likewise.
36667 * login/grantpt.c: Likewise.
36668 * login/unlockpt.c: Likewise.
36669 * math/e_acoshl.c: Likewise.
36670 * math/e_acosl.c: Likewise.
36671 * math/e_asinl.c: Likewise.
36672 * math/e_atan2l.c: Likewise.
36673 * math/e_atanhl.c: Likewise.
36674 * math/e_coshl.c: Likewise.
36675 * math/e_expl.c: Likewise.
36676 * math/e_fmodl.c: Likewise.
36677 * math/e_gammal_r.c: Likewise.
36678 * math/e_hypotl.c: Likewise.
36679 * math/e_j0l.c: Likewise.
36680 * math/e_j1l.c: Likewise.
36681 * math/e_jnl.c: Likewise.
36682 * math/e_lgammal_r.c: Likewise.
36683 * math/e_log10l.c: Likewise.
36684 * math/e_log2l.c: Likewise.
36685 * math/e_logl.c: Likewise.
36686 * math/e_powl.c: Likewise.
36687 * math/e_rem_pio2l.c: Likewise.
36688 * math/e_sinhl.c: Likewise.
36689 * math/e_sqrtl.c: Likewise.
36690 * math/fclrexcpt.c: Likewise.
36691 * math/fedisblxcpt.c: Likewise.
36692 * math/feenablxcpt.c: Likewise.
36693 * math/fegetenv.c: Likewise.
36694 * math/fegetexcept.c: Likewise.
36695 * math/fegetround.c: Likewise.
36696 * math/feholdexcpt.c: Likewise.
36697 * math/fesetenv.c: Likewise.
36698 * math/fesetround.c: Likewise.
36699 * math/feupdateenv.c: Likewise.
36700 * math/fgetexcptflg.c: Likewise.
36701 * math/fraiseexcpt.c: Likewise.
36702 * math/fsetexcptflg.c: Likewise.
36703 * math/ftestexcept.c: Likewise.
36704 * math/k_cosl.c: Likewise.
36705 * math/k_rem_pio2l.c: Likewise.
36706 * math/k_sinl.c: Likewise.
36707 * math/k_tanl.c: Likewise.
36708 * math/s_asinhl.c: Likewise.
36709 * math/s_atanl.c: Likewise.
36710 * math/s_cbrtl.c: Likewise.
36711 * math/s_erfl.c: Likewise.
36712 * math/s_expm1l.c: Likewise.
36713 * math/s_log1pl.c: Likewise.
36714 * math/s_tanhl.c: Likewise.
36715 * misc/acct.c: Likewise.
36716 * misc/brk.c: Likewise.
36717 * misc/chflags.c: Likewise.
36718 * misc/chroot.c: Likewise.
36719 * misc/fchflags.c: Likewise.
36720 * misc/fgetxattr.c: Likewise.
36721 * misc/flistxattr.c: Likewise.
36722 * misc/fremovexattr.c: Likewise.
36723 * misc/fsetxattr.c: Likewise.
36724 * misc/fsync.c: Likewise.
36725 * misc/ftruncate.c: Likewise.
36726 * misc/futimes.c: Likewise.
36727 * misc/futimesat.c: Likewise.
36728 * misc/getdomain.c: Likewise.
36729 * misc/getdtsz.c: Likewise.
36730 * misc/gethostid.c: Likewise.
36731 * misc/gethostname.c: Likewise.
36732 * misc/getloadavg.c: Likewise.
36733 * misc/getpagesize.c: Likewise.
36734 * misc/getsysstats.c: Likewise.
36735 * misc/getxattr.c: Likewise.
36736 * misc/gtty.c: Likewise.
36737 * misc/ioctl.c: Likewise.
36738 * misc/lgetxattr.c: Likewise.
36739 * misc/listxattr.c: Likewise.
36740 * misc/llistxattr.c: Likewise.
36741 * misc/lremovexattr.c: Likewise.
36742 * misc/lsetxattr.c: Likewise.
36743 * misc/lutimes.c: Likewise.
36744 * misc/madvise.c: Likewise.
36745 * misc/mincore.c: Likewise.
36746 * misc/mlock.c: Likewise.
36747 * misc/mlockall.c: Likewise.
36748 * misc/mmap.c: Likewise.
36749 * misc/mprotect.c: Likewise.
36750 * misc/msync.c: Likewise.
36751 * misc/munlock.c: Likewise.
36752 * misc/munlockall.c: Likewise.
36753 * misc/munmap.c: Likewise.
36754 * misc/preadv.c: Likewise.
36755 * misc/preadv64.c: Likewise.
36756 * misc/ptrace.c: Likewise.
36757 * misc/pwritev.c: Likewise.
36758 * misc/pwritev64.c: Likewise.
36759 * misc/readv.c: Likewise.
36760 * misc/reboot.c: Likewise.
36761 * misc/remap_file_pages.c: Likewise.
36762 * misc/removexattr.c: Likewise.
36763 * misc/revoke.c: Likewise.
36764 * misc/select.c: Likewise.
36765 * misc/setdomain.c: Likewise.
36766 * misc/setegid.c: Likewise.
36767 * misc/seteuid.c: Likewise.
36768 * misc/sethostid.c: Likewise.
36769 * misc/sethostname.c: Likewise.
36770 * misc/setregid.c: Likewise.
36771 * misc/setreuid.c: Likewise.
36772 * misc/setxattr.c: Likewise.
36773 * misc/sstk.c: Likewise.
36774 * misc/stty.c: Likewise.
36775 * misc/swapoff.c: Likewise.
36776 * misc/swapon.c: Likewise.
36777 * misc/sync.c: Likewise.
36778 * misc/syncfs.c: Likewise.
36779 * misc/syscall.c: Likewise.
36780 * misc/truncate.c: Likewise.
36781 * misc/ualarm.c: Likewise.
36782 * misc/usleep.c: Likewise.
36783 * misc/ustat.c: Likewise.
36784 * misc/utimes.c: Likewise.
36785 * misc/vhangup.c: Likewise.
36786 * misc/writev.c: Likewise.
36787 * posix/_exit.c: Likewise.
36788 * posix/alarm.c: Likewise.
36789 * posix/execve.c: Likewise.
36790 * posix/fexecve.c: Likewise.
36791 * posix/fork.c: Likewise.
36792 * posix/fpathconf.c: Likewise.
36793 * posix/getaddrinfo.c: Likewise.
36794 * posix/getegid.c: Likewise.
36795 * posix/geteuid.c: Likewise.
36796 * posix/getgid.c: Likewise.
36797 * posix/getgroups.c: Likewise.
36798 * posix/getlogin.c: Likewise.
36799 * posix/getlogin_r.c: Likewise.
36800 * posix/getpgid.c: Likewise.
36801 * posix/getpid.c: Likewise.
36802 * posix/getppid.c: Likewise.
36803 * posix/getresgid.c: Likewise.
36804 * posix/getresuid.c: Likewise.
36805 * posix/getsid.c: Likewise.
36806 * posix/getuid.c: Likewise.
36807 * posix/glob64.c: Likewise.
36808 * posix/nanosleep.c: Likewise.
36809 * posix/pathconf.c: Likewise.
36810 * posix/pause.c: Likewise.
36811 * posix/posix_madvise.c: Likewise.
36812 * posix/pread.c: Likewise.
36813 * posix/pread64.c: Likewise.
36814 * posix/pwrite.c: Likewise.
36815 * posix/pwrite64.c: Likewise.
36816 * posix/sched_getaffinity.c: Likewise.
36817 * posix/sched_getp.c: Likewise.
36818 * posix/sched_gets.c: Likewise.
36819 * posix/sched_primax.c: Likewise.
36820 * posix/sched_primin.c: Likewise.
36821 * posix/sched_rr_gi.c: Likewise.
36822 * posix/sched_setaffinity.c: Likewise.
36823 * posix/sched_setp.c: Likewise.
36824 * posix/sched_sets.c: Likewise.
36825 * posix/sched_yield.c: Likewise.
36826 * posix/setgid.c: Likewise.
36827 * posix/setlogin.c: Likewise.
36828 * posix/setpgid.c: Likewise.
36829 * posix/setresgid.c: Likewise.
36830 * posix/setresuid.c: Likewise.
36831 * posix/setsid.c: Likewise.
36832 * posix/setuid.c: Likewise.
36833 * posix/sleep.c: Likewise.
36834 * posix/spawni.c: Likewise.
36835 * posix/sysconf.c: Likewise.
36836 * posix/times.c: Likewise.
36837 * posix/wait.c: Likewise.
36838 * posix/wait3.c: Likewise.
36839 * posix/wait4.c: Likewise.
36840 * posix/waitpid.c: Likewise.
36841 * resolv/gai_sigqueue.c: Likewise.
36842 * resource/getpriority.c: Likewise.
36843 * resource/getrlimit.c: Likewise.
36844 * resource/getrusage.c: Likewise.
36845 * resource/nice.c: Likewise.
36846 * resource/setpriority.c: Likewise.
36847 * resource/setrlimit.c: Likewise.
36848 * resource/ulimit.c: Likewise.
36849 * rt/aio_cancel.c: Likewise.
36850 * rt/aio_fsync.c: Likewise.
36851 * rt/aio_read.c: Likewise.
36852 * rt/aio_sigqueue.c: Likewise.
36853 * rt/aio_suspend.c: Likewise.
36854 * rt/aio_write.c: Likewise.
36855 * rt/clock_getres.c: Likewise.
36856 * rt/clock_gettime.c: Likewise.
36857 * rt/clock_nanosleep.c: Likewise.
36858 * rt/clock_settime.c: Likewise.
36859 * rt/lio_listio.c: Likewise.
36860 * rt/mq_close.c: Likewise.
36861 * rt/mq_getattr.c: Likewise.
36862 * rt/mq_notify.c: Likewise.
36863 * rt/mq_open.c: Likewise.
36864 * rt/mq_receive.c: Likewise.
36865 * rt/mq_send.c: Likewise.
36866 * rt/mq_setattr.c: Likewise.
36867 * rt/mq_timedreceive.c: Likewise.
36868 * rt/mq_timedsend.c: Likewise.
36869 * rt/mq_unlink.c: Likewise.
36870 * rt/shm_open.c: Likewise.
36871 * rt/shm_unlink.c: Likewise.
36872 * rt/timer_create.c: Likewise.
36873 * rt/timer_delete.c: Likewise.
36874 * rt/timer_getoverr.c: Likewise.
36875 * rt/timer_gettime.c: Likewise.
36876 * rt/timer_settime.c: Likewise.
36877 * setjmp/__longjmp.c: Likewise.
36878 * setjmp/setjmp.c: Likewise.
36879 * signal/kill.c: Likewise.
36880 * signal/killpg.c: Likewise.
36881 * signal/raise.c: Likewise.
36882 * signal/sigaction.c: Likewise.
36883 * signal/sigaltstack.c: Likewise.
36884 * signal/sigblock.c: Likewise.
36885 * signal/sigignore.c: Likewise.
36886 * signal/sigintr.c: Likewise.
36887 * signal/signal.c: Likewise.
36888 * signal/sigpause.c: Likewise.
36889 * signal/sigpending.c: Likewise.
36890 * signal/sigqueue.c: Likewise.
36891 * signal/sigreturn.c: Likewise.
36892 * signal/sigset.c: Likewise.
36893 * signal/sigsetmask.c: Likewise.
36894 * signal/sigstack.c: Likewise.
36895 * signal/sigsuspend.c: Likewise.
36896 * signal/sigtimedwait.c: Likewise.
36897 * signal/sigvec.c: Likewise.
36898 * signal/sigwait.c: Likewise.
36899 * signal/sigwaitinfo.c: Likewise.
36900 * signal/sysv_signal.c: Likewise.
36901 * socket/accept.c: Likewise.
36902 * socket/accept4.c: Likewise.
36903 * socket/bind.c: Likewise.
36904 * socket/connect.c: Likewise.
36905 * socket/getpeername.c: Likewise.
36906 * socket/getsockname.c: Likewise.
36907 * socket/getsockopt.c: Likewise.
36908 * socket/isfdtype.c: Likewise.
36909 * socket/listen.c: Likewise.
36910 * socket/recv.c: Likewise.
36911 * socket/recvfrom.c: Likewise.
36912 * socket/recvmsg.c: Likewise.
36913 * socket/send.c: Likewise.
36914 * socket/sendmsg.c: Likewise.
36915 * socket/sendto.c: Likewise.
36916 * socket/setsockopt.c: Likewise.
36917 * socket/shutdown.c: Likewise.
36918 * socket/sockatmark.c: Likewise.
36919 * socket/socket.c: Likewise.
36920 * socket/socketpair.c: Likewise.
36921 * stdio-common/ctermid.c: Likewise.
36922 * stdio-common/cuserid.c: Likewise.
36923 * stdio-common/remove.c: Likewise.
36924 * stdio-common/rename.c: Likewise.
36925 * stdio-common/renameat.c: Likewise.
36926 * stdio-common/tempname.c: Likewise.
36927 * stdlib/getcontext.c: Likewise.
36928 * stdlib/makecontext.c: Likewise.
36929 * stdlib/setcontext.c: Likewise.
36930 * stdlib/swapcontext.c: Likewise.
36931 * stdlib/system.c: Likewise.
36932 * streams/fattach.c: Likewise.
36933 * streams/fdetach.c: Likewise.
36934 * streams/getmsg.c: Likewise.
36935 * streams/getpmsg.c: Likewise.
36936 * streams/putmsg.c: Likewise.
36937 * streams/putpmsg.c: Likewise.
36938 * sysdeps/unix/bsd/getpt.c: Likewise.
36939 * sysdeps/unix/sysv/linux/epoll_pwait.c: Likewise.
36940 * sysdeps/unix/sysv/linux/futimens.c: Likewise.
36941 * sysdeps/unix/sysv/linux/lutimes.c: Likewise.
36942 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
36943 Likewise.
36944 * sysdeps/unix/sysv/linux/readahead.c: Likewise.
36945 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
36946 * sysdeps/unix/sysv/linux/utimensat.c: Likewise.
36947 * sysvipc/msgctl.c: Likewise.
36948 * sysvipc/msgget.c: Likewise.
36949 * sysvipc/msgrcv.c: Likewise.
36950 * sysvipc/msgsnd.c: Likewise.
36951 * sysvipc/semctl.c: Likewise.
36952 * sysvipc/semget.c: Likewise.
36953 * sysvipc/semop.c: Likewise.
36954 * sysvipc/semtimedop.c: Likewise.
36955 * sysvipc/shmat.c: Likewise.
36956 * sysvipc/shmctl.c: Likewise.
36957 * sysvipc/shmdt.c: Likewise.
36958 * sysvipc/shmget.c: Likewise.
36959 * termios/tcdrain.c: Likewise.
36960 * termios/tcflow.c: Likewise.
36961 * termios/tcflush.c: Likewise.
36962 * termios/tcgetattr.c: Likewise.
36963 * termios/tcgetpgrp.c: Likewise.
36964 * termios/tcsendbrk.c: Likewise.
36965 * termios/tcsetattr.c: Likewise.
36966 * termios/tcsetpgrp.c: Likewise.
36967 * time/adjtime.c: Likewise.
36968 * time/clock.c: Likewise.
36969 * time/getitimer.c: Likewise.
36970 * time/gettimeofday.c: Likewise.
36971 * time/setitimer.c: Likewise.
36972 * time/settimeofday.c: Likewise.
36973 * time/stime.c: Likewise.
36974 * time/time.c: Likewise.
36975
369762012-11-04 Pino Toscano <toscano.pino@tiscali.it>
72e182e3 36977
a20492cf
PT
36978 * sysdeps/generic/paths.h (_PATH_STDPATH): Remove /usr/contrib/bin and
36979 /usr/old/bin.
36980
72e182e3
PT
36981 * sysdeps/generic/paths.h (_PATH_MNTTAB, _PATH_MOUNTED): Use tabs
36982 instead of spaces.
36983 * sysdeps/unix/sysv/linux/paths.h (_PATH_UTMP, _PATH_WTMP): Likewise.
36984
fbeafede
JM
369852012-11-03 Joseph Myers <joseph@codesourcery.com>
36986
5b5b04d6
JM
36987 [BZ #14796]
36988 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Set rounding mode to
36989 FE_TONEAREST before applying Dekker multiplication and Knuth
36990 addition. Clear inexact exceptions and check for exact zero
36991 results afterwards.
36992 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
36993 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
36994 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
36995 * math/libm-test.inc (fma_test): Add more tests.
36996 (fma_test_towardzero): Likewise.
36997 (fma_test_downward): Likewise.
36998 (fma_test_upward): Likewise.
36999 * sysdeps/generic/math_private.h (default_libc_fesetround): New
37000 function.
37001 (libc_fesetround): New macro.
37002 (libc_fesetroundf): Likewise.
37003 (libc_fesetroundl): Likewise.
37004 * sysdeps/i386/fpu/fenv_private.h (libc_fesetround_sse): New
37005 function.
37006 (libc_fesetround_387): Likewise.
37007 (libc_fesetroundf): New macro.
37008 (libc_fesetround): Likewise.
37009 (libc_fesetroundl): Likewise.
37010 * sysdeps/sparc/fpu/fenv_private.h (libc_fesetround): New
37011 function.
37012 (libc_fesetroundf): New macro.
37013 (libc_fesetround): Likewise.
37014 (libc_fesetroundl): Likewise.
37015 * include/fenv.h (feclearexcept): Add libm_hidden_proto.
37016 * math/fclrexcpt.c (feclearexcept): Add libm_hidden_ver.
37017 * sysdeps/i386/fpu/fclrexcpt.c (feclearexcept): Add
37018 libm_hidden_ver.
37019 * sysdeps/powerpc/fpu/fclrexcpt.c (feclearexcept): Likewise.
37020 * sysdeps/s390/fpu/fclrexcpt.c (feclearexcept): Add
37021 libm_hidden_def.
37022 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Likewise.
37023 * sysdeps/sparc/fpu/fclrexcpt.c (feclearexcept): Add
37024 libm_hidden_ver.
37025 * sysdeps/x86_64/fpu/fclrexcpt.c (feclearexcept): Add
37026 libm_hidden_def.
37027
fbeafede
JM
37028 [BZ #3439]
37029 * sysdeps/powerpc/bits/fenv.h (FE_INEXACT): Define macro to
37030 integer constant usable in #if and use that to give value to enum
37031 constant.
37032 (FE_DIVBYZERO): Likewise.
37033 (FE_UNDERFLOW): Likewise.
37034 (FE_OVERFLOW): Likewise.
37035 (FE_INVALID): Likewise.
37036 (FE_INVALID_SNAN): Likewise.
37037 (FE_INVALID_ISI): Likewise.
37038 (FE_INVALID_IDI): Likewise.
37039 (FE_INVALID_ZDZ): Likewise.
37040 (FE_INVALID_IMZ): Likewise.
37041 (FE_INVALID_COMPARE): Likewise.
37042 (FE_INVALID_SOFTWARE): Likewise.
37043 (FE_INVALID_SQRT): Likewise.
37044 (FE_INVALID_INTEGER_CONVERSION): Likewise.
37045 (FE_TONEAREST): Likewise.
37046 (FE_TOWARDZERO): Likewise.
37047 (FE_UPWARD): Likewise.
37048 (FE_DOWNWARD): Likewise.
37049 * sysdeps/s390/fpu/bits/fenv.h (FE_INVALID): Likewise.
37050 (FE_DIVBYZERO): Likewise.
37051 (FE_OVERFLOW): Likewise.
37052 (FE_UNDERFLOW): Likewise.
37053 (FE_INEXACT): Likewise.
37054 (FE_TONEAREST): Likewise.
37055 (FE_DOWNWARD): Likewise.
37056 (FE_UPWARD): Likewise.
37057 (FE_TOWARDZERO): Likewise.
37058 * sysdeps/sh/sh4/fpu/bits/fenv.h (FE_INEXACT): Likewise.
37059 (FE_UNDERFLOW): Likewise.
37060 (FE_OVERFLOW): Likewise.
37061 (FE_DIVBYZERO): Likewise.
37062 (FE_INVALID): Likewise.
37063 (FE_TONEAREST): Likewise.
37064 (FE_TOWARDZERO): Likewise.
37065 * sysdeps/sparc/fpu/bits/fenv.h (FE_INVALID): Likewise.
37066 (FE_OVERFLOW): Likewise.
37067 (FE_UNDERFLOW): Likewise.
37068 (FE_DIVBYZERO): Likewise.
37069 (FE_INEXACT): Likewise.
37070 (FE_TONEAREST): Likewise.
37071 (FE_TOWARDZERO): Likewise.
37072 (FE_UPWARD): Likewise.
37073 (FE_DOWNWARD): Likewise.
37074 * sysdeps/x86/fpu/bits/fenv.h (FE_INVALID): Likewise.
37075 (FE_DIVBYZERO): Likewise.
37076 (FE_OVERFLOW): Likewise.
37077 (FE_UNDERFLOW): Likewise.
37078 (FE_INEXACT): Likewise.
37079 (FE_TONEAREST): Likewise.
37080 (FE_DOWNWARD): Likewise.
37081 (FE_UPWARD): Likewise.
37082 (FE_TOWARDZERO): Likewise.
37083
105ca950
CM
370842012-11-02 Chris Metcalf <cmetcalf@tilera.com>
37085
37086 * elf/elf.h (R_TILEGX_IMM16_X[01]_HW[012]_(|LAST_)PLT_PCREL): Add.
37087
a542b389
AS
370882012-11-03 Andreas Schwab <schwab@linux-m68k.org>
37089
37090 * scripts/cross-test-ssh.sh (command): Use newlines to separate
37091 commands. Quote $PWD.
37092 (blacklist_exports): Don't use remove_newlines. Replace "declare
37093 -x" by "export".
37094 (remove_newlines): Remove.
37095
f62c8abc
L
370962012-11-02 H.J. Lu <hongjiu.lu@intel.com>
37097
37098 * stdlib/Makefile (headers): Add bits/stdlib-float.h.
37099 * stdlib/stdlib.h (atof): Moved to ...
37100 * include/bits/stdlib-float.h: Here. New file.
37101 * stdlib/stdlib.h: Include <bits/stdlib-float.h>.
37102 * stdlib/bits/stdlib-float.h: New file.
37103 * sysdeps/x86/Makefile (CFLAGS-.os): Compile rtld routines with
37104 -mno-sse -mno-mmx.
37105 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: Include
37106 <xmmintrin.h>.
37107
0155d5b2
JM
371082012-11-02 Joseph Myers <joseph@codesourcery.com>
37109
a68d0680
JM
37110 * conform/conformtest.pl (@headers): Add fenv.h.
37111 * conform/data/fenv.h-data: New file.
37112 * include/fenv.h [_ISOMAC]: Disable all contents of file except
37113 include of <math/fenv.h>.
37114
caf7f573
JM
37115 * conform/data/complex.h-data [ISO99 || ISO11 || XOPEN2K ||
37116 POSIX2008]: Change condition to [!ISO && !POSIX && !XPG3 && !XPG4
37117 && !UNIX98]. Enables tests for XOPEN2K8.
37118 * conform/data/inttypes.h-data [ISO99 || ISO11 || XOPEN2K ||
37119 POSIX2008]: Likewise.
37120
6c073ad6
JM
37121 * conform/data/sys/wait.h-data [XPG3 || XOPEN2K8 || POSIX2008]
37122 (struct rusage): Do not expect type or its members.
37123
0155d5b2
JM
37124 [BZ #3439]
37125 * math/math.h (FP_NAN): Define macro to integer constant usable in
37126 #if and use that to give value to enum constant.
37127 (FP_INFINITE): Likewise.
37128 (FP_ZERO): Likewise.
37129 (FP_SUBNORMAL): Likewise.
37130 (FP_NORMAL): Likewise.
37131
b5dcacb4
AS
371322012-11-02 Andreas Schwab <schwab@linux-m68k.org>
37133
37134 * iconvdata/bug-iconv8.c (do_test): Use %z for size_t arguments.
37135 * iconvdata/bug-iconv9.c (do_test): Use %t for ptrdiff_t
37136 arguments.
37137
f7934be8
RM
371382012-11-02 Roland McGrath <roland@hack.frob.com>
37139
37140 * aclocal.m4 (GLIBC_AUTOCONF_VERSION): New macro.
37141 Check that AC_AUTOCONF_VERSION matches it and m4_fatal at
37142 autoconf-time if not.
37143 * configure.in: Remove AC_PREREQ.
37144
d7d08bde
TMQMF
371452012-11-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37146
37147 * sysdeps/powerpc/sys/platform/ppc.h (__ppc_get_timebase): Use
37148 __builtin_ppc_get_timebase when building with GCC >= 4.8 instead
37149 of the internal implementation.
37150
dcdae19a
JM
371512012-11-02 Joseph Myers <joseph@codesourcery.com>
37152
37153 * include/sys/syslog.h [_ISOMAC]: Disable all contents of file
37154 except include of <misc/sys/syslog.h>.
37155
d6cffd3e
AS
371562012-11-01 Andreas Schwab <schwab@linux-m68k.org>
37157
37158 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S: If the
37159 function returns with a NULL context exit with zero.
37160
b3563932
TMQMF
371612012-11-01 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37162
37163 * sysdeps/powerpc/Makefile (cflags): Remove -mnew-mnemonics.
37164
b288a93d
L
371652012-11-01 H.J. Lu <hongjiu.lu@intel.com>
37166
37167 * catgets/test-gencat.sh (run_program_prefix): Renamed to ...
37168 (run_program_cmd): This.
37169 * localedata/tst-langinfo.sh (run_program_prefix): Removed.
37170 (tst_langinfo): New variable. Use it.
37171
a2421a68
SAS
371722012-11-01 Sebastan Andrzej Siewior <bigeasy@linutronix.de>
37173
37174 * sysdeps/powerpc/powerpc32/dl-trampoline.S: Put __NO_FPRS__ around
37175 floating point opcodes.
37176
6f796e1b
TS
371772012-11-01 Thomas Schwinge <thomas@codesourcery.com>
37178
7402596b
TS
37179 * sysdeps/mach/hurd/Makefile (link-libc-static-tests): New
37180 variable.
37181
d0d4f868
TS
37182 * elf/dl-support.c: Unconditionally include "setup-vdso.h".
37183
6f796e1b
TS
37184 * sysdeps/mach/hurd/powerpc: Remove directory.
37185 * sysdeps/mach/powerpc: Likewise.
37186
4da224a2
AS
371872012-11-01 Andreas Schwab <schwab@linux-m68k.org>
37188
37189 * scripts/check-local-headers.sh: Ignore c++ headers.
37190
341dd673
TS
371912012-11-01 Thomas Schwinge <thomas@codesourcery.com>
37192
37193 * libio/genops.c (_IO_flush_all_lockp): Use NULL rather than 0 for
37194 __libc_cleanup_region_start argument.
37195
473611b2
JM
371962012-11-01 Joseph Myers <joseph@codesourcery.com>
37197
37198 [BZ #14784]
37199 [BZ #14785]
37200 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle cases with small
37201 x * y using scaling, not as x * y + z.
37202 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37203 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37204 * math/libm-test.inc (fma_test): Add more tests.
37205 (fma_test_towardzero): Likewise.
37206 (fma_test_downward): Likewise.
37207 (fma_test_upward): Likewise.
37208
4078da3d
TS
372092012-11-01 Thomas Schwinge <thomas@codesourcery.com>
37210
37211 * sysdeps/mach/hurd/bits/param.h: Remove stray #endif.
37212
903252aa
JM
372132012-10-31 Joseph Myers <joseph@codesourcery.com>
37214
37215 * sysdeps/sh/Makefile [$(subdir) = debug] (CFLAGS-backtrace.c):
37216 New variable.
37217
cbc818d0
TS
372182012-10-31 Thomas Schwinge <thomas@codesourcery.com>
37219
37220 * rt/tst-shm.c (worker): Correct checking for mmap failure.
37221
5a03cb1e
AS
372222012-10-31 Andreas Schwab <schwab@linux-m68k.org>
37223
37224 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37225 Fix sort order.
37226 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37227 Likewise.
37228
90aff2ff
TMQMF
372292012-10-31 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
37230
37231 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37232 Fix the order of the list for glibc 2.17.
37233 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37234 Likewise.
37235
1818fcb7
AS
372362012-10-31 Andreas Schwab <schwab@linux-m68k.org>
37237
37238 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
37239
ef82f4da
JM
372402012-10-31 Joseph Myers <joseph@codesourcery.com>
37241
16a0e2ec
JM
37242 [BZ #14610]
37243 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c (__ieee754_atan2l): Check
37244 for low part of x being zero before using __atanl (y).
37245 * math/libm-test.inc (atan2_test): Add another test.
37246
0eb69512
JM
37247 * manual/install.texi (Configuring and compiling): Document
37248 general use of test-wrapper and test-wrapper-env.
37249 * INSTALL: Regenerated.
37250
ef82f4da
JM
37251 * sysdeps/ieee754/dbl-64/s_fma.c: Include <tininess.h>.
37252 (__fma): Do not extract and scale down low bits on after-rounding
37253 systems when result rounded to normal precision would have normal
37254 exponent.
37255 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <tininess.h>.
37256 (__fmal): Do not extract and scale down low bits on after-rounding
37257 systems when result rounded to normal precision would have normal
37258 exponent.
37259 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <tininess.h>.
37260 (__fmal): Do not extract and scale down low bits on after-rounding
37261 systems when result rounded to normal precision would have normal
37262 exponent.
37263 * math/libm-test.inc (UNDERFLOW_EXCEPTION_BEFORE_ROUNDING): New
37264 macro.
37265 (fma_test): Add more tests.
37266 (fma_test_towardzero): Likewise.
37267 (fma_test_downward): Likewise.
37268 (fma_test_upward): Likewise.
37269
954ef0d9
L
372702012-10-30 H.J. Lu <hongjiu.lu@intel.com>
37271
37272 * sysdeps/i386/tininess.h: Renamed to ...
37273 * sysdeps/x86/tininess.h: This.
37274 * sysdeps/x86_64/tininess.h: Removed.
37275
df61ffb2
JM
372762012-10-30 Joseph Myers <joseph@codesourcery.com>
37277
37278 * elf/Makefile ($(objpfx)tst-array1.out): Depend on comparison
37279 input. Use $(build-program-cmd).
37280 ($(objpfx)tst-array1-static.out): Likewise.
37281 ($(objpfx)tst-array2.out): Likewise.
37282 ($(objpfx)tst-array3.out): Likewise.
37283 ($(objpfx)tst-array4.out): Likewise.
37284 ($(objpfx)tst-array5.out): Likewise.
37285 ($(objpfx)tst-array5-static.out): Likewise.
37286
01767843
CM
372872012-10-30 Chris Metcalf <cmetcalf@tilera.com>
37288
47cc1490
CM
37289 * elf/dl-load.c (_dl_map_object_from_fd): Call DL_AFTER_LOAD
37290 if defined.
37291
01767843
CM
37292 * nss/nsswitch.h (nss_interface_function): Provide new
37293 macro for use with NSS functions.
37294 * grp/initgroups.c: Use new macro.
37295 * nss/getXXbyYY.c: Likewise.
37296 * nss/getXXbyYY_r.c: Likewise.
37297 * nss/getXXent.c: Likewise.
37298 * nss/getXXent_r.c: Likewise.
37299 * sysdeps/posix/getaddrinfo.c: Likewise.
37300
8321aa97
AJ
373012012-10-30 Andreas Jaeger <aj@suse.de>
37302
37303 * po/ru.po: Update Russion translation from translation project.
37304
2a27fd6d
JM
373052012-10-30 Joseph Myers <joseph@codesourcery.com>
37306
8627a232
JM
37307 [BZ #14152]
37308 [BZ #14783]
37309 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Extract low bits of
37310 result and shift together with sticky bit instead of replicating
37311 round-to-nearest rounding.
37312 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
37313 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
37314 * math/libm-test.inc (fma_test): Add more tests. Do not permit
37315 missing underflow exceptions.
37316 (fma_test_towardzero): Add more tests.
37317 (fma_test_downward): Likewise.
37318 (fma_test_upward): Likewise.
37319
2a27fd6d
JM
37320 [BZ #14047]
37321 * sysdeps/generic/tininess.h: New file.
37322 * sysdeps/i386/tininess.h: Likewise.
37323 * sysdeps/sh/tininess.h: Likewise.
37324 * sysdeps/x86_64/tininess.h: Likewise.
37325 * stdlib/tst-strtod-underflow.c: Likewise.
37326 * stdlib/tst-tininess.c: Likewise.
37327 * stdlib/strtod_l.c: Include <tininess.h>.
37328 (round_and_return): Do not set errno for exact underflow cases.
37329 Force an underflow exception when setting errno for underflow.
37330 Determine underflow based on rounding to normal precision if
37331 TININESS_AFTER_ROUNDING.
37332 * stdlib/tst-strtod.c (tests): Do not expect errno to be set to
37333 ERANGE for exact underflow cases.
37334 * stdlib/Makefile (tests): Add tst-tininess and
37335 tst-strtod-underflow.
37336 ($(objpfx)tst-tininess): Use $(link-libm).
37337 ($(objpfx)tst-strtod-underflow): Likewise.
37338
e7170363
AJ
373392012-10-30 Andreas Jaeger <aj@suse.de>
37340
e5088dc6
AJ
37341 [BZ#14767]
37342 * elf/Makefile (tests): Remove conditional for have-initfini-array
37343 since this is now always required and the variable does not exist
37344 anymore.
37345 (tests-static): Likewise.
37346 (modules-names): Likewise.
37347
e7170363 37348 * po/eo.po: Add Esperanto translation from translation project.
b0988f10
AJ
37349
37350 * elf/tst-array1.c (fini_array): Make writeable so that it can be
37351 merged with constructor/destructor.
37352 (init_array): Likewise.
37353 * elf/tst-array2dep.c (fini_array): Likewise.
37354 (init_array): Likewise.
37355
60457d8a
MF
373562012-10-29 Mike Frysinger <vapier@gentoo.org>
37357
37358 * manual/message.texi: Delete @cartouche tags.
37359
8bece752
PT
373602012-10-29 Pino Toscano <toscano.pino@tiscali.it>
37361
94ce799f
PT
37362 * sysdeps/mach/hurd/fdatasync.c: Turn ERR into EINVAL if it is
37363 EOPNOTSUPP.
37364 * sysdeps/mach/hurd/fsync.c: Likewise.
37365
8bece752
PT
37366 * sysdeps/pthread/aio_notify.c (__aio_notify_only)
37367 [_POSIX_REALTIME_SIGNALS]: Change condition to
37368 [_POSIX_REALTIME_SIGNALS > 0].
37369
86ebe6b1
AJ
373702012-10-27 Andreas Jaeger <aj@suse.de>
37371
37372 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (__O_LARGEFILE)
37373 [!__x86_64]: Do not define, take value from <bits/fcntl-linux.h>.
37374 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE):
37375 [__WORDSIZE != 64]: Likewise.
37376
54399c08
L
373772012-10-26 H.J. Lu <hongjiu.lu@intel.com>
37378
37379 * iconvdata/tst-table.sh: Remove ${SHELL}.
37380 * iconvdata/tst-tables.sh: Likewise.
37381
e2211bed
DM
373822012-10-25 David S. Miller <davem@davemloft.net>
37383
37384 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37385 (__get_clockfreq_via_proc_openprom): Use strtoumax instead
37386 of strtoull.
37387
f303f97c
DM
37388 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add comments for
37389 ifunc-impl-list.c
37390 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
37391 * sysdeps/sparc/sparc64/multiarch/ifunc-impl-list.c: New file.
37392 * sysdeps/sparc/sparc32/sparcv9/multiarch/ifunc-impl-list.c: New
37393 file.
37394
1e9d84cd
RM
373952012-10-25 Roland McGrath <roland@hack.frob.com>
37396
37397 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37398 (__get_clockfreq_via_proc_openprom): Use __getdents instead of
37399 __getdirentries.
37400
df381762
JM
374012012-10-25 Joseph Myers <joseph@codesourcery.com>
37402 Jim Blandy <jimb@codesourcery.com>
37403
37404 * scripts/cross-test-ssh.sh: New file.
37405 * manual/install.texi (Configuring and compiling): Document use of
37406 cross-test-ssh.sh.
37407 * INSTALL: Regenerated.
37408
bff64913
PT
374092012-10-25 Pino Toscano <toscano.pino@tiscali.it>
37410
37411 * sysdeps/mach/hurd/ptrace.c (ptrace): Use __hurd_fail to return
37412 EOPNOTSUPP.
37413
25fe8932
JM
374142012-10-25 Joseph Myers <joseph@codesourcery.com>
37415
37416 * Makeconfig (run-program-prefix): Fix comment.
37417
cc1290d0
JM
374182012-10-24 Joseph Myers <joseph@codesourcery.com>
37419 Jim Blandy <jimb@codesourcery.com>
37420
37421 * Makeconfig (test-wrapper): New variable,
37422 (test-wrapper-env): Likewise.
37423 [$(cross-compiling) = yes && $(test-wrapper) != ""]
37424 (run-built-tests): Define to yes.
37425 (run-program-prefix): Use $(test-wrapper).
37426 (built-program-cmd): Likewise.
37427 * Rules (make-test-out): Use $(test-wrapper-env) and
37428 $(host-built-program-cmd).
37429 * elf/Makefile ($(objpfx)order.out): Use $(test-wrapper).
37430 ($(objpfx)tst-pathopt.out): Pass $(test-wrapper-env) to
37431 tst-pathopt.sh.
37432 ($(objpfx)tst-rtld-load-self.out): Pass $(test-wrapper) and
37433 $(test-wrapper-env) to tst-rtld-load-self.sh.
37434 ($(objpfx)order2.out): Use $(test-wrapper).
37435 ($(objpfx)tst-initorder.out): Likewise.
37436 ($(objpfx)tst-initorder2.out): Likewise.
37437 ($(objpfx)tst-unused-dep.out): Use $(test-wrapper-env).
37438 * elf/tst-pathopt.sh (run_program_prefix): Remove unused variable.
37439 (test_wrapper_env): New variable. Use it to run ld.so.
37440 * elf/tst-rtld-load-self.sh (test_wrapper): New variable.
37441 Use it to run ld.so.
37442 (test_wrapper_env): Likewise.
37443 * iconvdata/Makefile ($(objpfx)iconv-test.out): Pass
37444 $(test-wrapper) to run-iconv-test.sh.
37445 * iconvdata/run-iconv-test.sh (test_wrapper): New variable.
37446 (ICONV): Use $test_wrapper.
37447 * posix/Makefile ($(objpfx)globtest.out): Pass
37448 $(run-via-rtld-prefix), $(test-wrapper) and $(test-wrapper-env) to
37449 globtest.sh, not $(run-program-prefix).
37450 * posix/globtest.sh (run_via_rtld_prefix): New variable.
37451 (test_wrapper): Likewise.
37452 (test_wrapper_env): Likewise. Use it to run globtest with HOME
37453 set together with run_via_rtld_prefix.
37454 (run_program_prefix): Define in terms of test_wrapper and
37455 run_via_rtld_prefix.
37456
6e6249d0
RM
374572012-10-24 Roland McGrath <roland@hack.frob.com>
37458
37459 * nscd/Makefile ($(objpfx)nscd): Remove librt dependency.
37460 * posix/Makefile ($(objpfx)tst-regex, $(objpfx)tst-regex2):
37461 Targets removed.
37462
37463 [BZ #14743]
37464 * include/time.h: Remove librt_hidden_proto (clock_gettime).
37465 Declare __clock_getres, __clock_gettime, __clock_settime,
37466 __clock_nanosleep, and __clock_getcpuclockid.
37467 * rt/clock_gettime.c: Define __clock_gettime as an alias.
37468 Remove librt_hidden_def (clock_gettime).
37469 * sysdeps/unix/clock_gettime.c: Likewise.
37470 * rt/clock_getcpuclockid.c: Define __clock_getcpuclockid as an alias.
37471 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c: Likewise.
37472 * rt/clock_getres.c: Define __clock_getres as an alias.
37473 * sysdeps/posix/clock_getres.c: Likewise.
37474 * rt/clock_settime.c: Define __clock_settime as an alias.
37475 * sysdeps/unix/clock_settime.c: Likewise.
37476 * rt/clock_nanosleep.c: Define __clock_nanosleep as an alias.
37477 * sysdeps/unix/clock_nanosleep.c: Likewise.
37478 * sysdeps/unix/sysv/linux/clock_nanosleep.c: Likewise.
37479 * rt/clock-compat.c: New file.
37480 * rt/Makefile (librt-routines): Add clock-compat and move
37481 $(clock-routines) to ...
37482 (routines): ... here, new variable.
37483 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_routines):
37484 Don't add get_clockfreq here.
37485 * rt/Versions (libc: GLIBC_2.17): New version set.
37486 Add clock_* symbols here.
37487 (libc: GLIBC_PRIVATE): New version set. Add __clock_* symbols here.
37488 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist
37489 (GLIBC_2.17): Add clock_* symbols.
37490 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
37491 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
37492 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
37493 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
37494 Likewise.
37495 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
37496 Likewise.
37497 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
37498 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
37499 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
37500 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
37501 * NEWS: Mention the move.
37502
37503 * sysdeps/unix/sysv/linux/i386/get_clockfreq.c (__get_clockfreq):
37504 Use __open, __read, __close rather than their public counterparts.
37505 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
37506 (__get_clockfreq_via_cpuinfo): Likewise.
37507 (__get_clockfreq_via_proc_openprom): Likewise, and __getdirentries.
37508 (__get_clockfreq_via_dev_openprom): Likewise, and __ioctl.
37509
37510 * config.h.in (HAVE_IFUNC): New #undef.
37511 * configure.in: Define it if libc_cv_ld_gnu_indirect_function
37512 was successful.
37513 * configure: Regenerated.
37514
0cae3f4b
MF
375152012-10-24 Mike Frysinger <vapier@gentoo.org>
37516
37517 * configure.in: Move READELF check to start of file.
37518 (libc_cv_ld_gnu_indirect_function): Change to a link test. Rename from
37519 libc_cv_asm_gnu_indirect_function in the process.
37520 * configure: Regenerated.
37521
8175a253
MF
375222012-10-24 Mike Frysinger <vapier@gentoo.org>
37523
37524 * configure.in (libc_cv_gcc_static_libgcc): Drop -q flag to grep and
37525 send the output to /dev/null.
37526 (libc_cv_cc_with_libunwind): Likewise.
37527 (libc_cv_as_noexecstack): Likewise.
37528 * configure: Regenerate.
37529
0708a7d1
JM
375302012-10-24 Joseph Myers <joseph@codesourcery.com>
37531
10b40d85
JM
37532 * io/ftwtest-sh (tmp): Define to ${objpfx}io, not using `pwd`.
37533
0708a7d1
JM
37534 * posix/globtest.sh (TMPDIR): Do not set.
37535 (testdir): Define using ${common_objpfx}posix not $TMPDIR.
37536 (testout): Likewise.
37537
9fddec1a
AJ
375382012-10-24 Andreas Jaeger <aj@suse.de>
37539
3a8db22f
AJ
37540 * io/fcntl.h: Always define mode_t, off_t, pid_t and use these
37541 types for creat, creat64, lockf, posix_fadvise, posix_fallocate.
37542 [__USE_LARGEFILE64 && !__off64_t_defined]: Define off64_t.
37543 [__USE_LARGEFILE64]: Use off64_t in declaration of lock64,
37544 posix_fadvise64, posix_fallocate64.
37545
9fddec1a
AJ
37546 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h (F_GETLK, F_SETLK)
37547 (F_SETLKW) [__x86_64]: Remove, provided by <bits/fcntl-linux.h>.
37548 (F_GETLK, F_SETLK, F_SETLKW) [!__USE_FILE_OFFSET64 && !__x86_64__]:
37549 Likewise.
37550 (F_GETLK, F_SETLK, F_SETLKW) [__USE_FILE_OFFSET64 && ! __x86_64__]:
37551 Likewise.
37552 (F_GETLK64, F_SETLK64, F_SETLKW64) [!__x86_64__]: Likewise.
37553
37554 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_GETLK, F_SETLK)
37555 (F_SETLKW) [__USE_FILE_OFFSET64]: Remove, provided by
37556 <bits/fcntl-linux.h>.
37557 (F_GETLK64, F_SETLK64, F_SETLKW64) [__WORDSIZE == 64]: Likewise.
37558
37559 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_DUPFD, F_GETFD)
37560 (F_SETFD, F_GETFL, F_SETFL): Remove, provided by <bits/fcntl-linux.h>.
37561 (F_GETLK, F_SETLK, F_SETLKW) [__WORDSIZE == 64]: Likewise.
37562 (F_GETLK, F_SETLK, F_SETLKW, F_GETLK64, F_SETLK64, F_SETLKW64)
37563 [__WORDSIZE != 64]: Likewise.
37564
ebfd1bbd
JM
375652012-10-23 Joseph Myers <joseph@codesourcery.com>
37566
03ac099f
JM
37567 * Makeconfig (run-built-tests): New variable.
37568 * Rules [$(cross-compiling) = yes]: Change condition to
37569 [$(run-built-tests) = no].
37570 * catgets/Makefile [$(cross-compiling) != yes]: Change condition
37571 to [$(run-built-tests) = yes].
37572 * elf/Makefile [$(cross-compiling) = no]: Likewise
37573 * grp/Makefile [$(cross-compiling) = no]: Likewise.
37574 * iconv/Makefile [$(cross-compiling) != yes]: Likewise.
37575 * iconvdata/Makefile [$(cross-compiling) = no]: Likewise.
37576 * intl/Makefile [$(cross-compiling) = no]: Likewise.
37577 * io/Makefile [$(cross-compiling) = no]: Likewise.
37578 * libio/Makefile [$(cross-compiling) = no]: Likewise.
37579 * malloc/Makefile [$(cross-compiling) = no]: Likewise.
37580 * misc/Makefile [$(cross-compiling) = no]: Likewise.
37581 * posix/Makefile [$(cross-compiling) = no]: Likewise.
37582 * resolv/Makefile [$(cross-compiling) = no]: Likewise.
37583 * stdio-common/Makefile [$(cross-compiling) = no]: Likewise.
37584 * stdlib/Makefile [$(cross-compiling) = no]: Likewise.
37585 * string/Makefile [$(cross-compiling) = no]: Likewise.
37586
ebfd1bbd
JM
37587 * posix/Makefile ($(objpfx)globtest.out): Pass
37588 $(run-program-prefix) to globtest.sh, not $(elf-objpfx) and
37589 $(rtld-installed-name).
37590 * posix/globtest.sh (elf_objpfx): Remove variable.
37591 (rtld_installed_name): Likewise.
37592 (library_path): Likewise.
37593 (run_program_prefix): New variable. Use for running globtest
37594 binary.
37595
166bca24
JB
375962012-10-23 Jim Blandy <jimb@codesourcery.com>
37597 Joseph Myers <joseph@codesourcery.com>
37598
37599 * Makeconfig (host-built-program-cmd): New variable.
37600 * elf/Makefile (tst-stackguard1-ARGS): Use
37601 $(host-built-program-cmd).
37602 * posix/Makefile (tst-exec-ARGS): Use $(host-built-program-cmd).
37603 (tst-spawn-ARGS): Likewise.
37604 * rt/Makefile (tst-mqueue7-ARGS): Use $(host-built-program-cmd).
37605
88866099
JM
376062012-10-23 Joseph Myers <joseph@codesourcery.com>
37607 Jim Blandy <jimb@codesourcery.com>
37608
37609 * Makeconfig (run-via-rtld-prefix): New variable.
37610 (run-program-prefix): Define in terms of $(run-via-rtld-prefix).
37611 (built-program-cmd): Likewise.
37612
b4b4c296
AJ
376132012-10-22 Andreas Jaeger <aj@suse.de>
37614
37615 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (O_RSYNC): Define to
37616 __O_RSYNC if it exists, otherwise to O_SYNC.
37617
6fb54a22
JB
376182012-10-22 Jim Blandy <jimb@codesourcery.com>
37619 Joseph Myers <joseph@codesourcery.com>
37620
37621 * iconvdata/run-iconv-test.sh: Redirect iconv stdin in loops from
37622 /dev/null.
37623 * iconvdata/tst-tables.sh: Redirect tst-table.sh stdin in loop
37624 from /dev/null
37625 * posix/tst-getconf.sh: Redirect getconf stdin in loop from
37626 /dev/null.
37627
481b90b9
AJ
376282012-10-22 Andreas Jaeger <aj@suse.de>
37629
2a0e2669
AJ
37630 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (__O_LARGEFILE):
37631 Define always.
37632 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (__O_LARGEFILE): Likewise.
37633
76e38f9a
AJ
37634 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
37635 bits/fcntl-linux.h.
37636
7cd37b43
AJ
37637 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h (F_GETLK, F_SETLK)
37638 (F_SETLKW) [!F_GETLK]: Define values for [!__USE_FILE_OFFSET64].
37639
481b90b9
AJ
37640 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h (O_LARGEFILE): Rename
37641 to __O_LARGEFILE.
37642 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_LARGEFILE): Rename
37643 to __O_LARGEFILE.
37644
aba75984
JB
376452012-10-21 Jim Blandy <jimb@codesourcery.com>
37646 Joseph Myers <joseph@codesourcery.com>
37647
37648 * config.make.in (NM): New variable.
37649
88d4247f
AJ
376502012-10-21 Andreas Jaeger <aj@suse.de>
37651
37652 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Remove all
37653 definitions and declarations that are provided by
37654 <bits/fcntl-linux.h> and include <bits/fcntl-linux.h>.
37655
f2eed205
L
376562012-10-20 H.J. Lu <hongjiu.lu@intel.com>
37657
37658 [BZ #14683]
37659 * elf/Makefile (tests-static): Add tst-leaks1-static.
37660 (tests): Also depend on $(objpfx)tst-leaks1-static-mem.
37661 ($(objpfx)tst-leaks1-static): New rule.
37662 ($(objpfx)tst-leaks1-static-mem): Likewise.
37663 (tst-leaks1-static-ENV): New macro.
37664 * elf/dl-open.c (dl_open_worker): Check the main application
37665 only if SHARED is defined.
37666 * elf/tst-leaks1-static.c: New file.
37667
335e6931
AJ
376682012-10-20 Andreas Jaeger <aj@suse.de>
37669
37670 * sysdeps/unix/sysv/linux/bits/fcntl-linux.h: New file, contains
37671 generic values for Linux.
37672 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: Remove all definitions
37673 and declarations that are provided by <bits/fcntl-linux.h> and
37674 include <bits/fcntl-linux.h>.
37675 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
37676 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
37677
ac5c94d3
RM
376782012-10-20 Roland McGrath <roland@hack.frob.com>
37679
37680 * io/fcntl.h: Move include of <bits/types.h> to the top and
37681 include it unconditionally.
37682
de54b33a
L
376832012-10-20 H.J. Lu <hongjiu.lu@intel.com>
37684
228cfb01
L
37685 * wcsmbs/Makefile (tests-ifunc): New variable.
37686 (tests): Add $(tests-ifunc).
37687 * wcsmbs/test-wcschr-ifunc.c: New file.
37688 * wcsmbs/test-wcscmp-ifunc.c: Likewise.
37689 * wcsmbs/test-wcscpy-ifunc.c: Likewise.
37690 * wcsmbs/test-wcslen-ifunc.c: Likewise.
37691 * wcsmbs/test-wcsrchr-ifunc.c: Likewise.
37692 * wcsmbs/test-wmemcmp-ifunc.c: Likewise.
37693
69f07e5f
L
37694 * string/Makefile (tests-ifunc): New variable.
37695 (tests): Add $(tests-ifunc).
37696 * string/test-memccpy.c (TEST_NAME): New macro.
37697 * string/test-memchr.c (TEST_NAME): Likewise.
37698 * string/test-memcmp.c (TEST_NAME): Likewise.
37699 * string/test-memcpy.c (TEST_NAME): Likewise.
37700 * string/test-memmem.c (TEST_NAME): Likewise.
37701 * string/test-memmove.c (TEST_NAME): Likewise.
37702 * string/test-memset.c (TEST_NAME): Likewise.
37703 * string/test-rawmemchr.c (TEST_NAME): Likewise.
37704 * string/test-stpcpy.c (TEST_NAME): Likewise.
37705 * string/test-stpncpy.c (TEST_NAME): Likewise.
37706 * string/test-strcasecmp.c (TEST_NAME): Likewise.
37707 * string/test-strcasestr.c (TEST_NAME): Likewise.
37708 * string/test-strcat.c (TEST_NAME): Likewise.
37709 * string/test-strchr.c (TEST_NAME): Likewise.
37710 * string/test-strcmp.c(TEST_NAME): Likewise.
37711 * string/test-strcpy.c (TEST_NAME): Likewise.
37712 * string/test-strcspn.c (TEST_NAME): Likewise.
37713 * string/test-strlen.c (TEST_NAME): Likewise.
37714 * string/test-strncasecmp.c (TEST_NAME): Likewise.
37715 * string/test-strncmp.c (TEST_NAME): Likewise.
37716 * string/test-strncpy.c (TEST_NAME): Likewise.
37717 * string/test-strnlen.c (TEST_NAME): Likewise.
37718 * string/test-strpbrk.c (TEST_NAME): Likewise.
37719 * string/test-strrchr.c (TEST_NAME): Likewise.
37720 * string/test-strspn.c (TEST_NAME): Likewise.
37721 * string/test-strstr.c (TEST_NAME): Likewise.
37722 * string/test-bcopy-ifunc.c: New file.
37723 * string/test-bzero-ifunc.c: Likewise.
37724 * string/test-memccpy-ifunc.c: Likewise.
37725 * string/test-memchr-ifunc.c: Likewise.
37726 * string/test-memcmp-ifunc.c: Likewise.
37727 * string/test-memcpy-ifunc.c: Likewise.
37728 * string/test-memmem-ifunc.c: Likewise.
37729 * string/test-memmove-ifunc.c: Likewise.
37730 * string/test-mempcpy-ifunc.c: Likewise.
37731 * string/test-memset-ifunc.c: Likewise.
37732 * string/test-rawmemchr-ifunc.c: Likewise.
37733 * string/test-stpcpy-ifunc.c: Likewise.
37734 * string/test-stpncpy-ifunc.c: Likewise.
37735 * string/test-strcasecmp-ifunc.c: Likewise.
37736 * string/test-strcasestr-ifunc.c: Likewise.
37737 * string/test-strcat-ifunc.c: Likewise.
37738 * string/test-strchr-ifunc.c: Likewise.
37739 * string/test-strchrnul-ifunc.c: Likewise.
37740 * string/test-strcmp-ifunc.c: Likewise.
37741 * string/test-strcpy-ifunc.c: Likewise.
37742 * string/test-strcspn-ifunc.c: Likewise.
37743 * string/test-strlen-ifunc.c: Likewise.
37744 * string/test-strncasecmp-ifunc.c: Likewise.
37745 * string/test-strncat-ifunc.c: Likewise.
37746 * string/test-strncmp-ifunc.c: Likewise.
37747 * string/test-strncpy-ifunc.c: Likewise.
37748 * string/test-strnlen-ifunc.c: Likewise.
37749 * string/test-strpbrk-ifunc.c: Likewise.
37750 * string/test-strrchr-ifunc.c: Likewise.
37751 * string/test-strspn-ifunc.c: Likewise.
37752 * string/test-strstr-ifunc.c: Likewise.
37753
de54b33a
L
37754 * debug/Makefile (tests-ifunc): New variable.
37755 (tests): Add $(tests-ifunc).
37756 * debug/test-stpcpy_chk.c (TEST_NAME): New macro.
37757 * debug/test-strcpy_chk.c (TEST_NAME): Likewise.
37758 * debug/test-stpcpy_chk-ifunc.c: New file.
37759 * debug/test-strcpy_chk-ifunc.c: Likewise.
37760
88481c16
SP
377612012-10-20 Siddhesh Poyarekar <siddhesh@redhat.com>
37762
37763 [BZ #13601]
37764 * elf/dl-load.c (open_verify): Retry read if the entire ELF
37765 header is not read in.
37766
135948bd
JM
377672012-10-19 Joseph Myers <joseph@codesourcery.com>
37768
89f1c388
JM
37769 * io/Makefile ($(objpfx)ftwtest.out): Depend on ftwtest-sh. Pass
37770 script to $(SHELL) as $<. Pass $(common-objpfx) to script
37771 directly. Pass built executable to script as
37772 $(built-program-cmd).
37773 * io/ftwtest-sh (ldso): Remove variable. Run ftwtest directly as
37774 $testprogram without using LD_LIBRARY_PATH and $ldso.
37775
e40a0d21
JM
37776 * grp/Makefile ($(objpfx)tst_fgetgrent.out): Pass
37777 $(run-program-prefix) to tst_fgetgrent.sh, not $(elf-objpfx) and
37778 $(rtld-installed-name).
37779 * grp/tst_fgetgrent.sh (elf_objpfx): Remove variable.
37780 (rtld_installed_name): Likewise.
37781 (library_path): Likewise.
37782 (run_program_prefix): New variable. Use it to run tst_fgetgrent.
37783 * iconvdata/Makefile ($(objpfx)tst-tables.out): Pass
37784 $(run-program-prefix) to tst-tables.sh.
37785 * iconvdata/tst-table.sh (run_program_prefix): New variable. Use
37786 it to run tst-table-from and tst-table-to.
37787 * iconvdata/tst-tables.sh (run_program_prefix): New variable.
37788 Pass it to tst-table.sh.
37789 * intl/Makefile ($(objpfx)tst-gettext.out): Pass
37790 $(run-program-prefix) to tst-gettext.sh.
37791 ($(objpfx)tst-translit.out): Pass $(run-program-prefix) to
37792 tst-translit.sh.
37793 ($(objpfx)tst-gettext2.out): Pass $(run-program-prefix) to
37794 tst-gettext2.sh.
37795 * intl/tst-gettext.sh (run_program_prefix): New variable. Use it
37796 to run tst-gettext.
37797 * intl/tst-gettext2.sh (run_program_prefix): New variable. Use it
37798 to run tst-gettext2.
37799 * intl/tst-translit.sh (run_program_prefix): New variable. Use it
37800 to run tst-translit.
37801 * malloc/Makefile ($(objpfx)tst-mtrace.out): Pass
37802 $(run-program-prefix) to tst-mtrace.sh.
37803 * malloc/tst-mtrace.sh (run_program_prefix): New variable. Use it
37804 to run tst-mtrace.
37805 * posix/Makefile ($(objpfx)wordexp-tst.out): Pass
37806 $(run-program-prefix) to wordexp-tst.sh, not $(elf-objpfx) and
37807 $(rtld-installed-name).
37808 * posix/wordexp-tst.sh (elf_objpfx): Remove variable.
37809 (rtld_installed_name): Likewise.
37810 (run_program_prefix): New variable. Use it to run wordexp-test.
37811
728e272a
JM
37812 * Makeconfig (ARCH): Remove all definitions.
37813 (machine): Likewise.
37814 [ARCH]: Remove conditional code.
37815 [!objdir]: Give error.
37816 [!objdir] (objpfx): Remove.
37817 [!objdir] (common-objpfx): Likewise.
37818 [!objdir] (common-objdir): Likewise.
37819 * configure.in (config_makefile): Remove. Hardcode Makefile in
37820 AC_CONFIG_FILES call.
37821 * configure: Regenerated.
37822
d528cdcf
JM
37823 [BZ #13888]
37824 * io/ftwtest-sh (tmp): Set to use the working directory, not /tmp
37825 or TMPDIR.
37826 (testout): Likewise.
37827
135948bd
JM
37828 * posix/Makefile ($(objpfx)tst-getconf.out): Pass
37829 $(built-program-cmd) to tst-getconf.sh, not $(elf-objpfx) and
37830 $(rtld-installed-name).
37831 * posix/tst-getconf.sh (elf_objpfx): Remove variable.
37832 (rtld_installed_name): Likwise.
37833 (runit): Remove function.
37834 (run_getconf): New variable, Use it for running getconf binary.
37835
38c78296
L
378362012-10-18 H.J. Lu <hongjiu.lu@intel.com>
37837
37838 [BZ #14716]
37839 * string/test-memmem.c (check_result): New function.
37840 (do_one_test): Use it.
37841 (check1): New function.
37842 (test_main): Use it.
37843
d077f65f
MT
378442012-10-18 Markus Trippelsdorf <markus@trippelsdorf.de>
37845
37846 * math/Makefile: Comment on slow compilation of test-tgmath2.c.
37847
ced52c71
JM
378482012-10-18 Joseph Myers <joseph@codesourcery.com>
37849
37850 * sysdeps/generic/_G_config.h (_G_OPEN64): Remove.
37851 (_G_LSEEK64): Likewise.
37852 (_G_MMAP64): Likewise.
37853 (_G_FSTAT64): Likewise.
37854 * sysdeps/unix/sysv/linux/_G_config.h (_G_OPEN64): Remove.
37855 (_G_LSEEK64): Likewise.
37856 (_G_MMAP64): Likewise.
37857 (_G_FSTAT64): Likewise.
37858 * libio/fileops.c (mmap_remap_check) [_G_MMAP64]: Make code
37859 unconditional. Call __mmap64 directly.
37860 (mmap_remap_check) [!_G_MMAP64]: Remove conditional code.
37861 (mmap_remap_check) [_G_LSEEK64]: Make code unconditional. Call
37862 __lseek64 directly.
37863 (mmap_remap_check) [!_G_LSEEK64]: Remove conditional code.
37864 (decide_maybe_mmap) [_G_MMAP64]: Make code unconditional. Call
37865 __mmap64 directly.
37866 (decide_maybe_mmap) [!_G_MMAP64]: Remove conditional code.
37867 (decide_maybe_mmap) [_G_LSEEK64]: Make code unconditional. Call
37868 __lseek64 directly.
37869 (decide_maybe_mmap) [!_G_LSEEK64]: Remove conditional code.
37870 (_IO_file_sync_mmap) [_G_LSEEK64]: Make code unconditional. Call
37871 __lseek64 directly.
37872 (_IO_file_sync_mmap) [!_G_LSEEK64]: Remove conditional code.
37873 (_IO_file_seek) [_G_LSEEK64]: Make code unconditional. Call
37874 __lseek64 directly.
37875 (_IO_file_seek) [!_G_LSEEK64]: Remove conditional code.
37876 (_IO_file_stat) [_G_FSTAT64]: Make code unconditional. Call
37877 __fxstat64 directly.
37878 (_IO_file_stat) [!_G_FSTAT64]: Remove conditional code.
37879 * libio/freopen64.c (freopen64) [_G_OPEN64]: Make code
37880 unconditional.
37881 (freopen64) [!_G_OPEN64]: Remove conditional code.
37882 * libio/fseeko64.c (fseeko64) [_G_LSEEK64]: Make code
37883 unconditional.
37884 (fseeko64) [!_G_LSEEK64]: Remove conditional code.
37885 * libio/ftello64.c (ftello64) [_G_LSEEK64]: Make code
37886 unconditional.
37887 (ftello64) [!_G_LSEEK64]: Remove conditional code.
37888 * libio/iofgetpos64.c (_IO_new_fgetpos64) [_G_LSEEK64]: Make code
37889 unconditional.
37890 (_IO_new_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37891 * libio/iofopen64.c (_IO_fopen64) [_G_OPEN64]: Make code
37892 unconditional.
37893 (_IO_fopen64) [!_G_OPEN64]: Remove conditional code.
37894 * libio/iofsetpos64.c (_IO_new_fsetpos64) [_G_LSEEK64]: Make code
37895 unconditional.
37896 (_IO_new_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37897 * libio/oldiofgetpos64.c (_IO_old_fgetpos64) [_G_LSEEK64]: Make code
37898 unconditional.
37899 (_IO_old_fgetpos64) [!_G_LSEEK64]: Remove conditional code.
37900 * libio/oldiofsetpos64.c (_IO_old_fsetpos64) [_G_LSEEK64]: Make code
37901 unconditional.
37902 (_IO_old_fsetpos64) [!_G_LSEEK64]: Remove conditional code.
37903
b741de23
SP
379042012-10-18 Siddhesh Poyarekar <siddhesh@redhat.com>
37905
37906 [BZ #12140]
37907 * manual/memory.texi (Malloc Tunable Parameters): Add note
37908 about free list pointers overwriting some perturb bytes.
37909 Wording suggested by Roland McGrath.
37910
f9b9d9c9
JM
379112012-10-17 Joseph Myers <joseph@codesourcery.com>
37912
37913 * math/libm-test.inc (gamma_test): Do not call feclearexcept.
37914 (lgamma_test): Likewise.
37915 (tgamma_test): Likewise.
37916
172a631a
FW
379172012-10-16 Florian Weimer <fweimer@redhat.com>
37918
37919 [BZ #14700]
37920 * sysdeps/posix/opendir.c (MAX_DIR_BUFFER_SIZE): New constant.
37921 (__alloc_dir): Limit buffer to MAX_DIR_BUFFER_SIZE.
37922
e9f37252
MK
379232012-10-16 Maxim Kuvyrkov <maxim@codesourcery.com>
37924
37925 * NEWS: Mention BZ #14716.
37926 * string/str-two-way.h (two_way_short_needle): Fix thinko introduced
37927 when removing AVAILABLE1_USES_J macro.
37928
d394eb74
L
379292012-10-12 H.J. Lu <hongjiu.lu@intel.com>
37930
37931 * sysdeps/x86/bits/byteswap.h: Include <bits/types.h>.
37932 (__bswap_64): __uint64_t for unsigned 64-bit int.
37933
ca38dc17
AS
379342012-10-12 Andreas Schwab <schwab@linux-m68k.org>
37935
37936 * include/string.h (memmem): Declare libc hidden alias.
37937 * string/memmem.c (memmem): Define libc hidden alias.
37938 * sysdeps/unix/sysv/linux/powerpc/get_clockfreq.c: Use __open,
37939 __read, __close instead of open, read, close.
37940
9a387d1f
L
379412012-10-11 H.J. Lu <hongjiu.lu@intel.com>
37942
ac49ecaf
L
37943 * sysdeps/x86_64/multiarch/ifunc-impl-list.c: New file.
37944 * sysdeps/x86_64/multiarch/memcmp.S (__memcmp_sse2): Make it
37945 global and hidden.
37946 * sysdeps/x86_64/multiarch/memcpy.S (__memcpy_sse2): Likewise.
37947 * sysdeps/x86_64/multiarch/mempcpy.S (__mempcpy_sse2): Likewise.
37948 * sysdeps/x86_64/multiarch/rawmemchr.S (__rawmemchr_sse42):
37949 Likewise.
37950 (__rawmemchr_sse2): Likewise.
37951 * sysdeps/x86_64/multiarch/strcat.S (STRCAT_SSE2): Likewise.
37952 * sysdeps/x86_64/multiarch/strchr.S (__strchr_sse42): Likewise.
37953 (__strchr_sse2): Likewise.
37954 * sysdeps/x86_64/multiarch/strcmp-sse42.S (STRCMP_SSE42): Likewise.
37955 * sysdeps/x86_64/multiarch/strcmp.S (STRCMP_SSE2): Likewise.
37956 (__strcasecmp_sse2): Likewise.
37957 (__strncasecmp_sse2): Likewise.
37958 * sysdeps/x86_64/multiarch/strcpy.S (STRCPY_SSE2): Likewise.
37959 * sysdeps/x86_64/multiarch/strlen.S (__strlen_sse2): Likewise.
37960 * sysdeps/x86_64/multiarch/strnlen.S (__strnlen_sse2): Likewise.
37961 * sysdeps/x86_64/multiarch/strrchr.S (__strrchr_sse42): Likewise.
37962 (__strrchr_sse2): Likewise.
37963 * sysdeps/x86_64/multiarch/memcmp.S: Add comments for
37964 ifunc-impl-list.c.
37965 * sysdeps/x86_64/multiarch/memcpy.S: Likewise.
37966 * sysdeps/x86_64/multiarch/memcpy_chk.S: Likewise.
37967 * sysdeps/x86_64/multiarch/memmove.c: Likewise.
37968 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
37969 * sysdeps/x86_64/multiarch/mempcpy.S: Likewise.
37970 * sysdeps/x86_64/multiarch/mempcpy_chk.S: Likewise.
37971 * sysdeps/x86_64/multiarch/memset.S: Likewise.
37972 * sysdeps/x86_64/multiarch/memset_chk.S: Likewise.
37973 * sysdeps/x86_64/multiarch/rawmemchr.S: Likewise.
37974 * sysdeps/x86_64/multiarch/stpcpy.S: Likewise.
37975 * sysdeps/x86_64/multiarch/stpncpy.S: Likewise.
37976 * sysdeps/x86_64/multiarch/strcasecmp_l.S: Likewise.
37977 * sysdeps/x86_64/multiarch/strcasestr-c.c: Likewise.
37978 * sysdeps/x86_64/multiarch/strcat.S: Likewise.
37979 * sysdeps/x86_64/multiarch/strchr.S: Likewise.
37980 * sysdeps/x86_64/multiarch/strcmp.S: Likewise.
37981 * sysdeps/x86_64/multiarch/strcpy.S: Likewise.
37982 * sysdeps/x86_64/multiarch/strcspn.S: Likewise.
37983 * sysdeps/x86_64/multiarch/strlen.S: Likewise.
37984 * sysdeps/x86_64/multiarch/strncase_l.S: Likewise.
37985 * sysdeps/x86_64/multiarch/strncat.S: Likewise.
37986 * sysdeps/x86_64/multiarch/strncmp.S: Likewise.
37987 * sysdeps/x86_64/multiarch/strncpy.S: Likewise.
37988 * sysdeps/x86_64/multiarch/strnlen.S: Likewise.
37989 * sysdeps/x86_64/multiarch/strpbrk.S: Likewise.
37990 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
37991 * sysdeps/x86_64/multiarch/strspn.S: Likewise.
37992 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
37993 * sysdeps/x86_64/multiarch/wcscpy.S: Likewise.
37994 * sysdeps/x86_64/multiarch/wmemcmp.S: Likewise.
37995
b090e8ea
L
37996 * sysdeps/i386/i686/multiarch/bcopy.S (__bcopy_ia32): Make it
37997 global and hidden.
37998 * sysdeps/i386/i686/multiarch/bzero.S (__bzero_ia32): Likewise.
37999 * sysdeps/i386/i686/multiarch/memcmp.S (__memcmp_ia32): Likewise.
38000 * sysdeps/i386/i686/multiarch/memcpy.S (__memcpy_ia32): Likewise.
38001 * sysdeps/i386/i686/multiarch/memmove.S (__memmove_ia32):
38002 Likewise.
38003 * sysdeps/i386/i686/multiarch/mempcpy.S (__mempcpy_ia32):
38004 Likewise.
38005 * sysdeps/i386/i686/multiarch/strcat.S (STRCAT_IA32): Likewise.
38006 * sysdeps/i386/i686/multiarch/strcmp.S (__STRCMP_IA32): Likewise.
38007 * sysdeps/i386/i686/multiarch/strcpy.S (STRCPY_IA32): Likewise.
38008 * sysdeps/i386/i686/multiarch/bcopy.S: Add comments for
38009 ifunc-impl-list.c.
38010 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
38011 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
38012 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
38013 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
38014 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
38015 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
38016 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
38017 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
38018 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
38019 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
38020 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
38021 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
38022 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
38023 * sysdeps/i386/i686/multiarch/stpcpy.S: Likewise.
38024 * sysdeps/i386/i686/multiarch/stpncpy.S: Likewise.
38025 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
38026 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: Likewise.
38027 * sysdeps/i386/i686/multiarch/strcasestr-c.c: Likewise.
38028 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
38029 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
38030 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
38031 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
38032 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
38033 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
38034 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
38035 * sysdeps/i386/i686/multiarch/strncase_l.S: Likewise.
38036 * sysdeps/i386/i686/multiarch/strncat.S: Likewise.
38037 * sysdeps/i386/i686/multiarch/strncmp.S: Likewise.
38038 * sysdeps/i386/i686/multiarch/strncpy.S: Likewise.
38039 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
38040 * sysdeps/i386/i686/multiarch/strpbrk.S: Likewise.
38041 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
38042 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
38043 * sysdeps/i386/i686/multiarch/strstr-c.c: Likewise.
38044 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
38045 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
38046 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
38047 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
38048 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
38049 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
38050 * sysdeps/i386/i686/multiarch/ifunc-impl-list.c: New file.
38051
11dd4af6
L
38052 * Rules [$(multi-arch) = no] (tests): Filter out $(tests-ifunc).
38053 [$(multi-arch) = no] (xtests): Filter out $(xtests-ifunc).
38054 * include/ifunc-impl-list.h: New file.
38055 * misc/ifunc-impl-list.c: Likewise.
38056 * misc/Makefile (routines): Add ifunc-impl-list.
38057 * misc/Versions (GLIBC_PRIVATE): Add __libc_ifunc_impl_list.
38058 * string/test-string.h: Include <ifunc-impl-list.h>.
57f41c40
AS
38059 (func_list, func_count, impl_count, impl_array) [TEST_IFUNC &&
38060 TEST_NAME]: New variables.
11dd4af6
L
38061 (FOR_EACH_IMPL): Support func_list if TEST_IFUNC and TEST_NAME
38062 are defined.
38063 (test_init): Call __libc_ifunc_impl_list to initialize
38064 func_list if TEST_IFUNC and TEST_NAME are defined.
38065
9a387d1f
L
38066 * string/Makefile (strop-tests): Add bcopy and bzero.
38067 * string/test-bcopy.c: New file.
38068 * string/test-bzero.c: Likewise.
38069 * string/test-memmove.c: Support bcopy test if TEST_BCOPY is
38070 defined.
38071 * string/test-memset.c: Support bzero test if TEST_BZERO is
38072 defined.
38073 * sysdeps/x86_64/multiarch/bcopy.S (bcopy): Jump to
38074 __libc_memmove.
38075 * sysdeps/x86_64/multiarch/bzero.S (__bzero): Jump to
38076 __libc_memset.
38077 * sysdeps/x86_64/multiarch/memset.S (__libc_memset): New alias
38078 of memset.
38079
472371b9
JM
380802012-10-10 Joseph Myers <joseph@codesourcery.com>
38081
1e4a9536
JM
38082 * configure.in: Run $CXX, not cc1plus, to locate C++ headers.
38083 * configure: Regenerated.
38084
d173d12e
JM
38085 * Makeconfig (+link-static-before-libc): Don't include
38086 $(link-static-libc).
38087
472371b9
JM
38088 * libio/libio.h (_IO_pos_t): Remove.
38089
89a3ad0b
AO
380902012-10-10 Alexandre Oliva <aoliva@redhat.com>
38091
38092 * NEWS: Add note about FIPS mode. Wording suggested by Roland
38093 McGrath.
38094
e7451425
AO
380952012-10-10 Alexandre Oliva <aoliva@redhat.com>
38096
38097 * crypt/crypt-entry.c: Include fips-private.h.
38098 (__crypt_r, __crypt): Disable MD5 and DES if FIPS is enabled.
38099 * crypt/md5c-test.c (main): Tolerate disabled MD5.
38100 * sysdeps/unix/sysv/linux/fips-private.h: New file.
38101 * sysdeps/generic/fips-private.h: New file, dummy fallback.
38102
4ba74a35
AO
381032012-10-10 Alexandre Oliva <aoliva@redhat.com>
38104
38105 * crypt/crypt-private.h: Include stdbool.h.
38106 (_ufc_setup_salt_r): Return bool.
38107 * crypt/crypt-entry.c: Include errno.h.
38108 (__crypt_r): Return NULL with EINVAL for bad salt.
38109 * crypt/crypt_util.c (bad_for_salt): New.
38110 (_ufc_setup_salt_r): Check that salt is long enough and within
38111 the specified alphabet.
38112 * crypt/badsalttest.c: New file.
38113 * crypt/Makefile (tests): Add it.
38114 ($(objpfx)badsalttest): New.
38115
f96f1242
MK
381162012-10-09 Maxim Kuvyrkov <maxim@codesourcery.com>
38117
38118 * NEWS: Add entry for BZ #14602.
38119
0e8e0c1c
JM
381202012-10-09 Joseph Myers <joseph@codesourcery.com>
38121
38122 * math/gen-libm-test.pl (parse_args): Handle comparison macros as
38123 type-generic.
38124 * math/libm-test.inc: Update comment listing what functions and
38125 macros are tested.
38126 (isgreater_test): New function.
38127 (isgreaterequal_test): Likewise.
38128 (isless_test): Likewise.
38129 (islessequal_test): Likewise.
38130 (islessgreater_test): Likewise.
38131 (isunordered_test): Likewise.
38132 (main): Call the new functions.
38133
273edc5e
RM
381342012-10-09 Roland McGrath <roland@hack.frob.com>
38135
b8493de0
RM
38136 * aclocal.m4 (GLIBC_PROVIDES): Provide _AS_BASENAME_PREPARE,
38137 _AS_ME_PREPARE, _AS_VAR_ARITH_PREPARE, AS_SHELL_FN_as_fn_set_status,
38138 AS_SHELL_FN_as_fn_exit, AS_SHELL_FN_ac_fn_c_try_compile.
38139 * sysdeps/i386/configure: Regenerated.
38140 * sysdeps/ieee754/ldbl-opt/configure: Regenerated.
38141 * sysdeps/mach/configure: Regenerated.
38142 * sysdeps/mach/hurd/configure: Regenerated.
38143 * sysdeps/powerpc/configure: Regenerated.
38144 * sysdeps/powerpc/powerpc32/configure: Regenerated.
38145 * sysdeps/powerpc/powerpc64/configure: Regenerated.
38146 * sysdeps/s390/s390-32/configure: Regenerated.
38147 * sysdeps/s390/s390-64/configure: Regenerated.
38148 * sysdeps/sh/configure: Regenerated.
38149 * sysdeps/sparc/configure: Regenerated.
38150 * sysdeps/unix/sysv/linux/configure: Regenerated.
38151 * sysdeps/unix/sysv/linux/powerpc/configure: Regenerated.
38152 * sysdeps/x86_64/configure: Regenerated.
38153
273edc5e
RM
38154 * dlfcn/dlerror.c (check_free): Call _dl_addr only if SHARED is
38155 defined. Don't check if MAP is NULL.
38156
c8450f70
JM
381572012-10-09 Joseph Myers <joseph@codesourcery.com>
38158
38159 * sysdeps/generic/_G_config.h (_G_off64_t): Remove.
38160 (_G_stat64): Likewise.
38161 * sysdeps/unix/sysv/linux/_G_config.h (_G_off64_t): Remove.
38162 (_G_stat64): Likewise.
38163 * libio/filedoalloc.c (_IO_file_doallocate): Use struct stat64
38164 instead of struct _G_stat64.
38165 * libio/fileops.c (mmap_remap_check): Likewise.
38166 (decide_maybe_mmap): Likewise.
38167 (_IO_new_file_seekoff): Likewise.
38168 (_IO_file_stat): Likewise.
38169 * libio/libio.h (_IO_off64_t): Define to __off64_t, not
38170 _G_off64_t.
38171 * libio/oldfileops.c (_IO_old_file_seekoff): Use struct stat64
38172 instead of struct _G_stat64.
38173 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38174
57e605ba
MK
381752012-10-08 Maxim Kuvyrkov <maxim@codesourcery.com>
38176
38177 [BZ #14602]
38178 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38179 Replace with ...
38180 (CHECK_EOL): New macro.
38181 (two_way_short_needle): Check beginning of haystack for EOL. Use
38182 CHECK_EOL.
38183 * string/strcasestr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38184 Replace with CHECK_EOL.
38185 * string/strstr.c (AVAILABLE1, AVAILABLE2, AVAILABLE1_USES_J):
38186 Replace with CHECK_EOL.
38187
ef1bb361
JM
381882012-10-08 Joseph Myers <joseph@codesourcery.com>
38189
38190 * math/gen-libm-test.pl (parse_args): Handle isinf and isnan as
38191 type-generic.
38192 * math/libm-test.inc: Update comment listing what functions and
38193 macros are tested.
38194 (finite_test): New function.
38195 (isinf_test): Likewise.
38196 (isnan_test): Likewise.
38197 (fpclassify_test): Test subnormal input.
38198 (isfinite_test): Likewise.
38199 (isnormal_test): Likewise.
38200 (main): Call the new functions.
38201
55f11534
JN
382022012-10-08 Jonathan Nieder <jrnieder@gmail.com>
38203
38204 [BZ #14660]
38205 * Makerules (%.dynsym): Force C locale when running
38206 $(OBJDUMP) --dynamic-syms.
38207
1ab29350
AS
382082012-10-08 Andreas Schwab <schwab@linux-m68k.org>
38209
38210 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Include
38211 <stdint.h>.
38212
f1ecb7ef
DM
382132012-10-06 David S. Miller <davem@davemloft.net>
38214
38215 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: On 32-bit, clear
38216 upper 32-bits of the length value in %o2 since we use branch-on-register
38217 tests which consider the entire 64-bit register.
38218
5d41d91a
L
382192012-10-06 H.J. Lu <hongjiu.lu@intel.com>
38220
38221 * string/test-strstr.c (check2): Add a test for page boundary.
38222
3baddb72
DM
382232012-10-05 David S. Miller <davem@davemloft.net>
38224
38225 * sysdeps/sparc/sparc64/multiarch/memset-niagara4.S: New file.
38226 * sysdeps/sparc/sparc32/sparcv9/multiarch/memset-niagara4.S: New
38227 file.
38228 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38229 sysdep_routines.
38230 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38231 * sysdeps/sparc/sparc64/multiarch/memset.S: Use Niagara-4 memset
38232 and bzero when HWCAP_SPARC_CRYPTO is present.
38233
9cee5585
L
382342012-10-05 H.J. Lu <hongjiu.lu@intel.com>
38235
d7e0dab9
L
38236 [BZ #14602]
38237 * string/test-strstr.c (check2): New function.
38238 (test_main): Call check2.
38239
03759f47
L
38240 * string/Makefile (tests): Remove bug-strstr1, bug-strcasestr1
38241 and bug-strchr1.
38242 * string/bug-strcasestr1.c (do_test): Moved to ...
38243 * string/test-strcasestr.c (check1): Here. New function.
38244 (do_one_test): Break out result checking code into ...
38245 (check_result): This. New function.
38246 (do_one_test): Call check_result.
38247 (test_main): Call check1.
38248 * string/bug-strchr1.c (do_test): Moved to ...
38249 * string/test-strchr.c (check1): Here. New function.
38250 (do_one_test): Break out result checking code into ...
38251 (check_result): This. New function.
38252 (do_one_test): Call check_result.
38253 (test_main): Call check1.
38254 * string/bug-strstr1.c (main): Moved to ...
046f153e 38255 * string/test-strstr.c (check1): Here. New function.
03759f47
L
38256 (do_one_test): Break out result checking code into ...
38257 (check_result): This. New function.
38258 (do_one_test): Call check_result.
38259 (test_main): Call check1.
38260 * string/bug-strcasestr1.c: Removed.
38261 * string/bug-strchr1.c: Likewise.
38262 * string/bug-strstr1.c: Likewise.
38263
53cea63e
L
38264 * elf/Makefile (dl-routines): Add hwcaps.
38265 * elf/dl-support.c (_dl_important_hwcaps): Removed.
38266 * elf/dl-sysdep.c (_DL_FIRST_EXTRA): Likewise.
38267 (_dl_important_hwcaps): Moved to ...
38268 * elf/dl-hwcaps.c: Here. New file.
38269 * sysdeps/mach/hurd/dl-sysdep.c (_dl_important_hwcaps): Removed.
38270
9cee5585 38271 [BZ #14557]
bb859b06
L
38272 * elf/setup-vdso.h (setup_vdso): Set GL(dl_nns) to 1 for vDSO
38273 if IS_IN_rtld isn't defined.
38274
9cee5585
L
38275 * elf/dl-support.c (_dl_sysinfo_map): New.
38276 Include "get-dynamic-info.h" and "setup-vdso.h".
38277 (_dl_non_dynamic_init): Call setup_vdso.
38278 * elf/dynamic-link.h: Don't include <assert.h>.
38279 (elf_get_dynamic_info): Moved to ...
38280 * elf/get-dynamic-info.h: Here. New file.
38281 * elf/dynamic-link.h: Include "get-dynamic-info.h".
38282 * elf/rtld.c (dl_main): Break out vDSO setup code into ...
38283 * elf/setup-vdso.h: Here. New file.
38284 * elf/rtld.c: Include "setup-vdso.h".
38285 (dl_main): Call setup_vdso.
38286
23c31b76
JM
382872012-10-05 Joseph Myers <joseph@codesourcery.com>
38288
28234b07
JM
38289 * math/libm-test.inc: List nexttoward, cimag, clog10, conf and
38290 creal in comment listing functions tested. List finite, isinf,
38291 isnan, isless, islessequal, isgreater, isgreaterequal,
38292 islessgreater, isunordered, lgamma_r and pow10 as functions and
38293 macros not tested. Mention which functions not tested are aliases
38294 for other functions. Fix typo. Note that signs of NaNs are not
38295 tested.
38296
23c31b76
JM
38297 * scripts/config.guess: Update from config.git.
38298 * scripts/config.sub: Likewise.
38299
9043e228
RM
383002012-10-04 Roland McGrath <roland@hack.frob.com>
38301
38302 * misc/Versions (GLIBC_PRIVATE): New set, add __madvise.
38303 * misc/madvise.c (madvise): Renamed to __madvise.
38304 Make madvise a weak alias.
38305 * include/sys/mman.h: Declare __madvise.
38306 Replace libc_hidden_proto (madvise) with libc_hidden_proto (__madvise).
38307 * sysdeps/unix/syscalls.list
38308 (madvise): Make __madvise the strong name, and madvise a weak alias.
38309 * sysdeps/unix/sysv/linux/syscalls.list
38310 (madvise, mmap): Remove redundant entries.
38311 * malloc/arena.c (shrink_heap): Use __madvise, not madvise.
38312 * malloc/malloc.c (mtrim): Likewise.
38313 * sysdeps/mach/hurd/malloc-machine.h (madvise): Renamed to __madvise.
38314
f57f8055
RM
383152012-10-03 Roland McGrath <roland@hack.frob.com>
38316
38317 * sysdeps/mach/hurd/dl-cache.c: File removed.
38318 * config.h.in (USE_LDCONFIG): New #undef.
38319 * configure.in (use_ldconfig): If set, define USE_LDCONFIG.
38320 * configure: Regenerated.
38321 * elf/Makefile (dl-routines): Add dl-cache only under
38322 [$(use-ldconfig) = yes].
38323 * elf/dl-load.c (_dl_map_object): Conditionalize code consulting the
38324 cache on [USE_LDCONFIG].
38325 * elf/dl-open.c (_dl_open): Call _dl_unload_cache only under
38326 [USE_LDCONFIG].
38327 * elf/rtld.c (dl_main): Likewise.
38328
5bb0c10a
PT
383292012-10-03 Pino Toscano <toscano.pino@tiscali.it>
38330
38331 * sysdeps/posix/sysconf.c (__sysconf): Return 0 also for
38332 _SC_LEVEL4_CACHE_LINESIZE.
38333
010188c6
RM
383342012-10-03 Roland McGrath <roland@hack.frob.com>
38335
38336 * sysdeps/unix/bsd/confstr.h: File removed.
38337
b6c5ec07
AO
383382012-10-02 Alexandre Oliva <aoliva@redhat.com>
38339
38340 * scripts/check-local-headers.sh: Exclude sys/sdt.h and
38341 sys/sdt-config.h.
38342
408223d4
RM
383432012-10-02 Roland McGrath <roland@hack.frob.com>
38344
38345 * elf/dl-load.c (_dl_map_object_from_fd: struct loadcmd):
38346 Make 'mapoff' field ElfW(Off) rather than off_t.
38347
bb9510dc
DL
383482012-10-02 Dmitry V. Levin <ldv@altlinux.org>
38349
fc997c6e
DL
38350 * nscd/Makefile: Remove nscd-cflags and all its users.
38351 (CPPFLAGS-nonlib): Add preprocessor flags for nscd modules.
38352 (CFLAGS-nonlib): Add compiler flags for nscd modules.
38353
bb9510dc
DL
38354 [BZ #10631]
38355 * malloc.c (malloc_printerr): Clarify error message.
38356
05699367
L
383572012-10-02 H.J. Lu <hongjiu.lu@intel.com>
38358
38359 [BZ #14648]
38360 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
38361 Set bit_FMA_Usable if FMA is supported.
38362 * sysdeps/x86_64/multiarch/init-arch.h (bit_FMA_Usable): New
38363 macro.
38364 (bit_FMA4_Usable): Updated.
38365 (index_FMA_Usable): New macro.
38366 (CPUID_FMA): Likewise
38367 (HAS_FMA): Defined with bit_FMA_Usable.
38368
51367701
RM
383692012-10-01 Roland McGrath <roland@hack.frob.com>
38370
38371 * bits/types.h (__swblk_t): Type removed.
38372 * bits/typesizes.h (__SWBLK_T_TYPE): Macro removed.
38373 * sysdeps/mach/hurd/bits/typesizes.h (__SWBLK_T_TYPE): Likewise.
38374 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
38375 (__SWBLK_T_TYPE): Likewise.
38376 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
38377 (__SWBLK_T_TYPE): Likewise.
38378 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
38379 (__SWBLK_T_TYPE): Likewise.
38380 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
38381 (__SWBLK_T_TYPE): Likewise.
38382
4d57bf63 383832012-10-01 Patsy Franklin <pfrankli@redhat.com>
1e9d84cd 38384 Honza Horak <hhorak@redhat.com>
4d57bf63
JL
38385
38386 * nis/yp_xdr.c (xdr_domainname): Use YPMAXDOMAIN as maxsize.
38387 (xdr_mapname): Use YPMAXMAP as maxsize.
38388 (xdr_peername): Use YPMAXPEER as maxsize.
38389 (xdr_keydat): Use YPAXRECORD as maxsize.
38390 (xdr_valdat): Use YPMAXRECORD as maxsize.
38391
93c65d43
RM
383922012-10-01 Roland McGrath <roland@hack.frob.com>
38393
497a03d6
RM
38394 * io/openat.c [!__ASSUME_ATFCTS] (__have_atfcts): New global variable.
38395
93c65d43
RM
38396 * sysdeps/unix/sysv/linux/init-first.c: Moved to ...
38397 * csu/init-first.c: ... here.
38398 * sysdeps/unix/sysv/linux/powerpc/init-first.c: Update #include.
38399 * sysdeps/unix/sysv/linux/s390/init-first.c: Likewise.
38400 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Likewise.
38401 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: Likewise.
38402 * sysdeps/i386/init-first.c: File removed.
38403 * sysdeps/sh/init-first.c: File removed.
38404
bec749fd
JM
384052012-10-01 Joseph Myers <joseph@codesourcery.com>
38406
38407 [BZ #14645]
38408 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Compute result as x * y
38409 if x * y might underflow to zero and z is zero.
38410 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Likewise.
38411 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38412 * math/libm-test.inc (min_subnorm_value): New variable.
38413 (fma_test): Add more tests.
38414 (fma_test_towardzero): Likewise.
38415 (fma_test_downward): Likewise
38416 (fma_test_upward): Likewise.
38417 (initialize): Set min_subnorm_value.
38418
8ec5b013
JM
384192012-09-29 Joseph Myers <joseph@codesourcery.com>
38420
38421 [BZ #14638]
38422 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use x * y + z for exact
38423 0 + 0.
38424 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Use original rounding
38425 mode for addition resulting in exact zero.
38426 * sysdeps/ieee754/ldbl-128/s_fma.c (__fma): Likewise.
38427 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Use x * y + z for
38428 exact 0 + 0.
38429 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Likewise.
38430 * sysdeps/ieee754/ldbl-96/s_fmal.c (__fmal): Likewise.
38431 * math/libm-test.inc (fma_test): Add more tests.
38432 (fma_test_towardzero): New function.
38433 (fma_test_downward): Likewise.
38434 (fma_test_upward): Likewise.
38435 (main): Call the new functions.
38436
b1fa802e
DM
384372012-09-28 David S. Miller <davem@davemloft.net>
38438
38439 * sysdeps/sparc/fpu/libm-test-ulps: Fix garbage in file.
38440
d3b9fd9e
RM
384412012-09-28 Roland McGrath <roland@hack.frob.com>
38442
ea4d37b3
RM
38443 * sysdeps/posix/sleep.c (__sleep): Rewritten using __nanosleep
38444 instead of SIGALRM.
38445
ac51c949
RM
38446 * sysdeps/gnu/_G_config.h: Moved to ...
38447 * sysdeps/unix/sysv/linux/_G_config.h: ... here.
38448 * sysdeps/mach/hurd/_G_config.h: Moved to ...
38449 * sysdeps/generic/_G_config.h: ... here.
38450
28c195f7
RM
38451 * io/open.c (__open): Renamed to __libc_open. Make __open an alias.
38452
848917f9
RM
38453 * posix/Makefile ($(objpfx)config-name.h): Do $(make-target-directory).
38454
6bacf05b
RM
38455 * nss/Makefile ($(objpfx)/libnss_test1.so$(libnss_test1.so-version)):
38456 Conditionalize target on [libnss_test1.so-version].
38457
91363dbb
RM
38458 * elf/dl-sysdep.c: Conditionalize whole contents on [SHARED].
38459
cc87f7d8
RM
38460 * Makeconfig (nssobjdir, resolvobjdir): Remove variables.
38461 (elfobjdir): Move out of conditionals.
38462
b1c608fe
RM
38463 * nss/nsswitch.c (nss_new_service): Conditionalize definition and
38464 declaration on [!DO_STATIC_NSS || SHARED], matching its only caller.
38465 (__nss_lookup_function): Conditionalize label remove_from_tree on
38466 [!DO_STATIC_NSS || SHARED], matching its only use.
d3b9fd9e 38467
1d9a6d96
DM
384682012-09-28 David S. Miller <davem@davemloft.net>
38469
38470 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara4.S: New file.
38471 * sysdeps/sparc/sparc32/sparcv9/multiarch/memcpy-niagara4.S: New
38472 file.
38473 * sysdeps/sparc/sparc64/multiarch/Makefile: Add to
38474 sysdep_routines.
38475 * sysdeps/sparc/sparc32/sparcv9/multiarch/Makefile: Likewise.
38476 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use Niagara-4 memcpy
38477 when HWCAP_SPARC_CRYPTO is present.
38478
72581615
PT
384792012-09-28 Pino Toscano <toscano.pino@tiscali.it>
38480
38481 * io/tst-mknodat.c: Create a FIFO instead of a socket.
38482
715a900c
JL
384832012-09-28 Andreas Schwab <schwab@linux-m68k.org>
38484
38485 [BZ #6530]
38486 * stdio-common/vfprintf.c (process_string_arg): Revert
38487 2000-07-22 change.
38488
384892011-09-28 Jonathan Nieder <jrnieder@gmail.com>
38490
38491 * stdio-common/Makefile (tst-sprintf-ENV): Set environment
38492 for testcase.
38493 * stdio-common/tst-sprintf.c: Include <locale.h>
38494 (main): Test sprintf's handling of incomplete multibyte
38495 characters.
38496
9bac1d86
L
384972012-09-28 H.J. Lu <hongjiu.lu@intel.com>
38498
38499 * elf/dl-runtime.c (VERSYMIDX): Removed.
38500 * elf/dl-version.c (VERSYMIDX): Likewise.
38501 * elf/do-rel.h (VERSYMIDX): Likewise.
38502 (VALIDX): Likewise.
38503 * elf/dynamic-link.h (VERSYMIDX): Likewise.
38504 * elf/rtld.c (VALIDX): Likewise.
38505 (ADDRIDX): Likewise.
9bac1d86
L
38506 * sysdeps/sparc/sparc32/dl-machine.h (VALIDX): Likewise.
38507 * sysdeps/sparc/sparc64/dl-machine.h (VALIDX): Likewise.
38508 * sysdeps/x86_64/dl-tlsdesc.h (ADDRIDX): Likewise.
9c464f9c
L
38509 * sysdeps/generic/ldsodefs.h (VERSYMIDX): New macro.
38510 (VALIDX): Likewise.
38511 (ADDRIDX): Likewise.
9bac1d86 38512
b31606c0
PT
385132012-09-28 Pino Toscano <toscano.pino@tiscali.it>
38514
38515 * sysdeps/pthread/aio_fsync.c: Fix the file mode checking.
38516
11541177
JL
385172012-09-28 Dmitry V. Levin <ldv@altlinux.org>
38518
38519 [BZ #11438]
38520 * sysdeps/posix/getaddrinfo.c (default_scopes): Map RFC 1918 addresses
38521 to global scope.
38522 * posix/tst-rfc3484.c: Verify 10/8, 172.16/12 and 196.128/16
38523 addresses are in the same scope as 192.0.2/24.
38524 * posix/gai.conf: Document new scope table defaults.
38525
adb26fae
SP
385262012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
38527
38528 [BZ #5298]
38529 * libio/fileops.c (_IO_new_file_seekoff): Don't flush buffer
38530 for ftell. Compute offsets from write pointers instead.
38531 * libio/wfileops.c (_IO_wfile_seekoff): Likewise.
38532
4573c6b0
SP
385332012-09-28 Siddhesh Poyarekar <siddhesh@redhat.com>
38534
38535 [BZ #14543]
38536 * libio/Makefile (tests): New test case tst-fseek.
38537 * libio/tst-fseek.c: New test case to verify that fseek/ftell
38538 combination works in wide mode.
38539 * libio/wfileops.c (_IO_wfile_seekoff): Adjust internal buffer
38540 state when the external buffer state changes.
38541
aa9bbfe6
DM
385422012-09-27 David S. Miller <davem@davemloft.net>
38543
38544 [BZ #14376]
38545 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Do not
38546 pass reloc->r_addend in as the 'high' argument to
38547 sparc64_fixup_plt when handling R_SPARC_JMP_IREL relocations.
38548
784421e7
DM
38549 * sysdeps/sparc/fpu/libm-test-ulps: Update.
38550
c39bc8b8
PT
385512012-09-28 Pino Toscano <toscano.pino@tiscali.it>
38552
38553 * rt/tst-aio2.c: Include <pthread.h>.
38554 * rt/tst-aio3.c: Likewise.
38555
1ccc2399
SE
385562012-09-27 Steve Ellcey <sellcey@mips.com>
38557
38558 * sysdeps/ieee754/ldbl-128/bits/huge_vall.h: Remove.
38559
31ed4153
L
385602012-09-27 H.J. Lu <hongjiu.lu@intel.com>
38561
25f5f885
L
38562 * sysdeps/x86_64/multiarch/strncmp-ssse3.S: Conditionalize
38563 contents on [SHARED].
31ed4153 38564
b7bfe116
MP
385652012-09-26 Marek Polacek <polacek@redhat.com>
38566
38567 [BZ #14530]
38568 [BZ #13741]
38569 * misc/sys/cdefs.h: Define __extern_inline and __extern_always_inline
38570 for C++ and GCC <4.3 as well as for non GCC compilers.
38571
43c4edba
MT
385722012-09-26 Markus Trippelsdorf <markus@trippelsdorf.de>
38573
38574 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38575
6a1bf82f
RM
385762012-09-25 Roland McGrath <roland@hack.frob.com>
38577
38578 * Makefile.in (all, install): Declare with .PHONY.
38579 Reported by Michael Hope <michael.hope@linaro.org>.
38580
8ad11b9a
TMQMF
385812012-09-25 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
38582
38583 * manual/platform.texi (PowerPC): Document __ppc_get_timebase_freq.
38584 * sysdeps/powerpc/sys/platform/ppc.h: Include the operating
38585 system header.
38586 * sysdeps/unix/sysv/linux/powerpc/Makefile (sysdep_headers):
38587 Likewise.
38588 (sydep_routines): Add the new and the internal functions.
38589 * sysdeps/unix/sysv/linux/powerpc/bits/ppc.h: New file.
38590 * sysdeps/unix/sysv/linux/powerpc/get_timebase_freq.c: Likewise.
38591 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Versions
38592 (GLIBC_2.17): Add the new function.
38593 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
38594 (GLIBC_2.17): Likewise.
38595 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Versions
38596 (GLIBC_2.17): Likewise.
38597 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist
38598 (GLIBC_2.17): Likewise.
38599 * sysdeps/unix/sysv/linux/powerpc/test-gettimebasefreq.c: New file.
38600
7e2fca8d
AM
386012012-09-25 Alan Modra <amodra@gmail.com>
38602
38603 * sysdeps/unix/sysv/linux/powerpc/pthread_once.c (__pthread_once):
38604 Add release barrier before setting once_control to say
38605 initialisation is done. Add hints on lwarx. Use macro in
38606 place of isync.
38607 (clear_once_control): Add release barrier.
38608
b87c4b24
JM
386092012-09-25 Joseph Myers <joseph@codesourcery.com>
38610
d032e0d2
JM
38611 [BZ #13629]
38612 * math/s_clog.c (__clog): Handle more values close to |z| = 1
38613 specially.
38614 * math/s_clog10.c (__clog10): Likewise.
38615 * math/s_clog10f.c (__clog10f): Likewise.
38616 * math/s_clog10l.c (__clog10l): Likewise.
38617 * math/s_clogf.c (__clogf): Likewise.
38618 * math/s_clogl.c (__clogl): Likewise.
38619 * math/Makefile (libm-calls): Add x2y2m1.
38620 * sysdeps/generic/math_private.h (__x2y2m1f): Declare.
38621 (__x2y2m1): Likewise.
38622 (__x2y2m1l): Likewise.
38623 * sysdeps/ieee754/dbl-64/x2y2m1.c: New file.
38624 * sysdeps/ieee754/dbl-64/x2y2m1f.c: Likewise.
38625 * sysdeps/ieee754/ldbl-128/x2y2m1l.c: Likewise.
38626 * sysdeps/ieee754/ldbl-128ibm/x2y2m1l.c: Likewise.
38627 * sysdeps/ieee754/ldbl-96/x2y2m1.c: Likewise.
38628 * sysdeps/ieee754/ldbl-96/x2y2m1l.c: Likewise.
38629 * math/libm-test.inc (clog_test, clog10_test): Add more tests.
38630 * sysdeps/i386/fpu/libm-test-ulps: Update.
38631 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
38632
b87c4b24
JM
38633 [BZ #14621]
38634 * posix/glob.c (next_brace_sub): Use size_t instead of unsigned
38635 int as type of variable DEPTH.
38636 (glob): Use size_t instead of int as type of variables NEWCOUNT
38637 and OLD_PATHC.
38638
6d3bf199
LD
386392012-09-25 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
38640
22bf5c17
LD
38641 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
38642 Add s_sincosf-sse2.
38643 * sysdeps/i386/i686/fpu/multiarch/s_sincosf.c: New file.
38644 * sysdeps/i386/i686/fpu/multiarch/s_sincosf-sse2.S: New file.
38645 * sysdeps/ieee754/flt-32/s_sincosf.c (SINCOSF, SINCOSF_FUNC): Add
38646 macros for using routine as __sincosf_ia32.
38647 Use macro for function declaration and weak_alias.
38648 * sysdeps/i386/fpu/libm-test-ulps: Update.
38649
38650 * sysdeps/x86_64/fpu/s_sincosf.S: New file.
38651 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
38652
38653 * math/s_ccoshf.c (__ccoshf): Fix wrong usage of sincos for
6d3bf199
LD
38654 subnormal argument.
38655 * math/s_cexpf.c (__cexpf): Likewise.
38656 * math/s_csinf.c (__csinf): Likewise.
38657 * math/s_csinhf.c (__csinhf): Likewise.
38658 * math/s_ctanf.c (__ctanf): Likewise.
38659 * math/s_ctanhf.c (__ctanhf): Likewise.
38660 * math/s_ccosh.c (__ccoshf): Likewise.
38661 * math/s_cexp.c (__cexpl): Likewise.
38662 * math/s_csin.c (__csin): Likewise.
38663 * math/s_csinh.c (__csinh): Likewise.
38664 * math/s_ctan.c (__ctan): Likewise.
38665 * math/s_ctanh.c (ctanh): Likewise.
38666 * math/s_ccoshl.c (__ccoshl): Likewise.
38667 * math/s_cexpl.c (__cexpl): Likewise.
38668 * math/s_csinl.c (__csinl): Likewise.
38669 * math/s_csinhl.c (__csinhl): Likewise.
38670 * math/s_ctanl.c (__ctanl): Likewise.
38671 * math/s_ctanhl.c (__ctanhl): Likewise.
38672
203e5603
JM
386732012-09-25 Joseph Myers <joseph@codesourcery.com>
38674
38675 * libio/libio.h (_IO_size_t): Define to size_t, not _G_size_t.
38676 (_IO_ssize_t): Define to __ssize_t, not _G_ssize_t.
38677 (_IO_off_t): Define to __off_t, not _G_off_t.
38678 (_IO_pid_t): Define to __pid_t, not _G_pid_t.
38679 (_IO_uid_t): Define to __uid_t, not _G_uid_t.
38680 (_IO_wint_t): Define to wint_t, not _G_wint_t.
38681 * libio/libioP.h (struct _IO_jump_t): Use size_t not _G_size_t as
38682 type of __dummy and __dummy2 fields.
38683 * sysdeps/generic/_G_config.h (_G_size_t): Remove.
38684 (_G_ssize_t): Likewise.
38685 (_G_off_t): Likewise.
38686 (_G_pid_t): Likewise.
38687 (_G_uid_t): Likewise.
38688 (_G_wchar_t): Likewise.
38689 (_G_wint_t): Likewise.
38690 * sysdeps/gnu/_G_config.h (_G_size_t): Remove.
38691 (_G_ssize_t): Likewise.
38692 (_G_off_t): Likewise.
38693 (_G_pid_t): Likewise.
38694 (_G_uid_t): Likewise.
38695 (_G_wchar_t): Likewise.
38696 (_G_wint_t): Likewise.
38697 * sysdeps/mach/hurd/_G_config.h (_G_size_t): Remove.
38698 (_G_ssize_t): Likewise.
38699 (_G_off_t): Likewise.
38700 (_G_pid_t): Likewise.
38701 (_G_uid_t): Likewise.
38702 (_G_wchar_t): Likewise.
38703 (_G_wint_t): Likewise.
38704
9fab36eb
SP
387052012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
38706
38707 * malloc/arena.c: Include malloc-sysdep.h.
38708 (shrink_heap): Use check_may_shrink_heap to decide if madvise
38709 is sufficient to shrink the heap or an unmap is needed.
38710 * sysdeps/generic/malloc-sysdep.h: New file. Define
38711 new function check_may_shrink_heap.
38712 * sysdeps/unix/sysv/linux/malloc-sysdep.h: New file. Define
38713 new function check_may_shrink_heap.
38714
2b4f00d1
SP
387152012-09-25 Siddhesh Poyarekar <siddhesh@redhat.com>
38716
38717 * libio/fileops.c (_IO_new_file_seekoff): Fix typos in
38718 comments.
38719
9a9028b1
DL
387202012-09-24 Dmitry V. Levin <ldv@altlinux.org>
38721
57c69bef
DL
38722 * catgets/test-gencat.sh: Add "set -e".
38723 * elf/tst-pathopt.sh: Likewise.
38724 * grp/tst_fgetgrent.sh: Likewise.
38725 * iconvdata/run-iconv-test.sh: Likewise.
38726 * intl/tst-gettext.sh: Likewise.
38727 * intl/tst-gettext2.sh: Likewise.
38728 * intl/tst-gettext4.sh: Likewise.
38729 * intl/tst-gettext6.sh: Likewise.
38730 * intl/tst-translit.sh: Likewise.
38731 * io/ftwtest-sh: Likewise.
38732 * libio/test-freopen.sh: Likewise.
38733 * malloc/tst-mtrace.sh: Likewise.
38734 * posix/globtest.sh: Likewise.
38735 * posix/tst-getconf.sh: Likewise.
38736 * posix/wordexp-tst.sh: Likewise.
38737 * stdio-common/tst-printf.sh: Likewise.
38738 * stdio-common/tst-unbputc.sh: Likewise.
38739 * stdlib/tst-fmtmsg.sh: Likewise.
38740 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38741 * catgets/Makefile: Do not specify -e option when running
38742 testsuite shell scripts.
38743 * elf/Makefile: Likewise.
38744 * grp/Makefile: Likewise.
38745 * iconvdata/Makefile: Likewise.
38746 * intl/Makefile: Likewise.
38747 * io/Makefile: Likewise.
38748 * libio/Makefile: Likewise.
38749 * malloc/Makefile: Likewise.
38750 * posix/Makefile: Likewise.
38751 * stdio-common/Makefile: Likewise.
38752 * stdlib/Makefile: Likewise.
38753 * sysdeps/x86_64/Makefile: Likewise.
38754
9a9028b1
DL
38755 * io/ftwtest-sh: Add copyright header.
38756 * posix/globtest.sh: Likewise.
38757 * posix/tst-getconf.sh: Likewise.
38758 * posix/wordexp-tst.sh: Likewise.
38759 * sysdeps/x86_64/tst-xmmymm.sh: Likewise.
38760
ced6f16e
L
387612012-09-24 H.J. Lu <hongjiu.lu@intel.com>
38762
94b32c39
L
38763 [BZ #13679]
38764 * Makeconfig (+link): Defined as $(+link-static) if
38765 $(build-shared) isn't yes.
38766 (link-tests): Defined as $(+link-static-tests) if $(build-shared)
38767 isn't yes.
38768 (static-gnulib): Add -lgcc_eh if $(build-shared) isn't yes.
38769
189e935b
L
38770 * Makeconfig (+postctorT): Replace crtendS.o with crtend.o.
38771
ced6f16e
L
38772 [BZ #14562]
38773 * malloc/arena.c (heap_trim): Properly get fencepost and adjust
38774 new chunk size with MALLOC_ALIGN_MASK.
38775
a9f8e53a
JM
387762012-09-24 Joseph Myers <joseph@codesourcery.com>
38777
38778 [BZ #5044]
38779 * stdio-common/printf_fphex.c: Include <stdbool.h> and
38780 <rounding-mode.h>.
38781 (__printf_fphex): Determine rounding using get_rounding_mode and
38782 round_away.
38783 * stdio-common/tst-printf-round.c (struct hex_test): New
38784 structure.
38785 (hex_tests): New variable.
38786 (test_hex_in_one_mode): New function.
38787 (do_test): Also run tests for hex float output.
38788
43153109
JM
387892012-09-21 Joseph Myers <joseph@codesourcery.com>
38790
38791 * libio/iopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38792 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38793 * libio/libio.h (_IO_HAVE_SYS_WAIT): Remove.
38794 * libio/oldiopopen.c [_IO_HAVE_SYS_WAIT]: Make code unconditional.
38795 [!_IO_HAVE_SYS_WAIT]: Remove conditional code.
38796 * sysdeps/generic/_G_config.h (_G_HAVE_SYS_WAIT): Remove.
38797 * sysdeps/gnu/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38798 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_SYS_WAIT): Likewise.
38799
8a26625d
JM
388002012-09-20 Joseph Myers <joseph@codesourcery.com>
38801
38802 * libio/libio.h [_G_NEED_STDARG_H]: Make code unconditional.
38803 * sysdeps/generic/_G_config.h (_G_NEED_STDARG_H): Remove.
38804 * sysdeps/gnu/_G_config.h (_G_NEED_STDARG_H): Remove.
38805 * sysdeps/mach/hurd/_G_config.h (_G_NEED_STDARG_H): Remove.
38806
f3fd569c
DL
388072012-09-19 Dmitry V. Levin <ldv@altlinux.org>
38808
38809 [BZ #14579]
38810 * elf/rtld.c (dl_main): Limit the check for self loading to normal
38811 mode only.
38812 * elf/tst-rtld-load-self.sh: New test.
38813 * elf/Makefile: Run it.
38814
63bbedd4
JM
388152012-09-18 Joseph Myers <joseph@codesourcery.com>
38816
38817 * sysdeps/wordsize-64/Makefile [$(subdir) = misc]
38818 (tst-writev-ENV): Remove.
38819 * sysdeps/wordsize-64/tst-writev.c (TIMEOUT): Define.
38820
626f8b6a
CM
388212012-09-17 Chris Metcalf <cmetcalf@tilera.com>
38822
38823 * crypt/md5test-giant.c (TIMEOUT): Increase to 8 minutes for tilegx.
38824
b7aaa4d6
JM
388252012-09-17 Joseph Myers <joseph@codesourcery.com>
38826
38827 * libio/iogetline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]: Make code
38828 unconditional.
38829 * libio/iogetwline.c [_LIBC || !_G_HAVE_IO_GETLINE_INFO]:
38830 Likewise.
38831 * sysdeps/generic/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Remove.
38832 * sysdeps/gnu/_G_config.h (_G_HAVE_IO_GETLINE_INFO): Likewise.
38833 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_IO_GETLINE_INFO):
38834 Likewise.
38835
65513990
L
388362012-09-14 H.J. Lu <hongjiu.lu@intel.com>
38837
38838 [BZ #14587]
38839 * Makeconfig (ASFLAGS): Remove $(have-cpp-asm-debuginfo) check.
38840 * config.make.in (have-cpp-asm-debuginfo): Removed.
38841 * configure.in: Don't substitute libc_cv_cpp_asm_debuginfo.
38842 * configure: Regenerated.
38843
784761be
JM
388442012-09-14 Joseph Myers <joseph@codesourcery.com>
38845
38846 [BZ #5044]
38847 * stdio-common/printf_fp.c: Include <stdbool.h> and
38848 <rounding-mode.h>.
38849 (___printf_fp): Determine rounding using get_rounding_mode and
38850 round_away.
38851 * stdio-common/tst-printf-round.c: New file.
38852 * stdio-common/Makefile (tests): Add tst-printf-round.
38853 (link-libm): New variable.
38854 ($(objpfx)tst-printf-round): Depend in $(link-libm).
38855
9503345f
L
388562012-09-13 H.J. Lu <hongjiu.lu@intel.com>
38857
38858 [BZ #14576]
38859 * bits/libc-lock.h (__rtld_lock_init_recursive): Removed.
38860 * sysdeps/mach/bits/libc-lock.h (__rtld_lock_init_recursive):
38861 Likewise.
38862 * sysdeps/mach/hurd/bits/libc-lock.h (__rtld_lock_init_recursive):
38863 Likewise.
38864
ad35fc00
JM
388652012-09-13 Joseph Myers <joseph@codesourcery.com>
38866
38867 * libio/libio.h [!_G_HAVE_PRINTF_FP] (_IO_USE_DTOA): Remove.
38868 * sysdeps/generic/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38869 * sysdeps/gnu/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38870 * sysdeps/mach/hurd/_G_config.h (_G_HAVE_PRINTF_FP): Likewise.
38871
6c9b0f68
JM
388722012-09-12 Joseph Myers <joseph@codesourcery.com>
38873
38874 [BZ #14518]
38875 * include/rounding-mode.h: New file.
38876 * sysdeps/generic/get-rounding-mode.h: Likewise.
38877 * sysdeps/s390/fpu/get-rounding-mode.h: Likewise.
38878 * stdlib/strtod_l.c: Include <rounding-mode.h>.
38879 (MAX_VALUE): New macro.
38880 (MIN_VALUE): Likewise.
38881 (overflow_value): New function.
38882 (underflow_value): Likewise.
38883 (round_and_return): Use overflow_value and underflow_value to
38884 determine return values in overflow and underflow cases. Use
38885 round_away to determine rounding depending on rounding mode.
38886 (____STRTOF_INTERNAL): Use overflow_value and underflow_value to
38887 determine return values in overflow and underflow cases.
38888 * stdlib/tst-strtod-round.c: Include <fenv.h>.
38889 (struct test_results): New structure.
38890 (struct test): Use struct test_results to store expected results
38891 for all rounding modes.
38892 (TEST): Include expected results for all rounding modes.
38893 (test_in_one_mode): New function.
38894 (do_test): Use test_in_one_mode to compute and check results.
38895 Check results for all rounding modes.
38896 * stdlib/Makefile ($(objpfx)tst-strtod-round): Depend on
38897 $(link-libm).
38898
19fcedd5
AM
388992012-12-09 Allan McRae <allan@archlinux.org>
38900
1e9d84cd 38901 * sysdeps/i386/fpu/libm-test-ulps: Update
19fcedd5 38902
8bbfd2f1
JM
389032012-09-11 Joseph Myers <joseph@codesourcery.com>
38904
38905 * sysdeps/generic/_G_config.h (_G_int16_t): Remove.
38906 (_G_int32_t): Likewise.
38907 (_G_uint16_t): Likewise.
38908 (_G_uint32_t): Likewise.
38909 (_G_HAVE_BOOL): Likewise.
38910 (_G_HAVE_ATEXIT): Likewise.
38911 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38912 (_G_HAVE_IO_FILE_OPEN): Likewise.
38913 * sysdeps/gnu/_G_config.h (_G_int16_t): Remove.
38914 (_G_int32_t): Likewise.
38915 (_G_uint16_t): Likewise.
38916 (_G_uint32_t): Likewise.
38917 (_G_HAVE_BOOL): Likewise.
38918 (_G_HAVE_ATEXIT): Likewise.
38919 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38920 (_G_HAVE_IO_FILE_OPEN): Likewise.
38921 * sysdeps/mach/hurd/_G_config.h (_G_int16_t): Remove.
38922 (_G_int32_t): Likewise.
38923 (_G_uint16_t): Likewise.
38924 (_G_uint32_t): Likewise.
38925 (_G_HAVE_BOOL): Likewise.
38926 (_G_HAVE_ATEXIT): Likewise.
38927 (_G_HAVE_LONG_DOUBLE_IO): Likewise.
38928 (_G_HAVE_IO_FILE_OPEN): Likewise.
38929
b1dc5912
L
389302012-09-11 H.J. Lu <hongjiu.lu@intel.com>
38931
38932 * csu/libc-tls.c: Update copyright years.
38933
0e886ef9
JM
389342012-09-10 Joseph Myers <joseph@codesourcery.com>
38935
28361c5e
JM
38936 * libioP.h [_G_USING_THUNKS]: Make code unconditional.
38937 [!_G_USING_THUNKS]: Remove conditional code.
38938 * sysdeps/gnu/_G_config.h (_G_USING_THUNKS): Remove.
38939 * sysdeps/mach/hurd/_G_config.h (_G_USING_THUNKS): Likewise.
38940
0e886ef9
JM
38941 * libio/libioP.h [__GNUC__] (VTABLE_LABEL): Remove.
38942 [!builtinbuf_vtable && __cplusplus] (builtinbuf_vtable): Likewise.
38943 * sysdeps/generic/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38944 (_G_VTABLE_LABEL_PREFIX): Likewise.
38945 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38946 * sysdeps/gnu/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38947 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38948 (_G_VTABLE_LABEL_PREFIX): Likewise.
38949 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38950 * sysdeps/mach/hurd/_G_config.h (_G_NAMES_HAVE_UNDERSCORE): Remove.
38951 (_G_VTABLE_LABEL_HAS_LENGTH): Likewise.
38952 (_G_VTABLE_LABEL_PREFIX): Likewise.
38953 (_G_VTABLE_LABEL_PREFIX_ID): Likewise.
38954
bcba7aa2
L
389552012-09-10 H.J. Lu <hongjiu.lu@intel.com>
38956
38957 * libio/Makefile: Include ../Makeconfig before tests.
38958 (tests): Add tst-fopenloc and depend on $(objpfx)tst-fopenloc.check
38959 only if $(build-shared) is yes.
38960
06585ee8
L
38961 * iconv/gconv_db.c: Update copyright years.
38962
80ccd52c
LD
389632012-09-10 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
38964
38965 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: Fix
38966 unwind info if defined PIC. Fix special cases description.
38967 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: Likewise.
38968
38969 * sysdeps/x86_64/fpu/s_sinf.S: Fix special cases description, fix
38970 DP_HI_MASK entry.
38971 * sysdeps/x86_64/fpu/s_cosf.S: Likewise.
38972
691bc9c1
L
389732012-09-07 H.J. Lu <hongjiu.lu@intel.com>
38974
3d9b46b3
L
38975 * scripts/check-local-headers.sh: Add "shopt -s nullglob".
38976
de2139a9
L
38977 * iconv/gconv_db.c (free_derivation): Check if deriv->steps
38978 is NULL.
38979
5ca78dd0
L
38980 * debug/Makefile (LDFLAGS-tst-chk4): Renamed to ...
38981 (LDLIBS-tst-chk4): This.
38982 (LDFLAGS-tst-chk5): Renamed to ...
38983 (LDLIBS-tst-chk5): This.
38984 (LDFLAGS-tst-chk6): Renamed to ...
38985 (LDLIBS-tst-chk6): This.
38986 (LDFLAGS-tst-lfschk4): Renamed to ...
38987 (LDLIBS-tst-lfschk4): This.
38988 (LDFLAGS-tst-lfschk5): Renamed to ...
38989 (LDLIBS-tst-lfschk5): This.
38990 (LDFLAGS-tst-lfschk6): Renamed to ...
38991 (LDLIBS-tst-lfschk6): This.
38992
691bc9c1
L
38993 * Makefile ($(inst_includedir)/gnu/stubs.h): Remove dependency
38994 on $(common-objpfx)soversions.mk.
38995
65cafb1c
JM
389962012-09-07 Joseph Myers <joseph@codesourcery.com>
38997
38998 [BZ #10014]
38999 * manual/examples/inetcli.c (SERVERHOST): Use www.gnu.org as
39000 example host name.
39001
c78ab094
SP
390022012-09-07 Siddhesh Poyarekar <siddhesh@redhat.com>
39003
39004 * malloc/arena.c (arena_get_retry): New function that gets
39005 another arena for the caller to try its request on.
39006 * malloc/malloc.c (__libc_malloc): Use get_another_arena if the
39007 current arena cannot fulfill the request.
39008 (__libc_memalign): Likewise.
39009 (__libc_memalign): Likewise.
39010 (__libc_pvalloc): Likewise.
39011 (__libc_calloc): Likewise.
39012
01f49f59
JT
390132012-09-05 John Tobey <john.tobey@gmail.com>
39014
39015 [BZ #13542]
39016 * manual/arith.texi (Operations on Complex): Fix description
39017 of carg branch cut.
39018
4c23fed5
JM
390192012-09-06 Joseph Myers <joseph@codesourcery.com>
39020
1d3c8572
JM
39021 [BZ #10014]
39022 * manual/socket.texi (Host Addresses): Use www.gnu.org as example
39023 host name.
39024
4c23fed5
JM
39025 [BZ #10038]
39026 * manual/memory.texi (Memory): Make order of menu items match
39027 order of sections.
39028
04570aaa
L
390292012-09-06 H.J. Lu <hongjiu.lu@intel.com>
39030
39031 * elf/dl-tls.c (DL_INITIAL_DTV): Removed.
39032 (_dl_initial_dtv): New. Defined if SHARED isn't defined.
39033 (_dl_deallocate_tls): Restore GL(dl_initial_dtv).
39034
b80af2f4
L
390352012-09-06 H.J. Lu <hongjiu.lu@intel.com>
39036
39037 * csu/libc-tls.c (static_dtv): Renamed to ...
39038 (_dl_static_dtv): This. Make it global.
39039 (_dl_initial_dtv): Removed.
39040 (__libc_setup_tls): Updated.
39041 * elf/dl-tls.c (DL_INITIAL_DTV): New macro.
39042 (_dl_deallocate_tls): Replace GL(dl_initial_dtv) with
39043 DL_INITIAL_DTV.
39044
2abe9f15
PM
390452012-09-06 Petr Machata <pmachata@redhat.com>
39046
39047 * elf/elf.h (NT_S390_HIGH_GPRS): New macro.
39048 (NT_S390_TIMER, NT_S390_TODCMP, NT_S390_TODPREG): Likewise.
39049 (NT_S390_CTRS, NT_S390_PREFIX, NT_S390_LAST_BREAK): Likewise.
39050 (NT_S390_SYSTEM_CALL, NT_ARM_VFP): Likewise.
39051
0948c3af
L
390522012-09-06 H.J. Lu <hongjiu.lu@intel.com>
39053
39054 [BZ #14545]
39055 * csu/libc-tls.c (_dl_initial_dtv): New variable.
39056 * elf/dl-tls.c (_dl_deallocate_tls): Always check dtv before
39057 freeing dtv[-1].
39058
a5055ad1
L
390592012-09-06 H.J. Lu <hongjiu.lu@intel.com>
39060
39061 [BZ #14544]
39062 * Makeconfig (link-static-before-libc): Replace $(+prector)
39063 with $(+prectorT).
39064 (link-static-after-libc): Replace $(+postctor) with
39065 $(+postctorT).
39066 (link-bounded): Replace $(+prector)/$(+postctor) with
39067 $(+prectorT)/$(+postctorT).
39068 (+prectorT): New macro.
39069 (+postctorT): Likewise.
39070
ed8c2ecd
JM
390712012-09-06 Joseph Myers <joseph@codesourcery.com>
39072
39073 * stdlib/gen-tst-strtod-round.c: Include <assert.h>.
39074 (round_str): Handle values above the maximum for IBM long double
39075 as inexact.
39076 * stdlib/tst-strtod-round.c (tests): Regenerated.
39077
14c996c8
AK
390782012-09-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
39079
39080 * sysdeps/s390/s390-32/multiarch/Makefile: Remove -mzarch
39081 assembler flag.
39082 * sysdeps/s390/s390-32/multiarch/memcmp.S: Use .machinemode
39083 zarch_nohighgprs around the zarch optimized routines.
39084 * sysdeps/s390/s390-32/multiarch/memcpy.S: Likewise.
39085 * sysdeps/s390/s390-32/multiarch/memset.S: Likewise.
39086 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: Explicitly check
39087 for zarch.
39088
430d6ce6
DM
390892012-09-05 David S. Miller <davem@davemloft.net>
39090
39091 * sysdeps/sparc/fpu/libm-test-ulps: Update.
39092
57f41c40
AS
39093 * sysdeps/sparc/bits/hwcap.h (HWCAP_SPARC_PAUSE)
39094 (HWCAP_SPARC_CBCOND, HWCAP_SPARC_CRYPTO): Define.
ff04dda4
DM
39095 * sysdeps/sparc/dl-procinfo.h (_DL_HWCAP_COUNT): Increase to 27.
39096 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
39097 entries.
39098
24d4e01b
AO
390992012-09-05 Alexandre Oliva <aoliva@redhat.com>
39100
39101 * malloc/arena.c: Fold copyright years.
39102 * malloc/mcheck.c, malloc/memusage.c: Likewise.
39103
61d58174
AO
391042012-09-05 Alexandre Oliva <aoliva@redhat.com>
39105
39106 * malloc/malloc.c (__libc_mallopt) <M_MMAP_MAX>: Fix indentation.
39107
20196a5e
AO
391082012-09-05 Alexandre Oliva <aoliva@redhat.com>
39109
39110 * manual/contrib.texi (Contributors): Fix typo. Complete entry.
39111
5c447383
AO
391122012-09-05 Alexandre Oliva <aoliva@redhat.com>
39113
39114 * malloc/malloc.c (__libc_mallopt) <M_MMAP_THRESHOLD>: Do not
39115 change internal state upon failure.
39116
fad64255
AO
391172012-09-05 Alexandre Oliva <aoliva@redhat.com>
39118
39119 * malloc/mcheck.c (mcheck_check_all): Fix typo.
39120 * malloc/memusage.c (mmap): Likewise.
39121 (mmap64, mremap): Likewise. Adjust name in comment.
39122
1ffb8c90
SP
391232012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
39124
39125 * libio/fileops.c: Fix typos in comments.
39126 * libio/oldfileops.c: Likewise.
39127 * libio/wfileops.c: Likewise.
39128
6ef9cc37
SP
391292012-09-05 Siddhesh Poyarekar <siddhesh@redhat.com>
39130
39131 [BZ #1349]
39132 * malloc/Makefile (tests): Add tst-malloc-usable test case.
39133 (tst-malloc-usable-ENV): Set environment for test case.
39134 * malloc/hooks.c (malloc_check_get_size): New function to get
39135 requested size.
39136 * malloc/malloc.c (musable): Use malloc_check_get_size.
39137 * malloc/tst-malloc-usable.c: New test case.
39138
4d038ae3
AS
391392012-09-05 Andreas Schwab <schwab@linux-m68k.org>
39140
39141 * stdlib/tst-strtod-overflow.c (TIMEOUT): Define.
39142
c4e85184
AM
391432012-09-05 Allan McRae <allan@archlinux.org>
39144
b9dafc56 39145 [BZ #13966]
c4e85184
AM
39146 * configure.in (CXX_SYSINCLUDES): Use compiler output to
39147 determine header location.
39148 * configure: Regenerated.
39149
e1343020
AS
391502012-09-05 Andreas Schwab <schwab@linux-m68k.org>
39151
39152 * stdlib/gen-tst-strtod-round.c (formats): Add Motorola extended
39153 float format.
39154 * stdlib/tst-strtod-round.c (TEST) [LDBL_MANT_DIG == 64 &&
a0070b7e
AS
39155 LDBL_MAX_EXP == 16384]: Add case for Motorola extended float
39156 format.
e1343020
AS
39157 (test): Regenerate.
39158
0a9f1987
DM
391592012-09-04 David S. Miller <davem@davemloft.net>
39160
39161 * sysdeps/sparc/sparc32/sparcv9/addmul_1.S: New file.
39162 * sysdeps/sparc/sparc32/sparcv9/submul_1.S: New file.
39163 * sysdeps/sparc/sparc32/sparcv9/mul_1.S: New file.
39164
29237804
FW
391652012-09-04 Florian Weimer <fweimer@redhat.com>
39166
39167 * stdlib/tst-secure-getenv.c (alternative_main): Only warn on SGID
39168 failures.
39169
edb3cb88
FW
39170 * stdlib/tst-secure-getenv.c: Fix whitespace in comments.
39171
60160d83
JM
391722012-09-04 Joseph Myers <joseph@codesourcery.com>
39173
39174 [BZ #9914]
39175 * libio/iogetdelim.c: Include <limits.h>.
39176 (_IO_getdelim): Avoid integer overflow in testing whether cur_len
39177 + len + 1 would overflow.
39178
bcd6c8dc
AJ
391792012-09-03 Andreas Jaeger <aj@suse.de>
39180
39181 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39182 * sysdeps/i386/fpu/libm-test-ulps: Update.
39183
4ffffbd2
LD
391842012-09-03 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
39185
39186 * sysdeps/i386/i686/fpu/multiarch/Makefile (sysdep_routines):
39187 Add s_sinf-sse2, s_conf-sse2.
39188
39189 * sysdeps/i386/i686/fpu/multiarch/s_sinf-sse2.S: New file.
39190 * sysdeps/i386/i686/fpu/multiarch/s_cosf-sse2.S: New file.
39191 * sysdeps/i386/i686/fpu/multiarch/s_sinf.c: New file.
39192 * sysdeps/i386/i686/fpu/multiarch/s_cosf.c: New file.
39193
39194 * sysdeps/ieee754/flt-32/s_sinf.c (SINF, SINF_FUNC): Add macros
39195 for using routine as __sinf_ia32.
39196 Use macro for function declaration and weak_alias.
39197 * sysdeps/ieee754/flt-32/s_cosf.c (COSF, COSF_FUNC): Add macros
39198 for using routine as __cosf_ia32.
39199 Use macro for function declaration and weak_alias.
39200
39201 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Fix Copyright.
39202 * sysdeps/i386/i686/fpu/multiarch/e_expf.c: Fix Copyright.
39203
39204 * sysdeps/x86_64/fpu/s_sinf.S: New file.
39205 * sysdeps/x86_64/fpu/s_cosf.S: New file.
39206 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39207
39208 * math/libm-test.inc (cos_test): Add more test cases.
39209 (sin_test): Likewise.
39210 (sincos_test): Likewise.
39211
511fa286
AK
392122012-09-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
39213
39214 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c
39215 (IFUNC_RESOLVE): Make pointers to the specialized implementations
39216 hidden.
39217 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: Likewise.
39218
5f30cfec
L
392192012-09-02 H.J. Lu <hongjiu.lu@intel.com>
39220
39221 [BZ #14538]
39222 * sysdeps/x86_64/dl-machine.h (elf_machine_dynamic): Use the
39223 first element of the GOT.
39224 (elf_machine_load_address): Return the difference between
39225 the runtime address of _DYNAMIC and elf_machine_dynamic ().
39226
0786794f
AM
392272012-09-01 Allan McRae <allan@archlinux.org>
39228
5f30cfec
L
39229 [BZ #13412]
39230 * configure.in (AWK): Require gawk version 3.0 or later.
39231 * configure: Regenerated.
0786794f 39232
26889eac
JM
392332012-09-01 Joseph Myers <joseph@codesourcery.com>
39234
39235 * sysdeps/unix/sysv/linux/kernel-features.h
39236 (__ASSUME_POSIX_CPU_TIMERS): Remove.
39237 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39238 [__NR_clock_getres]: Make code unconditional.
39239 [!__ASSUME_POSIX_CPU_TIMERS]: Remoce conditional code.
39240 (clock_getcpuclockid): Remove code left unreachable by removal of
39241 conditionals.
39242 * sysdeps/unix/sysv/linux/clock_getres.c [__NR_clock_getres]: Make
39243 code unconditional.
39244 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39245 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39246 * sysdeps/unix/sysv/linux/clock_gettime.c [__NR_clock_gettime]:
39247 Make code unconditional.
39248 [__ASSUME_POSIX_CPU_TIMERS]: Likewise.
39249 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39250 * sysdeps/unix/sysv/linux/clock_settime.c
39251 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]: Remove
39252 conditional code.
39253 [__ASSUME_POSIX_CPU_TIMERS]: Make code unconditional.
39254 [!__ASSUME_POSIX_CPU_TIMERS]: Remove conditional code.
39255
d22e28b0
L
392562012-08-29 H.J. Lu <hongjiu.lu@intel.com>
39257
39258 [BZ #14476]
39259 * Makefile (install): Also pass LD_SO=$(ld.so-version) to
39260 scripts/test-installation.pl.
39261
39262 * scripts/test-installation.pl: Use LD_SO to get $ld_so_name
39263 and $ld_so_version if it is set.
39264
050af9c4
SP
392652012-08-29 Siddhesh Poyarekar <siddhesh@redhat.com>
39266
39267 [BZ #14516]
39268 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Don't return
39269 failure if reading from procfs failed.
39270 * sysdeps/unix/sysv/linux/ttyname_r.c (ttyname_r): Likewise.
39271
ad845c0b
JM
392722012-08-27 Joseph Myers <joseph@codesourcery.com>
39273
39274 * sysdeps/unix/sysv/linux/kernel-features.h
39275 (__ASSUME_STAT64_SYSCALL): Remove all definitions.
39276 * sysdeps/unix/sysv/linux/fxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39277 Remove conditional code.
39278 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39279 * sysdeps/unix/sysv/linux/fxstatat64.c [!__ASSUME_STAT64_SYSCALL]:
39280 Remove conditional code.
39281 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39282 * sysdeps/unix/sysv/linux/i386/fxstat.c
39283 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39284 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39285 * sysdeps/unix/sysv/linux/i386/fxstatat.c
39286 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39287 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39288 * sysdeps/unix/sysv/linux/i386/lxstat.c
39289 [!__ASSUME_STAT64_SYSCALL]: Remove conditional code.
39290 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39291 * sysdeps/unix/sysv/linux/i386/xstat.c [!__ASSUME_STAT64_SYSCALL]:
39292 Remove conditional code.
39293 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39294 * sysdeps/unix/sysv/linux/lxstat64.c [!__ASSUME_STAT64_SYSCALL]:
39295 Remove conditional code.
39296 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39297 * sysdeps/unix/sysv/linux/sparc/sparc64/xstat.c: Do not include
39298 <kernel-features.h>.
39299 [__NR_stat64 && !__ASSUME_STAT64_SYSCALL] (__have_no_stat64):
39300 Remove.
39301 * sysdeps/unix/sysv/linux/xstat64.c [!__ASSUME_STAT64_SYSCALL]:
39302 Remove conditional code.
39303 [__ASSUME_STAT64_SYSCALL]: Make code unconditional.
39304 * sysdeps/unix/sysv/linux/xstatconv.c [!__ASSUME_STAT64_SYSCALL]:
39305 Remove conditional.
39306
5dbf56af
MF
393072012-08-27 Mike Frysinger <vapier@gentoo.org>
39308
39309 [BZ #5400]
39310 * NEWS: Add fixed bug number.
39311
d6e70f43
JM
393122012-08-27 Joseph Myers <joseph@codesourcery.com>
39313
7efb4737
JM
39314 [BZ #14519]
39315 * stdlib/strtod_l.c (round_and_return): Return -0.0 for
39316 underflowing exponent in case of negative sign.
39317 * stdlib/tst-strtod-round-data: Add more tests.
39318 * stdlib/tst-strtod-round.c (tests): Regenerated.
39319
af92131a
JM
39320 [BZ #3479]
39321 * stdlib/strtod_l.c (NDIG): Remove.
39322 (HEXNDIG): Likewise.
39323 (MPNSIZE): Increase to represent 10^n where 2^-n is 1/4 ulp of the
39324 smallest representable value.
39325 (____STRTOF_INTERNAL): Use all fractional decimal digits that may
39326 lie within an exact representation of 1/2 ulp of the result.
39327 * stdlib/fpioconst.c (__tens): Include 10^2^9 and 10^2^10
39328 unconditionally.
39329 (TENS_P9_IDX): Define unconditionally.
39330 (TENS_P9_SIZE): Likewise.
39331 (TENS_P10_IDX): Likewise.
39332 (TENS_P10_SIZE): Likewise.
39333 [BITS_PER_MP_LIMB == 32]: Change condition for larger powers of 10
39334 to !defined __NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024.
39335 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024] (__tens): Add
39336 entries for 10^2^13 and 10^2^14.
39337 [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ > 1024]
39338 (TENS_P13_IDX): Define.
39339 (TENS_P13_SIZE): Likewise.
39340 (TENS_P14_IDX): Likewise.
39341 (TENS_P14_SIZE): Likewise.
39342 (_fpioconst_pow10): Change array size to
39343 FPIOCONST_POW10_ARRAY_SIZE. Make entries for 10^2^9 and 10^2^10
39344 unconditional.
39345 (_fpioconst_pow10) [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__ >
39346 1024]: Add entries for 10^2^13 and 10^2^14.
39347 [LAST_POW10 > _LAST_POW10]: Remove #error.
39348 * stdlib/fpioconst.h (FPIOCONST_POW10_ARRAY_SIZE): Define.
39349 (_fpioconst_pow10): Change array size to
39350 FPIOCONST_POW10_ARRAY_SIZE.
39351 * stdlib/gen-fpioconst.c: New file.
39352 * stdlib/gen-tst-strtod-round.c: Likewise.
39353 * stdlib/tst-strtod-round-data: Likewise.
39354 * stdlib/tst-strtod-round.c: Likewise.
39355 * stdlib/Makefile (tests): Add tst-strtod-round.
39356
d6e70f43
JM
39357 [BZ #14459]
39358 * stdlib/strtod_l.c: Include <stdint.h>.
39359 (NDEBUG): Do not define.
39360 (round_and_return): Change EXPONENT parameter to type intmax_t.
39361 Rearrange calculations to avoid internal overflow possibilities.
39362 (str_to_mpn): Change EXPONENT parameter to type intmax_t *.
39363 Rearrange calculations to avoid internal overflow possibilities.
39364 Assert that number fits inside MPNSIZE limbs.
39365 (____STRTOF_INTERNAL): Change EXPONENT variable to type intmax_t.
39366 Change DIG_NO, INT_NO and LEAD_ZERO to type size_t. Rearrange
39367 calculations and add assertions to avoid internal overflow
39368 possibilities. Add casts to avoid signed/unsigned operations.
39369 * stdlib/tst-strtod-overflow.c: New file.
39370 * stdlib/Makefile (tests): Add tst-strtod-overflow.
39371
1f529f7d
MP
393722012-08-25 Marek Polacek <polacek@redhat.com>
39373
39374 * time/time.h: Fix some typos in comments.
39375
59a629f1
RM
393762012-08-23 Roland McGrath <roland@hack.frob.com>
39377
39378 * posix/tst-rfc3484.c: #undef USE_NSCD before including getaddrinfo.c.
39379 * posix/tst-rfc3484-2.c: Likewise.
39380 * posix/tst-rfc3484-3.c: Likewise.
39381
d3bafbc9
SM
393822012-08-23 Steve McIntyre <steve.mcintyre@linaro.org>
39383
39384 * elf/elf.h (EF_ARM_ABI_FLOAT_SOFT): New macro.
39385 (EF_ARM_ABI_FLOAT_HARD): Likewise.
39386
4efcc022
JM
393872012-08-23 Joseph Myers <joseph@codesourcery.com>
39388
39389 * sysdeps/unix/sysv/linux/dl-fxstatat64.c: Use <> instead of "" in
39390 #include of fxstatat64.c.
39391
3cc3ef96
RM
393922012-08-22 Roland McGrath <roland@hack.frob.com>
39393
f04e2132
RM
39394 * shadow/getspent.c: #undef USE_NSCD before #include that gets the code.
39395 * shadow/getspent_r.c: Likewise.
39396 * shadow/getspnam.c: Likewise.
39397 * shadow/getspnam_r.c: Likewise.
39398 * gshadow/getsgent.c: Likewise.
39399 * gshadow/getsgent_r.c: Likewise.
39400 * gshadow/getsgnam.c: Likewise.
39401 * gshadow/getsgnam_r.c: Likewise.
39402 * inet/getnetbyad.c: Likewise.
39403 * inet/getnetbyad_r.c: Likewise.
39404 * inet/getnetbynm.c: Likewise.
39405 * inet/getnetbynm_r.c: Likewise.
39406 * inet/getnetent.c: Likewise.
39407 * inet/getnetent_r.c: Likewise.
39408 * inet/getproto.c: Likewise.
39409 * inet/getproto_r.c: Likewise.
39410 * inet/getprtent.c: Likewise.
39411 * inet/getprtent_r.c: Likewise.
39412 * inet/getprtname.c: Likewise.
39413 * inet/getprtname_r.c: Likewise.
39414 * inet/getrpcbyname.c: Likewise.
39415 * inet/getrpcbyname_r.c: Likewise.
39416 * inet/getrpcbynumber.c: Likewise.
39417 * inet/getrpcbynumber_r.c: Likewise.
39418 * inet/getrpcent.c: Likewise.
39419 * inet/getrpcent_r.c: Likewise.
39420 * inet/getaliasent.c: Likewise.
39421 * inet/getaliasent_r.c: Likewise.
39422 * inet/getaliasname.c: Likewise.
39423 * inet/getaliasname_r.c: Likewise.
39424 * nscd/getgrgid_r.c: Likewise.
39425 * nscd/getgrnam_r.c: Likewise.
39426 * nscd/gethstbyad_r.c: Likewise.
39427 * nscd/gethstbynm3_r.c: Likewise.
39428 * nscd/getpwnam_r.c: Likewise.
39429 * nscd/getpwuid_r.c: Likewise.
39430 * nscd/getsrvbynm_r.c: Likewise.
39431 * nscd/getsrvbypt_r.c: Likewise.
39432 * nscd/gai.c: Likewise.
39433
c53d909c
RM
39434 * configure.in (build_nscd): New substituted variable, set
39435 by --disable-build-nscd and defaults to $use_nscd.
39436 * configure: Regenerated.
39437 * config.make.in (build-nscd): New substituted variable.
39438 * nscd/Makefile (others, others-pie, install-sbin, extra-objs):
39439 Change conditional to require [$(build-nscd) = yes] as well.
39440 * NEWS: Mention --disable-build-nscd in the --disable-nscd item.
39441
3cc3ef96
RM
39442 [BZ# 13696]
39443 * configure.in (use_nscd): New substituted variable, set by
39444 --disable-nscd. If enabled, define USE_NSCD.
39445 * configure: Regenerated.
39446 * config.h.in: Add USE_NSCD.
39447 * config.make.in (use-nscd): New substituted variable.
39448 * inet/Makefile (CFLAGS-gethstbyad_r.c): Likewise.
39449 (CFLAGS-gethstbynm_r.c, CFLAGS-gethstbynm2_r.c): Likewise.
39450 (CFLAGS-getsrvbynm_r.c, CFLAGS-getsrvbypt_r.c): Variables removed.
39451 * grp/Makefile (CFLAGS-getgrgid_r.c): Remove -DUSE_NSCD.
39452 (CFLAGS-getgrnam_r.c): Likewise.
39453 (CFLAGS-initgroups.c): Likewise.
39454 * posix/Makefile (CFLAGS-getaddrinfo.c): Remove -DUSE_NSCD.
39455 * pwd/Makefile (CFLAGS-getpwuid_r.c, CFLAGS-getpwnam_r.c):
39456 Variables removed.
39457 * inet/getnetgrent_r.c
39458 (nscd_setnetgrent): New function, broken out of ...
39459 (setnetgrent): ... here. Call it.
39460 (innetgr): Conditionalize nscd bits on [USE_NSCD].
39461 (nscd_getnetgrent): Conditionalize on [USE_NSCD].
39462 (__internal_getnetgrent_r): Conditionalize its use on [USE_NSCD].
39463 * nscd/Makefile (routines, aux): Move definitions after include of
39464 Makeconfig. Conditionalize on [$(use-nscd) != no].
39465 * nss/nsswitch.c (nss_load_all_libraries, __nss_disable_nscd):
39466 Conditionalize on [USE_NSCD].
39467 (is_nscd, nscd_init_cb): Likewise.
39468 (nss_load_library): Conditionalize init callback on [USE_NSCD].
39469 * nss/nss_files/files-init.c: Conditionalize body on [USE_NSCD].
39470 * nss/nss_db/db-init.c: Likewise.
39471 * nscd/nscd.c (main): Conditionalize __nss_disable_nscd call on
39472 [USE_NSCD].
39473 * sysdeps/unix/sysv/linux/check_pf.c (get_nl_timestamp): New function.
39474 (make_request): Use it.
39475 (cache_valid_p): New function.
39476 (__check_pf): Use it.
39477 * NEWS: Add item for --disable-nscd.
39478
07e51550
DL
394792012-08-22 Dmitry V. Levin <ldv@altlinux.org>
39480
39481 * configure.in (SED): Update AC_CHECK_PROG_VER's version extract regexp
39482 to support sed >= 4.2.1-20-ga9bf076.
39483 * configure: Regenerated.
39484
35a5b08b
RM
394852012-08-22 Roland McGrath <roland@hack.frob.com>
39486
39487 * csu/libc-start.c (apply_irel): Move extern declarations inside here.
39488 Conditionalize whole body on [IREL].
39489
8479f23a
JL
394902012-08-22 Jeff Law <law@redhat.com>
39491
39492 [BZ #14505]
39493 * sysdeps/posix/getaddrinfo.c (gaih_inet): Only use gethostbyname4_r
39494 if the family is PF_UNSPEC.
39495
48da0b21
MF
394962012-08-22 Mike Frysinger <vapier@gentoo.org>
39497
39498 * Makerules (lib-version): Rename from V.
39499 (install-lib-nosubdir): Change V to lib-version.
39500
15d0da8c
WS
395012012-08-22 Will Schmidt <will_schmidt@vnet.ibm.com>
39502
39503 [BZ #14252]
39504 * powerpc32/power6/wcschr.c: New file.
39505 * powerpc32/power6/wcscpy.c: New file.
39506 * powerpc32/power6/wcsrchr.c: New file.
39507 * powerpc64/power6/wcschr.c: New file.
39508 * powerpc64/power6/wcscpy.c: New file.
39509 * powerpc64/power6/wcsrchr.c: New file.
39510
bcca0895
MK
395112012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
39512
39513 * string/str-two-way.h (AVAILABLE1_USES_J): New macro, define default.
39514 (two_way_short_needle): Use it.
5a4aaa33
RM
39515 * string/strstr.c (AVAILABLE1_USES_J): Define.
39516 * string/strcasestr.c: Likewise.
99677e57
MK
39517
39518 * string/str-two-way.h (two_way_short_needle): Use pointers instead of
39519 array references.
39520 * string/strcasestr.c (TOLOWER): Make side-effect safe.
39521
400726de
MK
39522 [BZ #11607]
39523 * NEWS: Add an entry.
39524 * string/str-two-way.h (AVAILABLE1, AVAILABLE2, RET0_IF_0): New macros,
39525 define their defaults.
39526 (two_way_short_needle): Detect end-of-string on-the-fly.
39527 * string/strcasestr.c, string/strstr.c (AVAILABLE): Update.
39528 (AVAILABLE1, AVAILABLE2, RET0_IF_0, AVAILABLE_USES_J): Define.
39529 * string/bug-strcasestr1.c: New test.
39530 * string/Makefile: Run it.
39531
20a71f2c
MK
395322012-08-21 Maxim Kuvyrkov <maxim@codesourcery.com>
39533
39534 [BZ #11607]
39535 * string/str-two-way.h (two_way_short_needle): Optimize matching of
39536 the first character.
39537
21ad0558
RM
395382012-08-21 Roland McGrath <roland@hack.frob.com>
39539
39540 * csu/elf-init.c (__libc_csu_irel): Function removed.
39541 * csu/libc-start.c (apply_irel): New function.
39542 (LIBC_START_MAIN): Call it instead of __libc_csu_irel.
39543
0e1d9911
JM
395442012-08-21 Joseph Myers <joseph@codesourcery.com>
39545
39546 * sysdeps/unix/sysv/linux/kernel-features.h
39547 (__ASSUME_FADVISE64_64_SYSCALL): Remove.
39548 * sysdeps/unix/sysv/linux/i386/posix_fadvise64.S: Do not include
39549 <kernel-features.h>.
39550 [__NR_fadvise64_64]: Make code unconditional.
39551 [!__ASSUME_FADVISE64_64_SYSCALL]: Remove conditional code.
39552 [__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39553 !__NR_fadvise64_64)]: Likewise.
39554 [!(__NR_fadvise64 && (!__ASSUME_FADVISE64_64_SYSCALL ||
39555 !__NR_fadvise64_64))]: Likewise.
39556 [__NR_fadvise64]: Make code unconditional.
39557 [!__NR_fadvise64]: Remove conditional code.
39558 * sysdeps/unix/sysv/linux/posix_fadvise64.c: Do not include
39559 <kernel-features.h>.
39560 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39561 unconditional.
39562 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39563 conditional code.
39564 * sysdeps/unix/sysv/linux/powerpc/powerpc32/posix_fadvise64.c: Do
39565 not include <kernel-features.h>.
39566 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39567 unconditional.
39568 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39569 conditional code.
39570 * sysdeps/unix/sysv/linux/s390/s390-32/posix_fadvise64.c: Do not
39571 include <kernel-features.h>.
39572 (__posix_fadvise64_l64) [__NR_fadvise64_64]: Make code
39573 unconditional.
39574 (_posix_fadvise64_l64) [!__ASSUME_FADVISE64_64_SYSCALL]: Remove
39575 conditional code.
39576
14a50c9d
WS
395772012-08-21 Will Schmidt <will_schmidt@vnet.ibm.com>
39578
39579 * sysdeps/powerpc/powerpc64/power7/memchr.S: Unrolled short loop and
39580 slight instruction rearrangements per scrollpipe analysis.
39581 * sysdeps/powerpc/powerpc64/power7/memchr.S: Likewise.
39582
c0f4faf0
RM
395832012-08-20 Roland McGrath <roland@hack.frob.com>
39584
696da859
RM
39585 * manual/syslog.texi (syslog; vsyslog, closelog):
39586 Fix typo repeated twice: @file{dev/log} -> @file{/dev/log}.
39587 Reported by Ricardo Catalinas Jiménez <jimenezrick@gmail.com>.
39588
c0f4faf0
RM
39589 * elf/dl-sysdep.c (_dl_important_hwcaps): Fix conditional on using
39590 DSOCAPS to match condition on defining it.
39591
348363b2
JM
395922012-08-20 Joseph Myers <joseph@codesourcery.com>
39593
a35cbf28
JM
39594 * sysdeps/unix/sysv/linux/kernel-features.h
39595 (__ASSUME_SWAPCONTEXT_SYSCALL): Remove.
39596 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S
39597 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39598 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39599 * sysdeps/unix/sysv/linux/powerpc/powerpc32/setcontext.S
39600 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39601 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39602 * sysdeps/unix/sysv/linux/powerpc/powerpc32/swapcontext.S
39603 [__ASSUME_SWAPCONTEXT_SYSCALL]: Make code unconditional.
39604 [!__ASSUME_SWAPCONTEXT_SYSCALL]: Remove conditional code.
39605
445f7ecd
JM
39606 * sysdeps/unix/sysv/linux/kernel-features.h [__s390__ &&
39607 __LINUX_KERNEL_VERSION >= 0x020616] (__ASSUME_UTIMES): Define.
39608
348363b2
JM
39609 * sysdeps/unix/sysv/linux/kernel-features.h
39610 (__ASSUME_MMAP2_SYSCALL): Remove all definitions.
39611 * sysdeps/unix/sysv/linux/mmap64.c [__NR_mmap2]: Make code
39612 unconditional.
39613 [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39614 * sysdeps/unix/sysv/linux/i386/mmap.S (__mmap)
39615 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39616 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39617 * sysdeps/unix/sysv/linux/i386/mmap64.S (__mmap64) [__NR_mmap2]:
39618 Make code unconditional.
39619 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39620 (__mmap64) [!__NR_mmap2]: Likewise.
39621 * sysdeps/unix/sysv/linux/s390/s390-32/mmap.S (__mmap)
39622 [__ASSUME_MMAP2_SYSCALL]: Make code unconditional.
39623 (__mmap) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39624 * sysdeps/unix/sysv/linux/s390/s390-32/mmap64.S (__mmap64)
39625 [__NR_mmap2]: Make code unconditional.
39626 (__mmap64) [!__ASSUME_MMAP2_SYSCALL]: Remove conditional code.
39627 (__mmap64) [!__NR_mmap2]: Likewise.
39628
bc5bc0e5
AK
396292012-08-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
39630
39631 * sysdeps/unix/sysv/linux/s390/s390-32/getrlimit.c: Remove.
39632
88d506de
AJ
396332012-08-18 Andreas Jaeger <aj@suse.de>
39634
39635 * stdio-common/_itoa.c (_itoa): Add missing DUMMY variable.
39636
493387d2
MF
396372012-08-18 Mike Frysinger <vapier@gentoo.org>
39638
39639 * include/sys/socket.h (__have_sock_cloexec): Add attribute_hidden.
39640 * include/unistd.h (__have_sock_cloexec): Likewise.
39641 (__have_pipe2): Likewise.
39642 (__have_dup3): Likewise.
39643
a277af22
MF
396442012-08-18 Mike Frysinger <vapier@gentoo.org>
39645
39646 [BZ #9685]
39647 * include/unistd.h (__have_pipe2): Change define into an extern int.
39648 (__have_dup3): Likewise.
39649 * socket/have_sock_cloexec.c: Include fcntl.h.
39650 (__have_pipe2): New variable.
39651 (__have_dup3): Likewise.
39652
fdab8fd3
MF
396532012-08-17 Mike Frysinger <vapier@gentoo.org>
39654
39655 * sysdeps/unix/sysv/linux/nice.c: Adjust #include.
39656
31035e80
MP
396572012-08-17 Marek Polacek <polacek@redhat.com>
39658
39659 * sysdeps/ieee754/ldbl-96/s_sincosl.c (__sincosl): Use __attribute__
39660 ((unused)) on I1, which is set by GET_LDOUBLE_WORDS but never used.
39661
3bd9e993
RM
396622012-08-17 Roland McGrath <roland@hack.frob.com>
39663
c91c505f
RM
39664 * configure.in: Add AC_SUBST for sysheaders.
39665 * configure: Regenerated.
39666 * config.make.in (sysheaders): New substituted variable.
39667
7c6f9d53
RM
39668 * sysdeps/unix/mkfifo.c: Moved ...
39669 * sysdeps/posix/mkfifo.c: ... here.
39670 * sysdeps/unix/mkfifoat.c: Moved ...
39671 * sysdeps/posix/mkfifoat.c: ... here.
39672
39673 * sysdeps/unix/utime.c: Moved ...
39674 * sysdeps/posix/utime.c: ... here.
39675
39676 * sysdeps/unix/time.c: Moved ...
39677 * sysdeps/posix/time.c: ... here.
e3b398f9
RM
39678 * sysdeps/unix/sysv/linux/time.c: Adjust #include.
39679 * sysdeps/unix/sysv/linux/sparc/sparc64/time.c: Likewise.
7c6f9d53
RM
39680
39681 * sysdeps/unix/nice.c: Moved ...
39682 * sysdeps/posix/nice.c: ... here.
39683
39684 * sysdeps/unix/alarm.c: Moved ...
39685 * sysdeps/posix/alarm.c: ... here.
39686
3bd9e993
RM
39687 * intl/Makefile ($(codeset_mo)): Depend on the input file.
39688
d1f09384
JL
396892012-08-17 Jeff Law <law@redhat.com>
39690
39691 * intl/Makefile (codeset_mo): New variable.
39692 ($(codeset_mo)): New target.
39693 (tst-codeset.out): Depend on that. Remove explicit rule.
39694 (tst-gettext3.out, tst-gettext5.out): Likewise.
39695 (LOCPATH-ENV, tst-codeset-ENV): New variables.
39696 (tst-gettext3-ENV, tst-gettext5-ENV): Likewise.
39697 * intl/tst-codeset.sh: Remove.
39698 * intl/tst-gettext3.sh: Likewise.
39699 * intl/tst-gettext5.sh: Likewise.
39700
2ae1ae5c
RM
397012012-08-17 Roland McGrath <roland@hack.frob.com>
39702
c31fdb83
RM
39703 * sysdeps/unix/inet/syscalls.list: File removed. Move contents into ...
39704 * sysdeps/unix/syscalls.list: ... here.
39705
a0844057
RM
39706 * sysdeps/posix/getaddrinfo.c
39707 (save_gaiconf_mtime, check_gaiconf_mtime): New functions.
39708 (gaiconf_init, gaiconf_reload): Use them.
39709 [!_STATBUF_ST_NSEC]
39710 (gaiconf_mtime, save_gaiconf_mtime, check_gaiconf_mtime):
39711 Define using time_t rather than struct timespec.
39712
750c1f2a
RM
39713 * sysdeps/generic/malloc-machine.h (MUTEX_INITIALIZER): New macro.
39714 (atomic_full_barrier, atomic_read_barrier, atomic_write_barrier):
39715 Macros removed.
39716 * malloc/arena.c (save_malloc_hook, save_free_hook): Conditionalize on
39717 [!NO_THREADS].
39718 (malloc_atfork, free_atfork, atfork_recursive_cntr): Likewise.
39719 (ptmalloc_lock_all, ptmalloc_unlock_all, ptmalloc_unlock_all2):
39720 Likewise.
39721
2ae1ae5c
RM
39722 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Use NULL rather than 0 for
39723 __libc_cleanup_push argument.
39724
e66a42f5
RM
39725 * bits/param.h: New file.
39726 * misc/sys/param.h: New file.
39727 * include/sys/param.h: New file.
39728 * misc/Makefile (headers): Add bits/param.h.
39729 * sysdeps/generic/sys/param.h: File removed.
39730 * sysdeps/unix/sysv/linux/bits/param.h: New file.
39731 * sysdeps/unix/sysv/linux/sys/param.h: File removed.
39732 * sysdeps/mach/hurd/bits/param.h: New file.
4078da3d 39733 * sysdeps/mach/hurd/sys/param.h: File removed.
e66a42f5 39734
b7c08a66
RM
39735 * elf/dl-close.c (_dl_close_worker): Add a cast and a comment to the
39736 last change.
39737
b2e1c562
RM
39738 * libio/genops.c (_IO_unbuffer_write): Conditionalize locking code on
39739 [_IO_MTSAFE_IO].
39740 * libio/libioP.h [!_IO_MTSAFE_IO && !NOT_IN_libc]
39741 (_IO_acquire_lock, _IO_acquire_lock_clear_flags2, _IO_release_lock):
39742 New macros.
39743
c75ccd4c
RM
39744 * Makeconfig [$(libc-reentrant) = yes] (libio-mtsafe): New variable.
39745 * libio/Makefile (CPPFLAGS): Append $(libio-mtsafe) unconditionally
39746 rather than -D_IO_MTSAFE_IO conditionally.
39747 * stdio-common/Makefile (CPPFLAGS): Likewise.
39748 * wcsmbs/Makefile (CPPFLAGS): Likewise.
39749 * stdlib/Makefile (CFLAGS-strfmon.c, CFLAGS-strfmon_l.c):
39750 Use $(libio-mtsafe).
39751 * debug/Makefile (CFLAGS-sprintf_chk.c): Use $(libio-mtsafe) instead
39752 of -D_IO_MTSAFE_IO.
39753 (CFLAGS-snprintf_chk.c, CFLAGS-vsprintf_chk.c): Likewise.
39754 (CFLAGS-vsnprintf_chk.c, CFLAGS-asprintf_chk.c): Likewise.
39755 (CFLAGS-vasprintf_chk.c, CFLAGS-obprintf_chk.c): Likewise.
39756 (CFLAGS-dprintf_chk.c, CFLAGS-vdprintf_chk.c): Likewise.
39757 (CFLAGS-printf_chk.c, CFLAGS-fprintf_chk.c): Likewise.
39758 (CFLAGS-vprintf_chk.c, CFLAGS-vfprintf_chk.c): Likewise.
39759 (CFLAGS-gets_chk.c, CFLAGS-fgets_chk.c): Likewise.
39760 (CFLAGS-fgets_u_chk.c, CFLAGS-fread_chk.c): Likewise.
39761 (CFLAGS-fread_u_chk.c): Likewise.
39762 (CFLAGS-swprintf_chk.c, CFLAGS-vswprintf_chk.c): Likewise.
39763 (CFLAGS-wprintf_chk.c, CFLAGS-fwprintf_chk.c): Likewise.
39764 (CFLAGS-vwprintf_chk.c, CFLAGS-vfwprintf_chk.c): Likewise.
39765 (CFLAGS-fgetws_chk.c, CFLAGS-fgetws_u_chk.c): Likewise.
39766 * grp/Makefile (CFLAGS-fgetgrent_r.c, CFLAGS-putgrent.c): Likewise.
39767 * gshadow/Makefile (CFLAGS-fgetsgent_r.c, CFLAGS-putsgent.c): Likewise.
39768 * misc/Makefile (CFLAGS-mntent_r.c): Likewise.
39769 * pwd/Makefile (CFLAGS-fgetpwent_r.c): Likewise.
39770 * shadow/Makefile (CFLAGS-fgetspent_r.c, CFLAGS-putspent.c): Likewise.
39771
39772 * libio/Makefile: Test [$(libc-reentrant) = yes]
39773 instead of [$(filter %REENTRANT, $(defines)) nonempty].
39774
39775 * Makeconfig
39776 [$(libc-reentrant) = yes] (defines): Append -D_LIBC_REENTRANT.
39777 * sysdeps/pthread/configure: File removed.
39778 * sysdeps/pthread/Makeconfig: New file.
39779 * sysdeps/mach/hurd/Makeconfig (libc-reentrant): New variable.
39780 * sysdeps/mach/hurd/configure.in: Don't touch DEFINES here.
39781
d9195db8
GB
397822012-08-16 Gary Benson <gbenson@redhat.com>
39783
39784 * elf/dl-close.c (_dl_close_worker): Also set r->r_map when
39785 unmapping the first object in a namespace.
39786
86466cd9
RM
397872012-08-16 Roland McGrath <roland@hack.frob.com>
39788
39789 * inet/getnetgrent_r.c (internal_setnetgrent): Renamed to ...
39790 (__internal_setnetgrent): ... this. Add internal_function to
39791 definition. Add libc_hidden_def.
39792 (setnetgrent): Update caller.
39793 (internal_endnetgrent): Renamed to ...
39794 (__internal_endnetgrent): ... this. Add internal_function to
39795 definition. Add libc_hidden_def.
39796 (endnetgrent): Update caller.
39797 (internal_getnetgrent_r): Renamed to ...
39798 (__internal_getnetgrent_r): ... this. Add internal_function to
39799 definition. Add libc_hidden_def.
39800 (__getnetgrent_r): Update caller.
39801 * inet/netgroup.h: Update declarations. Add libc_hidden_proto uses.
39802
c3c8283c
JM
398032012-08-16 Joseph Myers <joseph@codesourcery.com>
39804
39805 * stdlib/longlong.h: Update from GCC.
39806
db1ee0a8
RM
398072012-08-16 Roland McGrath <roland@hack.frob.com>
39808
39809 * stdlib/gmp-impl.h (udiv_qrnnd_preinv): Use __attribute__ ((unused))
39810 on _QL, which is set by umul_ppmm but never used.
39811 * stdio-common/_itoa.c (_itoa): Use __attribute__ ((unused)) on DUMMY
39812 variables, which are set by GMP macros but never used.
39813 * stdio-common/_itowa.c (_itowa): Likewise.
39814 * stdlib/divmod_1.c (mpn_divmod_1): Likewise.
39815 * stdlib/mod_1.c (mpn_mod_1): Likewise.
39816
30f69637
CD
398172012-08-16 Carlos O'Donell <carlos_odonell@mentor.com>
39818
39819 * sysdeps/sh/ldsodefs.h (ARCH_PLTENTER_MEMBERS) <sh_gnu_pltenter>:
39820 struct La_sh_regs is not constant.
39821 * sysdeps/sparc/ldsodefs.h (ARCH_PLTENTER_MEMBERS)
39822 <sparc32_gnu_pltenter, sparc64_gnu_pltenter>: struct La_sparc32_regs
39823 and struct La_sparc64_regs are not constant.
39824
93a78ac4
JM
398252012-08-16 Joseph Myers <joseph@codesourcery.com>
39826
39827 * sysdeps/unix/sysv/linux/kernel-features.h
39828 (__ASSUME_POSIX_TIMERS): Remove.
39829 * sysdeps/unix/sysv/linux/clock_getcpuclockid.c
39830 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39831 * sysdeps/unix/sysv/linux/clock_getres.c [__ASSUME_POSIX_TIMERS]:
39832 Make code unconditional.
39833 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39834 * sysdeps/unix/sysv/linux/clock_gettime.c [__ASSUME_POSIX_TIMERS]:
39835 Make code unconditional.
39836 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39837 * sysdeps/unix/sysv/linux/clock_nanosleep.c
39838 [__ASSUME_POSIX_TIMERS]: Make code unconditional.
39839 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39840 * sysdeps/unix/sysv/linux/clock_settime.c [__ASSUME_POSIX_TIMERS]:
39841 Make code unconditional.
39842 [!__ASSUME_POSIX_TIMERS]: Remove conditional code.
39843 [__ASSUME_POSIX_CPU_TIMERS <= 0 && __NR_clock_settime]
39844 (__libc_missing_posix_timers): Remove.
39845
dd924cd7
RM
398462012-08-15 Roland McGrath <roland@hack.frob.com>
39847
4b4f2771
RM
39848 * elf/dl-load.c (_dl_map_object_from_fd) [SHARED]: Conditionalize
39849 check of GL(dl_error_catch_tsd) on [_LIBC_REENTRANT].
39850
601c888b
RM
39851 * bits/libc-lock.h (__rtld_lock_initialize): New macro.
39852
176790a7
RM
39853 * elf/dl-sym.c: Include <stdlib.h>.
39854
329bc018
RM
39855 * posix/regcomp.c (init_word_char): Use temporaries to hold the 64-bit
39856 constants, which avoids warnings in 32-bit builds.
39857
e04e272d
RM
39858 * bits/fcntl.h [__USE_POSIX199309 || __USE_UNIX98]:
39859 (O_DSYNC, O_RSYNC): New macros (with NetBSD values).
39860
952bf94a
RM
39861 * misc/lseek.c: File moved to ...
39862 * io/lseek.c: ... here.
39863
7c99b50a
RM
39864 * rt/clock_nanosleep.c: Include <time.h>, not <sys/time.h>.
39865
dd924cd7
RM
39866 * crypt/sha512.c (sha512_process_block) [!USE_TOTAL128]: Avoid
39867 shifting LEN more than 31 bits at once.
39868
b3f479a8
LD
398692012-08-15 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
39870
39871 [BZ #14195]
8c4ae0d4
RM
39872 * sysdeps/i386/i686/multiarch/strcmp-sssse3.S: Fix
39873 segmentation fault for a case of two empty input strings.
b3f479a8
LD
39874 * string/test-strncasecmp.c (check1): Renamed to...
39875 (bz12205): ...this.
39876 (bz14195): Add new testcase for two empty input strings and N > 0.
39877 (test_main): Call new testcase, adapt for renamed function.
39878
9c55864e
AJ
398792012-08-15 Andreas Jaeger <aj@suse.de>
39880
39881 [BZ #14090]
39882 * crypt/md5test2.c: New test, based on test supplied by Serge
39883 Belyshev <belyshev@depni.sinp.msu.ru>.
39884 * crypt/Makefile (xtests): Add md5test-giant..
39885 * crypt/Makefile ($(objpfx)md5test-giant): Add.
39886
02dcb6c5
PE
398872012-08-15 Paul Eggert <eggert@cs.ucla.edu>
39888
39889 [BZ #14090]
39890 * crypt/md5.c (md5_process_block): Don't assume the buffer
39891 length is less than 2**32.
39892 * crypt/sha512.c (sha512_process_block): Don't assume the buffer
39893 length is less than 2**64.
39894
a3f95dcc
RM
398952012-08-15 Roland McGrath <roland@hack.frob.com>
39896
be75d758
RM
39897 * string/str-two-way.h: Include <sys/param.h>.
39898 (MAX): Macro removed.
39899
7312ca90
RM
39900 * sysdeps/x86_64/multiarch/strstr-c.c: Add copyright header.
39901 Move #define and #undef of memmove to just before and after
39902 including <string.h>.
39903
9a0a5486
RM
39904 * sysdeps/x86_64/multiarch/memmove.c: Don't include <stddef.h>.
39905 [!NOT_IN_libc]: Move #define and #undef of memmove to just before
39906 and after including <string.h>. Move declarations of
39907 __memmove_sse2, __memmove_ssse3, and __memmove_ssse3_back
39908 to before #include "string/memmove.c".
39909
67cc348d
RM
39910 * include/dirent.h: Declare __getdirentries.
39911
a3f95dcc
RM
39912 * sysdeps/posix/system.c (do_system): Cast SUB_REF () to void when not
39913 using its value, to avoid warnings in the [!_LIBC_REENTRANT] case.
39914
ca98e171
MF
399152012-08-14 Mike Frysinger <vapier@gentoo.org>
39916
39917 * config.h.in (HAVE_CPP_ASM_DEBUGINFO): Delete.
39918 * sysdeps/i386/configure.in: Remove assembler-with-cpp debug check.
39919 * sysdeps/i386/configure: Regenerated.
39920 * sysdeps/i386/sysdep.h (ENTRY): Remove calls to STABS_CURRENT_FILE1,
39921 STABS_CURRENT_FILE, and STABS_FUN.
39922 (END): Remove call to STABS_FUN_END.
39923 (STABS_CURRENT_FILE1): Delete.
39924 (STABS_CURRENT_FILE): Likewise.
39925 (STABS_FUN): Likewise.
39926 (STABS_FUN_END): Likewise.
39927 (STABS_FUN2): Likewise.
39928 * sysdeps/x86_64/configure.in: Remove assembler-with-cpp debug check.
39929 * sysdeps/x86_64/configure: Regenerated.
39930
5908bf46
RM
399312012-08-14 Roland McGrath <roland@hack.frob.com>
39932
39933 * elf/dl-open.c: Include <atomic.h>.
1ec79f26 39934 * elf/dl-lookup.c: Likewise.
5908bf46 39935
f2c05b9e
JM
399362012-08-14 Joseph Myers <joseph@codesourcery.com>
39937
39938 * sysdeps/unix/sysv/linux/kernel-features.h
39939 (__ASSUME_CLONE_THREAD_FLAGS): Remove.
39940 * sysdeps/unix/sysv/linux/s390/system.c (FORK): Define
39941 unconditionally.
39942 * sysdeps/unix/sysv/linux/sparc/system.c (FORK): Define
39943 unconditionally.
39944 * sysdeps/unix/sysv/linux/system.c [!FORK] (FORK): Do not
39945 condition on __ASSUME_CLONE_THREAD_FLAGS.
39946
e11f5155
AJ
399472012-08-14 Andreas Jaeger <aj@suse.de>
39948
39949 * sysdeps/i386/fpu/libm-test-ulps: Update.
39950
51a9ba86
MK
399512012-08-13 Maxim Kuvyrkov <maxim@codesourcery.com>
39952
2fdd4f78
AJ
39953 * include/atomic.h (atomic_exchange_and_add): Split into ...
39954 (atomic_exchange_and_add_acq, atomic_exchange_and_add_rel): ... these.
39955 New atomic macros.
51a9ba86 39956
ba6cba9e
MT
399572012-08-13 Markus Trippelsdorf <markus@trippelsdorf.de>
39958
39959 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
39960
42443a47
JL
399612012-08-13 Jeff Law <law@redhat.com>
39962
39963 * manual/stdio.texi (snprintf): Clarify handling of the trailing
39964 null byte in the output string.
39965
121dce05
JM
399662012-08-10 Joseph Myers <joseph@codesourcery.com>
39967
39968 * sysdeps/unix/sysv/linux/kernel-features.h
39969 (__LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL): Define.
39970 [__LINUX_KERNEL_VERSION >= __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL]
39971 (__ASSUME_ARG_MAX_STACK_BASED): Define.
39972 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf)
39973 [__LINUX_KERNEL_VERSION < 0x020617]: Change condition to
39974 !__ASSUME_ARG_MAX_STACK_BASED. Compare version with
39975 __LINUX_ARG_MAX_STACK_BASED_MIN_KERNEL.
39976
bf51f568
JL
399772012-08-09 Jeff Law <law@redhat.com>
39978
39979 [BZ #13939]
39980 * malloc.c/arena.c (reused_arena): New parameter, avoid_arena.
39981 When avoid_arena is set, don't retry in the that arena. Pick the
39982 next one, whatever it might be.
39983 (arena_get2): New parameter avoid_arena, pass through to reused_arena.
39984 (arena_lock): Pass in new parameter to arena_get2.
39985 * malloc/malloc.c (__libc_memalign): Pass in new parameter to
39986 arena_get2.
39987 (__libc_malloc): Unify retrying after main arena failure with
39988 __libc_memalign version.
39989 (__libc_valloc, __libc_pvalloc, __libc_calloc): Likewise.
39990
f85fa270
L
399912012-08-09 H.J. Lu <hongjiu.lu@intel.com>
39992
39993 [BZ #14166]
39994 * sysdeps/i386/i686/multiarch/strstr-c.c (strstr): Redefined
39995 to __redirect_strstr.
39996 (__strstr_sse42): Use typeof __redirect_strstr.
39997 (__strstr_ia32): Likewise.
39998 (__libc_strstr): New prototype.
39999 (strstr): Renamed to ...
40000 (__libc_strstr): This.
40001 (strstr): New strong alias of __libc_strstr.
40002 * sysdeps/x86_64/multiarch/strstr-c.c: Likewise.
40003 * sysdeps/unix/sysv/linux/x86_64/time.c (time): Redefined to
40004 __redirect_time.
40005 Include <time.h>.
40006 (__libc_time): New prototype.
40007 (time_ifunc): Replace time with __libc_time.
40008 (time): New strong alias and hidden definition of __libc_time.
40009 (__GI_time): Remove strong alias.
40010 * sysdeps/x86_64/multiarch/memmove.c: Don't include <string.h>.
40011 Include <stddef.h>.
40012 (memmove): Redefined to __redirect_memmove.
40013 (__memmove_sse2): Use typeof __redirect_memmove.
40014 (__memmove_ssse3): Likewise.
40015 (__memmove_ssse3_back): Likewise.
40016 (__libc_memmove): New prototype.
40017 (memmove): Renamed to ...
40018 (__libc_memmove): This.
40019 (memmove): New strong alias of __libc_memmove.
40020
33b4a91e
MS
400212012-08-08 Mark Salter <msalter@redhat.com>
40022
40023 * elf/elf.h
40024 (R_MN10300_TLS_GD): Define.
40025 (R_MN10300_TLS_LD): Likewise.
40026 (R_MN10300_TLS_LDO): Likewise.
40027 (R_MN10300_TLS_GOTIE): Likewise.
40028 (R_MN10300_TLS_IE): Likewise.
40029 (R_MN10300_TLS_LE): Likewise.
40030 (R_MN10300_TLS_DTPMOD): Likewise.
40031 (R_MN10300_TLS_DTPOFF): Likewise.
40032 (R_MN10300_TLS_TPOFF): Likewise.
40033 (R_MN10300_SYM_DIFF): Likewise.
40034 (R_MN10300_ALIGN): Likewise.
40035 (R_MN10300_NUM): Update.
40036
b36137f1
JM
400372012-08-08 Joseph Myers <joseph@codesourcery.com>
40038
40039 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_TGKILL):
40040 Remove.
40041
cdd915fd
RM
400422012-08-08 Roland McGrath <roland@hack.frob.com>
40043
a2433aac
RM
40044 * sysdeps/posix/fdopendir.c: Include <stddef.h>.
40045
cdd915fd
RM
40046 * sysdeps/unix/sysv/linux/readdir64_r.c: Update #include for
40047 sysdeps/unix -> sysdeps/posix move.
40048 * sysdeps/unix/sysv/linux/i386/readdir64_r.c: Likewise.
40049
bf9b740a
AM
400502012-08-07 Allan McRae <allan@archlinux.org>
40051
40052 [BZ #14303]
40053 * sunrpc/rpc_main.c (SVR4_CPP): Remove.
40054 (SUNOS_CPP): Likewise.
40055 (find_cpp): Fall back to selecting system cpp when /lib/cpp is
40056 not found.
40057 (open_input): Call CPP using execvp.
40058
93df14ee
JM
400592012-08-07 Joseph Myers <joseph@codesourcery.com>
40060
40061 * sysdeps/unix/sysv/linux/kernel-features.h
40062 (__ASSUME_PROT_GROWSUPDOWN): Remove.
40063 (__ASSUME_NO_CLONE_DETACHED): Likewise.
40064 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40065 (__ASSUME_WAITID_SYSCALL): Likewise.
40066 * sysdeps/unix/sysv/linux/dl-execstack.c
40067 (_dl_make_stack_executable) [PROT_GROWSDOWN || PROT_GROWSUP]: Make
40068 code unconditional.
40069 (_dl_make_stack_executable) [!__ASSUME_PROT_GROWSUPDOWN]: Remove
40070 conditional code.
40071 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS)
40072 [__ASSUME_GETDENTS32_D_TYPE]: Make code unconditional.
40073 (__GETDENTS) [!__ASSUME_GETDENTS32_D_TYPE]: Remove conditional
40074 code.
40075 * sysdeps/unix/sysv/linux/waitid.c [__NR_waitid]: Make code
40076 unconditional.
40077 [__ASSUME_WAITID_SYSCALL]: Likewise.
40078 [!__ASSUME_WAITID_SYSCALL]: Remove conditional code.
40079
d34689de
RM
400802012-08-07 Roland McGrath <roland@hack.frob.com>
40081
a281decc
RM
40082 * sysdeps/unix/closedir.c: Renamed to ...
40083 * sysdeps/posix/closedir.c: ... here.
40084 * sysdeps/unix/dirfd.c: Renamed to ...
40085 * sysdeps/posix/dirfd.c: ... here.
40086 * sysdeps/unix/dirstream.h: Renamed to ...
40087 * sysdeps/posix/dirstream.h: ... here.
40088 * sysdeps/unix/fdopendir.c: Renamed to ...
40089 * sysdeps/posix/fdopendir.c: ... here.
40090 * sysdeps/unix/opendir.c: Renamed to ...
40091 * sysdeps/posix/opendir.c: ... here.
40092 * sysdeps/unix/readdir.c: Renamed to ...
40093 * sysdeps/posix/readdir.c: ... here.
40094 * sysdeps/unix/readdir_r.c: Renamed to ...
40095 * sysdeps/posix/readdir_r.c: ... here.
40096 * sysdeps/unix/rewinddir.c: Renamed to ...
40097 * sysdeps/posix/rewinddir.c: ... here.
40098 * sysdeps/unix/seekdir.c: Renamed to ...
40099 * sysdeps/posix/seekdir.c: ... here.
40100 * sysdeps/unix/telldir.c: Renamed to ...
40101 * sysdeps/posix/telldir.c: ... here.
40102 * sysdeps/unix/sysv/linux/opendir.c: Update #include.
40103 * sysdeps/unix/sysv/linux/readdir64.c: Likewise.
40104 * sysdeps/unix/sysv/linux/i386/readdir64.c: Likewise.
40105 * sysdeps/unix/sysv/linux/wordsize-64/readdir.c: Likewise.
40106
22895b47
RM
40107 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h: Renamed to ...
40108 * bits/fcntl.h: ... here.
40109
707a53b6
RM
40110 * sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (O_NOCTTY): Define to 0x8000,
40111 not 0.
40112 (O_ASYNC, O_FSYNC, O_SYNC): Move outside [__USE_MISC].
40113 [__USE_XOPEN2K8] (O_DIRECTORY, O_NOFOLLOW, O_CLOEXEC): New macros.
40114 (FCREAT, FEXCL, FTRUNC, FNOCTTY, FNONBLOCK): Macros removed.
40115 (struct flock): Move l_start, l_len to the beginning.
40116 Use __pid_t for l_pid.
40117 [__USE_XOPEN2K] (POSIX_FADV_NORMAL, POSIX_FADV_RANDOM): New macros.
40118 [__USE_XOPEN2K] (POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED): Likewise.
40119 [__USE_XOPEN2K] (POSIX_FADV_DONTNEED, POSIX_FADV_NOREUSE): Likewise.
40120 (F_GETLK64, F_SETLK64, F_SETLKW64): New macros.
40121 [__USE_XOPEN2K8] (F_DUPFD_CLOEXEC): New macro.
40122 [__USE_LARGEFILE64] (struct flock64): New type.
40123 (F_GETOWN, F_SETOWN): Also define for [__USE_XOPEN2K8].
40124
f0bd3e25
RM
40125 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h: Renamed to ...
40126 * bits/dirent.h: ... here.
40127
d34689de
RM
40128 * sysdeps/unix/bsd/bsd4.4/bits/dirent.h
40129 [__INO_T_MATCHES_INO64_T] (_DIRENT_MATCHES_DIRENT64): New macro.
40130
6dad2c06
JM
401312012-08-07 Joseph Myers <joseph@codesourcery.com>
40132
40133 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40134 Change from 2.6.0 to 2.6.16.
40135 * sysdeps/unix/sysv/linux/configure: Regenerated.
40136 * sysdeps/unix/sysv/linux/kernel-features.h
40137 (__ASSUME_POSIX_CPU_TIMERS): Define unconditionally.
40138 (__ASSUME_TGKILL): Define conditional on architectures, not kernel
40139 version.
40140 (__ASSUME_UTIMES): Likewise.
40141 (__ASSUME_CLONE_STOPPED): Remove.
40142 (__ASSUME_FADVISE64_64_SYSCALL): Define conditional on
40143 architectures, not kernel version.
40144 (__ASSUME_PROT_GROWSUPDOWN): Define unconditionally.
40145 (__ASSUME_NO_CLONE_DETACHED): Likewise.
40146 (__ASSUME_GETDENTS32_D_TYPE): Likewise.
40147 (__ASSUME_WAITID_SYSCALL): Likewise.
40148 [__sparc__ && __arch64__] (__ASSUME_STAT64_SYSCALL): Do not
40149 condition definition on __LINUX_KERNEL_VERSION >= 0x02060c.
40150 * README: State 2.6.16 as minimum Linux kernel version. Do not
40151 refer to older versions.
40152
03af9520
RM
401532012-08-06 Roland McGrath <roland@hack.frob.com>
40154
8e49df1d
RM
40155 * dirent/alphasort.c [_DIRENT_MATCHES_DIRENT64]:
40156 Define alphasort64 as an alias.
40157 * dirent/versionsort.c [_DIRENT_MATCHES_DIRENT64]:
40158 Define versionsort64 as an alias.
40159 * dirent/scandir.c [_DIRENT_MATCHES_DIRENT64]:
40160 Define scandir64 as an alias.
40161 * dirent/scandirat.c [_DIRENT_MATCHES_DIRENT64]:
40162 Define scandirat64 as an alias.
40163 * dirent/alphasort64.c (alphasort64):
40164 Conditionalize on [!_DIRENT_MATCHES_DIRENT64].
40165 * dirent/versionsort64.c: Likewise.
40166 * dirent/scandir64.c: Likewise.
40167 * dirent/scandirat64.c: Likewise.
40168 * sysdeps/wordsize-64/alphasort.c: File removed.
40169 * sysdeps/wordsize-64/alphasort64.c: File removed.
40170 * sysdeps/wordsize-64/scandir.c: File removed.
40171 * sysdeps/wordsize-64/scandir64.c: File removed.
40172 * sysdeps/wordsize-64/scandirat.c: File removed.
40173 * sysdeps/wordsize-64/scandirat64.c: File removed.
40174 * sysdeps/wordsize-64/versionsort.c: File removed.
40175 * sysdeps/wordsize-64/versionsort64.c: File removed.
40176 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: File removed.
40177 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: File removed.
40178 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: File removed.
40179 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: File removed.
40180 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: File removed.
40181 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: File removed.
40182 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: File removed.
40183 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: File removed.
40184
40185 * bits/typesizes.h [__LP64__] (__INO_T_MATCHES_INO64_T): New macros.
40186 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40187 [__s390x__] (__INO_T_MATCHES_INO64_T): New macro.
40188 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40189 [defined __arch64__ || defined __sparcv9]
40190 (__INO_T_MATCHES_INO64_T): New macro.
40191 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40192 [__x86_64__] (__INO_T_MATCHES_INO64_T): New macro.
40193 * bits/dirent.h (_DIRENT_MATCHES_DIRENT64): New macro.
40194 * sysdeps/unix/sysv/linux/bits/dirent.h
40195 [defined __OFF_T_MATCHES_OFF64_T && defined __INO_T_MATCHES_INO64_T]
40196 (_DIRENT_MATCHES_DIRENT64): New macro.
40197
03af9520
RM
40198 * io/lockf.c [__OFF_T_MATCHES_OFF64_T]:
40199 Define lockf64 as an alias.
40200 * libio/fseeko.c [__OFF_T_MATCHES_OFF64_T]:
40201 Define fseeko64 as an alias.
40202 * libio/ftello.c [__OFF_T_MATCHES_OFF64_T]:
40203 Define ftello64 as an alias.
40204 * libio/iofgetpos.c [__OFF_T_MATCHES_OFF64_T]:
40205 Define _IO_fgetpos64 and fgetpos64 as aliases.
40206 * libio/iofsetpos.c [__OFF_T_MATCHES_OFF64_T]:
40207 Define _IO_fsetpos64 and fsetpos64 as aliases.
40208 * io/lockf64.c [!__OFF_T_MATCHES_OFF64_T]:
40209 Conditionalize body on this.
40210 * libio/fseeko64.c: Likewise.
40211 * libio/ftello64.c: Likewise.
40212 * libio/iofgetpos64.c: Likewise.
40213 * libio/iofsetpos64.c: Likewise.
40214 * sysdeps/wordsize-64/lockf.c: File removed.
40215 * sysdeps/wordsize-64/lockf64.c: File removed.
40216 * sysdeps/wordsize-64/fseeko.c: File removed.
40217 * sysdeps/wordsize-64/fseeko64.c: File removed.
40218 * sysdeps/wordsize-64/ftello.c: File removed.
40219 * sysdeps/wordsize-64/ftello64.c: File removed.
40220 * sysdeps/wordsize-64/iofgetpos.c: File removed.
40221 * sysdeps/wordsize-64/iofgetpos64.c: File removed.
40222 * sysdeps/wordsize-64/iofsetpos.c: File removed.
40223 * sysdeps/wordsize-64/iofsetpos64.c: File removed.
40224 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: File removed.
40225 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: File removed.
40226 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: File removed.
40227 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: File removed.
40228 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: File removed.
40229 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: File removed.
40230 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: File removed.
40231 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: File removed.
40232 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: File removed.
40233 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: File removed.
40234
40235 * bits/typesizes.h [__LP64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40236 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h:
40237 [__s390x__] (__OFF_T_MATCHES_OFF64_T): New macro.
40238 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
40239 [defined __arch64__ || defined __sparcv9]
40240 (__OFF_T_MATCHES_OFF64_T): New macro.
40241 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h
40242 [__x86_64__] (__OFF_T_MATCHES_OFF64_T): New macro.
40243 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
40244 (__OFF_T_MATCHES_OFF64_T): New macro.
40245
c5757acd
L
402462012-08-06 H.J. Lu <hongjiu.lu@intel.com>
40247
40248 * stdlib/secure-getenv.c (__secure_getenv): Replace
40249 GLIBC_2_16 with GLIBC_2_17.
40250
3a31811e
L
402512012-08-06 H.J. Lu <hongjiu.lu@intel.com>
40252
40253 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Removed.
40254 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
40255
faa2bccb
DM
402562012-08-03 David S. Miller <davem@davemloft.net>
40257
40258 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40259
85fe1997
JM
402602012-08-03 Joseph Myers <joseph@codesourcery.com>
40261
40262 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_AT_SECURE):
40263 Remove.
40264 (__ASSUME_CORRECT_SI_PID): Likewise.
40265 (__ASSUME_BRK_PAGE_ROUNDED): Likewise.
40266 (__ASSUME_TMPFS_NAME): Likewise.
40267 * sysdeps/unix/sysv/linux/dl-sysdep.c (frob_brk)
40268 [!__ASSUME_BRK_PAGE_ROUNDED]: Remove conditional code.
40269 * sysdeps/unix/sysv/linux/ldsodefs.h [__ASSUME_AT_SECURE]
40270 (HAVE_AUX_SECURE): Make definition unconditional.
40271 * sysdeps/unix/sysv/linux/shm_open.c (where_is_shmfs)
40272 [!__ASSUME_TMPFS_NAME]: Remove conditional code.
40273
4f75b7a0
RM
402742012-08-03 Roland McGrath <roland@hack.frob.com>
40275
40276 * sysdeps/mach/hurd/sys/param.h (MAXSYMLINKS): Macro removed.
40277 * sysdeps/mach/hurd/bits/local_lim.h (SYMLOOP_MAX): Macro removed.
40278 * sysdeps/mach/hurd/eloop-threshold.h: New file.
40279 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
40280 __eloop_threshold instead of SYMLOOP_MAX.
40281
40282 * sysdeps/generic/eloop-threshold.h: New file.
40283 * stdlib/canonicalize.c (__realpath): Use __eloop_threshold instead
40284 of MAXSYMLINKS.
40285 * elf/chroot_canon.c (chroot_canon): Likewise.
40286
7aab07e4
JM
402872012-08-03 Joseph Myers <joseph@codesourcery.com>
40288
40289 [BZ #13717]
40290 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40291 Change to 2.6.0 everywhere.
40292 * sysdeps/unix/sysv/linux/configure: Regenerated.
40293 * sysdeps/unix/sysv/linux/kernel-features.h
40294 (__ASSUME_SET_THREAD_AREA_SYSCALL): Remove.
40295 (__ASSUME_CLONE_THREAD_FLAGS): Condition on architectures, not
40296 kernel versions.
40297 (__ASSUME_POSIX_TIMERS): Define unconditionally.
40298 (__ASSUME_FUTEX_REQUEUE): Remove.
40299 (__ASSUME_STATFS64): Define unconditionally.
40300 (__ASSUME_AT_SECURE): Likewise.
40301 (__ASSUME_CORRECT_SI_PID): Likewise.
40302 (__ASSUME_TGKILL): Define without depending on kernel version for
40303 i386.
40304 (__ASSUME_UTIMES): Likewise.
40305 (__ASSUME_SWAPCONTEXT_SYSCALL): Condition on architecture, not
40306 kernel version.
40307 (__ASSUME_BRK_PAGE_ROUNDED): Define unconditionally.
40308 (__ASSUME_TMPFS_NAME): Likewise.
40309 * README: Update reference to Linux kernel versions.
40310
b67e9372
MP
403112012-08-02 Marek Polacek <polacek@redhat.com>
40312
1f529f7d 40313 [BZ# 14150]
b67e9372
MP
40314 * configure.in (libc_cv_asm_type_prefix): Remove test. Replace
40315 libc_cv_asm_type_prefix with %.
40316 * configure: Regenerated.
d2441631
RM
40317 * include/libc-symbols.h: Remove comment about
40318 ASM_TYPE_DIRECTIVE_PREFIX. Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
b67e9372
MP
40319 (declare_symbol_alias_1_paste) [__ASSEMBLER__]: Do not define.
40320 (declare_symbol_alias_1_paste_1) [__ASSEMBLER__]: Likewise.
40321 (declare_symbol_alias_1_stringify) [!__ASSEMBLER__]: Likewise.
40322 (declare_symbol_alias_1_stringify_1) [!__ASSEMBLER__]: Likewise.
40323 * elf/tst-unique2mod2.c: Replace ASM_TYPE_DIRECTIVE_PREFIX with %.
40324 [HAVE_ASM_UNIQUE_OBJECT]: Do not define S.
40325 [HAVE_ASM_UNIQUE_OBJECT]: Do not define _S.
40326 * elf/tst-unique2mod1.c: Likewise.
40327 * elf/tst-unique1mod2.c: Likewise.
40328 * elf/tst-unique1mod1.c: Likewise.
40329 * config.h.in: Do not undef ASM_TYPE_DIRECTIVE_PREFIX.
40330 * sysdeps/s390/s390-32/sysdep.h: Do not define ASM_TYPE_DIRECTIVE.
40331 Replace ASM_TYPE_DIRECTIVE with .type.
40332 * sysdeps/s390/s390-64/sysdep.h: Likewise.
40333 * sysdeps/i386/sysdep.h: Likewise.
40334 * sysdeps/x86_64/sysdep.h: Likewise.
40335 * sysdeps/sh/sysdep.h: Likewise.
d2441631
RM
40336 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
40337 Do not define ASM_TYPE_DIRECTIVE.
b67e9372 40338 * sysdeps/powerpc/sysdep.h: Likewise.
d2441631
RM
40339 * sysdeps/powerpc/powerpc32/sysdep.h:
40340 Replace ASM_TYPE_DIRECTIVE with .type.
b67e9372
MP
40341 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
40342 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
40343 * sysdeps/i386/fpu/e_powf.S: Likewise.
40344 * sysdeps/i386/fpu/e_expl.S: Likewise.
40345 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
40346 * sysdeps/i386/fpu/e_acosh.S: Likewise.
40347 * sysdeps/i386/fpu/e_pow.S: Likewise.
40348 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
40349 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
40350 * sysdeps/i386/fpu/s_expm1.S: Likewise.
40351 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
40352 * sysdeps/i386/fpu/e_log2.S: Likewise.
40353 * sysdeps/i386/fpu/e_log2l.S: Likewise.
40354 * sysdeps/i386/fpu/e_scalb.S: Likewise.
40355 * sysdeps/i386/fpu/e_powl.S: Likewise.
40356 * sysdeps/i386/fpu/e_log10f.S: Likewise.
40357 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
40358 * sysdeps/i386/fpu/e_logl.S: Likewise.
40359 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
40360 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
40361 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
40362 * sysdeps/i386/fpu/e_log2f.S: Likewise.
40363 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
40364 * sysdeps/i386/fpu/e_log.S: Likewise.
40365 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
40366 * sysdeps/i386/fpu/e_logf.S: Likewise.
40367 * sysdeps/i386/fpu/e_log10l.S: Likewise.
40368 * sysdeps/i386/fpu/e_atanh.S: Likewise.
40369 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
40370 * sysdeps/i386/fpu/e_log10.S: Likewise.
40371 * sysdeps/i386/fpu/s_frexp.S: Likewise.
40372 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
40373 * sysdeps/i386/fpu/s_asinh.S: Likewise.
40374 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
40375 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
40376 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: Likewise.
40377 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
40378 * sysdeps/i386/i686/strtok.S: Likewise.
40379 * sysdeps/i386/i386-mcount.S: Likewise.
40380 * sysdeps/i386/strtok.S: Likewise.
40381 * sysdeps/x86_64/fpu/e_expl.S: Likewise.
40382 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
40383 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
40384 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
40385 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
40386 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
40387 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
40388 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
40389 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
40390 * sysdeps/x86_64/_mcount.S: Likewise.
40391 * sysdeps/x86_64/strtok.S: Likewise.
40392 * sysdeps/sh/_mcount.S: Likewise.
40393
2747bf9a
RM
403942012-08-01 Roland McGrath <roland@hack.frob.com>
40395
40396 * libio/iofopen.c: Include <fcntl.h>.
40397 [_LIBC] [!defined O_LARGEFILE || O_LARGEFILE == 0]
40398 (_IO_fopen64, fopen64): Define as aliases.
40399 * libio/iofopen64.c: Include <fcntl.h>.
40400 [!defined _LIBC || (defined O_LARGEFILE && O_LARGEFILE != 0)]:
40401 Conditionalize body on this.
40402 * sysdeps/wordsize-64/iofopen.c: File removed.
40403 * sysdeps/wordsize-64/iofopen64.c: File removed.
40404
3fb791b8
MP
404052012-08-01 Marek Polacek <polacek@redhat.com>
40406
40407 * libc/Makeconfig: Use elf in place of binfmt-subdir.
40408 Use dlfcn directly instead of a variable.
40409 (binfmt-subdir): Do not define.
40410 (dlfcn): Likewise.
40411
a9f1039f
JM
404122012-08-01 Joseph Myers <joseph@codesourcery.com>
40413
23bddc06
JM
40414 * sysdeps/unix/sysv/linux/kernel-features.h (__ASSUME_FCNTL64):
40415 Remove all definitions.
40416 * sysdeps/unix/sysv/linux/i386/fcntl.c: Do not include
40417 <kernel-features.h>.
40418 [!__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40419 (miss_F_GETOWN_EX): Remove all definitions.
40420 [NO_CANCELLATION && !__ASSUME_FCNTL64] (__fcntl_nocancel): Remove
40421 macro definition.
40422 [!__ASSUME_FCNTL64]: Remove conditional code.
40423 [__ASSUME_FCNTL64]: Make code unconditional.
40424 * sysdeps/unix/sysv/linux/i386/lockf64.c: Do not include
40425 <kernel-features.h>.
40426 [__NR_fcntl64 && !__ASSUME_FCNTL64] (__have_no_fcntl64): Remove.
40427 (lockf64) [!__ASSUME_FCNTL64]: Remove conditional code.
40428 (lockf64) [__NR_fcntl64]: Make code unconditional.
40429 (lockf64) [__ASSUME_FCNTL64]: Likewise.
40430
a9f1039f
JM
40431 * sysdeps/unix/sysv/linux/kernel-features.h
40432 (__ASSUME_VFORK_SYSCALL): Remove all definitions.
40433 * sysdeps/unix/sysv/linux/i386/vfork.S (__vfork) [__NR_vfork]:
40434 Make code unconditional.
40435 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40436 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40437 * sysdeps/unix/sysv/linux/powerpc/powerpc32/vfork.S (__vfork)
40438 [__NR_vfork]: Make code unconditional.
40439 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40440 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40441 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork)
40442 [__NR_vfork]: Make code unconditional.
40443 (__vfork) [__ASSUME_VFORK_SYSCALL]: Likewise.
40444 (__vfork) [!__ASSUME_VFORK_SYSCALL]: Remove conditional code.
40445
09c0ee5f
RM
404462012-08-01 Roland McGrath <roland@hack.frob.com>
40447
48aec5b9
RM
40448 * sysdeps/generic/sys/param.h (NGROUPS): Define only if [NGROUPS_MAX].
40449 (MAXSYMLINKS): Define only if [SYMLOOP_MAX].
40450
cd97c966
RM
40451 * misc/mkstemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40452 Define mkstemp64 as an alias.
3f55550c
RM
40453 * misc/mkstemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40454 Define mkstemps64 as an alias.
cd97c966
RM
40455 * misc/mkostemp.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40456 Define mkostemp64 as an alias.
b8625cfc
RM
40457 * misc/mkostemps.c [!defined O_LARGEFILE || O_LARGEFILE == 0]:
40458 Define mkostemps64 as an alias.
cd97c966
RM
40459 * misc/mkstemp64.c [defined O_LARGEFILE && O_LARGEFILE != 0]:
40460 Conditionalize body on this.
40461 * misc/mkostemp64.c: Likewise.
b8625cfc 40462 * misc/mkostemps64.c: Likewise.
3f55550c 40463 * misc/mkstemps64.c: Likewise.
cd97c966
RM
40464 * sysdeps/wordsize-64/mkstemp64.c: File removed.
40465 * sysdeps/wordsize-64/mkostemp64.c: File removed.
40466 * sysdeps/wordsize-64/mkostemp.c: File removed.
40467 * sysdeps/wordsize-64/mkstemp.c: File removed.
40468 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: File removed.
40469 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: File removed.
40470 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: File removed.
40471 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: File removed.
40472
09c0ee5f
RM
40473 [BZ #14138]
40474 * sysdeps/unix/sysv/linux/syscalls.list: Add getrlimit/ugetrlimit line.
40475 * sysdeps/unix/sysv/linux/i386/getrlimit.c: File removed.
40476 * sysdeps/unix/sysv/linux/powerpc/getrlimit.c: File removed.
40477 * sysdeps/unix/sysv/linux/sh/getrlimit.c: File removed.
40478
40479 * sysdeps/unix/make-syscalls.sh: Emit uses of the versioned_symbol and
40480 compat_symbol macros from <shlib-compat.h> rather than the underlying
40481 default_symbol_version and symbol_version macros, so that DEFAULT
40482 lines in shlib-versions are respected.
40483 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Likewise.
40484
7e66ee51
FW
404852012-08-01 Florian Weimer <fweimer@redhat.com>
40486
40487 * posix/unistd.h (setuid, setreuid, seteuid, setresuid):
40488 Declare with warn_unused_result.
40489 (setgid, setregid, setegid, setresgid): Likewise.
40490 * sysdeps/unix/sysv/linux/sys/fsuid.h (setfsuid, setfsgid):
40491 Likewise.
40492 * WUR-REPORT: Remove set*id functions.
40493
d2a54255
PT
404942012-07-31 Pino Toscano <toscano.pino@tiscali.it>
40495
40496 * sysdeps/mach/hurd/renameat.c: New file, mostly copied from rename.c.
40497
7ecdb005
RM
404982012-07-31 Roland McGrath <roland@hack.frob.com>
40499
b4180a5e 40500 [BZ #10191]
789bd351
RM
40501 * include/sys/socket.h (__libc_accept, __libc_accept4):
40502 Add attribute_hidden.
40503 * socket/accept4.c (__libc_accept4): Remove libc_hidden_def.
40504
40ce302d
RM
40505 * nss/getXXbyYY_r.c (INTERNAL (REENTRANT_NAME)): Conditionalize
40506 use of PTR_MANGLE.
40507 * inet/getnetgrent_r.c (setup): Likewise.
40508
7ecdb005
RM
40509 * sysdeps/generic/siglist.h: Put SIGWINCH under #ifdef.
40510
e2eabb2c
DM
405112012-07-31 David S. Miller <davem@davemloft.net>
40512
40513 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40514
d0419dbf
JM
405152012-07-31 Joseph Myers <joseph@codesourcery.com>
40516
40517 [BZ #13629]
40518 * math/s_clog.c (__clog): Use __log1p if larger part has absolute
40519 value between 1.0 and 2.0 and smaller part has absolute value less
40520 than 1.0.
40521 * math/s_clog10.c (__clog10): Likewise.
40522 * math/s_clog10f.c (__clog10f): Likewise.
40523 * math/s_clog10l.c (__clog10l): Likewise.
40524 * math/s_clogf.c (__clogf): Likewise.
40525 * math/s_clogl.c (__clogl): Likewise.
40526 * math/libm-test.inc (clog_test): Add more tests.
40527 (clog10_test): Likewise.
40528 * sysdeps/i386/fpu/libm-test-ulps: Update.
40529 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40530
2bc13872
FW
405312012-07-31 Florian Weimer <fweimer@redhat.com>
40532
40533 * stdlib/tst-secure-getenv.c: Use printf for error reporting.
40534 Exit with zero in case no suitable GID is found, and write a
40535 message to standard error.
40536
bea9b193
RM
405372012-07-30 Roland McGrath <roland@hack.frob.com>
40538
40539 * sysdeps/generic/sys/param.h (MAXSYMLINKS): Define to SYMLOOP_MAX
40540 rather than to 1.
40541 (NBBY, NGROUPS, CANBSIZ, NCARGS): New macros.
40542 (MAXPATHLEN): Removed.
40543 (NOGROUP, NODEV): New macros.
40544 (setbit, clrbit, isset, isclr): New macros.
40545 (howmany, roundup, powerof2): New macros.
40546 (DEV_BSIZE): New macro.
40547
40548 * include/unistd.h: Add attribute_hidden on __libc_pwrite64.
40549 * sysdeps/posix/pwrite64.c: Remove libc_hidden_def (__libc_pwrite64).
40550
40551 * sysdeps/ieee754/k_standard.c (__kernel_standard_l): Conditionalize
40552 definition on [!__NO_LONG_DOUBLE_MATH].
40553
40554 * nss/nsswitch.c (__nss_lookup_function): Conditionalize use of
40555 PTR_MANGLE and PTR_DEMANGLE.
40556
40557 * socket/accept4.c (accept4): Rename to __libc_accept4.
40558 Define accept4 as a weak alias.
40559
40560 * sysdeps/posix/getcwd.c (__getcwd): Conditionalize d_type field use
40561 on [_DIRENT_HAVE_D_TYPE].
40562 * io/ftw.c (ftw_dir): Likewise.
40563
40564 * io/xmknod.c (__xmknod): Don't check PATH for being null.
40565
40566 * libio/genops.c (flush_cleanup): Move inside [_IO_MTSAFE_IO].
40567
40568 * bits/signum.h (SIGSTOP, SIGCONT, SIGTSTP, SIGTTIN, SIGTTOU, SIGCHLD):
40569 Use the BSD numbers rather than the arbitrary ones we had.
40570 (SIGBUS, SIGIO, SIGPOLL, SIGPROF, SIGSYS): New macros.
40571 (SIGTRAP, SIGURG, SIGUSR1, SIGUSR2, SIGVTALRM): New macros.
40572 (SIGXCPU, SIGXFSZ): New macros.
40573 (_NSIG): Now 32.
40574
40575 * elf/rtld.c (_rtld_global): Conditionalize .dl_ns[LM_ID_BASE]
40576 initializer on [_LIBC_REENTRANT].
40577
40578 * iconv/iconv_charmap.c (charmap_conversion): Move ST, ADDR
40579 definitions inside [_POSIX_MAPPED_FILES].
40580
40581 * posix/regex.c: Include <sys/param.h> for MIN/MAX.
40582
40583 * dirent/opendir.c: Include <fcntl.h>.
40584
40585 * bits/libc-lock.h (__libc_setspecific): Evaluate arguments.
40586 (__libc_getspecific): Likewise.
40587 (__libc_key_create): Likewise.
40588
40589 * stdio-common/tmpfile64.c: Include <fcntl.h> first.
40590 [defined O_LARGEFILE && O_LARGEFILE != 0]: Conditionalize on this.
40591 * stdio-common/tmpfile.c [!defined O_LARGEFILE || O_LARGEFILE == 0]
40592 (tmpfile64): Define as alias.
40593 * sysdeps/wordsize-64/tmpfile.c: File removed.
40594 * sysdeps/wordsize-64/tmpfile64.c: File removed.
40595 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: File removed.
40596 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: File removed.
40597
40598 * stdio-common/vfscanf.c: Include <stdbool.h>.
40599 * nss/makedb.c: Likewise.
40600 * stdio-common/_i18n_number.h: Likewise.
40601 * argp/argp-help.c: Likewise.
40602 * posix/wordexp.c: Likewise.
40603 * sysdeps/posix/spawni.c: Likewise.
40604 * nss/nss_files/files-initgroups.c: Likewise.
40605 * stdio-common/reg-modifier.c: Include <stdlib.h>.
40606 * nss/nss_files/files-initgroups.c: Likewise.
40607 * nss/nss_db/db-netgrp.c: Likewise.
40608 * nss/nss_db/db-initgroups.c: Likewise.
40609 * io/fchmodat.c: Include <sys/stat.h>.
40610
40611 * sysdeps/generic/ldsodefs.h (struct rtld_global): Use
40612 __rtld_lock_define_recursive macro instead of __rtld_lock_recursive_t.
40613
40614 * intl/loadmsgcat.c (_nl_load_domain): Don't use MAP_FAILED outside of
40615 [HAVE_MMAP].
40616
40617 * bits/stat.h: Fix inclusion guard to accept _FCNTL_H too.
40618 Add multiple inclusion protection.
40619
e5abc686
DM
406202012-07-27 David S. Miller <davem@davemloft.net>
40621
40622 * sysdeps/sparc/fpu/libm-test-ulps: Update.
40623
815e6fa3
GB
406242012-07-27 Gary Benson <gbenson@redhat.com>
40625
40626 [BZ #14298]
40627 * elf/rtld.c: Include <stap-probe.h>.
40628 (dl_main): Added static probes "init_start" and "init_complete".
40629 * elf/dl-load.c: Include <stap-probe.h>.
40630 (lose): Take new parameter "nsid".
40631 Added static probe "map_failed".
40632 (_dl_map_object_from_fd): Pass namespace id to lose.
40633 Added static probe "map_start".
40634 (open_verify): Pass namespace id to lose.
40635 * elf/dl-open.c: Include <stap-probe.h>.
40636 (dl_open_worker) Added static probes "map_complete", "reloc_start"
40637 and "reloc_complete".
40638 * elf/dl-close.c: Include <stap-probe.h>.
40639 (_dl_close_worker): Added static probes "unmap_start" and
40640 "unmap_complete".
40641 * elf/rtld-debugger-interface.txt: New file documenting the above.
40642
9f98c16c
RM
406432012-07-26 Roland McGrath <roland@hack.frob.com>
40644
40645 * sunrpc/rpc_hout.c (pdeclaration): Call f_print with a "%s" format
40646 rather than a string variable.
40647 * sunrpc/rpc_main.c (h_output): Likewise.
40648 * sunrpc/rpc_svcout.c (write_real_program): Likewise.
40649
f3c22df3
PT
406502012-07-26 Pino Toscano <toscano.pino@tiscali.it>
40651
40652 * inet/check_native.c: New file.
40653
3129cfc6
JM
406542012-07-26 Joseph Myers <joseph@codesourcery.com>
40655
da865e95
JM
40656 [BZ #13629]
40657 * math/s_clog.c (__clog): Use __log1p or direct log1p calculation
40658 if larger part has absolute value 1.0.
40659 * math/s_clog10.c (__clog10): Likewise.
40660 * math/s_clog10f.c (__clog10f): Likewise.
40661 * math/s_clog10l.c (__clog10l): Likewise.
40662 * math/s_clogf.c (__clogf): Likewise.
40663 * math/s_clogl.c (__clogl): Likewise.
40664 * math/libm-test.inc (clog_test): Add more tests.
40665 (clog10_test): Likewise.
40666 * sysdeps/i386/fpu/libm-test-ulps: Update.
40667 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
40668
3129cfc6
JM
40669 * elf/tst-auditmod1.c (pltenter): Remove all definitions of macro.
40670 (pltexit): Likewise.
40671 (La_regs): Likewise.
40672 (La_retval): Likewise.
40673 (int_retval): Likewise.
40674 Update #error for removed macros to refer only to definitions in
40675 tst-audit.h.
40676 * elf/tst-auditmod3b.c (pltenter): Remove all definitions of
40677 macro.
40678 (pltexit): Likewise.
40679 (La_regs): Likewise.
40680 (La_retval): Likewise.
40681 (int_retval): Likewise.
40682 * elf/tst-auditmod4b.c (pltenter): Remove all definitions of
40683 macro.
40684 (pltexit): Likewise.
40685 (La_regs): Likewise.
40686 (La_retval): Likewise.
40687 (int_retval): Likewise.
40688 * elf/tst-auditmod5b.c (pltenter): Remove all definitions of
40689 macro.
40690 (pltexit): Likewise.
40691 (La_regs): Likewise.
40692 (La_retval): Likewise.
40693 (int_retval): Likewise.
40694 * elf/tst-auditmod6b.c (pltenter): Remove all definitions of
40695 macro.
40696 (pltexit): Likewise.
40697 (La_regs): Likewise.
40698 (La_retval): Likewise.
40699 (int_retval): Likewise.
40700 * elf/tst-auditmod6c.c (pltenter): Remove all definitions of
40701 macro.
40702 (pltexit): Likewise.
40703 (La_regs): Likewise.
40704 (La_retval): Likewise.
40705 (int_retval): Likewise.
40706 * elf/tst-auditmod7b.c (pltenter): Remove all definitions of
40707 macro.
40708 (pltexit): Likewise.
40709 (La_regs): Likewise.
40710 (La_retval): Likewise.
40711 (int_retval): Likewise.
40712 * sysdeps/generic/tst-audit.h: Update comment to refer only to
40713 macro definitions in tst-audit.h.
40714 * sysdeps/i386/tst-audit.h: New file.
40715 * sysdeps/powerpc/powerpc32/tst-audit.h: Likewise.
40716 * sysdeps/powerpc/powerpc64/tst-audit.h: Likewise.
40717 * sysdeps/s390/s390-32/tst-audit.h: Likewise.
40718 * sysdeps/s390/s390-64/tst-audit.h: Likewise.
40719 * sysdeps/sh/tst-audit.h: Likewise.
40720 * sysdeps/sparc/sparc32/tst-audit.h: Likewise.
40721 * sysdeps/sparc/sparc64/tst-audit.h: Likewise.
40722 * sysdeps/x86_64/tst-audit.h: Likewise.
40723
bfc07087
AJ
407242012-07-26 Andreas Jaeger <aj@suse.de>
40725
b1b2aaf8
AJ
40726 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Add __THROW for
40727 ptrace.
40728
40729 * sysdeps/unix/sysv/linux/sys/ptrace.h (__ptrace_eventcodes): Add
40730 new value PTRACE_EVENT_SECCOMP from Linux 3.5.
40731 (__ptrace_setoptions): Add new value PTRACE_O_TRACESECCOMP, adjust
40732 PTRACE_O_MASK.
40733 * sysdeps/unix/sysv/linux/s390/bits/ptrace.h: Likewise.
40734 * sysdeps/unix/sysv/linux/sparc/bits/ptrace.h: Likewise.
40735 * sysdeps/unix/sysv/linux/powerpc/bits/ptrace.h: Likewise.
40736
bfc07087
AJ
40737 * sysdeps/unix/sysv/linux/sys/epoll.h (EPOLLWAKEUP): Add new
40738 value.
40739
40740 * sysdeps/unix/sysv/linux/bits/siginfo.h (siginfo_t): Add
40741 _sigsys.
40742 (si_call_addr, si_syscall, si_arch): Define new macro.
40743 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h (siginfo_t): Add
40744 _sigsys.
40745 (si_call_addr, si_syscall, si_arch): Define new marcro.
40746 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h (siginfo_t): Add
40747 _sigsys.
40748 (si_call_addr, si_syscall, si_arch): Define new macro.
40749 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h (struct): Add
40750 _sigsys.
40751 (si_call_addr, si_syscall, si_arch): Define new macro.
40752
89b4b02f
JM
407532012-07-25 Joseph Myers <joseph@codesourcery.com>
40754
40755 [BZ #13717]
40756 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
40757 Change to 2.4.21 where previously 2.4.1.
40758 * sysdeps/unix/sysv/linux/configure: Regenerated.
40759 * sysdeps/unix/sysv/linux/kernel-features.h [(__powerpc__ ||
40760 __sh__) && !__powerpc64__] (__ASSUME_FCNTL64): Do not condition on
40761 Linux kernel version.
40762 (__ASSUME_STD_AUXV): Remove.
40763 [__powerpc__] (__ASSUME_VFORK_SYSCALL): Do not condition on Linux
40764 kernel version.
40765 [__powerpc__ && !__powerpc64] (__ASSUME_MMAP2_SYSCALL): Likewise.
40766 (__ASSUME_NEW_PRCTL_SYSCALL): Remove.
40767 (__ASSUME_FIXED_CLONE_SYSCALL): Likewise.
40768 (__ASSUME_NEW_RT_SIGRETURN_SYSCALL): Likewise.
40769 (__ASSUME_NETLINK_SUPPORT): Likewise.
40770 * nscd/gai.c [NEED_NETLINK && __ASSUME_NETLINK_SUPPORT == 0]
40771 (__no_netlink_support): Remove conditional definition.
40772 * sysdeps/unix/sysv/linux/check_pf.c (__no_netlink_support):
40773 Remove.
40774 (__check_pf) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40775 [__ASSUME_NETLINK_SUPPORT]: Make code unconditional.
40776 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_NETLINK_SUPPORT]
40777 (if_nameindex_ioctl): Remove.
40778 (if_nameindex_netlink): Do not handle __no_netlink_support.
40779 (if_nameindex) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40780 code.
40781 * sysdeps/unix/sysv/linux/ifaddrs.c [!__ASSUME_NETLINK_SUPPORT]:
40782 Remove conditional code.
40783 (__netlink_open) [!__ASSUME_NETLINK_SUPPORT]: Remove conditional
40784 code.
40785 (getifaddrs_internal) [__ASSUME_NETLINK_SUPPORT]: Make code
40786 unconditional.
40787 [!__ASSUME_NETLINK_SUPPORT]: Remove conditional code.
40788 [__ASSUME_NETLINK_SUPPORT] (freeifaddrs): Make code unconditional.
40789 * sysdeps/unix/sysv/linux/netlinkaccess.h (__no_netlink_support):
40790 Remove.
40791 * sysdeps/unix/sysv/linux/powerpc/dl-sysdep.c
40792 [!__ASSUME_STD_AUXV]: Remove conditional code.
40793 * sysdeps/unix/sysv/linux/powerpc/powerpc32/clone.S (__clone)
40794 [!__ASSUME_FIXED_CLONE_SYSCALL]: Remove conditional code.
40795 [__ASSUME_FIXED_CLONE_SYSCALL]: Make code unconditional.
40796 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_mask.c
40797 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_mask_handler): Remove.
40798 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40799 code.
40800 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40801 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/fe_nomask.c
40802 [!__ASSUME_NEW_PRCTL_SYSCALL] (fe_nomask_handler): Remove.
40803 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40804 conditional code.
40805 [__ASSUME_NEW_PRCTL_SYSCALL]: Make code unconditional.
40806 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_mask.c
40807 (__fe_mask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove conditional
40808 code.
40809 * sysdeps/unix/sysv/linux/powerpc/powerpc64/fpu/fe_nomask.c
40810 (__fe_nomask_env) [!__ASSUME_NEW_PRCTL_SYSCALL]: Remove
40811 conditional code.
40812 * sysdeps/unix/sysv/linux/powerpc/powerpc64/getcontext.S
40813 (__novec_getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40814 code unconditional.
40815 (__novec_getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40816 conditional code.
40817 (__getcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40818 unconditional.
40819 (__getcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40820 conditional code.
40821 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
40822 (__makecontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40823 unconditional.
40824 (__makecontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40825 conditional code.
40826 * sysdeps/unix/sysv/linux/powerpc/powerpc64/setcontext.S
40827 (__novec_setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40828 code unconditional.
40829 (__novec_setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40830 conditional code.
40831 (__setcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40832 unconditional.
40833 (__setcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40834 conditional code.
40835 * sysdeps/unix/sysv/linux/powerpc/powerpc64/swapcontext.S
40836 (__novec_swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make
40837 code unconditional.
40838 (__novec_swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40839 conditional code.
40840 (__swapcontext) [__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Make code
40841 unconditional.
40842 (__swapcontext) [!__ASSUME_NEW_RT_SIGRETURN_SYSCALL]: Remove
40843 conditional code.
40844
842a39cd
AS
408452012-07-25 Andreas Schwab <schwab@linux-m68k.org>
40846
40847 * sysdeps/unix/sysv/linux/i386/accept4.S: Remove pseudo_end label.
40848 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: Likewise.
40849 * sysdeps/unix/sysv/linux/i386/clone.S: Likewise.
40850 * sysdeps/unix/sysv/linux/i386/epoll_pwait.S: Likewise.
40851 * sysdeps/unix/sysv/linux/i386/getcontext.S: Likewise.
40852 * sysdeps/unix/sysv/linux/i386/mmap.S: Likewise.
40853 * sysdeps/unix/sysv/linux/i386/mmap64.S: Likewise.
40854 * sysdeps/unix/sysv/linux/i386/semtimedop.S: Likewise.
40855 * sysdeps/unix/sysv/linux/i386/setcontext.S: Likewise.
40856 * sysdeps/unix/sysv/linux/i386/socket.S: Likewise.
40857 * sysdeps/unix/sysv/linux/i386/swapcontext.S: Likewise.
40858 * sysdeps/unix/sysv/linux/i386/syscall.S: Likewise.
40859 * sysdeps/unix/sysv/linux/i386/sysdep.h (PSEUDO): Likewise.
40860 * sysdeps/unix/sysv/linux/i386/vfork.S: Likewise.
40861 * sysdeps/unix/sysv/linux/x86_64/clone.S: Likewise.
40862 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Likewise.
40863 * sysdeps/unix/sysv/linux/x86_64/setcontext.S: Likewise.
40864 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Likewise.
40865 * sysdeps/unix/sysv/linux/x86_64/syscall.S: Likewise.
40866 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PSEUDO): Likewise.
40867 * sysdeps/unix/sysv/linux/x86_64/swapcontext.S: Likewise.
40868 * sysdeps/unix/sysv/linux/x86_64/vfork.S: Likewise.
40869 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
40870
84b3fd84
FW
408712012-07-25 Florian Weimer <fweimer@redhat.com>
40872
40873 * Versions.def: Add GLIBC_2.17.
84b3fd84
FW
40874 * stdlib/stdlib.h: Rename __secure_getenv to secure_getenv.
40875 * include/stdlib.h: Rename __secure_getenv to secure_getenv.
40876 Introduce __libc_secure_getenv.
0c7936d5
FW
40877 * stdlib/Versions (2.17): Add secure_getenv
40878 (GLIBC_PRIVATE): Add __libc_secure_getenv.
40879 * stdlib/secure-getenv.c: Rename __secure_getenv to
40880 __libc_secure_getenv. Add secure_getenv alias. Add compatibility
40881 symbol __secure_getenv for GLIBC_2.0.
84b3fd84
FW
40882 * stdlib/tst-secure-getenv.c: New.
40883 * stdlib/Makefile (tests): Add testcase.
84b3fd84
FW
40884 * manual/startup.texi (Environment Access): Document
40885 secure_getenv.
84b3fd84
FW
40886 * hesiod/hesiod.c (hesiod_init): Rename __secure_getenv to
40887 __libc_secure_getenv.
40888 * inet/ruserpass.c (ruserpass): Likewise.
40889 * malloc/mtrace.c (mtrace): Likewise.
40890 * sysdeps/mach/hurd/tmpfile.c (__tmpfile): Likewise.
0c7936d5 40891 * sysdeps/posix/libc_fatal.c (__libc_fatal): Likewise.
84b3fd84
FW
40892 * sysdeps/posix/sysconf.c (__sysconf__check_spec): Likewise.
40893 * sysdeps/posix/tempname.c: Likewise. Evaluate
40894 HAVE_SECURE_GETENV.
40895 * sysdeps/unix/sysv/linux/libc_fatal.c (__libc_message): Rename
0c7936d5 40896 __secure_getenv to __libc_secure_getenv.
84b3fd84 40897 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Add secure_getenv.
84b3fd84
FW
40898 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
40899 Likewise.
40900 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
40901 Likewise.
40902 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Likewise.
40903 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Likewise.
40904 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Likewise.
40905 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Likewise.
40906 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Likewise.
40907 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Likewise.
40908 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist: Likewise.
84b3fd84 40909
56e49b71
JM
409102012-07-25 Joseph Myers <joseph@codesourcery.com>
40911
40912 * sysdeps/generic/ldsodefs.h (struct La_i86_regs): Remove.
40913 (struct La_i86_retval): Likewise.
40914 (struct La_x86_64_regs): Likewise.
40915 (struct La_x86_64_retval): Likewise.
40916 (struct La_x32_regs): Likewise.
40917 (struct La_x32_retval): Likewise.
40918 (struct La_ppc32_regs): Likewise.
40919 (struct La_ppc32_retval): Likewise.
40920 (struct La_ppc64_regs): Likewise.
40921 (struct La_ppc64_retval): Likewise.
40922 (struct La_sh_regs): Likewise.
40923 (struct La_sh_retval): Likewise.
40924 (struct La_s390_32_regs): Likewise.
40925 (struct La_s390_32_retval): Likewise.
40926 (struct La_s390_64_regs): Likewise.
40927 (struct La_s390_64_retval): Likewise.
40928 (struct La_sparc32_regs): Likewise.
40929 (struct La_sparc32_retval): Likewise.
40930 (struct La_sparc64_regs): Likewise.
40931 (struct La_sparc64_retval): Likewise.
40932 (struct audit_ifaces): Remove architecture-specific pltenter and
40933 pltexit members.
40934 * sysdeps/i386/ldsodefs.h: New file.
40935 * sysdeps/powerpc/ldsodefs.h: Likewise.
40936 * sysdeps/s390/ldsodefs.h: Likewise.
40937 * sysdeps/sh/ldsodefs.h: Likewise.
40938 * sysdeps/sparc/ldsodefs.h: Likewise.
40939 * sysdeps/x86_64/ldsodefs.h: Likewise.
40940
354691b7
MP
409412012-07-25 Marek Polacek <polacek@redhat.com>
40942
40943 [BZ #6808]
40944 * math/libm-test.inc (yn_test): Add another test.
40945 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c (__ieee754_ynl): Set errno
40946 to ERANGE when the result is +-Inf.
40947 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Likewise.
40948 * sysdeps/ieee754/flt-32/e_jnf.c (__ieee754_ynf): Likewise.
40949 * sysdeps/ieee754/ldbl-128/e_jnl.c (__ieee754_ynl): Likewise.
40950 * sysdeps/ieee754/dbl-64/e_jn.c (__ieee754_yn): Likewise.
40951
bf9e2071
JM
409522012-07-24 Joseph Myers <joseph@codesourcery.com>
40953
40954 * conform/data/time.h-data (NULL): Use macro-constant. Require
40955 equal to 0.
40956 (CLOCKS_PER_SEC): Use macro instead of constant. Specify type as
40957 clock_t.
40958 [ISO11] (TIME_UTC): Use macro-int-constant. Require value > 0.
40959
57633811
TS
409602012-07-23 Thomas Schwinge <thomas@codesourcery.com>
40961
40962 * configure.in <sysdeps resolving>: Correct printing
40963 Implies_before.
40964 * configure: Regenerate.
40965
c23c33b0
TS
409662012-07-22 Thomas Schwinge <thomas@codesourcery.com>
40967
40968 * math/w_ilogb.c: Include <limits.h>.
40969 * math/w_ilogbl.c: Likewise.
40970
b5982523
JM
409712012-07-20 Joseph Myers <joseph@codesourcery.com>
40972
40973 * manual/lang.texi (__va_copy): Document primarily as ISO C99
40974 va_copy. Document allowing for unavailable va_copy only as
40975 pre-C99 compatibility.
40976 * manual/string.texi (Copying and Concatenation): Use va_copy
40977 instead of __va_copy in concat example.
40978
ac4ea442
PT
409792012-07-20 Pino Toscano <toscano.pino@tiscali.it>
40980
40981 * sysdeps/mach/hurd/sendto.c (create_address_port): New subroutine.
40982 (__sendto): Use create_address_port. Initialize APORT and deallocate
40983 it if not null.
40984
f98eafbd
PT
40985 * sysdeps/mach/hurd/llistxattr.c: New file, copied from listxattr.c
40986 with O_NOLINK passed to __file_name_lookup.
40987
898c7aab
PT
40988 * sysdeps/mach/hurd/lremovexattr.c: New file, copied from removexattr.c
40989 with O_NOLINK passed to __file_name_lookup.
40990
0ced335a
PT
40991 * sysdeps/mach/hurd/getgroups.c: Return -1 and set EINVAL for
40992 negative N or less than NGIDS.
40993
b3404dbd
PT
40994 * sysdeps/mach/hurd/getlogin_r.c: Make LOGIN non-static and change its
40995 type to string_t. Set ERANGE as errno and return it if NAME is not big
40996 enough. Use memcpy instead of strncpy.
40997
0f48659e
JM
409982012-07-20 Joseph Myers <joseph@codesourcery.com>
40999
41000 * elf/Makefile (check-data): Remove.
41001 (localplt.data): New vpath directive.
41002 ($(objpfx)check-localplt.out): Use localplt.data from vpath
41003 instead of $(check-data).
41004 * scripts/data/localplt-generic.data: Move to ...
41005 * sysdeps/generic/localplt.data: ... here.
41006 * scripts/data/localplt-i386-linux-gnu.data: Move to ...
41007 * sysdeps/unix/sysv/linux/i386/nptl/localplt.data: ... here.
41008 * scripts/data/localplt-powerpc-linux-gnu.data: Move to ...
41009 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/localplt.data:
41010 ... here.
41011 * scripts/data/localplt-powerpc64-linux-gnu.data: Move to ...
41012 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/localplt.data:
41013 ... here.
41014 * scripts/data/localplt-s390-linux-gnu.data: Move to ...
41015 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/localplt.data:
41016 ... here.
41017 * scripts/data/localplt-s390x-linux-gnu.data: Move to ...
41018 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/localplt.data:
41019 ... here.
41020 * scripts/data/localplt-sparc-linux-gnu.data: Move to ...
41021 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/localplt.data:
41022 ... here.
41023 * scripts/data/localplt-sparc64-linux-gnu.data: Move to ...
41024 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/localplt.data:
41025 ... here.
41026
d37cbdaa
AZ
410272012-07-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41028
41029 * sysdeps/powerpc/tls-macros.h: Split PowerPC definitions in
41030 PPC32 and PPC64 files.
41031 * sysdeps/powerpc/powerpc32/tls-macros.h: New file.
41032 * sysdeps/powerpc/powerpc64/tls-macros.h: Likewise.
41033
46f85fc2
AK
410342012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
41035
41036 * sysdeps/unix/sysv/linux/s390/s390-32/makecontext.c: Move
41037 __makecontext_ret to ...
41038 * sysdeps/unix/sysv/linux/s390/s390-32/__makecontext_ret.S:
41039 ... here and call exit if uc_link is NULL. New file.
41040 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile: Add
41041 __makecontext_ret.S.
41042 * sysdeps/unix/sysv/linux/s390/s390-64/makecontext.c: Move
41043 __makecontext_ret to ...
41044 * sysdeps/unix/sysv/linux/s390/s390-64/__makecontext_ret.S:
41045 ... here and call exit if uc_link is NULL. New file.
41046 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile: Add
41047 __makecontext_ret.S.
41048
08f43f9b
AK
410492012-07-19 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
41050
41051 * elf/elf.h (R_390_IRELATIVE): New definition.
41052 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Invoke the
41053 resolver function for IFUNC symbols. Support R_390_IRELATIVE.
41054 (elf_machine_lazy_rel): Support R_390_IRELATIVE.
41055 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela):
41056 (elf_machine_lazy_rel): Likewise.
41057 * sysdeps/s390/dl-irel.h: New file.
41058 * sysdeps/s390/s390-64/memcpy.S: New asm code.
41059 * sysdeps/s390/s390-64/memset.S: New asm code.
41060 * sysdeps/s390/s390-64/memcmp.S: New asm code.
41061 * sysdeps/s390/s390-64/multiarch/memset.S: New file.
41062 * sysdeps/s390/s390-64/multiarch/ifunc-resolve.c: New file.
41063 * sysdeps/s390/s390-64/multiarch/memcmp.S: New file.
41064 * sysdeps/s390/s390-64/multiarch/memcpy.S: New file.
41065 * sysdeps/s390/s390-64/multiarch/Makefile: New file.
41066 * sysdeps/s390/s390-32/multiarch/ifunc-resolve.c: New file.
41067 * sysdeps/s390/s390-32/multiarch/Makefile: New file.
41068 * sysdeps/s390/s390-32/multiarch/memcmp.S: New file.
41069 * sysdeps/s390/s390-32/multiarch/memcpy.S: New file.
41070 * sysdeps/s390/s390-32/multiarch/memset.S: New file.
41071 * sysdeps/s390/s390-32/memcpy.S: New asm code.
41072 * sysdeps/s390/s390-32/memset.S: New asm code.
41073 * sysdeps/s390/s390-32/memcmp.S: New asm code.
41074
3b05db33
MP
410752012-07-17 Marek Polacek <polacek@redhat.com>
41076
41077 [BZ #14349]
41078 * sysdeps/s390/s390-32/configure.in: Remove TLS check.
41079 * sysdeps/s390/s390-64/configure.in: Likewise.
41080 * sysdeps/sparc/configure.in: Likewise.
41081 * sysdeps/powerpc/powerpc32/configure.in: Likewise.
41082 * sysdeps/powerpc/powerpc64/configure.in: Likewise.
41083 * sysdeps/i386/configure.in: Likewise.
41084 * sysdeps/x86_64/configure.in: Likewise.
41085 * sysdeps/sh/configure.in: Likewise.
41086 * sysdeps/s390/s390-32/configure: Regenerated.
41087 * sysdeps/s390/s390-64/configure: Likewise.
41088 * sysdeps/x86_64/configure: Likewise.
41089 * sysdeps/sh/configure: Likewise.
41090 * sysdeps/powerpc/powerpc64/configure: Likewise.
41091 * sysdeps/powerpc/powerpc32/configure: Likewise.
41092 * sysdeps/sparc/configure: Likwise.
41093 * sysdeps/i386/configure: Likewise.
41094
a66877c6
MP
41095 * elf/dl-open.c: Comment fixes.
41096
cfc82fd8
JM
410972012-07-17 Joseph Myers <joseph@codesourcery.com>
41098
bd29910a
JM
41099 * Makefile [CXX] (check-data): Remove.
41100 [CXX] (c++-types.data): New vpath directive.
41101 [CXX] ($(objpfx)c++-types-check.out): Use c++-types.data from
41102 vpath. Do not allow for C++ type data being missing.
41103 * scripts/data/c++-types-alpha-linux-gnu.data: Move to
41104 ports/sysdeps/unix/sysv/linux/alpha/nptl/c++-types.data.
41105 * scripts/data/c++-types-ia64-linux-gnu.data: Move to
41106 ports/sysdeps/unix/sysv/linux/ia64/nptl/c++-types.data.
41107 * scripts/data/c++-types-i386-linux-gnu.data: Move to ...
41108 * sysdeps/unix/sysv/linux/i386/nptl/c++-types.data: ... here.
41109 * scripts/data/c++-types-powerpc-linux-gnu.data: Move to ...
41110 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/c++-types.data:
41111 ... here.
41112 * scripts/data/c++-types-powerpc64-linux-gnu.data: Move to ...
41113 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/c++-types.data:
41114 ... here.
41115 * scripts/data/c++-types-s390-linux-gnu.data: Move to ...
41116 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/c++-types.data:
41117 ... here.
41118 * scripts/data/c++-types-s390x-linux-gnu.data: Move to ...
41119 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/c++-types.data:
41120 ... here.
41121 * scripts/data/c++-types-sparc-linux-gnu.data: Move to ...
41122 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/c++-types.data:
41123 ... here.
41124 * scripts/data/c++-types-sparc64-linux-gnu.data: Move to ...
41125 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/c++-types.data:
41126 ... here.
41127 * scripts/data/c++-types-x32-linux-gnu.data: Move to ...
41128 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/c++-types.data:
41129 ... here.
41130 * scripts/data/c++-types-x86_64-linux-gnu.data: Move to ...
41131 * sysdeps/unix/sysv/linux/x86_64/64/nptl/c++-types.data: ... here.
41132
cfc82fd8
JM
41133 * elf/tls-macros.h (TLS_LE): Move architecture-specific
41134 definitions to architecture-specific files.
41135 (TLS_IE): Likewise.
41136 (TLS_LD): Likewise.
41137 (TLS_GD): Likewise.
41138 * sysdeps/i386/tls-macros.h: New file.
41139 * sysdeps/powerpc/tls-macros.h: Likewise.
41140 * sysdeps/s390/s390-32/tls-macros.h: Likewise.
41141 * sysdeps/s390/s390-64/tls-macros.h: Likewise.
41142 * sysdeps/sh/tls-macros.h: Likewise.
41143 * sysdeps/sparc/sparc32/tls-macros.h: Likewise.
41144 * sysdeps/sparc/sparc64/tls-macros.h: Likewise.
41145 * sysdeps/x86_64/tls-macros.h: Likewise.
41146
f7db3170
TS
411472012-07-17 Thomas Schwinge <thomas@codesourcery.com>
41148
07cbfc23
TS
41149 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Preserve
41150 zero value for regular exit case.
41151
f7db3170
TS
41152 * sysdeps/unix/sysv/linux/x86_64/__start_context.S
41153 (__start_context): Preserve zero value for regular exit case.
41154
dc97c227
TS
411552012-07-17 Thomas Schwinge <thomas@codesourcery.com>
41156 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
41157
41158 * manual/setjmp.texi (setcontext): Clarify normal process
41159 termination when uc_link is the null pointer.
41160 * stdlib/tst-makecontext.c (cf): Exercise this: remove explicit
41161 exit call.
41162
d0cd7d02
AS
411632012-07-16 Andreas Schwab <schwab@linux-m68k.org>
41164
41165 * stdlib/bug-getcontext.c (do_test): Don't test FE_ALL_EXCEPT in
41166 preprocessor. Test for each exception mask separately.
41167
dd318934
AJ
411682012-07-16 Andreas Jaeger <aj@suse.de>
41169
41170 * po/ru.po: Update from translation team.
41171
8048311a
JM
411722012-07-15 Joseph Myers <joseph@codesourcery.com>
41173
41174 * conform/data/string.h-data (NULL): Use macro-constant. Require
41175 equal to 0.
41176 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
41177 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
41178 (wcs*): Change to wcs[abcdefghijklmnopqrstuvwxyz]*.
41179 (mem[abcdefghijklmnopqrstuvwxyz]*): Allow.
41180 [ISO || ISO99 || ISO11] (*_t): Do not allow.
41181
b637d46e
AJ
411822012-07-13 Andreas Jaeger <aj@suse.de>
41183
41184 * po/fr.po: Update from translation team.
41185
541428fe
MP
411862012-07-12 Marek Polacek <polacek@redhat.com>
41187
41188 [BZ #14173]
41189 * math/libm-test.inc (yn_test): Add test for BZ #14173.
41190 * sysdeps/ieee754/ldbl-96/e_jnl.c (__ieee754_ynl): Correct
41191 loop condition.
41192
ec332e94
JM
411932012-07-12 Joseph Myers <joseph@codesourcery.com>
41194
41195 [BZ #13717]
41196 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel):
41197 Change to 2.4.1 where previously 2.4.0.
41198 * sysdeps/unix/sysv/linux/configure: Regenerated.
41199 * sysdeps/unix/sysv/linux/kernel-features.h [!__sh__]
41200 (__ASSUME_ST_INO_64_BIT): Do not condition definition on kernel
41201 version.
41202 [__i386__ || __sparc__] (__ASSUME_FCNTL64): Likewise.
41203 (__ASSUME_AT_CLKTCK): Remove.
41204 (__ASSUME_AT_PAGESIZE): Likewise.
41205 (__ASSUME_AT_XID): Likewise.
41206 (__ASSUME_GETDENTS64_SYSCALL): Define unconditionally.
41207 [__i386__] (__ASSUME_VFORK_SYSCALL): Define unconditionally.
41208 * sysdeps/unix/sysv/linux/ldsodefs.h (HAVE_AUX_XID): Define
41209 unconditionally.
41210 (HAVE_AUX_PAGESIZE): Likewise.
41211 * sysdeps/unix/sysv/linux/prof-freq.c (__profile_frequency)
41212 [__ASSUME_AT_CLKTCK]: Make code unconditional.
41213 [!__ASSUME_AT_CLKTCK]: Remove conditional code.
41214
7b6e99be
JB
412152012-07-12 Jeroen van Bemmel <jvb127@gmail.com>
41216
41217 [BZ #14307]
41218 * sysdeps/posix/getaddrinfo.c (gaih_inet): Increase the size of
41219 the temporary buffer used to invoke __gethostbyname2_r,
41220 __gethostbyaddr_r and gethostbyname4_r to make room for struct
41221 host_data / struct gaih_addrtuple.
41222 * resolv/nss_dns/dns-host.c (global scope): Move definition of
41223 implementation constants MAX_NR_ALIASES and MAX_NR_ADDRS to
41224 header file nss/nsswitch.h.
41225 * nss/nsswitch.h (global scope): Add definition of implementation
41226 constants MAX_NR_ALIASES and MAX_NR_ADDRS (moved from
41227 resolv/nss_dns/dns-host.c).
41228
608404eb
AJ
412292012-07-11 Andreas Jaeger <aj@suse.de>
41230
41231 * po/fr.po: Update from translation team.
41232
71220aca
AJ
41233 * po/sv.po: Update from translation team
41234 * po/fr.po: Another update from translation team.
41235
28cfe843
AZ
412362012-07-11 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41237
41238 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Do not call sinh and cosh
41239 for subnormals or multiply small sinh result by itself.
41240 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
41241 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
41242
6b90f981
DM
412432012-07-11 David S. Miller <davem@davemloft.net>
41244
41245 * sysdeps/sparc/fpu/libm-test-ulps: Update.
41246
c6825772
AS
412472012-07-10 Andreas Schwab <schwab@linux-m68k.org>
41248
41249 [BZ #14347]
41250 * misc/sys/syslog.h (LOG_MAKEPRI): Don't shift first argument.
41251 (INTERNAL_MARK): Shift it here.
41252
7b8e0d49
MP
412532012-07-10 Marek Polacek <polacek@redhat.com>
41254
41255 [BZ #14151]
41256 * configure.in (libc_cv_asm_global_directive): Remove test. Replace
41257 libc_cv_asm_global_directive with .globl.
41258 * configure: Regenerated.
41259 * sysdeps/i386/configure.in: Replace libc_cv_asm_global_directive
41260 with .globl.
41261 * sysdeps/i386/configure: Regenerated.
41262 * sysdeps/x86_64/configure.in: Replace libc_cv_asm_global_directive
41263 with .globl.
41264 * sysdeps/x86_64/configure: Regenerated.
41265 * config.h.in: Do not undefine ASM_GLOBAL_DIRECTIVE.
41266 * include/libc-symbols.h: Replace ASM_GLOBAL_DIRECTIVE with .globl.
41267 * elf/tst-unique2mod2.c: Likewise.
41268 * elf/tst-unique2mod1.c: Likewise.
41269 * elf/tst-unique1mod2.c: Likewise.
41270 * elf/tst-unique1mod1.c: Likewise.
41271 * sysdeps/s390/s390-32/sysdep.h: Likewise.
41272 * sysdeps/s390/s390-32/s390-mcount.S: Likewise.
41273 * sysdeps/s390/s390-64/sysdep.h: Likewise.
41274 * sysdeps/s390/s390-64/s390x-mcount.S: Likewise.
41275 * sysdeps/mach/sysdep.h: Likewise.
41276 * sysdeps/i386/sysdep.h: Likewise.
41277 * sysdeps/i386/i386-mcount.S: Likewise.
41278 * sysdeps/x86_64/_mcount.S: Likewise.
41279 * sysdeps/x86_64/sysdep.h: Likewise.
41280 * sysdeps/sh/_mcount.S: Likewise.
41281 * sysdeps/sh/sysdep.h: Likewise.
41282 * sysdeps/powerpc/powerpc32/gprsave1.S: Likewise.
41283 * sysdeps/powerpc/powerpc32/fpu/fprrest.S: Likewise.
41284 * sysdeps/powerpc/powerpc32/fpu/fprsave.S: Likewise.
41285 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
41286 * sysdeps/powerpc/powerpc32/gprrest1.S: Likewise.
41287 * sysdeps/powerpc/powerpc32/gprsave0.S: Likewise.
41288 * sysdeps/powerpc/powerpc32/gprrest0.S: Likewise.
41289 * locale/localeinfo.h: Likewise.
41290 (_NL_CURRENT_DEFINE_STRINGIFY): Delete macro.
41291 (_NL_CURRENT_DEFINE_STRINGIFY_1): Likewise.
41292
6c55cda3
RM
412932012-07-09 Roland McGrath <roland@hack.frob.com>
41294
41295 [BZ #14336]
41296 * manual/charset.texi (Extended Char Intro): Word use fix, "operating
41297 system".
41298 * manual/message.texi (The Uniforum approach): Likewise.
41299 * manual/charset.texi (Extended Char Intro): Spelling fix, "affected".
41300 (glibc iconv Implementation): Likewise.
41301
638a572e
JM
413022012-07-09 Joseph Myers <joseph@codesourcery.com>
41303
41304 [BZ #14337]
41305 * math/s_clog.c (__clog): Avoid scaling a value down where that
41306 could result in underflow.
41307 * math/s_clog10.c (__clog10): Likewise.
41308 * math/s_clog10f.c (__clog10f): Likewise.
41309 * math/s_clog10l.c (__clog10l): Likewise.
41310 * math/s_clogf.c (__clogf): Likewise.
41311 * math/s_clogl.c (__clogl): Likewise.
41312 * math/libm-test.inc (clog_test): Add more tests.
41313 (clog10_test): Likewise.
41314 * sysdeps/i386/fpu/libm-test-ulps: Update.
41315 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41316
261f4859
AS
413172012-07-06 Andreas Schwab <schwab@linux-m68k.org>
41318
0abaf3e4
AS
41319 [BZ #14283]
41320 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Shift
41321 by 7 not 8 to examine high bit of fractional part.
41322
261f4859
AS
41323 [BZ #14042]
41324 * sysdeps/powerpc/powerpc32/ppc-mcount.S [SHARED]: Don't use PLT
41325 for call to __mcount_internal.
41326 * sysdeps/powerpc/powerpc32/Makefile (sysdep_routines)
41327 (shared-only-routines) [$(subdir) = gmon]: Add compat-ppc-mcount.
41328 * sysdeps/powerpc/powerpc32/compat-ppc-mcount.S: New file.
41329
f17ac40d
JM
413302012-07-06 Joseph Myers <joseph@codesourcery.com>
41331
9ad63c23
JM
41332 [BZ #14154]
41333 * sysdeps/ieee754/flt-32/k_tanf.c (__kernel_tanf): Use linear
41334 approximation for values within 0x1p-13f of an odd multiple of
41335 pi/4.
41336 * math/libm-test.inc (tan_test): Do not allow spurious underflow
41337 exception. Add more tests.
41338 * sysdeps/i386/fpu/libm-test-ulps: Update.
41339
f17ac40d
JM
41340 [BZ #6778]
41341 * sysdeps/i386/fpu/s_expm1.S (__expm1): Check for large negative
41342 inputs and return -1 for them. Do not check for +Inf in case not
41343 reachable for +Inf.
41344 * sysdeps/i386/fpu/s_expm1f.S (__expm1f): Likewise.
41345 * sysdeps/i386/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not define.
41346 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41347 and return -1 for them. Do not check for +Inf in case not
41348 reachable for +Inf.
41349 * sysdeps/x86_64/fpu/e_expl.S [USE_AS_EXPM1L] (csat): Do not
41350 define.
41351 (IEEE754_EXPL) [USE_AS_EXPM1L]: Check for large negative inputs
41352 and return -1 for them. Do not check for +Inf in case not
41353 reachable for +Inf.
41354 * math/libm-test.inc (expm1_test): Add more tests. Do not allow
41355 spurious underflow.
41356 * sysdeps/i386/fpu/libm-test-ulps: Update.
41357 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41358
fb21f89b
MF
413592012-07-06 Mike Frysinger <vapier@gentoo.org>
41360
41361 * sunrpc/rpc_clntout.c: Change <rpc/types.h> to "rpc/types.h".
41362
cdfe2c5e
JM
413632012-07-05 Joseph Myers <joseph@codesourcery.com>
41364
41365 [BZ #14157]
41366 [BZ #14331]
41367 * math/s_csqrt.c (__csqrt): Avoid multiplying by 0.5 where this
41368 could result in spurious underflow. Scale down values above
41369 DBL_MAX / 4.0 instead of DBL_MAX / 2.0.
41370 * math/s_csqrtf.c (__csqrtf): Likewise.
41371 * math/s_csqrtl.c (__csqrtl): Likewise.
41372 * math/libm-test.inc (csqrt_test): Add more tests. Do not allow
41373 spurious underflow.
41374 * sysdeps/i386/fpu/libm-test-ulps: Update.
41375 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41376
70d35b67
AS
413772012-07-04 Andreas Schwab <schwab@linux-m68k.org>
41378
704bc459
AS
41379 * catgets/Makefile ($(objpfx)de.msg): Use xopen-msg.awk instead of
41380 xopen-msg.sed.
41381 * catgets/xopen-msg.awk: New file.
41382 * catgets/xopen-msg.sed: Removed.
41383
70d35b67
AS
41384 * intl/Makefile ($(objpfx)msgs.h): Use po2test.awk instead of
41385 po2text.sed.
41386 * intl/po2test.awk: New file.
41387 * intl/po2test.sed: Removed.
41388
ca61cf32
JM
413892012-07-04 Joseph Myers <joseph@codesourcery.com>
41390
41391 [BZ #14328]
41392 * math/s_ctan.c (__ctan): Do not call sinh and cosh for subnormals
41393 or multiply small sinh result by itself.
41394 * math/s_ctanf.c (__ctanf): Likewise.
41395 * math/s_ctanh.c (__ctanh): Likewise.
41396 * math/s_ctanhf.c (__ctanhf): Likewise.
41397 * math/s_ctanhl.c (__ctanhl): Likewise.
41398 * math/s_ctanl.c (__ctanl): Likewise.
41399 * math/libm-test.inc (ctan_test_tonearest): New function.
41400 (ctan_test_towardzero): Likewise.
41401 (ctan_test_downward): Likewise.
41402 (ctan_test_upward): Likewise.
41403 (ctanh_test_tonearest): Likewise.
41404 (ctanh_test_towardzero): Likewise.
41405 (ctanh_test_downward): Likewise.
41406 (ctanh_test_upward): Likewise.
41407 (main): Call these new functions.
41408 * sysdeps/i386/fpu/libm-test-ulps: Update.
41409 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
41410
ca48a46a
MF
414112012-07-03 Mike Frysinger <vapier@gentoo.org>
41412
41413 * .gitignore: Delete /ports entry.
41414
9d63d37d
AJ
414152012-07-03 Andreas Jaeger <aj@suse.de>
41416
41417 * po/bg.po: Update from translation team.
41418 * po/cs.po: Likewise.
41419 * po/de.po: Likewise.
41420 * po/hr.po: Likewise.
41421 * po/nl.pl: Likewise.
41422 * po/pl.po: Likewise.
41423 * po/vi.po: Likewise.
41424
370ca3d2
JM
414252012-07-03 Joseph Myers <joseph@codesourcery.com>
41426
95f5a9a8
JM
41427 * Makeconfig [!+link] (+link-before-libc): New variable.
41428 [!+link] (+link-after-libc): Likewise.
41429 [!+link] (+link-tests): Likewise.
41430 [!+link] (+link): Define in terms of $(+link-before-libc) and
41431 $(+link-after-libc).
41432 [!+link-static] (+link-static-before-libc): New variable.
41433 [!+link-static] (+link-static-after-libc): Likewise.
41434 [!+link-static] (+link-static-tests): Likewise.
41435 [!+link-static] (+link-static): Define in terms of
41436 $(+link-static-before-libc) and $(+link-static-after-libc).
41437 [build-shared] (link-libc-before-gnulib): New variable.
41438 [build-shared] (link-libc-tests): Likewise.
41439 [build-shared] (link-libc): Define in terms of
41440 $(link-libc-before-gnulib).
41441 [!build-shared] (link-libc-tests): New variable.
41442 (link-libc-static-tests): New variable.
41443 [!gnulib] (gnulib-arch): New variable.
41444 [!gnulib] (gnulib-tests): Likewise.
41445 [!gnulib] (static-gnulib-arch): Likewise.
41446 [!gnulib] (static-gnulib-tests): Likewise.
41447 [!gnulib] (gnulib): Use $(gnulib-arch). Do not use $(libgcc_eh).
41448 Define with "=" instead of ":=".
41449 [!gnulib] (static-gnulib): Use $(static-gnulib-arch). Do not use
41450 -lgcc_eh $(libunwind). Define with "=" instead of ":=".
41451 * Rules (binaries-all-notests): New variable.
41452 (binaries-all-tests): Likewise.
41453 (binaries-static-notests): Likewise.
41454 (binaries-static-tests): Likewise.
41455 (binaries-all): Define using $(binaries-all-notests) and
41456 $(binaries-all-tests).
41457 (binaries-static): Define using $(binaries-static-notests) and
41458 $(binaries-static-tests).
41459 (binaries-shared-tests): New variable.
41460 (binaries-shared-notests): Likewise.
41461 (binaries-shared): Remove variable.
41462 ($(addprefix $(objpfx),$(binaries-shared-notests))): New rule.
41463 ($(addprefix $(objpfx),$(binaries-shared-tests))): Likewise.
41464 ($(addprefix $(objpfx),$(binaries-shared))): Remove rule.
41465 ($(addprefix $(objpfx),$(binaries-static-notests))): New rule.
41466 ($(addprefix $(objpfx),$(binaries-static-tests))): Likewise.
41467 ($(addprefix $(objpfx),$(binaries-static))): Remove rule.
41468 * elf/Makefile (sln-modules): New variable.
41469 (extra-objs): Add $(sln-modules:=.o).
41470 (ldconfig-modules): Add static-stubs.
41471 ($(objpfx)sln): Depend on $(sln-modules:%=$(objpfx)%.o).
41472 * elf/static-stubs.c: New file.
41473
7a845b2c
JM
41474 [BZ #14283]
41475 * sysdeps/ieee754/flt-32/k_rem_pio2f.c (__kernel_rem_pio2f): Shift
41476 by 7 not 8 to examine high bit of fractional part. Use volatile
41477 variables when splitting into final array of floats if
41478 __FLT_EVAL_METHOD__ != 0.
41479 * math/libm-test.inc (cos_test): Add another test.
41480 (sin_test): Likewise.
41481 * sysdeps/i386/fpu/libm-test-ulps: Update.
41482
e2283f38
JM
41483 [BZ #14273]
41484 * math/libm-test.inc (cosh_test): Add more tests.
41485
370ca3d2
JM
41486 * version.h (RELEASE): Set to "development".
41487 (VERSION): Set to "2.16.90".
41488
ee9247c3
CD
414892012-06-30 Carlos O'Donell <carlos_odonell@mentor.com>
41490
41491 * NEWS: Update copyright. Remove last-updated date.
41492 Mention math library bug fixes and timezone data changes.
41493 * README: Mention GNU/Hurd, x32, and HPPA support status.
41494
4648c381
TS
414952012-06-28 Thomas Schwinge <thomas@codesourcery.com>
41496
41497 * manual/contrib.texi (Contributors): Sort alphabetically by last name.
41498
aac78a43
AJ
414992012-06-27 Andreas Jaeger <aj@suse.de>
41500
41501 * manual/contrib.texi (Contributors): Add Samuel Thibault.
41502
ed3dbfad
AJ
415032012-06-25 Andreas Jaeger <aj@suse.de>
41504
41505 * sysdeps/s390/fpu/libm-test-ulps: Update.
41506
4d0ee855
AS
415072012-06-23 Andreas Schwab <schwab@linux-m68k.org>
41508 Thomas Schwinge <thomas@codesourcery.com>
41509
41510 * sysdeps/unix/sysv/linux/sh/syscalls.list: Add fanotify_mark.
41511 * sysdeps/unix/sysv/linux/sh/Versions (GLIBC_2.16): Add fanotify_mark.
41512 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist (GLIBC_2.16): Add
41513 fanotify_mark.
41514
af1bce34
TS
415152012-06-23 Thomas Schwinge <thomas@codesourcery.com>
41516
a9fa33ba
TS
41517 * sysdeps/mach/start.c: Remove file.
41518 * sysdeps/mach/hurd/i386/static-start.S: Fix start.S include.
41519 * sysdeps/i386/init-first.c: Fix comment regarding start.S.
41520 * sysdeps/sh/init-first.c: Likewise.
41521
58f902b8
TS
41522 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Preserve r12 and pr
41523 registers for frame unwinding purposes, add CFI directives.
41524 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41525 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Likewise
41526 * sysdeps/unix/sysv/linux/sh/sysdep.h (SYSCALL_ERROR_HANDLER):
41527 Likewise.
41528
1518f58b
TS
41529 * sysdeps/sh/____longjmp_chk.S (CALL_FAIL): Don't plan for the call to
41530 __fortify_fail returning.
41531 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S (CALL_FAIL): Likewise.
41532
db9b5059
TS
41533 * sysdeps/unix/sysv/linux/sh/____longjmp_chk.S: New file, based on
41534 sysdeps/sh/____longjmp_chk.S.
41535 * sysdeps/unix/sysv/linux/sh/sigaltstack-offsets.sym: New file, based
41536 on sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym.
41537 * sysdeps/unix/sysv/linux/sh/Makefile [subdir=misc]
41538 (gen-as-const-headers): Append sigaltstack-offsets.sym.
41539
967705fe
TS
41540 * sysdeps/sh/abort-instr.h: New file.
41541 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Terminate the
41542 process in case exit returns.
41543
a9def8c4
TS
41544 * sysdeps/unix/sysv/linux/sh/makecontext.S (.Lexitcode): Always
41545 initialize the GOT register before use.
41546
2a649725
TS
41547 * sysdeps/unix/sysv/linux/sh/makecontext.S (__makecontext): Fix
41548 calculation of ARGC > 4.
41549
af1bce34
TS
41550 * sysdeps/unix/sysv/linux/sh/makecontext.S: Add comments and give more
41551 meaningful names to some local labels.
41552
d230f50a
KK
415532012-06-22 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
41554 Kaz Kojima <kkojima@rr.iij4u.or.jp>
41555
41556 * sysdeps/unix/sysv/linux/sh/bits/atomic.h
41557 (__arch_compare_and_exchange_val_8_acq): Remove explicit nop.
41558 (__arch_compare_and_exchange_val_16_acq): Likewise.
41559 (__arch_compare_and_exchange_val_32_acq): Likewise.
41560 (atomic_exchange_and_add): Fix gUSA sequence.
41561 (atomic_add): Likewise.
41562 (atomic_add_negative): Likewise.
41563 (atomic_add_zero): Likewise.
41564 (atomic_bit_test_set): Likewise.
41565
0479b305
AS
415662012-06-22 Andreas Schwab <schwab@redhat.com>
41567
41568 [BZ #13579]
41569 * include/link.h (struct link_map): Add l_free_initfini.
41570 * elf/dl-deps.c (_dl_map_object_deps): Set it when assigning
41571 l_initfini.
41572 * elf/dl-close.c (_dl_close_worker): Don't free l_initfini.
41573 * elf/rtld.c (dl_main): Clear it on all objects loaded on startup.
41574 * elf/dl-libc.c (free_mem): Free l_initfini if l_free_initfini is
41575 set.
41576
0e3933b9
CD
415772012-06-22 Carlos O'Donell <carlos_odonell@mentor.com>
41578
41579 * configure.in: Use AC_LANG_SOURCE.
41580 * configure: Regenerate.
41581
4248b1b1
RM
415822012-06-22 Roland McGrath <roland@hack.frob.com>
41583
41584 * configure.in (libc_cv_localstatedir): New substituted variable.
41585 * configure: Regenerated.
41586 * config.make.in (localstatedir): New variable, substituted from
41587 libc_cv_localstatedir.
41588 * Makeconfig (vardbdir): Use $(localstatedir) in place of /var.
41589 * sysdeps/gnu/configure.in (libc_cv_localstatedir): Change
41590 ${prefix}/var to /var when we change ${prefix}/etc to /etc.
41591 * sysdeps/gnu/configure: Regenerated.
41592
006dd861
JL
415932012-06-21 Jeff Law <law@redhat.com>
41594
41595 [BZ #14277]
41596 * intl/dcigettext.c (_nl_find_msg): Avoid use after potential
41597 free. Simplify list management for _LIBC case.
41598
79662d42
JM
415992012-06-21 Joseph Myers <joseph@codesourcery.com>
41600
b7abb4bf
JM
41601 [BZ #14273]
41602 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c (__ieee754_cosh):
41603 Clear sign bit of 64-bit integer value before comparing against
41604 overflow value.
41605
79662d42
JM
41606 * sysdeps/mach/configure: Regenerated.
41607
1f150908
L
416082012-06-21 H.J. Lu <hongjiu.lu@intel.com>
41609
41610 [BZ #14278]
41611 * sysdeps/i386/sysdep.h (SYSCALL_PIC_SETUP): Fix a typo.
41612
28363bbf
JL
416132012-06-21 Jeff Law <law@redhat.com>
41614
41615 [BZ #13882]
41616 * elf/dl-deps.c (_dl_map_object_deps): Fix cycle detection. Use
41617 uint16_t for elements in the "seen" array to avoid char overflows.
80784193 41618 * elf/dl-fini.c (_dl_sort_fini): Likewise.
28363bbf
JL
41619 * elf/dl-open.c (dl_open_worker): Likewise.
41620
09615db4
CD
416212012-06-21 Carlos O'Donell <carlos_odonell@mentor.com>
41622
41623 * scripts/list-sources.sh: Scan PORTS for translations.
41624 * po/libc.pot: Regenerated.
41625
2174c6dd
AJ
416262012-06-21 Andreas Jaeger <aj@suse.de>
41627
41628 [BZ #12194]
41629 * sysdeps/s390/bits/byteswap-16.h (__bswap_16): Avoid -Wconversion
41630 warning.
41631 * sysdeps/s390/bits/byteswap.h (__bswap_constant_16): Likewise.
41632 * bits/byteswap-16.h (__bswap_16): Likewise.
41633 * bits/byteswap.h (__bswap_constant_16): Likewise.
41634
3ee947b1
L
416352012-06-18 H.J. Lu <hongjiu.lu@intel.com>
41636
41637 [BZ #14117]
a2f34833
L
41638 * sysdeps/i386/fpu_control.h: Removed.
41639 * sysdeps/x86_64/fpu_control.h: Moved to ...
41640 * sysdeps/x86/fpu_control.h: Here.
41641
3ee947b1
L
41642 * sysdeps/x86_64/fpu_control.h (_FPU_GETCW): Add __volatile__.
41643 (_FPU_SETCW): Likewise.
41644
ed1825f8
L
416452012-06-15 H.J. Lu <hongjiu.lu@intel.com>
41646
25f1282a
L
41647 [BZ #14117]
41648 * sysdeps/i386/fpu/bits/mathinline.h: Renamed to ...
41649 * sysdeps/x86/fpu/bits/mathinline.h: This.
41650 * sysdeps/x86_64/fpu/bits/mathinline.h: Removed.
41651
ed1825f8
L
41652 [BZ #14050]
41653 [BZ #14117]
41654 * sysdeps/i386/fpu/bits/mathinline.h: Disable x87 inline
41655 functions if __x86_64__ is defined.
41656
36d54b74
CLT
416572012-06-15 Chung-Lin Tang <cltang@codesourcery.com>
41658
41659 * string/endian.h: Add !__ASSEMBLER__ condition for including
41660 conversion interfaces.
41661
10285c21
JM
416622012-06-15 Joseph Myers <joseph@codesourcery.com>
41663
41664 [BZ #14241]
41665 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Use 0.0 instead
41666 of ABS(x) in calculating zero to negative powers other than odd
41667 integers.
41668 * math/libm-test.inc (pow_test): Add more tests.
41669
06c5abbd
AJ
416702012-06-15 Andreas Jaeger <aj@suse.de>
41671
41672 * manual/contrib.texi (Contributors): Update entry of Liubov
41673 Dmitrieva and add entries for Will Schmidt and Tulio Magno Quites
41674 Machado Filho.
41675
a3aeac40
CH
416762012-06-15 Cyril Hrubis <metan@ucw.cz>
41677
41678 * string/string.h: Add __wur to GNU version of strerror_r.
41679
49bdf4c1
L
416802012-06-14 H.J. Lu <hongjiu.lu@intel.com>
41681
41682 [BZ #14229]
41683 * string/Makefile (tests): Add tst-strtok_r.
41684 * string/tst-strtok_r.c: New file.
41685 * sysdeps/x86_64/strtok.S: Use LP_SIZE on save_ptr and use
41686 RAX_LP/RDX_LP on SAVE_PTR.
41687
834f9b8d
RM
416882012-06-14 Roland McGrath <roland@hack.frob.com>
41689
41690 * manual/Makefile ($(objpfx)texis): Do $(make-target-directory).
41691
75fa1921
JM
416922012-06-14 Joseph Myers <joseph@codesourcery.com>
41693
41694 * libm_test.inc (csqrt_test): Allow more spurious underflow
41695 exceptions.
41696 (j0_test): Likewise.
41697 (j1_test): Likewise.
41698 (y0_test): Likewise.
41699 (y1_test): Likewise.
41700
771766df
CD
417012012-06-13 Carlos O'Donell <carlos_odonell@mentor.com>
41702
41703 * po/Makefile (libc.pot): Use UTF-8 charset.
41704
ceb9e56b
PP
417052012-06-13 Paul Pluzhnikov <ppluzhnikov@google.com>
41706
41707 [BZ #14210]
41708 Suppress sign-conversion warning from FD_SET.
41709 See <http://sourceware.org/ml/libc-alpha/2012-05/msg01794.html>.
41710 * debug/fdelt_chk.c (__fdelt_chk): Accept and return long int,
41711 not unsigned long int.
41712 * misc/bits/select2.h (__fdelt_chk, __fdelt_warn, __FD_ELT): Likewise.
41713
ddb28975
L
417142012-06-12 H.J. Lu <hongjiu.lu@intel.com>
41715
41716 [BZ #14050]
41717 [BZ #14117]
41718 * sysdeps/i386/fpu/bits/mathinline.h (__MATH_INLINE): Check
41719 __extern_always_inline instead of __extern_inline.
41720 (__signbitf): Support __SSE2_MATH__ and C++ namespace.
41721 (__signbit): Likewise.
41722 (__signbitl): Support C++ namespace.
41723 (lrintf): New inline function.
41724 (lrint): Likewise.
41725 (llrintf): Likewise.
41726 (llrint): Likewise.
41727 (fmaxf): Likewise.
41728 (fmax): Likewise.
41729 (fminf): Likewise.
41730 (fmin): Likewise.
41731 (rint): Likewise.
41732 (rintf): Likewise.
41733 (ceil): Likewise.
41734 (ceilf): Likewise.
41735 (floor): Likewise.
41736 (floorf): Likewise.
41737 (nearbyint): Likewise.
41738 (nearbyintf): Likewise.
41739
d7b4fb26
TS
417402012-06-12 Thomas Schwinge <thomas@codesourcery.com>
41741
41742 * sysdeps/unix/Makefile ($(objpfx)stub-syscalls.c): Fix case for
41743 non-default versions.
41744
eb55f5c2
RM
417452012-06-11 Roland McGrath <roland@hack.frob.com>
41746
41747 [BZ #14218]
41748 * manual/argp.texi (Argp): Reword argp_parse description slightly.
41749
366af02c
TS
417502012-06-09 Thomas Schwinge <thomas@codesourcery.com>
41751
99ff6e5c
TS
41752 * sysdeps/sh/sh4/fpu/bits/fenv.h (__FE_UNDEFINED): Define.
41753 (FE_UPWARD, FE_DOWNWARD): Don't define.
41754 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Adapt to that.
41755 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
41756
366af02c
TS
41757 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Do not re-write fpscr after
41758 reading it.
41759 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
41760 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
41761
793ea851
KK
417622012-06-09 Kaz Kojima <kkojima@rr.iij4u.or.jp>
41763
41764 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
41765 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Refreshed.
41766 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: Refreshed.
41767 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: Refreshed.
41768
a728a38f
L
417692012-06-06 H.J. Lu <hongjiu.lu@intel.com>
41770
41771 [BZ #14117]
c08010c7
L
41772 * sysdeps/i386/fpu/bits/fenv.h: Removed.
41773 * sysdeps/i386/fpu/Implies: New file.
41774 * sysdeps/x86_64/fpu/Implies: Likewise.
41775 * sysdeps/x86_64/fpu/bits/fenv.h: Renamed to ...
41776 * sysdeps/x86/fpu/bits/fenv.h: This.
41777
a728a38f
L
41778 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Check
41779 __SSE_MATH__.
41780
6e230d11
SP
417812012-06-06 Siddhesh Poyarekar <siddhesh@redhat.com>
41782
41783 [BZ #14134]
41784 * iconvdata/ibm930.c (BODY) [FROM_LOOP]: Check for invalid
41785 character 0xffff that matches the last element of the
41786 conversion table.
41787
1b671feb
AZ
417882012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41789
41790 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Fix for wrong ldbl128-ibm
41791 fmodl commit.
41792
6043738b
AZ
417932012-06-05 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41794
41795 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Fix spurious underflow for
41796 values higher than 25.6283.
41797
34ae0b32
AZ
417982012-06-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41799
41800 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c (__ieee754_fmodl): Fix
41801 subnormal exponent extraction and add some __builtin_expect.
41802 * sysdeps/ieee754/ldbl-128ibm/math_ldbl.h (ldbl_extract_mantissa):
41803 Fix for subnormal mantissa calculation.
41804
1214ec8f
MF
418052012-06-04 Mike Frysinger <vapier@gentoo.org>
41806
41807 * sysdeps/unix/sysv/linux/tst-getcpu.c (do_test): Call perror when
41808 cpu2 is -1 and errno is not ENOSYS.
41809
f3d1f93c
L
418102012-06-04 H.J. Lu <hongjiu.lu@intel.com>
41811
41812 [BZ #14117]
0e4a3cd7
L
41813 * sysdeps/i386/i486/bits/string.h: Renamed to ...
41814 * sysdeps/x86/bits/string.h: This.
41815 * sysdeps/x86_64/bits/string.h: Removed.
41816
6704c645
L
41817 * sysdeps/i386/i486/bits/string.h: Define inline functions only
41818 if not compiling for x86-64, but compiling for >= i486.
41819
48495318
L
41820 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Renamed to ...
41821 * sysdeps/unix/sysv/linux/x86/bits/sigcontext.h: This.
41822
14adcbfc
L
41823 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h (FP_XSTATE_MAGIC1):
41824 New macro from Linux kernel 3.4.0.
41825 (FP_XSTATE_MAGIC2): Likewise.
41826 (FP_XSTATE_MAGIC2_SIZE): Likewise.
41827 (X86_FXSR_MAGIC): New macro from Linux i386 kernel.
41828 (struct _fpx_sw_bytes): New struct.
41829 (struct _xsave_hdr): Likewise.
41830 (struct _ymmh_state): Likewise.
41831 (struct _xstate): Likewise.
41832
68e408ab
L
41833 * sysdeps/unix/sysv/linux/i386/sys/debugreg.h: Removed.
41834 * sysdeps/unix/sysv/linux/i386/sys/reg.h: Likewise.
41835 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Renamed to ...
41836 * sysdeps/unix/sysv/linux/x86/sys/debugreg.h: This.
41837 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Renamed to ...
41838 * sysdeps/unix/sysv/linux/x86/sys/reg.h: This.
41839
f3d1f93c
L
41840 * sysdeps/unix/sysv/linux/i386/sys/io.h: Removed.
41841 * sysdeps/unix/sysv/linux/x86_64/sys/io.h: Renamed to ...
41842 * sysdeps/unix/sysv/linux/x86/sys/io.h: This.
41843 * sysdeps/unix/sysv/linux/i386/sys/perm.h: Removed.
41844 * sysdeps/unix/sysv/linux/x86_64/sys/perm.h: Renamed to ...
41845 * sysdeps/unix/sysv/linux/x86/sys/perm.h: This.
41846
d9dc34cd
TMQMF
418472012-06-04 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
41848
41849 [BZ #13743]
41850 * sysdeps/powerpc/sys/platform/ppc.h: New file for PowerPC features.
41851 * sysdeps/powerpc/Makefile (tests): Add test-gettimebase.
41852 (sysdep_headers): Include sys/platform/ppc.h.
41853 * sysdeps/powerpc/test-gettimebase.c: Test for
41854 __ppc_get_timebase() to catch future ISA opcode/insn changes.
41855 * manual/Makefile (appendices): Include platform.texi.
41856 * manual/contrib.texi (Contributors): Update @node pointers.
41857 * manual/maint.texi (Maintenance): Likewise.
41858 (Platform): New node.
41859 * manual/platform.texi: New file. Document the new features.
41860
4af3879c
SP
418612012-06-04 Siddhesh Poyarekar <siddhesh@redhat.com>
41862 Jakub Jelinek <jakub@redhat.com>
41863
41864 [BZ #14188]
41865 * misc/sys/cdefs.h (__glibc_unlikely): New macro to wrap cases
41866 where __builtin_expect is unavailable.
41867
2fd6ff13
DM
418682012-06-03 David S. Miller <davem@davemloft.net>
41869
41870 * stdlib/longlong.h: Updated from GCC.
41871
173f7220
AS
418722012-06-02 Andreas Schwab <schwab@linux-m68k.org>
41873
41874 [BZ #14042]
41875 * sysdeps/powerpc/powerpc32/mcount.c: New file.
41876 * sysdeps/powerpc/powerpc32/Versions (GLIBC_2.16): Add
41877 __mcount_internal.
41878 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist
41879 (GLIBC_2.16): Likewise.
41880
f34a1c6f
L
418812012-06-01 H.J. Lu <hongjiu.lu@intel.com>
41882
41883 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (outsw): Fix a typo.
41884
88a4576f
JM
418852012-06-01 Joseph Myers <joseph@codesourcery.com>
41886
ea32bcdd
JM
41887 * sysdeps/unix/sysv/linux/powerpc/powerpc32/Makefile
41888 (default-abi): New variable.
41889 * sysdeps/unix/sysv/linux/powerpc/powerpc64/Makefile: New file.
41890 * sysdeps/unix/sysv/linux/s390/s390-32/Makefile (default-abi): New
41891 variable.
41892 * sysdeps/unix/sysv/linux/s390/s390-64/Makefile (default-abi):
41893 Likewise.
41894 * sysdeps/unix/sysv/linux/sparc/sparc32/Makefile (default-abi):
41895 Likewise.
41896 * sysdeps/unix/sysv/linux/sparc/sparc64/Makefile (default-abi):
41897 Likewise.
41898
88a4576f
JM
41899 * Makeconfig [abi-variants && !default-abi] (default-abi): Remove
41900 definition. Document in comment.
41901
402fe938
DM
419022012-06-01 David S. Miller <davem@davemloft.net>
41903
41904 * stdlib/longlong.h: Updated from GCC.
41905
3553723f
L
419062012-06-01 H.J. Lu <hongjiu.lu@intel.com>
41907
41908 [BZ #14117]
3bd872c4
L
41909 * sysdeps/unix/sysv/linux/i386/Makefile (sysdep_headers):
41910 Don't add sys/elf.h sys/perm.h sys/reg.h sys/vm86.h
41911 sys/debugreg.h sys/io.h here.
41912 * sysdeps/unix/sysv/linux/x86/Makefile (sysdep_headers): Add
41913 sys/elf.h sys/perm.h sys/reg.h sys/vm86.h sys/debugreg.h
41914 sys/io.h.
41915 * sysdeps/unix/sysv/linux/x86_64/Makefile (sysdep_headers):
41916 Don't add sys/perm.h sys/reg.h sys/debugreg.h sys/io.h here.
41917 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Renamed to ...
41918 * sysdeps/unix/sysv/linux/x86/sys/elf.h: This.
41919 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Renamed to ...
41920 * sysdeps/unix/sysv/linux/x86/sys/vm86.h: This.
41921
3553723f
L
41922 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h (DR_LEN_8):
41923 Define only if __x86_64__ is defined.
41924
4842e4fe
JM
419252012-06-01 Joseph Myers <joseph@codesourcery.com>
41926
c5bfe3d5
JM
41927 [BZ #14048]
41928 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c (__ieee754_fmod):
41929 Use int64_t for variable i.
41930 * math/libm-test.inc (fmod_test): Add more tests.
41931
4842e4fe
JM
41932 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Ensure temp + (double)
41933 z computation is not scheduled after fetestexcept.
41934 * sysdeps/ieee754/ldbl-128/s_fmal.c: Include <math_private.h>.
41935 Use math_force_eval instead of asm to ensure calculation scheduled
41936 before exception test.
41937 * sysdeps/ieee754/ldbl-96/s_fmal.c: Include <math_private.h>.
41938 Ensure a1 + u.d computation is not scheduled after fetestexcept.
41939
efb73488
AJ
419402012-06-01 Aurelien Jarno <aurelien@aurel32.net>
41941
41942 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Ensure a1 + u.d
41943 computation is not scheduled after fetestexcept.
41944
29bcce7c
L
419452012-06-01 H.J. Lu <hongjiu.lu@intel.com>
41946
41947 [BZ #14117]
41948 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Renamed to ...
41949 * sysdeps/unix/sysv/linux/x86/bits/wchar.h: This.
41950
73a68f94
AZ
419512012-06-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
41952
41953 * sysdeps/powerpc/fpu/k_cosf.c: Fix underflow generation.
41954 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
41955
67b6df78
L
419562012-05-31 H.J. Lu <hongjiu.lu@intel.com>
41957
edf2933a 41958 [BZ #14117]
ebc64a18
L
41959 * sysdeps/unix/sysv/linux/i386/bits/wchar.h: Include
41960 <bits/wordsize.h>.
41961 (__WCHAR_MIN): Support __WORDSIZE == 64.
41962 (__WCHAR_MAX): Likewise.
41963
edf2933a
L
41964 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: Renamed to ...
41965 * sysdeps/unix/sysv/linux/x86/bits/typesizes.h: This.
41966
57c6cf40
L
41967 [BZ #14183]
41968 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__FSWORD_T_TYPE):
41969 Defined with __SWORD_TYPE if __x86_64__ isn't defined.
41970
67b6df78 41971 [BZ #14117]
8eb6281e
L
41972 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: Renamed to ...
41973 * sysdeps/unix/sysv/linux/x86/bits/siginfo.h: This.
41974
aac639f4
L
41975 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h: Renamed to ...
41976 * sysdeps/unix/sysv/linux/x86/bits/stat.h: This.
41977
67b6df78
L
41978 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_KERNEL):
41979 Defined to 1 if __x86_64__ isn't defined.
41980 (_STAT_VER_LINUX_OLD): New.
41981 (st_atime): Remove duplicate.
41982 (st_mtime): Likewise.
41983 (st_ctime): Likewise.
41984
1c2cfe81
DM
419852012-05-31 David S. Miller <davem@davemloft.net>
41986
41987 * sysdeps/sparc/fpu/libm-test-ulps: Remove sqrt(2) and sqrt test
41988 entries.
41989
5be8418c
AS
419902012-06-01 Andreas Schwab <schwab@linux-m68k.org>
41991
e7725326
AS
41992 * sysdeps/powerpc/fpu/libm-test-ulps: Sort through
41993 gen-libm-test.pl.
41994
5be8418c
AS
41995 [BZ #14132]
41996 * elf/dl-reloc.c: Include <_itoa.h>.
41997 (_dl_reloc_bad_type): Remove use of INTUSE.
41998 * elf/dl-minimal.c (_itoa, _itoa_lower_digits): Likewise.
41999 * stdio-common/_itoa.c (_itoa_word, _itoa): Likewise.
42000 * stdio-common/psiginfo.c (psiginfo): Likewise.
42001 * stdio-common/psignal.c (psignal): Likewise.
42002 * string/strsignal.c (strsignal): Likewise.
42003 * include/signal.h (_sys_siglist): Declare hidden proto.
42004 * stdio-common/itoa-digits.c: Include <_itoa.h>. Replace
42005 INTVARDEF with libc_hidden_data_def.
42006 * stdio-common/itoa-udigits.c: Likewise.
42007 * sysdeps/generic/_itoa.h (_itoa_upper_digits_internal)
42008 (_itoa_lower_digits_internal): Remove declaration.
42009 (_itoa_upper_digits, _itoa_lower_digits): Declare hidden proto.
42010 * sysdeps/gnu/siglist.c (_sys_siglist_internal)
42011 (_sys_sigabbrev_internal): Remove aliases.
42012 (_sys_siglist): Define hidden alias.
42013
507352f1
MT
420142012-05-31 Markus Trippelsdorf <markus@trippelsdorf.de>
42015
42016 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
42017 bits/sysctl.h.
42018
42bbb1c3
L
420192012-05-31 H.J. Lu <hongjiu.lu@intel.com>
42020
42021 [BZ #14117]
6bd784b6
L
42022 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Renamed to ...
42023 * sysdeps/unix/sysv/linux/x86/bits/sysctl.h: This.
42024
8bca20f0
L
42025 * sysdeps/unix/sysv/linux/i386/sys/ucontext.h: Removed.
42026 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Renamed to ...
42027 * sysdeps/unix/sysv/linux/x86/sys/ucontext.h: This.
42028 * sysdeps/unix/sysv/linux/i386/sys/user.h: Removed.
42029 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Renamed to ...
42030 * sysdeps/unix/sysv/linux/x86/sys/user.h: This.
42031
f9e890a9
L
42032 * sysdeps/unix/sysv/linux/i386/sys/procfs.h: Removed.
42033 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Renamed to ...
42034 * sysdeps/unix/sysv/linux/x86/sys/procfs.h: This.
42035
471101a1
L
42036 * sysdeps/unix/sysv/linux/x86_64/sys/io.h (insb): Replace addr
42037 with __addr.
42038 (insw): Likewise.
42039 (insl): Likewise.
42040 (outsb): Likewise.
42041 (outsw): Likewise.
42042 (outsl): Likewise.
42043
6451c862
L
42044 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Removed.
42045 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Renamed to ...
42046 * sysdeps/unix/sysv/linux/x86/bits/mman.h: This.
42047
a254b8c9
L
42048 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Renamed to ...
42049 * sysdeps/unix/sysv/linux/x86/bits/msq.h: This.
42050 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h: Renamed to ...
42051 * sysdeps/unix/sysv/linux/x86/bits/sem.h: This.
42052 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Renamed to ...
42053 * sysdeps/unix/sysv/linux/x86/bits/shm.h: This.
42054
b8dfdd92
L
42055 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: Renamed to ...
42056 * sysdeps/unix/sysv/linux/x86/bits/ipctypes.h: This.
42057
578cd270
L
42058 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Renamed to ...
42059 * sysdeps/unix/sysv/linux/x86/bits/epoll.h: This.
42060
de662f5f
L
42061 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Removed.
42062 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Renamed to ...
42063 * sysdeps/unix/sysv/linux/x86/bits/fcntl.h: This.
42064
25653439
L
42065 * sysdeps/unix/sysv/linux/i386/bits/environments.h: Removed.
42066 * sysdeps/unix/sysv/linux/x86_64/bits/environments.h: Renamed
42067 to ...
42068 * sysdeps/unix/sysv/linux/x86/bits/environments.h: This.
42069
6bad24a0
L
42070 * sysdeps/unix/sysv/linux/i386/bits/a.out.h: Removed.
42071 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Renamed to ...
42072 * sysdeps/unix/sysv/linux/x86/bits/a.out.h: This.
42073
42bbb1c3
L
42074 * sysdeps/unix/sysv/linux/i386/sys/elf.h: Error when compiling
42075 for x86-64.
42076 * sysdeps/unix/sysv/linux/i386/sys/vm86.h: Likewise.
42077
2d10d547
JM
420782012-05-31 Joseph Myers <joseph@codesourcery.com>
42079
42080 * math/math.h (M_El): Use two more decimal places.
42081 (M_LOG2El): Likewise.
42082 (M_LOG10El): Likewise.
42083 (M_LN2l): Likewise.
42084 (M_LN10l): Likewise.
42085 (M_PIl): Likewise.
42086 (M_PI_2l): Likewise.
42087 (M_PI_4l): Likewise.
42088 (M_1_PIl): Likewise.
42089 (M_2_PIl): Likewise.
42090 (M_2_SQRTPIl): Likewise.
42091 (M_SQRT2l): Likewise.
42092 (M_SQRT1_2l): Likewise.
42093
f230c29b
DM
420942012-05-31 David S. Miller <davem@davemloft.net>
42095
42096 * sysdeps/sparc/sparc64/memcpy.S: Use fsrc2 to move 64-bit
42097 values between float registers.
42098 * sysdeps/sparc/sparc64/memset.S: Likewise.
42099 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
42100
fed806c3
MF
421012012-05-31 Mike Frysinger <vapier@gentoo.org>
42102
42103 * debug/Makefile (CFLAGS-tst-longjmp_chk.c): Delete
42104 -D_FORTIFY_SOURCE=1.
42105 (CPPFLAGS-tst-longjmp_chk.c): Define.
42106 (CFLAGS-tst-longjmp_chk2.c): Delete -D_FORTIFY_SOURCE=1.
42107 (CPPFLAGS-tst-longjmp_chk2.c): Define.
42108 * wcsmbs/Makefile (CPPFLAGS-tst-wchar-h.c): Rename from
42109 CFLAGS-tst-wchar-h.c.
42110
30917259
MP
421112012-05-31 Marek Polacek <polacek@redhat.com>
42112
42113 [BZ #14132]
42114 * include/mntent.h (__setmntent_internal, __getmntent_r_internal
42115 __endmntent_internal): Remove declaration.
42116 (__setmntent, __endmntent, __getmntent_r) [NOT_IN_libc]: Remove macro.
42117 (__setmntent, __endmntent, __getmntent_r): Declare hidden proto.
42118 * misc/mntent_r.c: Replace INTDEF with libc_hidden_def.
42119
1c58d5dc
DM
421202012-05-30 David S. Miller <davem@davemloft.net>
42121
42122 * sysdeps/sparc/sparc32/soft-fp/q_util.c
42123 (___Q_simulate_exceptions): Use real FP ops rather than writing
42124 into the %fsr.
42125 * sysdeps/sparc/sparc32/soft-fp/q_util.c (__Qp_handle_exceptions):
42126 Likewise.
42127
7dc00e0d
L
421282012-05-30 H.J. Lu <hongjiu.lu@intel.com>
42129
42130 [BZ #14117]
0bd53985
L
42131 * sysdeps/x86_64/bits/xtitypes.h: Renamed to ...
42132 * sysdeps/x86/bits/xtitypes.h: This.
42133
3a257e66
L
42134 * sysdeps/x86_64/bits/wordsize.h: Renamed to ...
42135 * sysdeps/x86/bits/wordsize.h: This.
42136
62f62904
L
42137 * sysdeps/i386/bits/huge_vall.h: Renamed to ...
42138 * sysdeps/x86/bits/huge_vall.h: This.
42139
404fe9d9
L
42140 * sysdeps/i386/bits/select.h: Removed.
42141 * sysdeps/x86_64/bits/select.h: Renamed to ...
42142 * sysdeps/x86/bits/select.h: This.
42143
d48d0446
L
42144 * sysdeps/i386/bits/setjmp.h: Removed.
42145 * sysdeps/x86_64/bits/setjmp.h: Renamed to ...
42146 * sysdeps/x86/bits/setjmp.h: This.
42147
7dc00e0d
L
42148 * sysdeps/i386/bits/mathdef.h: Removed.
42149 * sysdeps/x86_64/bits/mathdef.h: Renamed to ...
42150 * sysdeps/x86/bits/mathdef.h: This.
42151
03277f8f
AS
421522012-05-30 Andreas Schwab <schwab@linux-m68k.org>
42153
42154 [BZ #14132]
42155 * include/sys/socket.h (__connect_internal)
42156 (__libc_sa_len_internal): Remove declaration.
42157 (__connect, __libc_sa_len): Declare hidden_proto.
42158 (SA_LEN): Remove use of INTUSE.
42159 * socket/connect.c: Add libc_hidden_def.
42160 * sysdeps/mach/hurd/connect.c: Replace INTDEF by libc_hidden_def.
42161 * sysdeps/unix/sysv/linux/sa_len.c: Likewise.
42162 * sysdeps/unix/inet/syscalls.list: Remove __connect_internal
42163 alias.
42164 * sysdeps/unix/sysv/linux/s390/s390-64/syscalls.list: Likewise.
42165 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Likewise.
42166 * sysdeps/unix/sysv/linux/connect.S: Use libc_hidden_weak instead
42167 of adding _internal alias.
42168
13764867
L
421692012-05-30 H.J. Lu <hongjiu.lu@intel.com>
42170
42171 [BZ #14117]
6bd97696
L
42172 * sysdeps/i386/bits/link.h: Removed.
42173 * sysdeps/i386/bits/linkmap.h: Likewise.
42174 * sysdeps/x86_64/bits/link.h: Renamed to ...
42175 * sysdeps/x86/bits/link.h: This.
42176 * sysdeps/x86_64/bits/linkmap.h: Renamed to ...
42177 * sysdeps/x86/bits/linkmap.h: This.
42178
f726f0bb
L
42179 * sysdeps/i386/bits/endian.h: Removed.
42180 * sysdeps/x86_64/bits/endian.h: Renamed to ...
42181 * sysdeps/x86/bits/endian.h: This.
42182
13764867
L
42183 * sysdeps/i386/bits/byteswap.h: Removed.
42184 * sysdeps/i386/bits/byteswap-16.h: Likewise.
42185 * sysdeps/x86_64/bits/byteswap.h: Renamed to ...
42186 * sysdeps/x86/bits/byteswap.h: This.
42187 * sysdeps/x86_64/bits/byteswap-16.h: Renamed to ...
42188 * sysdeps/x86/bits/byteswap-16.h: This.
42189 * sysdeps/i386/Implies: Add x86.
42190 * sysdeps/x86_64/Implies: Likewise.
42191
ae251b0b
DM
421922012-05-30 David S. Miller <davem@davemloft.net>
42193
42194 * soft-fp/soft-fp.h (FP_CUR_EXCEPTIONS): Define.
42195 (FP_TRAPPING_EXCEPTIONS): Provide default implementation.
42196 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h
42197 (FP_TRAPPING_EXCEPTIONS): Define.
42198 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h
42199 (FP_TRAPPING_EXCEPTIONS): Define.
42200 * soft-fp/op-common.h (_FP_PACK_SEMIRAW): Signal underflow for
42201 subnormals only when inexact has been signalled or underflow
42202 exceptions are enabled.
42203 (_FP_PACK_CANONICAL): Likewise.
42204
d5c90867
L
422052012-05-30 H.J. Lu <hongjiu.lu@intel.com>
42206
42207 [BZ #14183]
42208 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h (__NLINK_T_TYPE):
42209 Defined with __UWORD_TYPE if __x86_64__ isn't defined.
42210
63f1549e
RH
422112012-05-30 Richard Henderson <rth@twiddle.net>
42212
8d8f2279
RH
42213 * sysdeps/unix/make-syscalls.sh: Protect symbol_version output
42214 with #ifndef NOT_IN_libc.
42215
63f1549e
RH
42216 * scripts/abilist.awk: Accept 8 fields. Handle Alpha functions
42217 marked to avoid plt entry.
42218
0ab0291b
L
422192012-05-30 H.J. Lu <hongjiu.lu@intel.com>
42220
42221 [BZ #14112]
42222 * Makeconfig (default-abi): New macro.
42223 (abi-includes): Likewise.
42224 ($(common-objpfx)soversions.mk): Remove WORDSIZE check. Use
42225 $(abi-$(default-abi)-lib-soname) for soname if defined.
42226 ($(common-objpfx)gnu/lib-names.stmp): Generate from
42227 abi-variants.
42228 * Makefile (installed-stubs): Likewise.
42229 * include/stubs-biarch.h: Removed.
42230 * scripts/lib-names.awk: Only handle one library at a time.
42231 * scripts/soversions.awk: Remove WORDSIZE support.
42232 * shlib-versions: Remove WORDSIZE and i.86/s390x/powerpc64 ld
42233 entries.
42234 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants):
42235 Removed.
42236 (syscall-list-default-condition): Likewise.
42237 (syscall-list-default-condition): Likewise.
42238 (syscall-list-includes): Likewise.
42239 ($(objpfx)bits/syscall%h $(objpfx)bits/syscall%d): Replace
42240 syscall-list-* with abi-*. Handle undefined abi-variants.
42241 * sysdeps/unix/sysv/linux/i386/Makefile (default-abi): New macro.
42242 * sysdeps/unix/sysv/linux/i386/Implies: New file.
42243 * sysdeps/unix/sysv/linux/x86/Makefile: Likewise.
42244 * sysdeps/unix/sysv/linux/x86_64/64/Makefile: Likewise.
42245 * sysdeps/unix/sysv/linux/x86_64/Implies: Add unix/sysv/linux/x86.
42246 * sysdeps/unix/sysv/linux/x86_64/Makefile (syscall-list-variants):
42247 Removed.
42248 (syscall-list-32-options): Likewise.
42249 (syscall-list-32-condition): Likewise.
42250 (syscall-list-64-options): Likewise.
42251 (syscall-list-64-condition): Likewise.
42252 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (default-abi): New
42253 macro.
42254 * sysdeps/unix/sysv/linux/powerpc/Makefile (syscall-list-*):
42255 Renamed to ...
42256 (abi-*): This.
42257 (abi-64-ld-soname): New macro.
42258 * sysdeps/unix/sysv/linux/s390/Makefile: Likewise.
42259 * sysdeps/unix/sysv/linux/sparc/Makefile (syscall-list-*):
42260 Renamed to ...
42261 (abi-*): This.
42262 * sysdeps/x86_64/64/shlib-versions: Remove ld entry.
42263 * sysdeps/x86_64/x32/shlib-versions: Likewise.
42264
4da0431d
JM
422652012-05-30 Joseph Myers <joseph@codesourcery.com>
42266
3a85279c
JM
42267 * sysdeps/unix/sysv/linux/kernel-features.h
42268 (__ASSUME_TRUNCATE64_SYSCALL): Remove all definitions.
42269 * sysdeps/unix/sysv/linux/ftruncate64.c: Do not
42270 include <kernel-features.h>.
42271 [!__NR_ftruncate64]: Remove conditional code.
42272 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42273 [__NR_ftruncate64]: Make code unconditional.
42274 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42275 * sysdeps/unix/sysv/linux/truncate64.c: Do not
42276 include <kernel-features.h>.
42277 [!__NR_ftruncate64]: Remove conditional code.
42278 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42279 [__NR_ftruncate64]: Make code unconditional.
42280 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42281 * sysdeps/unix/sysv/linux/powerpc/powerpc32/ftruncate64.c: Do not
42282 include <kernel-features.h>.
42283 [!__NR_ftruncate64]: Remove conditional code.
42284 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42285 [__NR_ftruncate64]: Make code unconditional.
42286 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42287 * sysdeps/unix/sysv/linux/powerpc/powerpc32/truncate64.c: Do not
42288 include <kernel-features.h>.
42289 [!__NR_ftruncate64]: Remove conditional code.
42290 [!__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42291 [__NR_ftruncate64]: Make code unconditional.
42292 [__ASSUME_TRUNCATE64_SYSCALL]: Likewise.
42293
4da0431d
JM
42294 * configure.in (libc_cv_fpie): Weaken to a compile test using
42295 LIBC_TRY_CC_OPTION.
42296 * configure: Regenerated.
42297
11ef492c
AK
422982012-05-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
42299
42300 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: Refreshed.
42301 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Refreshed.
42302 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: Refreshed.
42303 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
42304 Refreshed.
42305 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: Refreshed.
42306 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: Refreshed.
42307 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: Refreshed.
42308 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Refreshed.
42309 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: Refreshed.
42310 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
42311 Refreshed.
42312
d66ef399
DM
423132012-05-27 David S. Miller <davem@davemloft.net>
42314
42315 * sysdeps/sparc/sparc32/soft-fp/q_util.c (___Q_numbers): Delete.
42316 (___Q_zero): New.
42317 (__Q_simulate_exceptions): Return void. Change to simulate
42318 exceptions by writing into the %fsr.
42319 * sysdeps/sparc/sparc64/soft-fp/qp_util.c
42320 (__Qp_handle_exceptions): Likewise.
42321 (numbers): Delete.
42322 * sysdeps/sparc/sparc64/soft-fp/Versions: Remove entry for
42323 __Qp_handle_exceptions.
42324 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Remove
42325 __Qp_handle_exceptions.
42326 * sysdeps/sparc/sparc32/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42327 as unused and give dummy FP_RND_NEAREST initializer.
42328 (FP_INHIBIT_RESULTS): Define.
42329 (___Q_simulate_exceptions): Update declaration.
42330 (FP_HANDLE_EXCEPTIONS): Use ___Q_zero and tidy inline asm
42331 formatting.
42332 * sysdeps/sparc/sparc64/soft-fp/sfp-machine.h (_FP_DECL_EX): Mark
42333 as unused and give dummy FP_RND_NEAREST initializer.
42334 (__Qp_handle_exceptions): Update declaration.
42335 (FP_HANDLE_EXCEPTIONS, QP_NO_EXCEPTIONS): Tidy inline asm
42336 formatting.
42337
04fb54b5
TS
423382012-05-27 Thomas Schwinge <thomas@codesourcery.com>
42339
42340 * sysdeps/sh/sh4/fpu/fclrexcpt.c (feclearexcept): Use fpu_control_t for
42341 the temporary FPU control word.
42342 * sysdeps/sh/sh4/fpu/fedisblxcpt.c (fedisableexcept): Likewise.
42343 * sysdeps/sh/sh4/fpu/feenablxcpt.c (feenableexcept): Likewise.
42344 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Likewise.
42345 * sysdeps/sh/sh4/fpu/fegetexcept.c (fegetexcept): Likewise.
42346 * sysdeps/sh/sh4/fpu/fegetround.c (fegetround): Likewise.
42347 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Likewise.
42348 * sysdeps/sh/sh4/fpu/fesetenv.c (fesetenv): Likewise.
42349 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Likewise.
42350 * sysdeps/sh/sh4/fpu/feupdateenv.c (feupdateenv): Likewise.
42351 * sysdeps/sh/sh4/fpu/fsetexcptflg.c (fesetexceptflag): Likewise.
42352 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
42353
3f99608f
KK
423542012-05-27 Kaz Kojima <kkojima@rr.iij4u.or.jp>
42355
42356 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Restore fpscr flag
42357 fields.
42358
65a4de4e
CLT
423592012-05-27 Chung-Lin Tang <cltang@codesourcery.com>
42360
42361 * sysdeps/sh/_mcount.S (_mount): Add CFI directives.
42362 * sysdeps/unix/sh/sysdep.S (__syscall_error): Likewise.
42363 * sysdeps/unix/sysv/linux/sh/sh3/setcontext.S (__setcontext): Likewise.
42364 * sysdeps/unix/sysv/linux/sh/sh3/swapcontext.S (__swapcontext):
42365 Likewise.
42366 * sysdeps/unix/sysv/linux/sh/sh4/setcontext.S (__setcontext): Likewise.
42367 * sysdeps/unix/sysv/linux/sh/sh4/swapcontext.S (__swapcontext):
42368 Likewise.
42369
15749d40
UD
423702012-05-27 Ulrich Drepper <drepper@gmail.com>
42371
42372 * po/h.po: Update from translation team.
42373
25dbcb27
AS
423742012-05-26 Andreas Schwab <schwab@linux-m68k.org>
42375
3d3f8e55
AS
42376 * sysdeps/powerpc/powerpc32/dl-irel.h: Include <ldsodefs.h>.
42377
25dbcb27
AS
42378 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Optimize
42379 handling of denormals.
42380 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
42381 * sysdeps/ieee754/flt-32/s_logbf.c (__logbf): Likewise.
42382 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
42383 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
42384 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
42385 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c (_logb): Likewise.
42386 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c (_logbl):
42387 Likewise.
42388
7ad47a80 423892012-05-26 Marek Polacek <polacek@redhat.com>
d81dcb35
MP
42390
42391 [BZ #14152]
42392 * math/libm-test.inc (fma_test): Don't always expect underflow
42393 exception.
42394
9c6ea9fa
SP
423952012-05-26 Siddhesh Poyarekar <siddhesh@redhat.com>
42396
42397 [BZ #12416]
42398 * elf/tst-execstack.c: Include stackinfo.h.
42399 (do_test): Adjust test case to ensure that pthread_getattr_np
42400 behaviour remains the same after marking stack executable.
42401
a8239222
JM
424022012-05-25 Joseph Myers <joseph@codesourcery.com>
42403
42404 * sysdeps/unix/sysv/linux/kernel-features.h
42405 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Remove all definitions.
42406 * sysdeps/unix/sysv/linux/i386/getrlimit.c: Do not include
42407 kernel-features.h.
42408 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42409 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42410 * sysdeps/unix/sysv/linux/i386/setrlimit.c Do not include
42411 kernel-features.h.
42412 [!__ASSUME_NEW_GETRLIMIT_SYSCALL]: Remove conditional code.
42413 [__ASSUME_NEW_GETRLIMIT_SYSCALL]: Make code unconditional.
42414
918b5606
L
424152012-05-25 H.J. Lu <hongjiu.lu@intel.com>
42416
42417 * configure.in: Define the default includes to being none.
42418 * configure: Regenerated.
42419
3a097cc7
RM
424202012-05-25 Roland McGrath <roland@hack.frob.com>
42421
8422c9a5
RM
42422 * sysdeps/x86_64/__longjmp.S: Add a static probe here.
42423 * sysdeps/x86_64/setjmp.S: Likewise.
42424 * sysdeps/i386/bsd-setjmp.S: Likewise.
42425 * sysdeps/i386/bsd-_setjmp.S: Likewise.
42426 * sysdeps/i386/setjmp.S: Likewise.
42427 * sysdeps/i386/__longjmp.S: Likewise.
42428 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
42429 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S: Likewise.
42430
3a097cc7
RM
42431 * include/stap-probe.h: New file.
42432 * configure.in: Handle --enable-systemtap.
42433 * configure: Regenerated.
42434 * config.h.in (USE_STAP_PROBE): New #undef.
42435 * extra-lib.mk (CPPFLAGS-$(lib)): Add -DIN_LIB=$(lib).
42436 * elf/Makefile (CPPFLAGS-.os): Add -DIN_LIB=rtld.
42437 * elf/rtld-Rules (rtld-CPPFLAGS): Likewise.
42438
21708942
JM
424392012-05-25 Joseph Myers <joseph@codesourcery.com>
42440
42441 [BZ #13717]
42442 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
42443 to 2.4.0 where earlier.
42444 * sysdeps/unix/sysv/linux/configure: Regenerated.
42445 * sysdeps/unix/sysv/linux/i386/chown.c: Do not include
42446 <kernel-features.h>.
42447 [__ASSUME_32BITUIDS]: Make code unconditional.
42448 [!__ASSUME_32BITUIDS]: Remove conditional code.
42449 * sysdeps/unix/sysv/linux/i386/fchown.c: Do not include
42450 <kernel-features.h>.
42451 [__ASSUME_32BITUIDS]: Make code unconditional.
42452 [!__ASSUME_32BITUIDS]: Remove conditional code.
42453 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat)
42454 [__ASSUME_32BITUIDS]: Make code unconditional.
42455 (fchownat) [!__ASSUME_32BITUIDS]: Remove conditional code.
42456 * sysdeps/unix/sysv/linux/i386/getegid.c: Do not include
42457 <kernel-features.h>.
42458 [__ASSUME_32BITUIDS]: Make code unconditional.
42459 [!__ASSUME_32BITUIDS]: Remove conditional code.
42460 * sysdeps/unix/sysv/linux/i386/geteuid.c: Do not include
42461 <kernel-features.h>.
42462 [__ASSUME_32BITUIDS]: Make code unconditional.
42463 [!__ASSUME_32BITUIDS]: Remove conditional code.
42464 * sysdeps/unix/sysv/linux/i386/getgid.c: Do not include
42465 <kernel-features.h>.
42466 [__ASSUME_32BITUIDS]: Make code unconditional.
42467 [!__ASSUME_32BITUIDS]: Remove conditional code.
42468 * sysdeps/unix/sysv/linux/i386/getgroups.c: Do not include
42469 <kernel-features.h>.
42470 [__ASSUME_32BITUIDS]: Make code unconditional.
42471 [!__ASSUME_32BITUIDS]: Remove conditional code.
42472 * sysdeps/unix/sysv/linux/i386/getresgid.c: Do not include
42473 <kernel-features.h>.
42474 [__ASSUME_32BITUIDS]: Make code unconditional.
42475 [!__ASSUME_32BITUIDS]: Remove conditional code.
42476 * sysdeps/unix/sysv/linux/i386/getresuid.c: Do not include
42477 <kernel-features.h>.
42478 [__ASSUME_32BITUIDS]: Make code unconditional.
42479 [!__ASSUME_32BITUIDS]: Remove conditional code.
42480 * sysdeps/unix/sysv/linux/i386/getuid.c: Do not include
42481 <kernel-features.h>.
42482 [__ASSUME_32BITUIDS]: Make code unconditional.
42483 [!__ASSUME_32BITUIDS]: Remove conditional code.
42484 * sysdeps/unix/sysv/linux/i386/lchown.c: Do not include
42485 <kernel-features.h>.
42486 [__ASSUME_32BITUIDS]: Make code unconditional.
42487 [!__ASSUME_32BITUIDS]: Remove conditional code.
42488 * sysdeps/unix/sysv/linux/i386/msgctl.c: Do not include
42489 <kernel-features.h>.
42490 [__ASSUME_32BITUIDS]: Make code unconditional.
42491 [!__ASSUME_32BITUIDS]: Remove conditional code.
42492 * sysdeps/unix/sysv/linux/i386/semctl.c: Do not include
42493 <kernel-features.h>.
42494 [__ASSUME_32BITUIDS]: Make code unconditional.
42495 [!__ASSUME_32BITUIDS]: Remove conditional code.
42496 * sysdeps/unix/sysv/linux/i386/setegid.c: Do not include
42497 <kernel-features.h>.
42498 [__NR_setresgid] (__setresgid): Do not declare.
42499 [__ASSUME_32BITUIDS]: Make code unconditional.
42500 [!__ASSUME_32BITUIDS]: Remove conditional code.
42501 * sysdeps/unix/sysv/linux/i386/seteuid.c: Do not include
42502 <kernel-features.h>.
42503 [__NR_setresuid] (__setresuid): Do not declare.
42504 [__ASSUME_32BITUIDS]: Make code unconditional.
42505 [!__ASSUME_32BITUIDS]: Remove conditional code.
42506 * sysdeps/unix/sysv/linux/i386/setfsgid.c: Do not include
42507 <kernel-features.h>.
42508 [__ASSUME_32BITUIDS]: Make code unconditional.
42509 [!__ASSUME_32BITUIDS]: Remove conditional code.
42510 * sysdeps/unix/sysv/linux/i386/setfsuid.c: Do not include
42511 <kernel-features.h>.
42512 [__ASSUME_32BITUIDS]: Make code unconditional.
42513 [!__ASSUME_32BITUIDS]: Remove conditional code.
42514 * sysdeps/unix/sysv/linux/i386/setgid.c: Do not include
42515 <kernel-features.h>.
42516 [__ASSUME_32BITUIDS]: Make code unconditional.
42517 [!__ASSUME_32BITUIDS]: Remove conditional code.
42518 * sysdeps/unix/sysv/linux/i386/setgroups.c: Do not include
42519 <kernel-features.h>.
42520 [__ASSUME_32BITUIDS]: Make code unconditional.
42521 [!__ASSUME_32BITUIDS]: Remove conditional code.
42522 * sysdeps/unix/sysv/linux/i386/setregid.c: Do not include
42523 <kernel-features.h>.
42524 [__ASSUME_32BITUIDS]: Make code unconditional.
42525 [!__ASSUME_32BITUIDS]: Remove conditional code.
42526 * sysdeps/unix/sysv/linux/i386/setresgid.c: Do not include
42527 <kernel-features.h>.
42528 [__ASSUME_32BITUIDS]: Make code unconditional.
42529 [!__ASSUME_32BITUIDS]: Remove conditional code.
42530 * sysdeps/unix/sysv/linux/i386/setresuid.c: Do not include
42531 <kernel-features.h>.
42532 [__ASSUME_32BITUIDS]: Make code unconditional.
42533 [!__ASSUME_32BITUIDS]: Remove conditional code.
42534 * sysdeps/unix/sysv/linux/i386/setreuid.c: Do not include
42535 <kernel-features.h>.
42536 [__ASSUME_32BITUIDS]: Make code unconditional.
42537 [!__ASSUME_32BITUIDS]: Remove conditional code.
42538 * sysdeps/unix/sysv/linux/i386/setuid.c: Do not include
42539 <kernel-features.h>.
42540 [__ASSUME_32BITUIDS]: Make code unconditional.
42541 [!__ASSUME_32BITUIDS]: Remove conditional code.
42542 * sysdeps/unix/sysv/linux/i386/shmctl.c: Do not include
42543 <kernel-features.h>.
42544 [__ASSUME_32BITUIDS]: Make code unconditional.
42545 [!__ASSUME_32BITUIDS]: Remove conditional code.
42546 * sysdeps/unix/sysv/linux/kernel-features.h
42547 (__ASSUME_SETRESUID_SYSCALL): Remove.
42548 (__ASSUME_SETRESGID_SYSCALL): Likewise.
42549 (__ASSUME_32BITUIDS): Likewise.
42550 (__ASSUME_LDT_WORKS): Likewise.
42551 (__ASSUME_O_DIRECTORY): Likewise.
42552 (__ASSUME_NEW_GETRLIMIT_SYSCALL): Define conditional on
42553 architecture but not kernel version.
42554 (__ASSUME_TRUNCATE64_SYSCALL): Likewise.
42555 (__ASSUME_MMAP2_SYSCALL): Likewise.
42556 (__ASSUME_STAT64_SYSCALL): Likewise.
42557 (__ASSUME_IPC64): Likewise.
42558 * sysdeps/unix/sysv/linux/local-setxid.h: Do not include
42559 <kernel-features.h>.
42560 [__ASSUME_32BITUIDS]: Make code unconditional.
42561 [!__ASSUME_32BITUIDS]: Remove conditional code.
42562 * sysdeps/unix/sysv/linux/opendir.c: Do not include
42563 <kernel-features.h>.
42564 [__ASSUME_O_DIRECTORY]: Make code unconditional.
42565 * sysdeps/unix/sysv/linux/opensock.c [__LINUX_KERNEL_VERSION <
42566 132096]: Remove conditional code.
42567 [__LINUX_KERNEL_VERSION >= 132096]: Make code unconditional.
42568 * sysdeps/unix/sysv/linux/s390/s390-32/chown.c: Do not include
42569 <kernel-features.h>.
42570 [__ASSUME_32BITUIDS]: Make code unconditional.
42571 [!__ASSUME_32BITUIDS]: Remove conditional code.
42572 * sysdeps/unix/sysv/linux/s390/s390-32/lchown.c: Do not include
42573 <kernel-features.h>.
42574 [__ASSUME_32BITUIDS]: Make code unconditional.
42575 [!__ASSUME_32BITUIDS]: Remove conditional code.
42576 * sysdeps/unix/sysv/linux/setegid.c: Do not include
42577 <kernel-features.h>.
42578 [__NR_setresgid || __ASSUME_SETRESGID_SYSCALL]: Make code
42579 unconditional.
42580 (__setresgid): Do not declare.
42581 [__ASSUME_32BITUIDS]: Make code unconditional.
42582 [!__ASSUME_32BITUIDS]: Remove conditional code.
42583 * sysdeps/unix/sysv/linux/seteuid.c: Do not include
42584 <kernel-features.h>.
42585 [__NR_setresuid || __ASSUME_SETRESUID_SYSCALL]: Make code
42586 unconditional.
42587 (__setresuid): Do not declare.
42588 [__ASSUME_32BITUIDS]: Make code unconditional.
42589 [!__ASSUME_32BITUIDS]: Remove conditional code.
42590 * sysdeps/unix/sysv/linux/sh/chown.c: Do not include
42591 <kernel-features.h>.
42592 [__ASSUME_32BITUIDS]: Make code unconditional.
42593 [!__ASSUME_32BITUIDS]: Remove conditional code.
42594 * sysdeps/unix/sysv/linux/sparc/sparc32/semctl.c: Do not include
42595 <kernel-features.h>.
42596 [__ASSUME_32BITUIDS]: Make code unconditional.
42597 [!__ASSUME_32BITUIDS]: Remove conditional code.
42598
a386f1cc
RH
425992012-05-25 Richard Henderson <rth@twiddle.net>
42600
42601 * sysdeps/powerpc/powerpc32/dl-irel.h (elf_ifunc_invoke): Pass
42602 dl_hwcap to ifunc resolver.
42603 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela): Use
42604 elf_ifunc_invoke.
42605 * sysdeps/powerpc/powerpc64/dl-irel.h (elf_ifunc_invoke): Pass
42606 dl_hwcap to ifunc resolver.
42607 * sysdeps/powerpc/powerpc64/dl-machine.h (resolve_ifunc): Likewise.
42608
b6550497
JM
426092012-05-24 Joseph Myers <joseph@codesourcery.com>
42610
42611 [BZ #14153]
42612 * sysdeps/ieee754/flt-32/e_acosf.c (__ieee754_acosf): Return pi/2
42613 for |x| <= 2**-26, not 2**-57.
42614 * math/libm-test.inc (acos_test): Do not allow spurious underflow
42615 exception.
42616
b0bc23a1
JL
426172012-05-24 Jeff Law <law@redhat.com>
42618
42619 * stdio-common/Makefile (tests): Add bug25.
42620 * stdio-common/bug25.c: New test.
42621
347c92e9
L
426222012-05-24 H.J. Lu <hongjiu.lu@intel.com>
42623
42624 [BZ #13576]
42625 * malloc/malloc.c (sYSMALLOc): Free the old top chunk with a
42626 multiple of MALLOC_ALIGNMENT in size.
42627 (_int_free): Check chunk size is a multiple of MALLOC_ALIGNMENT.
42628
6bcc8b3f
JM
426292012-05-24 Joseph Myers <joseph@codesourcery.com>
42630
42631 * conform/data/stdio.h-data (BUFSIZ): Use macro-int-constant.
42632 Require >= 256.
42633 (FILENAME_MAX): Use macro-int-constant.
42634 (FOPEN_MAX): Use macro-int-constant. Require >= 8.
42635 (_IOFBF): Use macro-int-constant.
42636 (_IOLBF): Likewise.
42637 (_IONBF): Likewise.
42638 (SEEK_CUR): Likewise.
42639 (SEEK_END): Likewise.
42640 (SEEK_SET): Likewise.
42641 (TMP_MAX): Likewise.
42642 (EOF): Use macro-int-constant. Require < 0.
42643 (NULL): Use macro-constant. Require == 0.
42644 (stdin): Require type to be FILE *.
42645 (stdout): Likewise.
42646 (stderr): Likewise.
42647 * conform/data/stdlib.h-data (EXIT_FAILURE): Use
42648 macro-int-constant.
42649 (EXIT_SUCCESS): Likewise.
42650 (NULL): Use macro-constant. Require == 0.
42651 (RAND_MAX): Use macro-int-constant.
42652 [ISO99 || ISO11] (lldiv_t): Require also for these standards.
42653 [C99-based standards] (strtof): Require function.
42654 [C99-based standards] (strtold): Likewise.
42655 [C99-based standards] (strtoll): Likewise.
42656 [C99-based standards] (strtoull): Likewise.
42657 [ISO || ISO99 || ISO11] (stddef.h): Do not allow header.
42658 [ISO || ISO99 || ISO11] (limits.h): Likewise.
42659 [ISO || ISO99 || ISO11] (math.h): Likewise.
42660 [ISO || ISO99 || ISO11] (sys/wait.h): Likewise.
42661 (str*): Change to str[abcdefghijklmnopqrstuvwxyz]*.
42662 [ISO || ISO99 || ISO11] (*_t): Do not allow.
42663
d18ea0c5
AS
426642012-05-24 Andreas Schwab <schwab@linux-m68k.org>
42665
42666 [BZ #14132]
56d25bb8
AS
42667 * argp/argp-help.c (dgettext) [_LIBC]: Remove use of INTUSE.
42668 * argp/argp-parse.c (dgettext) [_LIBC]: Likewise.
42669 * intl/dgettext.c (DCGETTEXT): Likewise.
42670 * intl/gettext.c (DCGETTEXT): Likewise.
42671 * intl/l10nflist.c (__argz_count, __argz_stringify): Likewise.
42672 * posix/regex_internal.h (gettext): Likewise.
42673 * include/libintl.h (__dcgettext_internal, __dcngettext_internal):
42674 Remove declaration.
42675 * include/argz.h (__argz_count_internal)
42676 (__argz_stringify_internal): Remove declaration.
42677 (__argz_count, __argz_stringify): Declare hidden proto.
42678 * intl/dcgettext.c: Remove use of INTDEF.
42679 * string/argz-count.c: Replace INTDEF with libc_hidden_def.
42680 * string/argz-stringify.c: Likewise.
42681 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42682 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42683 Declare hidden proto.
d18ea0c5
AS
42684 * include/libio.h (_IO_free_backup_area, _IO_free_wbackup_area)
42685 (_IO_padn, _IO_putc, _IO_sgetn, _IO_vfprintf, _IO_vfscanf):
42686 Declare hidden proto.
42687 * include/stdio.h (__asprintf_internal): Don't declare.
42688 (__asprintf): Don't define as macro. Declare hidden proto.
42689 * include/stdio_ext.h (__fsetlocking_internal): Don't declare.
42690 (__fsetlocking): Declare hidden proto.
42691 * libio/iolibio.h (_IO_fdopen, _IO_fflush, _IO_ftell, _IO_fread)
42692 (_IO_fwrite, _IO_setbuffer, _IO_setvbuf, _IO_vsprintf): Declare
42693 hidden proto.
42694 (_IO_vprintf, _IO_freopen, _IO_freopen64, _IO_setbuf)
42695 (_IO_setlinebuf): Remove use of INTUSE.
42696 (_IO_setbuffer_internal, _IO_fread_internal, _IO_fdopen_internal)
42697 (_IO_vsprintf_internal, _IO_fflush_internal, _IO_fwrite_internal)
42698 (_IO_ftell_internal, _IO_fputs_internal, _IO_setvbuf_internal):
42699 Remove declaration.
42700 * libio/libioP.h (INTUSE, INTDEF, INTDEF2): Don't define.
42701 (_IO_do_flush): Remove use of INTUSE.
42702 (_IO_switch_to_get_mode, _IO_init, _IO_sputbackc, _IO_un_link)
42703 (_IO_link_in, _IO_doallocbuf, _IO_unsave_markers, _IO_setb)
42704 (_IO_adjust_column, _IO_least_wmarker)
42705 (_IO_switch_to_main_wget_area, _IO_switch_to_wbackup_area)
42706 (_IO_switch_to_wget_mode, _IO_wsetb, _IO_sputbackwc)
42707 (_IO_wdoallocbuf, _IO_default_uflow, _IO_wdefault_uflow)
42708 (_IO_default_doallocate, _IO_wdefault_doallocate)
42709 (_IO_default_finish, _IO_wdefault_finish, _IO_default_pbackfail)
42710 (_IO_wdefault_pbackfail, _IO_default_xsputn, _IO_wdefault_xsputn)
42711 (_IO_default_xsgetn, _IO_wdefault_xsgetn, _IO_do_write)
42712 (_IO_wdo_write, _IO_flush_all, _IO_flush_all_linebuffered)
42713 (_IO_file_doallocate, _IO_file_setbuf, _IO_file_seekoff)
42714 (_IO_file_xsputn, _IO_file_xsgetn, _IO_file_stat, _IO_file_close)
42715 (_IO_file_underflow, _IO_file_overflow, _IO_file_init)
42716 (_IO_file_attach, _IO_file_fopen, _IO_file_read, _IO_file_sync)
42717 (_IO_file_close_it, _IO_file_seek, _IO_file_finish)
42718 (_IO_wfile_xsputn, _IO_wfile_sync, _IO_wfile_underflow)
42719 (_IO_wfile_overflow, _IO_wfile_seekoff, _IO_str_underflow)
42720 (_IO_str_overflow, _IO_str_pbackfail, _IO_str_seekoff)
42721 (_IO_getline, _IO_getline_info, _IO_list_all): Declare hidden
42722 proto.
42723 (_IO_flush_all_internal, _IO_adjust_column_internal)
42724 (_IO_default_uflow_internal, _IO_default_finish_internal)
42725 (_IO_default_pbackfail_internal, _IO_default_xsputn_internal)
42726 (_IO_default_xsgetn_internal, _IO_default_doallocate_internal)
42727 (_IO_wdefault_finish_internal, _IO_wdefault_pbackfail_internal)
42728 (_IO_wdefault_xsputn_internal, _IO_wdefault_xsgetn_internal)
42729 (_IO_wdefault_doallocate_internal, _IO_wdefault_uflow_internal)
42730 (_IO_file_doallocate_internal, _IO_file_setbuf_internal)
42731 (_IO_file_seekoff_internal, _IO_file_xsputn_internal)
42732 (_IO_file_xsgetn_internal, _IO_file_stat_internal)
42733 (_IO_file_close_internal, _IO_file_close_it_internal)
42734 (_IO_file_underflow_internal, _IO_file_overflow_internal)
42735 (_IO_file_init_internal, _IO_file_attach_internal)
42736 (_IO_file_fopen_internal, _IO_file_read_internal)
42737 (_IO_file_sync_internal, _IO_file_seek_internal)
42738 (_IO_file_finish_internal, _IO_wfile_xsputn_internal)
42739 (_IO_wfile_seekoff_internal, _IO_wfile_sync_internal)
42740 (_IO_str_underflow_internal, _IO_str_overflow_internal)
42741 (_IO_str_pbackfail_internal, _IO_str_seekoff_internal)
42742 (_IO_file_jumps_internal, _IO_wfile_jumps_internal)
42743 (_IO_list_all_internal, _IO_link_in_internal)
42744 (_IO_sputbackc_internal, _IO_wdoallocbuf_internal)
42745 (_IO_sgetn_internal, _IO_flush_all_linebuffered_internal)
42746 (_IO_switch_to_wget_mode_internal, _IO_unsave_markers_internal)
42747 (_IO_switch_to_main_wget_area_internal, _IO_wdo_write_internal)
42748 (_IO_do_write_internal, _IO_padn_internal)
42749 (_IO_getline_info_internal, _IO_getline_internal)
42750 (_IO_free_wbackup_area_internal, _IO_free_backup_area_internal)
42751 (_IO_switch_to_wbackup_area_internal, _IO_setb_internal)
42752 (_IO_sputbackwc_internal, _IO_switch_to_get_mode_internal)
42753 (_IO_vfscanf_internal, _IO_vfprintf_internal)
42754 (_IO_doallocbuf_internal, _IO_wsetb_internal, _IO_putc_internal)
42755 (_IO_init_internal, _IO_un_link_internal): Don't declare.
42756 * libio/fileops.c: Replace INTDEF with libc_hidden_def and INTDEF2
42757 with libc_hidden_ver, remove use of INTUSE.
42758 * libio/genops.c: Likewise.
42759 * libio/freopen.c: Likewise.
42760 * libio/freopen64.c: Likewise.
42761 * libio/iofclose.c: Likewise.
42762 * libio/iofdopen.c: Likewise.
42763 * libio/iofflush.c: Likewise.
42764 * libio/iofflush_u.c: Likewise.
42765 * libio/iofgets.c: Likewise.
42766 * libio/iofgets_u.c: Likewise.
42767 * libio/iofopen.c: Likewise.
42768 * libio/iofopncook.c: Likewise.
42769 * libio/iofread.c: Likewise.
42770 * libio/iofread_u.c: Likewise.
42771 * libio/ioftell.c: Likewise.
42772 * libio/iofwrite.c: Likewise.
42773 * libio/iogetline.c: Likewise.
42774 * libio/iogets.c: Likewise.
42775 * libio/iogetwline.c: Likewise.
42776 * libio/iopadn.c: Likewise.
42777 * libio/iopopen.c: Likewise.
42778 * libio/ioseekoff.c: Likewise.
42779 * libio/ioseekpos.c: Likewise.
42780 * libio/iosetbuffer.c: Likewise.
42781 * libio/iosetvbuf.c: Likewise.
42782 * libio/ioungetc.c: Likewise.
42783 * libio/ioungetwc.c: Likewise.
42784 * libio/iovdprintf.c: Likewise.
42785 * libio/iovsprintf.c: Likewise.
42786 * libio/iovsscanf.c: Likewise.
42787 * libio/memstream.c: Likewise.
42788 * libio/obprintf.c: Likewise.
42789 * libio/oldfileops.c: Likewise.
42790 * libio/oldiofclose.c: Likewise.
42791 * libio/oldiofdopen.c: Likewise.
42792 * libio/oldiofopen.c: Likewise.
42793 * libio/oldiopopen.c: Likewise.
42794 * libio/oldstdfiles.c: Likewise.
42795 * libio/putc.c: Likewise.
42796 * libio/setbuf.c: Likewise.
42797 * libio/setlinebuf.c: Likewise.
42798 * libio/stdfiles.c: Likewise.
42799 * libio/strops.c: Likewise.
42800 * libio/vasprintf.c: Likewise.
42801 * libio/vscanf.c: Likewise.
42802 * libio/vsnprintf.c: Likewise.
42803 * libio/vswprintf.c: Likewise.
42804 * libio/wfiledoalloc.c: Likewise.
42805 * libio/wfileops.c: Likewise.
42806 * libio/wgenops.c: Likewise.
42807 * libio/wmemstream.c: Likewise.
42808 * libio/wstrops.c: Likewise.
42809 * libio/__fpurge.c: Likewise.
42810 * libio/__fsetlocking.c: Likewise.
42811 * assert/assert.c: Likewise.
42812 * debug/fgets_chk.c: Likewise.
42813 * debug/fgets_u_chk.c: Likewise.
42814 * debug/fread_chk.c: Likewise.
42815 * debug/fread_u_chk.c: Likewise.
42816 * debug/gets_chk.c: Likewise.
42817 * debug/obprintf_chk.c: Likewise.
42818 * debug/vasprintf_chk.c: Likewise.
42819 * debug/vdprintf_chk.c: Likewise.
42820 * debug/vsnprintf_chk.c: Likewise.
42821 * debug/vsprintf_chk.c: Likewise.
42822 * malloc/mtrace.c: Likewise.
42823 * misc/error.c: Likewise.
42824 * misc/syslog.c: Likewise.
42825 * stdio-common/asprintf.c: Likewise.
42826 * stdio-common/fxprintf.c: Likewise.
42827 * stdio-common/getw.c: Likewise.
42828 * stdio-common/isoc99_fscanf.c: Likewise.
42829 * stdio-common/isoc99_scanf.c: Likewise.
42830 * stdio-common/isoc99_vfscanf.c: Likewise.
42831 * stdio-common/isoc99_vscanf.c: Likewise.
42832 * stdio-common/isoc99_vsscanf.c: Likewise.
42833 * stdio-common/printf-prs.c: Likewise.
42834 * stdio-common/printf_fp.c: Likewise.
42835 * stdio-common/printf_fphex.c: Likewise.
42836 * stdio-common/printf_size.c: Likewise.
42837 * stdio-common/putw.c: Likewise.
42838 * stdio-common/scanf.c: Likewise.
42839 * stdio-common/sprintf.c: Likewise.
42840 * stdio-common/tmpfile.c: Likewise.
42841 * stdio-common/vfprintf.c: Likewise.
42842 * stdio-common/vfscanf.c: Likewise.
42843 * stdlib/strfmon_l.c: Likewise.
42844 * sunrpc/openchild.c: Likewise.
42845 * sunrpc/xdr_stdio.c: Likewise.
42846 * sysdeps/ieee754/ldbl-opt/nldbl-compat.c: Likewise.
42847 * sysdeps/mach/hurd/tmpfile.c: Likewise.
42848
d6c33fda
RM
428492012-05-24 Roland McGrath <roland@hack.frob.com>
42850
c1487492
RM
42851 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
42852
42853 * sysdeps/unix/make-syscalls.sh: Support "syscall:vdso_name@VDSOVER"
42854 in the third column, to generate for the shared library an IFUNC
42855 that uses _dl_vdso_vsym.
42856 * Makerules (COMPILE.c, compile-stdin.c): New variables.
42857 * Makeconfig (object-suffixes-noshared): New variable.
42858
42859 * sysdeps/unix/sysv/linux/dl-vdso.h (PREPARE_VERSION_KNOWN): New macro.
42860 (VDSO_NAME_LINUX_2_6, VDSO_HASH_LINUX_2_6): New macros.
42861 (VDSO_NAME_LINUX_2_6_15, VDSO_HASH_LINUX_2_6_15): New macros.
42862 (VDSO_NAME_LINUX_2_6_29, VDSO_HASH_LINUX_2_6_29): New macros.
42863
d6c33fda
RM
42864 [BZ #14132]
42865 * include/sys/time.h (__gettimeofday): Remove macro.
42866 (__gettimeofday, gettimeofday): Add libc_hidden_proto.
42867 * time/gettimeofday.c (__gettimeofday): Remove #undef.
42868 Remove INTDEF.
42869 (__gettimeofday): Add libc_hidden_def.
42870 (gettimeofday): Add libc_hidden_weak.
42871 * sysdeps/mach/gettimeofday.c: Likewise.
42872 * sysdeps/posix/gettimeofday.c: Likewise.
42873 * sysdeps/unix/sysv/linux/powerpc/gettimeofday.c: Likewise.
42874 * sysdeps/unix/sysv/linux/s390/gettimeofday.c: Likewise.
42875 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c
42876 (__gettimeofday_internal): Remove strong_alias.
42877 (__gettimeofday): Add libc_hidden_def.
42878 (gettimeofday): Add libc_hidden_weak.
42879 * sysdeps/unix/syscalls.list (gettimeofday):
42880 Remove __gettimeofday_internal alias.
42881
b5a2bbe6
L
428822012-05-24 Daniel Jacobowitz <drow@false.org>
42883 H.J. Lu <hongjiu.lu@intel.com>
42884
42885 [BZ #12495]
42886 * malloc/malloc.c (SMALLBIN_CORRECTION): New.
42887 (MIN_LARGE_SIZE, smallbin_index): Use it to handle 16-byte alignment.
42888 (largebin_index_32_big): New.
42889 (largebin_index): Use it for 16-byte alignment.
42890 (sYSMALLOc): Handle MALLOC_ALIGNMENT > 2 * SIZE_SZ. Don't update
42891 correction with front_misalign.
42892
cfba4fda
L
428932012-05-24 H.J. Lu <hongjiu.lu@intel.com>
42894
7f907421
L
42895 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/ld.abilist: New file.
42896 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libBrokenLocale.abilist:
42897 Likewise.
42898 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libanl.abilist:
42899 Likewise.
42900 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libc.abilist:
42901 Likewise.
42902 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libcrypt.abilist:
42903 Likewise.
42904 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libdl.abilist:
42905 Likewise.
42906 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libm.abilist:
42907 Likewise.
42908 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libnsl.abilist:
42909 Likewise.
42910 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libpthread.abilist:
42911 Likewise.
42912 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libresolv.abilist:
42913 Likewise.
42914 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/librt.abilist:
42915 Likewise.
42916 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libthread_db.abilist:
42917 Likewise.
42918 * sysdeps/unix/sysv/linux/x86_64/x32/nptl/libutil.abilist:
42919 Likewise.
42920
cfba4fda
L
42921 * scripts/data/c++-types-x32-linux-gnu.data: New file.
42922 * sysdeps/x86_64/x32/shlib-versions: Add x32 ABI entry.
42923
80bad0cc
JM
429242012-05-24 Joseph Myers <joseph@codesourcery.com>
42925
7a25eb06
JM
42926 [BZ #10846]
42927 [BZ #14036]
42928 * math/libm-test.inc (exp_test): Add test from bug 14036.
42929 (pow_test): Add test from bug 10846.
42930
795405f9
JM
42931 * math/gen-libm-test.pl (%beautify): Remove entries for exceptions
42932 and other flags.
42933 (special_function): Do not include flags in test name.
42934 (parse_args): Likewise.
42935 * sysdeps/i386/fpu/libm-test-ulps: Update.
42936 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
42937 * sysdeps/s390/fpu/libm-test-ulps: Likewise.
42938 * sysdeps/sparc/fpu/libm-test-ulps: Likewise.
42939 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42940
80bad0cc
JM
42941 * math/gen-libm-test.pl (%beautify): Add entries for underflow
42942 exceptions.
42943 * math/libm-test.inc ("Philosophy"): Update comment about
42944 exception testing.
42945 (UNDERFLOW_EXCEPTION): New macro.
42946 (UNDERFLOW_EXCEPTION_OK): Likewise.
42947 (UNDERFLOW_EXCEPTION_FLOAT): Likewise.
42948 (UNDERFLOW_EXCEPTION_OK_FLOAT): Likewise.
42949 (UNDERFLOW_EXCEPTION_DOUBLE): Likewise.
42950 (UNDERFLOW_EXCEPTION_LDOUBLE_IBM): Likewise.
42951 (INVALID_EXCEPTION_OK): Update value.
42952 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
42953 (OVERFLOW_EXCEPTION_OK): Likewise.
42954 (IGNORE_ZERO_INF_SIGN): Likewise.
42955 (test_exceptions): Handle underflow exceptions.
42956 (acos_test): Update for underflow exception expectations.
42957 (cexp_test): Likewise.
42958 (clog_test): Likewise.
42959 (clog10_test): Likewise.
42960 (csqrt_test): Likewise.
42961 (ctan_test): Likewise.
42962 (ctanh_test): Likewise.
42963 (exp_test): Likewise.
42964 (exp10_test): Likewise.
42965 (exp2_test): Likewise.
42966 (expm1_test): Likewise.
42967 (fma_test): Likewise.
42968 (j0_test): Likewise.
42969 (jn_test): Likewise.
42970 (nexttoward_test): Likewise.
42971 (pow_test): Likewise.
42972 (scalbn_test): Likewise.
42973 (scalbln_test): Likewise.
42974 (tan_test): Likewise.
42975 (y1_test): Likewise.
42976 * sysdeps/i386/fpu/libm-test-ulps: Update.
42977 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
42978
9e0e3d0b
DM
429792012-05-23 David S. Miller <davem@davemloft.net>
42980
42981 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
42982 (__libc_sigaction): Remove unused local variables.
42983
ccd0a08f
L
429842012-05-23 H.J. Lu <hongjiu.lu@intel.com>
42985
42986 * sysdeps/unix/sysv/linux/x86_64/x32/configure: New file.
42987
62bdf9a6
PE
429882012-05-23 Paul Eggert <eggert@cs.ucla.edu>
42989
f8591f80
PE
42990 mktime: avoid signed integer overflow
42991 * time/mktime.c (__mktime_internal): Do not mishandle the case
42992 where diff == INT_MIN.
42993
94c7d826
PE
42994 mktime: simplify computation of average
42995 * time/mktime.c (ranged_convert): Use new time_t_avg function
42996 instead of rolling our own (probably-slower) code.
42997
ce73d683
PE
42998 mktime: do not assume signed right shift propagates sign bit
42999 * time/mktime.c (isdst_differ): New static function.
43000 (__mktime_internal): No need to normalize tm_isdst now.
43001 (__mktime_internal, not_equal_tm): Use isdst_differ to compare
43002 tm_isdst values.
43003
72a22e59
PE
43004 mktime: merge another wrapv change from gnulib
43005 * time/mktime.c (TYPE_MAXIMUM): Rework slightly to avoid diagnostics
43006 from some compilers.
43007
68605433
PE
43008 mktime: remove incorrect attempt at unusual arithmetics
43009 * time/mktime.c (TYPE_ONES_COMPLEMENT, TYPE_SIGNED_MAGNITUDE): Remove.
43010 The code didn't really work on such machines anyway.
43011 (TYPE_MINIMUM): Assume two's complement.
43012 (twos_complement_arithmetic): Verify that long_int and time_t
43013 are two's complement (or unsigned, in the latter case).
43014
03cf7fe3
PE
43015 mktime: check signed shifts on long_int and time_t, too
43016 * time/mktime.c (SHR): Check that shifts work as desired
43017 on the types long_int and time_t too, as SHR is used on
43018 such types.
43019
f04dfbc2
PE
43020 mktime: do not assume 'long' is wide enough
43021 * time/mktime.c (verify): Move decl up.
43022 (long_int): New type.
43023 (leapyear, ydhms_diff, guess_time_tm, __mktime_internal): Use it,
43024 to remove assumption in the code that 'long' is wide enough to
43025 store year values. This assumption is not true on x32 and on
43026 some non-glibc platforms.
43027
62bdf9a6
PE
43028 mktime: merge wrapv change from gnulib
43029 * time/mktime.c (WRAPV): New macro.
43030 (time_t_avg, time_t_add_ok, time_t_int_add_ok): New static functions.
43031 (guess_time_tm, __mktime_internal): Do not assume that signed
43032 integer overflow wraps around; modern compilers generate code
43033 where this assumption is no longer valid.
43034
5e292e4f
L
430352012-05-23 H.J. Lu <hongjiu.lu@intel.com>
43036
43037 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43038 Replace "jmp L(pseudo_end)" with "ret".
43039 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_ERROR_HANDLER):
43040 Likewise.
43041
8caf8c87
AJ
430422012-05-23 Andreas Jaeger <aj@suse.de>
43043
43044 * sysdeps/unix/sysv/linux/syscalls.list: Add poll.
43045 * sysdeps/unix/sysv/linux/poll.c: Remove file.
43046
1a09dc56
AJ
430472012-05-23 Andreas Jaeger <aj@suse.de>
43048 Maximilian Attems <max@stro.at>
43049
43050 * sysdeps/unix/sysv/linux/sys/reboot.h (RB_SW_SUSPEND, RB_KEXEC):
43051 New macros.
43052
1c87aba0
L
430532012-05-23 H.J. Lu <hongjiu.lu@intel.com>
43054
43055 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Rearrange
43056 code so that pseudo_end is just ret and the stack pointer is
43057 correct also for static library in error case.
43058
40e45bd5
JM
430592012-05-23 Joseph Myers <joseph@codesourcery.com>
43060
c2670533
JM
43061 * sysdeps/unix/sysv/linux/powerpc/chown.c: Add comment suggesting
43062 move to syscalls.list.
43063 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c: Likewise.
43064 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c: Likewise.
43065 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c: Likewise.
43066 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c: Likewise.
43067
40e45bd5
JM
43068 * manual/install.texi (Running make install): Do not mention Linux
43069 kernel version for which pt_chown is not needed.
43070 (Linux): Do not mention problems with nscd with 2.0 kernels.
43071 * INSTALL: Regenerated.
43072
be08eda5
AJ
430732012-05-23 Andreas Jaeger <aj@suse.de>
43074
43075 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h
43076 (MADV_DONTDUMP,MADV_DODUMP): New macros from Linux 3.4.
43077 macro.
43078 * sysdeps/unix/sysv/linux/s390/bits/mman.h
43079 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43080 * sysdeps/unix/sysv/linux/sh/bits/mman.h
43081 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43082 * sysdeps/unix/sysv/linux/i386/bits/mman.h
43083 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43084 * sysdeps/unix/sysv/linux/sparc/bits/mman.h
43085 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43086 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h
43087 (MADV_DONTDUMP,MADV_DODUMP): Likewise.
43088 * sysdeps/unix/sysv/linux/bits/in.h
43089 (IP_MULTICAST_ALL,IP_UNICAST_IF): Likewise.
43090
a6a056bb
RM
430912012-05-22 Roland McGrath <roland@hack.frob.com>
43092
43093 * sysdeps/unix/sysv/linux/dl-vdso.h (CHECK_HASH): Macro removed.
43094 (PREPARE_VERSION): Just use assert instead, it will be elided
43095 under [NDEBUG] anyway.
43096
c9009328
L
430972012-05-22 H.J. Lu <hongjiu.lu@intel.com>
43098
43099 * sysdeps/unix/sysv/linux/Makefile: Include
43100 $(firstword $(wildcard $(sysdirs:=/sysctl.mk))).
cb191f23 43101 (sysdep_routines): Remove sysctl.
c9009328
L
43102 * sysdeps/unix/sysv/linux/bits/sysctl.h: New file.
43103 * sysdeps/unix/sysv/linux/sysctl.mk: Likewise.
43104 * sysdeps/unix/sysv/linux/x86_64/bits/sysctl.h: Likewise.
43105 * sysdeps/unix/sysv/linux/x86_64/x32/sysctl.mk: Likewise.
43106 * sysdeps/unix/sysv/linux/sys/sysctl.h: Include <bits/sysctl.h>.
43107
73338355
AJ
431082012-05-22 Andreas Jaeger <aj@suse.de>
43109
43110 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S: Rearrange code so
43111 that pseudo_end is just ret and the stack pointer is correct also
43112 for static library in error case.
43113
d44638b0
PP
431142012-05-22 Paul Pluzhnikov <ppluzhnikov@google.com>
43115
43116 [BZ #14122]
43117 * nss/nsswitch.c (defconfig_entries): New variable.
43118 (__nss_database_lookup): Don't leak defconfig entries.
43119 (nss_parse_service_list): Don't leak on error paths.
43120 (free_database_entries): New function.
43121 (free_defconfig): New function.
43122 (free_mem): Move common code to free_database_entries.
43123
31a39bd8
L
431242012-05-22 H.J. Lu <hongjiu.lu@intel.com>
43125
da0331a8
L
43126 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile (sysdep_routines):
43127 Add arch_prctl.
43128 * sysdeps/unix/sysv/linux/x86_64/x32/arch_prctl.c: New file.
43129
31a39bd8
L
43130 * sysdeps/unix/sysv/linux/wordsize-64/posix_fallocate.c
43131 (posix_fallocate): Use INTERNAL_SYSCALL_TYPES if it is defined.
43132 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (INLINE_SYSCALL_TYPES):
43133 New macro.
43134 (INTERNAL_SYSCALL_NCS_TYPES): Likewise.
43135 (INTERNAL_SYSCALL_TYPES): Likewise.
43136 (LOAD_ARGS_TYPES_[1-6]): Likewise.
43137 (LOAD_REGS_TYPES_[1-6]): Likewise.
43138 (LOAD_ARGS_[1-6]): Use LOAD_ARGS_TYPES_[1-6].
43139 (LOAD_REGS_[1-6]): Use LOAD_REGS_TYPES_[1-6].
43140
45470df3
AZ
431412012-05-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43142
43143 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: Add compat symbol
43144 copysignl for GLIBC_2_0.
43145 * sysdeps/powerpc/powerpc32/power7/fpu/s_finite.S: Add compat symbol
43146 finitel for GLIBC_2.0 and __finitel for GLIBC_2_1.
43147 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: Add compat symbol
43148 logbl for GLIBC_2_0.
43149 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: Likewise.
43150 * sysdeps/powerpc/powerpc64/power7/fpu/s_finite.S: Likewise.
43151
98a61bcb
L
431522012-05-22 H.J. Lu <hongjiu.lu@intel.com>
43153
a4f6e481
L
43154 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Don't include
43155 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
43156
f63d5db6
L
43157 * sysdeps/unix/sysv/linux/i386/sysdep.h (SYSCALL_ERROR_HANDLER):
43158 Use "neg %eax".
43159
98a61bcb
L
43160 * time/mktime.c: Update copyright years.
43161
95770f14
PE
431622012-05-22 Paul Eggert <eggert@cs.ucla.edu>
43163
6226efbd
PE
43164 mktime: merge comment-quoting-style change from gnulib
43165 * time/mktime.c: Quote 'like this' in comments.
43166 The GNU coding standards suggest that we no longer quote `like this',
43167 as "`" and "'" are typically rendered asymmetrically nowadays.
43168 The typical gnulib style is to quote 'like this' when quoting
43169 code, and "like this" when quoting English.
43170
b99e4f78
PE
43171 * time/mktime.c (compile-command): Add "-I.".
43172
643e01e6
PE
43173 mktime: merge mktime-internal.h change from gnulib
43174 * time/mktime.c [!_LIBC]: Include "mktime-internal.h".
43175
2554247d
PE
43176 mktime: merge time_r change from gnulib
43177 * time/mktime.c [!_LIBC]: Do not include "time_r.h".
43178
826dd0ab
PE
43179 mktime: merge DEBUG change from gnulib
43180 * time/mktime.c (mktime) [DEBUG]: #undef before #define-ing, in
43181 case system <time.h> has a #define.
43182
bd83aabe
PE
43183 mktime: merge <sys/types.h> change from gnulib
43184 * time/mktime.c: Do not include <sys/types.h>; no longer needed,
43185 since <time.t> is now guaranteed to define time_t.
43186
95770f14
PE
43187 mktime: merge HAVE_CONFIG_H change from gnulib
43188 * time/mktime.c: Include <config.h> if !_LIBC, not if HAVE_CONFIG_H.
43189
5e1a27a9
L
431902012-05-22 H.J. Lu <hongjiu.lu@intel.com>
43191
0e44a77e
L
43192 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43193 Use "neg %eax".
43194
5e1a27a9
L
43195 * sysdeps/unix/sysv/linux/bits/resource.h (RLIM_INFINITY): Use
43196 __rlim_t cast.
43197 (struct rusage): Use anonymous union to pad each field to
43198 __syscall_slong_t.
43199
46259bec
DM
432002012-05-21 David S. Miller <davem@davemloft.net>
43201
43202 * Makefules (o-iterator): Remove .s cases.
43203 (compile-command.s): Delete.
43204 (COMPILE.s): Delete.
43205 * sysdeps/unix/make-syscalls.sh: Remove .s file tests.
43206
59f0c22e
JM
432072012-05-21 Joseph Myers <joseph@codesourcery.com>
43208
43209 * configure.in (libc_cv_predef_stack_protector): Only consider
43210 "foobar" and "__stack_chk_fail" lines in libc_undefs.
43211 * configure: Regenerated.
43212
20c07380
L
432132012-05-21 H.J. Lu <hongjiu.lu@intel.com>
43214
bbb3154b
L
43215 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (SYSCALL_SET_ERRNO):
43216 New macro. Use R*LP on int and pointer.
43217 (SYSCALL_ERROR_HANDLER): Use SYSCALL_SET_ERRNO.
c5b3a2c0
L
43218 * sysdeps/unix/sysv/linux/x86_64/x32/lseek.S: New file.
43219 * sysdeps/unix/sysv/linux/x86_64/x32/llseek.S: Likewise.
bbb3154b
L
43220 * sysdeps/unix/sysv/linux/x86_64/x32/sysdep.h: Likewise.
43221
20c07380
L
43222 * sysdeps/gnu/bits/utmp.h (struct lastlog): Check
43223 [__WORDSIZE_TIME64_COMPAT32] instead of
43224 [__WORDSIZE == 64 && __WORDSIZE_COMPAT32].
43225 (struct utmp): Likewise.
43226 * sysdeps/gnu/bits/utmpx.h (struct utmpx): Likewise.
43227 * sysdeps/powerpc/powerpc32/bits/wordsize.h (__WORDSIZE_COMPAT32):
43228 Renamed to ...
43229 (__WORDSIZE_TIME64_COMPAT32): This.
43230 * sysdeps/powerpc/powerpc64/bits/wordsize.h: Likewise.
43231 * sysdeps/sparc/sparc32/bits/wordsize.h: Likewise.
43232 * sysdeps/sparc/sparc64/bits/wordsize.h: Likewise.
43233 * sysdeps/unix/sysv/linux/powerpc/bits/wordsize.h: Likewise.
43234 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE_COMPAT32): Removed.
43235 (__WORDSIZE_TIME64_COMPAT32): New macro.
43236
d8d1017e
AJ
432372012-05-21 Andreas Jaeger <aj@suse.de>
43238
43239 * sysdeps/i386/i686/multiarch/wcschr-c.c: Redefine libc_hidden_def
43240 only if [SHARED]. Add prototype for __wcschr_ia32.
43241
6c7fb145
RM
432422012-05-21 Roland McGrath <roland@hack.frob.com>
43243
43244 * sysdeps/x86_64/setjmp.S [PTR_MANGLE] [__ILP32__]: Preserve high bits
43245 of %rbp unmolested in the jmp_buf while mangling the low bits.
43246 * sysdeps/x86_64/__longjmp.S [PTR_DEMANGLE] [__ILP32__]: Restore the
43247 unmolested high bits of %rbp while demangling the low bits.
43248 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Likewise.
43249
66274218
AJ
432502012-05-21 Andreas Jaeger <aj@suse.de>
43251
07c58f8f
AJ
43252 * include/shlib-compat.h (libc_sunrpc_symbol): New macro.
43253 * sunrpc/svc_simple.c: Use it for registerrpc.
43254 * sunrpc/xcrypt.c: Use it for passwd2des.
43255
66274218
AJ
43256 * malloc/malloc.c: Include shlib-compat.h for SHLIB_COMPAT.
43257
61f65140
L
432582012-05-21 H.J. Lu <hongjiu.lu@intel.com>
43259
43260 * sysdeps/unix/sysv/linux/bits/statvfs.h (_STATVFSBUF_F_UNUSED):
43261 Don't define if [__SYSCALL_WORDSIZE != 32].
43262 * sysdeps/x86_64/bits/wordsize.h (__SYSCALL_WORDSIZE):
43263 New macro.
43264
5fefb436
AJ
432652012-05-21 Bruno Haible <bruno@clisp.org>
43266 Andreas Jaeger <aj@suse.de>
43267
43268 [BZ #13691], Revert breakage of iconv() converter for TCVN-5712.
43269 * iconvdata/tcvn5712-1.c (BODY for FROM_LOOP): Don't consider
43270 inptr and inend for must_buffer_ch.
43271 * wcsmbs/tst-mbsnrtowcs.c: Remove file.
43272 * wcsmbs/Makefile (tests): Remove tst-mbsnrtowcs.
43273 * stdio-common/Makefile (tests): Remove bug15.
43274 (bug15-ENV): Remove macro.
43275 * stdio-common/bug15.c: Remove, we do not support vi_VN.TCVN5712-1
43276 anymore.
43277
d8e272ab
AJ
432782012-05-19 Andreas Jaeger <aj@suse.de>
43279 Roland McGrath <roland@hack.frob.com>
43280
43281 * manual/contrib.texi: Completely rewritten. It contains now an
43282 alphabetical list of contributors and their contributions.
43283
4a56a162
RH
432842012-05-21 Richard Henderson <rth@twiddle.net>
43285
43286 * misc/getauxval.c (__getauxval): Use unsigned long int.
43287 * misc/sys/auxv.h: Include <sys/cdefs.h>.
43288 (getauxval): Use unsigned long int.
43289
d024d23c
L
432902012-05-21 H.J. Lu <hongjiu.lu@intel.com>
43291
43292 * sysdeps/unix/sysv/linux/x86_64/x32/syscalls.list: New file.
43293
cbc00a03
RM
432942012-05-21 Roland McGrath <roland@hack.frob.com>
43295
43296 * malloc/malloc.c [!SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_16)]
43297 (MALLOC_ALIGNMENT): Set it to the greater of 2 * SIZE_SZ and
43298 __alignof__ (long double).
43299
478143fa
AZ
433002012-05-21 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43301
43302 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43303
c7683a6d
RH
433042012-05-20 Richard Henderson <rth@twiddle.net>
43305
43306 * misc/getauxval.c: New file.
43307 * misc/sys/auxv.h: New file.
43308 * misc/Makefile (headers): Add sys/auxv.h, bits/hwcap.h.
43309 (routines): Add getauxval.
43310 * misc/Versions (GLIBC_2.16): Add __getauxval, getauxval.
43311 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): Add _dl_auxv.
43312 * elf/dl-sysdep.c (_dl_auxv): Remove.
43313 (_dl_sysdep_start, _dl_show_auxv): Use GLRO to access _dl_auxv.
43314 * elf/dl-support.c (_dl_auxv): New variable.
43315 (_dl_aux_init): Initialize it.
43316 * manual/startup.texi (Auxiliary Vector): New node.
43317 * sysdeps/generic/bits/hwcap.h: New file.
43318 * sysdeps/powerpc/bits/hwcap.h: New file, split out from ...
43319 * sysdeps/powerpc/sysdep.h: ... here. Include it.
43320 * sysdeps/sparc/bits/hwcap.h: New file, split out from ...
43321 * sysdeps/sparc/sysdep.h: ... here. Include it.
43322 * sysdeps/unix/sysv/linux/s390/bits/hwcap.h: New file.
43323 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: Update.
cbc00a03
RM
43324 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
43325 Update.
c7683a6d
RH
43326 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: Update.
43327 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: Update.
43328 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: Update.
43329 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: Update.
43330 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43331 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: Update.
43332 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: Update.
43333 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Update.
43334
a6f1845d
AZ
433352012-05-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43336
43337 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
43338
cbcbe830
DM
433392012-05-19 David S. Miller <davem@davemloft.net>
43340
43341 * sysdeps/sparc/fpu/libm-test-ulps: Update.
43342
e0b16cc2
JM
433432012-05-19 Joseph Myers <joseph@codesourcery.com>
43344
43345 [BZ #14123]
43346 * math/s_ccosh.c: Include <float.h>
43347 (__ccosh): Avoid internal overflow calculating sinh and cosh
43348 values before multiplying by sin and cos values.
43349 * math/s_ccoshf.c: Likewise.
43350 * math/s_ccoshl.c: Likewise.
43351 * math/s_csin.c: Likewise.
43352 * math/s_csinf.c: Likewise.
43353 * math/s_csinl.c: Likewise.
43354 * math/s_csinh.c: Likewise.
43355 * math/s_csinhf.c: Likewise.
43356 * math/s_csinhl.c: Likewise.
43357 * math/libm-test.inc (ccos_test): Add more tests.
43358 (ccosh_test): Likewise.
43359 (csin_test): Likewise.
43360 (csinh_test): Likewise.
43361 * sysdeps/i386/fpu/libm-test-ulps: Update.
43362 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
43363
6ad13e08
L
433642012-05-19 H.J. Lu <hongjiu.lu@intel.com>
43365
f66f0ce8
L
43366 * sysdeps/unix/sysv/linux/wordsize-64/preadv.c: New file.
43367 * sysdeps/unix/sysv/linux/wordsize-64/pwritev.c: Likewise.
43368
6ad13e08
L
43369 * sysdeps/x86_64/x32/_itoa.h: Add comment.
43370
b1d072a7
JM
433712012-05-19 Joseph Myers <joseph@codesourcery.com>
43372
43373 * sysdeps/powerpc/soft-fp/Makefile: Remove file.
43374 * sysdeps/powerpc/soft-fp/Subdirs: Likewise.
43375 * sysdeps/powerpc/soft-fp/Versions: Likewise.
43376 * sysdeps/powerpc/soft-fp/q_add.c: Likewise.
43377 * sysdeps/powerpc/soft-fp/q_cmp.c: Likewise.
43378 * sysdeps/powerpc/soft-fp/q_cmpe.c: Likewise.
43379 * sysdeps/powerpc/soft-fp/q_div.c: Likewise.
43380 * sysdeps/powerpc/soft-fp/q_dtoq.c: Likewise.
43381 * sysdeps/powerpc/soft-fp/q_feq.c: Likewise.
43382 * sysdeps/powerpc/soft-fp/q_fge.c: Likewise.
43383 * sysdeps/powerpc/soft-fp/q_fgt.c: Likewise.
43384 * sysdeps/powerpc/soft-fp/q_fle.c: Likewise.
43385 * sysdeps/powerpc/soft-fp/q_flt.c: Likewise.
43386 * sysdeps/powerpc/soft-fp/q_fne.c: Likewise.
43387 * sysdeps/powerpc/soft-fp/q_itoq.c: Likewise.
43388 * sysdeps/powerpc/soft-fp/q_lltoq.c: Likewise.
43389 * sysdeps/powerpc/soft-fp/q_mul.c: Likewise.
43390 * sysdeps/powerpc/soft-fp/q_neg.c: Likewise.
43391 * sysdeps/powerpc/soft-fp/q_qtod.c: Likewise.
43392 * sysdeps/powerpc/soft-fp/q_qtoi.c: Likewise.
43393 * sysdeps/powerpc/soft-fp/q_qtoll.c: Likewise.
43394 * sysdeps/powerpc/soft-fp/q_qtos.c: Likewise.
43395 * sysdeps/powerpc/soft-fp/q_qtou.c: Likewise.
43396 * sysdeps/powerpc/soft-fp/q_qtoull.c: Likewise.
43397 * sysdeps/powerpc/soft-fp/q_sqrt.c: Likewise.
43398 * sysdeps/powerpc/soft-fp/q_stoq.c: Likewise.
43399 * sysdeps/powerpc/soft-fp/q_sub.c: Likewise.
43400 * sysdeps/powerpc/soft-fp/q_ulltoq.c: Likewise.
43401 * sysdeps/powerpc/soft-fp/q_util.c: Likewise.
43402 * sysdeps/powerpc/soft-fp/q_utoq.c: Likewise.
43403 * sysdeps/powerpc/soft-fp/sfp-machine.h: Likewise.
43404
9eae47cb
AJ
434052012-05-18 Andreas Jaeger <aj@suse.de>
43406
43407 * csu/.gitignore: Delete.
43408
bb07f69f
L
434092012-05-18 H.J. Lu <hongjiu.lu@intel.com>
43410
43411 * sysdeps/unix/sysv/linux/bits/timex.h: Include <bits/types.h>.
43412 (timex): Use __syscall_slong_t.
43413
e6bdb741
AJ
434142012-05-18 Andreas Jaeger <aj@suse.de>
43415 Carlos O'Donell <carlos_odonell@mentor.com>
43416
43417 * manual/install.texi (Configuring and compiling): Update
43418 description about files modified in the source directory.
d6c33fda 43419 * INSTALL: Regenerated.
e6bdb741 43420
1b74487e
L
434212012-05-18 H.J. Lu <hongjiu.lu@intel.com>
43422
43423 * sysdeps/unix/x86_64/sysdep.S: Use RAX_LP to access return
43424 value. Use "or" to set return value to -1.
43425 * sysdeps/unix/sysv/linux/x86_64/sysdep.S: Use RAX_LP to
43426 negate return value.
43427
a88b64b9
TMQMF
434282012-05-18 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
43429
57f41c40
AS
43430 * sysdeps/powerpc/powerpc32/power4/Makefile (CFLAGS-wordcopy.c)
43431 (CFLAGS-memmove.c): remove -ftree-loop-linear which causes a build
a88b64b9
TMQMF
43432 failure if the compiler has Graphite support disabled.
43433 * sysdeps/powerpc/powerpc32/power4/fpu/Makefile (CFLAGS-mpa.c):
43434 Likewise.
57f41c40
AS
43435 * sysdeps/powerpc/powerpc64/power4/Makefile (CFLAGS-wordcopy.c)
43436 (CFLAGS-memmove.c): Likewise.
a88b64b9
TMQMF
43437 * sysdeps/powerpc/powerpc64/power4/fpu/Makefile (CFLAGS-mpa.c):
43438 Likewise.
43439
3707636e
L
434402012-05-18 H.J. Lu <hongjiu.lu@intel.com>
43441
610b8622
L
43442 * sysdeps/x86_64/x32/_itoa.h: New file.
43443
7cd195df
L
43444 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): Use
43445 getdents system call only if kernel and user dirents have the
43446 same d_ino and d_off.
43447
94b07d20
L
43448 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
43449 LLONG_MAX != LONG_MAX.
43450 (_itoa_word): Use _ITOA_WORD_TYPE on value.
43451 (_fitoa_word): Likewise.
43452
18298070
L
43453 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Fold copyright
43454 years.
43455 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Likewise.
43456 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h: Likewise.
43457 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Likewise.
43458
553c7ea4
L
43459 * sysdeps/unix/sysv/linux/x86_64/bits/sigcontext.h: Don't
43460 include <bits/wordsize.h>. Check __x86_64__ instead of
43461 __WORDSIZE.
43462 (sigcontext): Use "__uint64_t" instead of "unsigned long int"
43463 if __x86_64__ is defined. Use anonymous union on fpstate.
43464
3707636e
L
43465 * sysdeps/unix/sysv/linux/x86_64/sys/user.h (user): Use
43466 anonymous union.
43467
b53ef01a
AS
434682012-05-18 Andreas Schwab <schwab@linux-m68k.org>
43469
37fb1dc0
AS
43470 * sysdeps/powerpc/powerpc32/dl-start.S (_dl_start_user): Use
43471 INTUSE on _dl_argv, and _rtld_local instead of _rtld_global.
43472 * sysdeps/powerpc/powerpc32/fpu/__longjmp-common.S [IS_IN_rtld]:
43473 Refer to _rtld_local_ro instead of _rtld_global_ro.
43474 * sysdeps/powerpc/powerpc32/fpu/setjmp-common.S [IS_IN_rtld]:
43475 Likewise.
43476 * sysdeps/powerpc/powerpc64/__longjmp-common.S [IS_IN_rtld]:
43477 Likewise.
43478 * sysdeps/powerpc/powerpc64/setjmp-common.S [IS_IN_rtld]:
43479 Likewise.
43480 * sysdeps/powerpc/powerpc64/dl-trampoline.S [SHARED]: Likewise.
43481 * sysdeps/powerpc/powerpc64/dl-machine.h: Use _rtld_local instead
43482 of _rtld_global, and rtld_progname instead of _dl_argv[0].
43483
b53ef01a
AS
43484 * sysdeps/powerpc/powerpc32/dl-machine.c
43485 (__elf_machine_runtime_setup) [PROF]: Don't reference
43486 _dl_prof_resolve.
43487
7a185db2
AJ
434882012-05-18 Andreas Jaeger <aj@suse.de>
43489
43490 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Make inline
43491 function only available for GCCs before 3.4 since GCC 3.4
43492 introduced a builtin.
43493 (lrint): Likewise.
43494 (llrintf): Likewise.
43495 (llrint): Likewise.
43496 (fmaxf): Likewise.
43497 (fmax): Likewise.
43498 (fminf): Likewise.
43499 (fmin): Likewise.
43500 (rint): Likewise.
43501 (rintf): Likewise.
43502 (nearbyint): Likewise.
43503 (nearbyintf): Likewise.
43504 (ceil): Likewise.
43505 (ceilf): Likewise.
43506 (floor): Likewise.
43507 (floorf): Likewise.
43508
3e5aef87
L
435092012-05-17 H.J. Lu <hongjiu.lu@intel.com>
43510
428bd707
L
43511 * sysdeps/unix/sysv/linux/pselect.c (data): Use __syscall_ulong_t
43512 on both fields and cast pointer to __syscall_ulong_t.
43513
3e5aef87
L
43514 * bits/types.h (__fsword_t): New type.
43515 * bits/typesizes.h (__FSWORD_T_TYPE): New macro.
43516 sysdeps/mach/hurd/bits/typesizes.h (__FSWORD_T_TYPE): Likewise.
43517 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43518 (__FSWORD_T_TYPE): Likewise.
43519 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43520 (__FSWORD_T_TYPE): Likewise.
43521 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43522 (__FSWORD_T_TYPE): Likewise.
43523 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h
43524 (__FSWORD_T_TYPE): Likewise.
43525 * sysdeps/unix/sysv/linux/bits/statfs.h (statfs): Replace
43526 __SWORD_TYPE with __fsword_t.
43527 (statfs64): Likewise.
43528
1ba7c3dc
DM
435292012-05-17 David S. Miller <davem@davemloft.net>
43530
43531 * crypt/sha512c-test.c (TIMEOUT): Increase to 32.
43532
59910343
AJ
435332012-05-17 Andreas Jaeger <aj@suse.de>
43534
43535 * elf/tst-relsort1.c (do_test): Fix function declaration to avoid
43536 warning.
43537
2e4c1e9e
L
435382012-05-17 H.J. Lu <hongjiu.lu@intel.com>
43539
43540 * sysdeps/x86_64/tst-mallocalign1.c (test): Cast to unsigned long.
43541
de7f5ce7
AJ
435422012-05-17 Andreas Jaeger <aj@suse.de>
43543
43544 * sysdeps/i386/dl-machine.h (elf_machine_rel): Declare refsym only
43545 when it is used.
43546
286abc3d
CM
435472012-05-17 Chris Metcalf <cmetcalf@tilera.com>
43548
43549 * stdio-common/bug22.c (TIMEOUT): Bump up from 30 to 60.
43550
477cc68e
L
435512012-05-17 H.J. Lu <hongjiu.lu@intel.com>
43552
43553 * sysdeps/x86_64/Makefile (tests): Add tst-mallocalign1.
43554 * sysdeps/x86_64/tst-mallocalign1.c: New file.
43555
1a0994f5
CD
435562012-05-17 Andreas Jaeger <aj@suse.de>
43557 Carlos O'Donell <carlos_odonell@mentor.com>
43558
43559 [BZ #14059]
43560 * sysdeps/x86_64/multiarch/init-arch.h
43561 (bit_YMM_Usable): Rename to...
43562 (bit_AVX_Usable): ... this.
43563 (bit_FMA4_Usable): New macro.
43564 (bit_XMM_state): New macro.
43565 (bit_YMM_state): New macro.
43566 [__ASSEMBLER__] (index_YMM_Usable): Rename to...
43567 [__ASSEMBLER__] (index_AVX_Usable): ... this.
43568 [__ASSEMBLER__] (index_FMA4_Usable): New macro.
43569 (CPUID_OSXSAVE): New macro.
43570 (CPUID_AVX): New macro.
43571 (CPUID_FMA4): New macro.
43572 (index_YMM_Usable): Rename to...
43573 (index_AVX_Usable): ... this.
43574 (HAS_AVX): Use HAS_ARCH_FEATURE.
43575 (HAS_FMA4): Likewise.
43576 (HAS_YMM_USABLE): Remove.
43577 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
43578 Enable AVX or FMA4 IFF YMM and XMM states are usable and the features
43579 are present.
43580 * sysdeps/x86_64/multiarch/strcmp.S: Use bit_AVX_Usable.
43581 * sysdeps/i386/i686/multiarch/Makefile: Add test-multiarch to tests.
43582 * sysdeps/x86_64/multiarch/Makefile: Likewise.
43583 * sysdeps/i386/i686/multiarch/test-multiarch.c: New file.
43584 * sysdeps/x86_64/multiarch/test-multiarch.c: New file.
43585
0af797de
CM
435862012-05-17 Chris Metcalf <cmetcalf@tilera.com>
43587
43588 * math/libm-test.c: Support platforms without multiple rounding modes.
43589 * math/bug-nextafter.c: Support platforms without FP exceptions.
43590 * math/bug-nexttoward.c: Likewise.
43591 * math/test-fenv.c: Likewise.
43592 * math/test-misc.c: Likewise.
43593 * stdlib/bug-getcontext.c: Likewise.
43594
e39745ff
AJ
435952012-05-17 Andreas Jaeger <aj@suse.de>
43596
43597 * manual/examples/search.c (critter_cmp): Change signature to
43598 avoid warnings.
43599 * manual/string.texi (Collation Functions): Likewise.
43600
48970aba
L
436012012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43602
43603 * bits/types.h: Fold copyright years.
43604 * bits/typesizes.h: Likewise.
43605 * sysdeps/mach/hurd/bits/typesizes.h: Likewise.
43606 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h: Likewise.
43607 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h: Likewise.
43608 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h: Likewise.
43609 * time/time.h: Likewise.
43610
bedee953
PP
436112012-05-16 Paul Pluzhnikov <ppluzhnikov@google.com>
43612
43613 [BZ #208]
43614 * malloc.c (int_mallinfo): Add parameter to accumulate statistics
43615 in instead of returning them. Return void.
43616 (__libc_mallinfo): Accumulate over all arenas.
43617 (__malloc_stats): Adjust for change in int_mallinfo interface.
43618
61653dfb
RM
436192012-05-16 Roland McGrath <roland@hack.frob.com>
43620
30b99d79
RM
43621 [BZ #10375]
43622 * configure.in (NM): Add AC_CHECK_TOOL for it.
43623 (libc_extra_cflags): New substituted variable.
43624 Check for -fstack-protector being used implicitly.
43625 * configure: Regenerated.
43626 * config.make.in (config-extra-cflags): New variable,
43627 gets @libc_extra_cflags@.
43628 * Makeconfig (CFLAGS): Add $(config-extra-cflags) near the front.
43629
61653dfb
RM
43630 [BZ #10375]
43631 * configure.in: Check for _FORTIFY_SOURCE being predefined.
43632 (CPPUNDEFS): New substituted variable; add -U_FORTIFY_SOURCE if needed.
43633 * configure: Regenerated.
43634 * config.make.in (CPPUNDEFS): New substituted variable.
43635 * Makeconfig (CPPFLAGS): Put $(CPPUNDEFS) at the beginning.
43636 * Makerules ($(stdio_lim:h=st)): Use $(CPPUNDEFS).
43637 * time/ctime.c: Don't #undef __OPTIMIZE__ and ctime.
43638
661768bb
L
436392012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43640
43641 * sysdeps/unix/sysv/linux/bits/mqueue.h: Include <bits/types.h>.
43642 (mq_attr): Use __syscall_slong_t.
43643
d4261567
L
436442012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43645
43646 * sysdeps/unix/sysv/linux/x86_64/bits/stat.h (_STAT_VER_SVR4):
43647 Check __x86_64__ instead of __WORDSIZE.
43648 (_STAT_VER_LINUX): Likewise.
43649 (stat): Check __x86_64__ instead of __WORDSIZE. Use
43650 __syscall_ulong_t and __syscall_slong_t.
43651 (stat64): Likewise.
43652
cf3ff365
L
436532012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43654
43655 * sysdeps/unix/sysv/linux/x86_64/bits/typesizes.h: New file.
43656
76cf3e4d
L
436572012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43658
43659 * sysdeps/unix/sysv/linux/x86_64/bits/ipctypes.h: New file.
43660
a637753a
L
436612012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43662
43663 * sysdeps/unix/sysv/linux/bits/ipc.h (ipc_perm): Use
43664 __syscall_ulong_t.
43665
d5e05119
L
43666 * sysdeps/unix/sysv/linux/x86_64/sys/ucontext.h: Don't
43667 include <bits/wordsize.h>. Check __x86_64__ instead of
43668 __WORDSIZE.
43669 (greg_t): Use "__extension__ long long int" if __x86_64__ is
43670 defined.
43671 (mcontext_t): Replace "unsigned long" with "unsigned long long".
43672
f62ee380
L
43673 * sysdeps/unix/sysv/linux/x86_64/sys/user.h: Don't
43674 include <bits/wordsize.h>. Check __x86_64__ instead of
43675 __WORDSIZE.
43676 (user_regs_struct): Use "__extension__ unsigned long long"
43677 instead of "unsigned long" if __x86_64__ is defined.
43678 (user): Likewise. Pad after pointer field if __ILP32__ is
43679 defined.
43680
4e124ced
JM
436812012-05-16 Joseph Myers <joseph@codesourcery.com>
43682
6a3951a0
JM
43683 * configure.in (makeinfo): Require version 4.5 or later. Allow
43684 versions 5 to 9.
43685 * configure: Regenerated.
43686 * manual/install.texi (texinfo): Increase version requirement to
43687 4.5 or later.
43688 * INSTALL: Regenerated.
43689
4e124ced
JM
43690 * include/stdc-predef.h (__STDC_ISO_10646__): Increase to 201103L.
43691
953ca31a
L
436922012-05-16 H.J. Lu <hongjiu.lu@intel.com>
43693
43694 * sysdeps/x86_64/x32/gmp-mparam.h: New file.
43695
617aca05
L
43696 * sysdeps/x86_64/x32/ffs.c: New file.
43697
5762f7ae
L
43698 * sysdeps/unix/sysv/linux/x86_64/bits/shm.h (shmatt_t): Use
43699 __syscall_ulong_t.
43700 (shmid_ds): Add __unused1 and __unused2 only if __x86_64__ isn't
43701 defined. Use __syscall_ulong_t.
43702 (shminfo): Use __syscall_ulong_t.
43703 (shm_info): Likewise.
43704
a26b6856
L
43705 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semid_ds): Use
43706 __syscall_ulong_t.
43707
cb2b9ef7
L
43708 * sysdeps/unix/sysv/linux/x86_64/bits/msq.h: Don't include
43709 <bits/wordsize.h>.
43710 (msgqnum_t): Use __syscall_ulong_t.
43711 (msglen_t): Likewise.
43712 (msqid_ds): Check __x86_64__ instead of __WORDSIZE. Use
43713 __syscall_ulong_t.
43714
34683bb0
L
43715 * sysdeps/unix/sysv/linux/x86_64/bits/a.out.h: Don't include
43716 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
43717
84a68786
L
43718 * sysdeps/unix/sysv/linux/x86_64/bits/siginfo.h: New file.
43719
48baa5f1
L
43720 * sysdeps/x86_64/x32/divdi3.c: New dummy file.
43721 * sysdeps/x86_64/x32/symbol-hacks.h: Likewise.
43722
180be88b
L
43723 * sysvipc/sys/msg.h (msgbuf): Replace long int with
43724 __syscall_slong_t.
43725
5e90c8ad
L
43726 * sysdeps/unix/sysv/linux/x86_64/sys/reg.h: Don't
43727 include <bits/wordsize.h>. Check __x86_64__ instead of
43728 __WORDSIZE.
43729
23dfb58b
L
43730 * sysdeps/unix/sysv/linux/x86_64/sys/procfs.h (elf_greg_t): Use
43731 "unsigned long long int" if __x86_64__ is defined.
43732 (elf_fpregset_t): Check __x86_64__ instead of __WORDSIZE.
43733
ce5d54b0
L
43734 * sysdeps/unix/sysv/linux/x86_64/sys/debugreg.h: Don't include
43735 <bits/wordsize.h>. Check __x86_64__ instead of __WORDSIZE.
43736 (DR_CONTROL_RESERVED): Use ULL instead of UL suffix.
43737
13dc9eac
L
43738 * sysdeps/unix/sysv/linux/x86_64/sigcontextinfo.h: Include
43739 <stdint.h>.
43740 (GET_PC): Cast to uintptr_t first.
43741 (GET_FRAME): Likewise.
43742 (GET_STACK): Likewise.
43743
a7895d15
L
43744 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort.c: New file.
43745 * sysdeps/unix/sysv/linux/x86_64/x32/alphasort64.c: Likewise.
43746 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko.c: Likewise.
43747 * sysdeps/unix/sysv/linux/x86_64/x32/fseeko64.c: Likewise.
43748 * sysdeps/unix/sysv/linux/x86_64/x32/ftello.c: Likewise.
43749 * sysdeps/unix/sysv/linux/x86_64/x32/ftello64.c: Likewise.
43750 * sysdeps/unix/sysv/linux/x86_64/x32/ftw.c: Likewise.
43751 * sysdeps/unix/sysv/linux/x86_64/x32/ftw64.c: Likewise.
43752 * sysdeps/unix/sysv/linux/x86_64/x32/glob.c: Likewise.
43753 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos.c: Likewise.
43754 * sysdeps/unix/sysv/linux/x86_64/x32/iofgetpos64.c: Likewise.
43755 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen.c: Likewise.
43756 * sysdeps/unix/sysv/linux/x86_64/x32/iofopen64.c: Likewise.
43757 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos.c: Likewise.
43758 * sysdeps/unix/sysv/linux/x86_64/x32/iofsetpos64.c: Likewise.
43759 * sysdeps/unix/sysv/linux/x86_64/x32/lockf.c: Likewise.
43760 * sysdeps/unix/sysv/linux/x86_64/x32/lockf64.c: Likewise.
43761 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp.c: Likewise.
43762 * sysdeps/unix/sysv/linux/x86_64/x32/mkostemp64.c: Likewise.
43763 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp.c: Likewise.
43764 * sysdeps/unix/sysv/linux/x86_64/x32/mkstemp64.c: Likewise.
43765 * sysdeps/unix/sysv/linux/x86_64/x32/scandir.c: Likewise.
43766 * sysdeps/unix/sysv/linux/x86_64/x32/scandir64.c: Likewise.
43767 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat.c: Likewise.
43768 * sysdeps/unix/sysv/linux/x86_64/x32/scandirat64.c: Likewise.
43769 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile.c: Likewise.
43770 * sysdeps/unix/sysv/linux/x86_64/x32/tmpfile64.c: Likewise.
43771 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort.c: Likewise.
43772 * sysdeps/unix/sysv/linux/x86_64/x32/versionsort64.c: Likewise.
43773
656416c9
AS
437742012-05-16 Andreas Schwab <schwab@linux-m68k.org>
43775
5bd66283
AS
43776 * Makerules (+depfiles): Also collect depfiles from .oS in
43777 $(extra-objs).
43778 * sysdeps/ieee754/ldbl-opt/Makefile (extra-objs): Add $(addsuffix
43779 .oS, $(libnldbl-routines)).
43780
656416c9
AS
43781 * Makerules (native-compile-mkdep-flags): Define.
43782 * sunrpc/Makefile (extra-objs): Add $(addprefix
43783 cross-,$(rpcgen-objs)), don't add $(cross-rpcgen-objs).
43784 ($(cross-rpcgen-objs)): Use $(native-compile-mkdep-flags) instead
43785 of $(compile-mkdep-flags). Depend on $(before-compile) instead of
43786 calling $(make-target-directory).
43787
a46f2169
L
437882012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43789
43790 * bits/types.h (__snseconds_t): Removed.
43791 * time/time.h (struct timespec): Replace __snseconds_t with
43792 __syscall_slong_t.
43793 * bits/typesizes.h (__SNSECONDS_T_TYPE): Removed.
43794 * sysdeps/mach/hurd/bits/typesizes.h (__SNSECONDS_T_TYPE):
43795 Likewise.
43796 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43797 (__SNSECONDS_T_TYPE): Likewise.
43798 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43799 (__SNSECONDS_T_TYPE): Likewise.
43800 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43801 (__SNSECONDS_T_TYPE): Likewise.
43802
6af6528b
L
438032012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43804
43805 * sysdeps/mach/hurd/bits/typesizes.h
43806 (__SYSCALL_SLONG_TYPE): New macro.
43807 (__SYSCALL_ULONG_TYPE): Likewise.
43808
de986b56
L
438092012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43810
43811 * bits/types.h (__syscall_slong_t): New type.
43812 (__syscall_ulong_t): Likewise.
43813
43814 * bits/typesizes.h (__SYSCALL_SLONG_TYPE): New macro.
43815 (__SYSCALL_ULONG_TYPE): Likewise.
43816 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
43817 (__SYSCALL_SLONG_TYPE): Likewise.
43818 (__SYSCALL_ULONG_TYPE): Likewise.
43819 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
43820 (__SYSCALL_SLONG_TYPE): Likewise.
43821 (__SYSCALL_ULONG_TYPE): Likewise.
43822 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
43823 (__SYSCALL_SLONG_TYPE): Likewise.
43824 (__SYSCALL_ULONG_TYPE): Likewise.
43825
85736dc7
L
438262012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43827
43828 * sysdeps/unix/sysv/linux/x86_64/Makefile (gen-as-const-headers):
43829 Add sigaltstack-offsets.sym.
43830 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S: Include
43831 <sigaltstack-offsets.h>.
43832 (CALL_FAIL): Use RSP_LP to operate on stack. Use RDI_LP on
43833 longjmp_msg pointer.
43834 (____longjmp_chk): Use R8_LP and RDX_LP on SP and PC. Use
43835 R*_LP, sizeSS, oSS_FLAGS, oSS_SP and oSS_SIZE for alternate
43836 signal stack.
43837 * sysdeps/unix/sysv/linux/x86_64/sigaltstack-offsets.sym: New.
43838
cc03b296
JM
438392012-05-15 Joseph Myers <joseph@codesourcery.com>
43840
a9538892
JM
43841 * elf/stackguard-macros.h: Remove file.
43842 * sysdeps/generic/stackguard-macros.h: New file.
43843 * sysdeps/i386/stackguard-macros.h: Likewise.
43844 * sysdeps/powerpc/powerpc32/stackguard-macros.h: Likewise.
43845 * sysdeps/powerpc/powerpc64/stackguard-macros.h: Likewise.
43846 * sysdeps/s390/s390-32/stackguard-macros.h: Likewise.
43847 * sysdeps/s390/s390-64/stackguard-macros.h: Likewise.
43848 * sysdeps/sparc/sparc32/stackguard-macros.h: Likewise.
43849 * sysdeps/sparc/sparc64/stackguard-macros.h: Likewise.
43850 * sysdeps/x86_64/stackguard-macros.h: Likewise.
43851 * nptl/tst-stackguard1.c: Include <stackguard-macros.h> not
43852 <elf/stackguard-macros.h>.
43853
cc03b296
JM
43854 [BZ #14109]
43855 * sysdeps/unix/sysv/linux/powerpc/sys/procfs.h (elf_vrreg_t): Use
43856 __aligned__ in attribute.
43857 * sysdeps/unix/sysv/linux/s390/sys/ucontext.h (__psw_t): Likewise.
43858 (gregset_t): Likewise.
43859
93171016
L
438602012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43861
43862 * sysdeps/x86_64/Implies (wordsize-64): Moved to ....
43863 * sysdeps/x86_64/64/Implies-after: Here. New file.
43864 * sysdeps/x86_64/x32/Implies-after: New file.
43865
d86813a0
L
438662012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43867
43868 * sysdeps/x86_64/dl-trampoline.h: Use R*_LP to pass arguments
43869 and access return value for _dl_profile_fixup. Use R10_LP to
43870 load frame size.
43871
2953ec75
L
438722012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43873
43874 * sysdeps/unix/sysv/linux/x86_64/x32/init-first.c: New.
43875
3b550e9e
L
438762012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43877
43878 * sysdeps/x86_64/sysdep.h: Allowed to be include more than once.
43879 * sysdeps/x86_64/x32/sysdep.h: New file.
43880
eda41706
L
438812012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43882
43883 * sysdeps/x86_64/__longjmp.S: Use R*_LP on SP and PC.
43884 * sysdeps/x86_64/setjmp.S: Likewise.
43885
9ea01d93
AZ
438862012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43887
43888 * sysdeps/ieee754/dbl-64/wordsize-64/e_log10.c: New file.
43889 * sysdeps/ieee754/dbl-64/wordsize-64/e_log2.c: New file.
43890 * sysdeps/ieee754/dbl-64/e_log2.c: Fixing indents.
43891 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise and also
43892 remove unused global constant.
43893
02a91938
CM
438942012-05-15 Chris Metcalf <cmetcalf@tilera.com>
43895
43896 * sysdeps/unix/sysv/linux/getsysstats.c: Remove duplicate
43897 include of <not-cancel.h>.
43898
6540185f
RM
438992012-05-15 Roland McGrath <roland@hack.frob.com>
43900
43901 * nscd/nscd-client.h (__nscd_acquire_maplock): Fix formatting.
43902
509072a0
AJ
439032012-05-15 Jeff Law <law@redhat.com>
43904 Andreas Jaeger <aj@suse.de>
43905
43906 [BZ #13594]
43907 * nscd/nscd-client.h (__nscd_acquire_maplock): New function, split
43908 out from...
43909 * nscd/nscd_helper.c (__nscd_get_map_ref): ... here.
43910 * nscd/nscd-client.h: Add __nscd_acquire_maplock.
43911 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): Add locking to
43912 code changing __hst_map_handle.map.
43913
ba75122d
RM
439142012-05-15 Roland McGrath <roland@hack.frob.com>
43915
43916 * configure.in (sysnames): Look for Implies-before and Implies-after
43917 files.
43918 * configure: Regenerated.
43919
890d8bd8
L
439202012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43921
43922 * sysdeps/unix/sysv/linux/x86_64/sigaction.c (RESTORE2): Replace
43923 8-byte data alignment with LP_SIZE alignment.
43924
f6ee6623
L
439252012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43926
43927 * sysdeps/unix/sysv/linux/x86_64/clone.S: Load pointer to TID
43928 into R10_LP.
43929
ea2626f6
L
439302012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43931
43932 * sysdeps/unix/sysv/linux/x86_64/x32/dl-cache.h: New.
43933
085f715e
L
439342012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43935
43936 * sysdeps/unix/sysv/linux/x86_64/x32/Makefile: New file.
43937 * sysdeps/unix/sysv/linux/x86_64/x32/getcpu.c: Likewise.
43938 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu-static.c:
43939 Likewise.
43940 * sysdeps/unix/sysv/linux/x86_64/x32/sched_getcpu.S: Likewise.
43941
be8498fc
L
439422012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43943
43944 * sysdeps/x86_64/stackinfo.h (stackinfo_get_sp): Use RSP_LP.
43945 (stackinfo_sub_sp): Likewise.
43946
70bc83b9
L
439472012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43948
43949 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Load pointers into
43950 RAX_LP.
43951
9bc0b730
L
439522012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43953
43954 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Load cache sizes
43955 into R*_LP.
43956
6d2850e7
L
439572012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43958
43959 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Load cache
43960 sizes into R*_LP.
43961
3cb84561
L
439622012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43963
43964 * sysdeps/x86_64/strcmp.S: Load pointers into R*_LP.
43965
54e2ed81
L
439662012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43967
43968 * sysdeps/x86_64/memcpy.S: Load __x86_64_data_cache_size_half
43969 into R11_LP and load __x86_64_shared_cache_size_half into
43970 R8_LP.
43971
8a17f349
L
439722012-05-15 H.J. Lu <hongjiu.lu@intel.com>
43973
43974 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Load cache size into
43975 R8_LP.
43976
777b1eea
AZ
439772012-05-15 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
43978
43979 * sysdeps/powerpc/powerpc32/power7/fpu/s_logb.c: New file. Optimized
43980 logb for POWER7.
43981 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbf.c: New file. Optimized
43982 logbf for POWER7.
43983 * sysdeps/powerpc/powerpc32/power7/fpu/s_logbl.c: New file. Optimized
43984 logbl for POWER7.
43985 * sysdeps/powerpc/powerpc64/power7/fpu/s_logb.c: New file. Use
43986 powerpc32/power7/fpu/s_logb.c via #include.
43987 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbf.c: New file. Use
43988 powerpc32/power7/fpu/s_logbf.c via #include.
43989 * sysdeps/powerpc/powerpc64/power7/fpu/s_logbl.c: New file. Use
43990 powerpc32/power7/fpu/s_logbl.c via #include.
43991
d20d4ac2
JM
439922012-05-15 Joseph Myers <joseph@codesourcery.com>
43993
43994 * README.libm: Remove file.
43995
6cdef1ab
L
439962012-05-14 H.J. Lu <hongjiu.lu@intel.com>
43997
43998 * sysdeps/x86_64/start.S: Simulate popping 4-byte argument
43999 count for x32. Use R*_LP and omit operand-size suffix.
44000
0b254d8f
L
440012012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44002
44003 * shlib-versions: Move x86_64-.*-linux.* entries to ...
44004 * sysdeps/x86_64/64/shlib-versions: Here. New file.
44005 * sysdeps/x86_64/x32/shlib-versions: New file.
44006
ceb809dc
RM
440072012-05-14 Roland McGrath <roland@hack.frob.com>
44008
44009 * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Function removed.
44010 * elf/rtld.c (dl_main) [DL_SYSDEP_OSCHECK]:
44011 Use _dl_fatal_printf instead.
44012
37f1abd4
JM
440132012-05-14 Joseph Myers <joseph@codesourcery.com>
44014
44015 * sysdeps/unix/sysv/linux/configure.in (minimum_kernel): Always
44016 set if not set by the user. Do not allow for being unset.
44017 * sysdeps/unix/sysv/linux/configure: Regenerated.
44018
11de3a33
L
440192012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44020
44021 * sysdeps/x86_64/dl-machine.h (elf_machine_load_address): Remove
44022 the `q' suffix from lea and replace .quad with ASM_ADDR.
44023
e02f153a
L
440242012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44025
44026 * sysdeps/unix/sysv/linux/x86_64/sysdep.h (PTR_MANGLE): Remove
44027 the `q' suffix from xor/rol instructions. Use $2*LP_SIZE+1
44028 instead of $17.
44029 (PTR_DEMANGLE): Likewise.
44030
520ae0fd
L
440312012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44032
44033 * sysdeps/x86_64/sysdep.h (LP_SIZE): New macro.
44034 (LP_OP): Likewise.
44035 (ASM_ADDR): Likewise.
44036 (RAX_LP): Likewise.
44037 (RBP_LP): Likewise.
44038 (RBX_LP): Likewise.
44039 (RCX_LP): Likewise.
44040 (RDI_LP): Likewise.
44041 (RSI_LP): Likewise.
44042 (RSP_LP): Likewise.
44043 (R8_LP): Likewise.
44044 (R9_LP): Likewise.
44045 (R10_LP): Likewise.
44046 (R10_LP): Likewise.
44047 (R11_LP): Likewise.
44048 (R12_LP): Likewise.
44049 (R13_LP): Likewise.
44050 (R14_LP): Likewise.
44051 (R15_LP): Likewise.
44052
b985be81
L
440532012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44054
44055 * sysdeps/x86_64/x32/dl-machine.h: New file.
44056
6a4888ff
AJ
440572012-05-14 Andreas Jaeger <aj@suse.de>
44058
44059 * manual/Makefile (subdir): Remove export of subdir.
44060 (all): Remove target.
44061 (.PHONY): Remove all from list.
44062 (mkinstalldirs): Remove.
44063 (.PHONY): Remove installdirs from list.
44064 ($(inst_infodir)/libc.info): Use make-target-directory.
44065 (installdirs): Remove.
44066 (subdir_%): Remove.
44067 (glibc-targets): Remove.
44068 (lib): Remove.
44069 (stubs): Remove.
44070 ($(objpfx)stubs ../po/manual.pot): Remove.
44071 ($(objpfx)stamp%): Remove.
44072 (make-target-directory): Remove.
44073 (subdir_install): Remove.
44074 (routines): Remove.
44075 (aux): Remove.
44076 (sources): Remove.
44077 (objects): Remove.
44078 (headers): Remove.
44079
44080 [BZ #13750]
44081 * manual/.gitignore: Remove, it's not needed anymore.
44082 * manual/libc-texinfo.sh: Pass OUTDIR as extra argument, create
44083 all files in it.
44084 * manual/Makefile (dvi, pdf, info, html): Depend on files in build
44085 directory.
44086 (texis): Renamed to $(objpfx)texis.
44087 (texis-path): New, contains path to generated files.
44088 (chapters.%): Use texis-path for complete path, add extra argument
44089 libc-texinfo.sh.
44090 (libc.dvi, libc.pdf, libc.info, libc.pdf): Add $(objfpx) as prefix.
44091 (libc/index.html, summary.texi): Add $(objpfx) as prefix.
44092 (summary,texi, stamp-summary): Use complete path of
44093 files. Generate files in build dir.
44094 (dir-add.texi): Build in build dir.
44095 (libm-err.texi,stamp-libm-err): Likewise.
44096 (version.texi, stamp-version): Likewise.
44097 (.%c.texi): Likewise.
44098 (%.info,%.dvi,%.pdf): Add $(objpfx) as prefix, build in build dir.
44099 (mostlyclean): Remove target.
44100 (realclean): Remove target.
44101 (generated): Add new variable with contents from mostlyclean and
44102 realclean, remove entries duplicated in common-mostlyclean, add
44103 stamp-libm-err and stamp-version.
44104 (generated-dirs): Add libc directory.
44105 ($(inst_infodir)/libc.info): Install files from build dir.
44106
44107 * manual/install.texi (Configuring and compiling): Adjust since
44108 the info files are not part of the tar ball anymore.
44109
7ac77294
AJ
441102012-05-14 Andreas Jaeger <aj@suse.de>
44111
44112 * sysdeps/unix/sysv/linux/getcwd.c (__getcwd): Remove unused
44113 variable.
44114
ffb7875d
JM
441152012-05-14 Joseph Myers <joseph@codesourcery.com>
44116
44117 [BZ #13717]
44118 * sysdeps/unix/sysv/linux/configure.in (arch_minimum_kernel): Set
44119 to 2.2.0 where earlier.
44120 * sysdeps/unix/sysv/linux/configure: Regenerated.
44121 * sysdeps/unix/sysv/linux/getcwd.c [!__ASSUME_GETCWD_SYSCALL]:
44122 Remove conditional code.
44123 [__ASSUME_GETCWD_SYSCALL]: Make code unconditional.
44124 * sysdeps/unix/sysv/linux/i386/chown.c [!__ASSUME_LCHOWN_SYSCALL]:
44125 Remove conditional code.
44126 [!__NR_lchown]: Likewise.
44127 [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44128 [__NR_lchown]: Likewise.
44129 * sysdeps/unix/sysv/linux/i386/fchownat.c (fchownat): Remove
44130 comment referencing __ASSUME_LCHOWN_SYSCALL.
44131 * sysdeps/unix/sysv/linux/i386/sigaction.c
44132 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44133 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44134 * sysdeps/unix/sysv/linux/if_index.c [!__ASSUME_SIOCGIFNAME]:
44135 Remove conditional code.
44136 [__ASSUME_SIOCGIFNAME ]: Make code unconditional.
44137 (__protocol_available): Remove #if 0 code.
44138 * sysdeps/unix/sysv/linux/ifreq.c [!__ASSUME_SIOCGIFNAME]: Remove
44139 conditional code.
44140 [__ASSUME_SIOCGIFNAME]: Make code unconditional.
44141 * sysdeps/unix/sysv/linux/kernel-features.h
44142 (__ASSUME_GETCWD_SYSCALL): Don't define.
44143 (__ASSUME_REALTIME_SIGNALS): Likewise.
44144 (__ASSUME_PREAD_SYSCALL): Likewise.
44145 (__ASSUME_PWRITE_SYSCALL): Likewise.
44146 (__ASSUME_POLL_SYSCALL): Likewise.
44147 (__ASSUME_LCHOWN_SYSCALL): Likewise.
44148 (__ASSUME_SETRESUID_SYSCALL): Define for all kernel versions for
44149 non-SPARC.
44150 (__ASSUME_SIOCGIFNAME): Don't define.
44151 (__ASSUME_MSG_NOSIGNAL): Likewise.
44152 (__ASSUME_SENDFILE): Define unconditionally.
44153 (__ASSUME_PROC_SELF_FD_SYMLINK): Don't define.
44154 * sysdeps/unix/sysv/linux/poll.c [!__ASSUME_POLL_SYSCALL]: Remove
44155 conditional code.
44156 [__ASSUME_POLL_SYSCALL]: Make code unconditional.
44157 * sysdeps/unix/sysv/linux/powerpc/chown.c (__chown)
44158 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44159 (__chown) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44160 * sysdeps/unix/sysv/linux/powerpc/fchownat.c (fchownat)
44161 [!__ASSUME_LCHOWN_SYSCALL]: Remove conditional code.
44162 (fchownat) [__ASSUME_LCHOWN_SYSCALL]: Make code unconditional.
44163 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread.c
44164 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44165 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44166 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pread64.c
44167 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44168 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44169 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite.c
44170 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44171 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44172 * sysdeps/unix/sysv/linux/powerpc/powerpc32/pwrite64.c
44173 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44174 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44175 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread.c
44176 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44177 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44178 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pread64.c
44179 [!__ASSUME_PREAD_SYSCALL]: Remove conditional code.
44180 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44181 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite.c
44182 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44183 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44184 * sysdeps/unix/sysv/linux/powerpc/powerpc64/pwrite64.c
44185 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44186 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44187 * sysdeps/unix/sysv/linux/pread.c [!__ASSUME_PREAD_SYSCALL]:
44188 Remove conditional code.
44189 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44190 * sysdeps/unix/sysv/linux/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44191 Remove conditional code.
44192 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44193 * sysdeps/unix/sysv/linux/ptsname.c (__ptsname_internal)
44194 [__LINUX_KERNEL_VERSION < 131443]: Remove conditional code.
44195 * sysdeps/unix/sysv/linux/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44196 Remove conditional code.
44197 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44198 * sysdeps/unix/sysv/linux/pwrite64.c [!__ASSUME_PWRITE_SYSCALL]:
44199 Remove conditional code.
44200 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44201 * sysdeps/unix/sysv/linux/sh/pread.c [!__ASSUME_PREAD_SYSCALL]:
44202 Remove conditional code.
44203 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44204 * sysdeps/unix/sysv/linux/sh/pread64.c [!__ASSUME_PREAD_SYSCALL]:
44205 Remove conditional code.
44206 [__ASSUME_PREAD_SYSCALL]: Make code unconditional.
44207 * sysdeps/unix/sysv/linux/sh/pwrite.c [!__ASSUME_PWRITE_SYSCALL]:
44208 Remove conditional code.
44209 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44210 * sysdeps/unix/sysv/linux/sh/pwrite64.c
44211 [!__ASSUME_PWRITE_SYSCALL]: Remove conditional code.
44212 [__ASSUME_PWRITE_SYSCALL]: Make code unconditional.
44213 * sysdeps/unix/sysv/linux/sigaction.c
44214 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44215 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44216 * sysdeps/unix/sysv/linux/sigpending.c
44217 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44218 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44219 * sysdeps/unix/sysv/linux/sigprocmask.c
44220 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44221 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44222 * sysdeps/unix/sysv/linux/sigsuspend.c
44223 [!__ASSUME_REALTIME_SIGNALS]: Remove conditional code.
44224 [__ASSUME_REALTIME_SIGNALS]: Make code unconditional.
44225 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c
44226 (__libc_missing_rt_sigs): Remove.
44227 (__libc_sigaction) [__NR_rt_sigaction]: Make code unconditional.
44228 (__libc_sigaction): Do not handle ENOSYS from rt_sigaction.
44229 * sysdeps/unix/sysv/linux/syslog.c [!__ASSUME_MSG_NOSIGNAL]:
44230 Remove conditional code.
44231 [__ASSUME_MSG_NOSIGNAL]: Make code unconditional.
44232 * sysdeps/unix/sysv/linux/testrtsig.h (kernel_has_rtsig): Always
44233 return 1.
44234 * sysdeps/unix/sysv/linux/ttyname.c (ttyname)
44235 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Remove conditional code.
44236 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r)
44237 [!__ASSUME_PROC_SELF_FD_SYMLINK]: Likewise.
44238
1bfb7291
AJ
442392012-05-14 Andreas Jaeger <aj@suse.de>
44240
caae5a81
AJ
44241 * sysdeps/i386/fpu/bits/mathinline.h (__pow2): Remove,
44242 it's not used in glibc.
44243 (__coshm1): Likewise.
44244 (__acosh1p): Likewise.
44245 (__sgn): Likewise.
44246
1bfb7291
AJ
44247 * manual/string.texi (Copying and Concatenation): Add missing
44248 variable in concat example.
44249 Reported by David C. Rankin <drankinatty@suddenlinkmail.com>.
44250
c044d724
L
442512012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44252
144c5467 44253 [BZ #14103]
c044d724
L
44254 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Replace
44255 __builtin_clzl with __builtin_clzll.
44256
2523c62b
L
442572012-05-14 H.J. Lu <hongjiu.lu@intel.com>
44258
44259 [BZ #14104]
44260 * sysdeps/unix/sysv/linux/check_pf.c (cache): Use
44261 libc_freeres_ptr.
44262
d7bb4c42
LD
442632012-05-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
44264
44265 * sysdeps/i386/i686/fpu/multiarch/Makefile: New file.
44266 * sysdeps/i386/i686fpu/multiarch/e_expf.c: New file.
44267 * sysdeps/i386/i686fpu/multiarch/e_expf-ia32.S: New file.
44268 * sysdeps/i386/i686/fpu/multiarch/e_expf-sse2.S: New file.
44269
9dc4e1fb
MF
442702012-05-14 Mike Frysinger <vapier@gentoo.org>
44271
44272 * NEWS: Update ia64 info.
44273
c7df0112
AS
442742012-05-12 Andreas Schwab <schwab@linux-m68k.org>
44275
44276 * sysdeps/powerpc/memmove.c (MEMMOVE): Don't return a value if
44277 used as bcopy.
44278
dc70356c
TS
442792012-05-12 Thomas Schwinge <thomas@codesourcery.com>
44280
44281 * io/dup3.c (dup3): Rename to __dup3, add weak alias for dup3.
44282 * sysdeps/unix/syscalls.list (dup3): Likewise.
44283 * libio/freopen.c (freopen): Invoke __dup3 instead of dup3.
44284 * libio/freopen64.c (freopen64): Invoke __dup3 instead of dup3.
44285
9fb1a21f
L
442862012-05-11 H.J. Lu <hongjiu.lu@intel.com>
44287
44288 * elf/stackguard-macros.h (STACK_CHK_GUARD) [__x86_64__]: Use
44289 "%c1" with "i" (offsetof (tcbhead_t, stack_guard)).
44290
4822a2a5
L
442912012-05-11 H.J. Lu <hongjiu.lu@intel.com>
44292
44293 * elf/tls-macros.h (TLS_LE): Use mov instead of movq to load
44294 thread pointer.
44295 (TLS_IE): Use mov/add instead of movq/addq to load thread
44296 pointer.
44297 (TLS_GD_PREFIX): New.
44298 (TLS_GD): Use it.
44299
842b81d6
DM
443002012-05-11 David S. Miller <davem@davemloft.net>
44301
44302 * sysdeps/sparc/fpu/bits/fenv.h (__fenv_stfsr): Add __volatile__.
44303 * sysdeps/sparc/fpu/fpu_control.h (_FPU_GETCW): Likewise.
44304 (_FPU_SETCW): Likewise.
44305
1cf463cd
L
443062012-05-10 H.J. Lu <hongjiu.lu@intel.com>
44307
44308 * sysdeps/x86_64/dl-trampoline.S: Check if RTLD_SAVESPACE_SSE
44309 is 32-byte aligned.
44310
60cc4a18
AS
443112012-05-11 Andreas Schwab <schwab@linux-m68k.org>
44312
44313 [BZ #11837]
44314 * iconvdata/gb18030.c: Update tables.
44315 (BODY for FROM_LOOP): Update. Handle two-byte encoded non-BMP
44316 characters specially.
44317 (BODY for TO_LOOP): Add encoding of missing ranges.
44318
febb44a4
TS
443192012-05-11 Thomas Schwinge <thomas@codesourcery.com>
44320
44321 [BZ #13673]
44322 * sysdeps/mach/hurd/accept4.c: Replace FSF snail mail address with URL.
44323 * sysdeps/mach/hurd/dup3.c: Likewise.
44324 * sysdeps/mach/hurd/readlinkat.c: Likewise.
44325 * sysdeps/powerpc/memmove.c:: Likewise.
44326
0a10fb9e
L
443272012-05-10 H.J. Lu <hongjiu.lu@intel.com>
44328
44329 * sysdeps/x86_64/dl-machine.h (elf_machine_rela_relative): Handle
44330 R_X86_64_RELATIVE64 only if RTLD_BOOTSTRAP isn't defined.
44331
df8a552f
L
443322012-05-10 H.J. Lu <hongjiu.lu@intel.com>
44333
44334 * elf/elf.h (R_X86_64_RELATIVE64): New.
44335 (R_X86_64_NUM): Updated.
44336 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Handle
44337 R_X86_64_RELATIVE64. Always use Elf64_Addr with R_X86_64_64.
44338 (elf_machine_rela_relative): Handle R_X86_64_RELATIVE64.
44339 * sysdeps/x86_64/Makefile (tests): Add tst-quad1 tst-quad2
44340 tst-quad1pie tst-quad2pie
44341 (modules-names): Add tst-quadmod1 tst-quadmod2.
44342 ($(objpfx)tst-quad1): New dependency.
44343 ($(objpfx)tst-quad2): Likewise.
44344 ($(objpfx)tst-quad1pie): Likewise.
44345 ($(objpfx)tst-quad2pie): Likewise.
44346 * sysdeps/x86_64/tst-quad1.c: New file.
44347 * sysdeps/x86_64/tst-quad1pie.c: New file.
44348 * sysdeps/x86_64/tst-quad2.c: Likewise.
44349 * sysdeps/x86_64/tst-quad2pie.c: Likewise.
44350 * sysdeps/x86_64/tst-quadmod1.S: Likewise.
44351 * sysdeps/x86_64/tst-quadmod1pie.S: Likewise.
44352 * sysdeps/x86_64/tst-quadmod2.S: Likewise.
44353 * sysdeps/x86_64/tst-quadmod2pie.S: Likewise.
44354
f34d6f84
ST
443552012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44356
f42d41d1
ST
44357 * io/fcntl.h (mode_t, off_t, pid_t): Define types.
44358 (__mode_t_defined, __off_t_defined, __pid_t_defined): Define macros.
44359 * streams/stropts.h (t_scalar_t): Define type.
44360
3c3571fc
ST
44361 * sysdeps/generic/paths.h (_PATH_MAN): Set to "/usr/share/man"
44362 (_PATH_PRESERVE): Set to "/var/lib".
44363 (_PATH_RWHODIR): Set to "/var/spool/rwho".
44364
61f06bd3
ST
44365 * sysdeps/mach/hurd/openat.c (__openat): Set type of MODE to mode_t
44366 instead of int.
44367
918d4d71
ST
44368 * sysdeps/mach/hurd/xmknodat.c (__xmknodat): Deallocate NODE port only
44369 if __dir_mkfile succeeded.
44370
f34d6f84
ST
44371 * sysdeps/mach/hurd/dup3.c: Lock _hurd_dtable_lock before
44372 checking for _hurd_dtablesize. Unlock it right after having
44373 finished _hurd_dtable allocation.
44374
10589b4a
TS
443752012-05-10 Thomas Schwinge <thomas@schwinge.name>
44376
674cdbc7
TS
44377 * sysdeps/mach/hurd/configure.in: Remove warning for --prefix=[...].
44378 * sysdeps/mach/hurd/configure: Regenerated.
44379 * sysdeps/unix/sysv/linux/configure.in: Move --prefix=/usr
44380 special-casing to...
44381 * sysdeps/gnu/configure.in: ... this new file.
44382 * sysdeps/unix/sysv/linux/configure: Regenerated.
44383 * sysdeps/gnu/configure: New generated file.
44384
8e41b99f
TS
44385 * sysdeps/mach/hurd/bits/stat.h (struct stat): Align to what is done
44386 for Linux: use nsec instead of usec, as well as:
44387 [__USE_MISC || __USE_XOPEN2K8] (st_atim, st_mtim, st_ctim): New
44388 members of type struct timespec.
44389 [__USE_MISC || __USE_XOPEN2K8] (st_atime, st_mtime, st_ctime):
44390 New macros.
44391 (struct stat64): Likewise.
44392 (_STATBUF_ST_NSEC): New macro.
44393 * sysdeps/mach/hurd/xstatconv.c (xstat64_conv): Adapt to that.
44394
10589b4a
TS
44395 * hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Use
44396 __strtoul_internal rather than strtoul.
44397
63643c85
PT
443982012-05-10 Pino Toscano <toscano.pino@tiscali.it>
44399
44400 * hurd/hurdsock.c (_hurd_socket_server): Check for negative domains,
44401 and reject them.
44402
3faebe6a
ST
444032012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44404
44405 * sysdeps/mach/hurd/setresgid.c (__setresgid): Handle the -1 case,
44406 which preserves existing values.
44407 * sysdeps/mach/hurd/setresuid.c (__setresuid): Likewise.
44408
c6474b07
PT
444092012-05-10 Pino Toscano <toscano.pino@tiscali.it>
44410
44411 * hurd/hurdselect.c (_hurd_select): Return EINVAL for negative
44412 TIMEOUT values. Return EINVAL for NFDS values either negative or
44413 greater than FD_SETSIZE.
44414
1043890b
ST
444152012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44416
44417 * sysdeps/mach/hurd/brk.c (_hurd_set_brk): When more space needs to be
44418 allocated, call __vm_protect to finish enabling the existing space, and
44419 pass a copy of _hurd_data_end instead of PAGEBRK to __vm_allocate to
44420 allocate the remainder.
44421
37ed8b9b
PT
444222012-05-10 Pino Toscano <toscano.pino@tiscali.it>
44423
44424 * sysdeps/mach/hurd/recvfrom.c (__recvfrom): Check also for a null
44425 address port. Set ADDR_LEN to 0 when not filling ADDRARG.
44426
db653660
ST
444272012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44428
37ed8b9b
PT
44429 * sysdeps/mach/hurd/readlinkat.c: New file, heavily derived from
44430 sysdeps/mach/hurd/readlink.c.
b29d4053 44431
db653660
ST
44432 * posix/tst-sysconf.c (posix_options): Only use
44433 _POSIX_PRIORITIZED_IO, _POSIX_PRIORITY_SCHEDULING, and
44434 _POSIX_SYNCHRONIZED_IO when they are defined
44435 * sysdeps/mach/hurd/bits/posix_opt.h:
44436 (_POSIX_PRIORITY_SCHEDULING): Undefine macro.
44437 (_XOPEN_REALTIME): Undefine macro.
44438 (_XOPEN_REALTIME_THREADS): Undefine macro.
44439 (_XOPEN_SHM): Undefine macro.
44440 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_INHERIT): Define
44441 macro to -1.
44442 [__USE_XOPEN2K8] (_POSIX_THREAD_ROBUST_PRIO_PROTECT): Define
44443 macro to -1.
44444 (_POSIX_ASYNC_IO): Undefine macro.
44445 (_POSIX_PRIORITIZED_IO): Undefine macro.
44446 (_POSIX_SPIN_LOCKS): Define macro to -1.
44447
ee16e894
ST
44448 * bits/sigaction.h [__USE_XOPEN2K8]: Define SA_RESTART,
44449 SA_NODEFER, SA_RESETHAND.
44450 * sysdeps/mach/hurd/bits/fcntl.h [__USE_XOPEN2K8]: Define
44451 O_NOFOLLOW, O_DIRECTORY, O_CLOEXEC, F_GETOWN, F_SETOWN,
44452 F_DUPFD_CLOEXEC.
44453
6103ae3b
TS
444542012-05-10 Thomas Schwinge <thomas@schwinge.name>
44455
44456 * elf/Makefile (pldd-modules): Define unconditionally.
44457
80b4e5f3
TS
444582012-05-10 Thomas Schwinge <thomas@schwinge.name>
44459
44460 * sysdeps/mach/hurd/opendir.c (__opendirat): New function.
44461
edadcbd6
ST
444622012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44463
44464 * hurd/hurdchdir.c (_hurd_change_directory_port_from_name):
44465 Return ENOENT when name is empty.
44466 * sysdeps/mach/hurd/chroot.c (chroot): Likewise.
44467
80694780
TS
444682012-05-10 Thomas Schwinge <thomas@schwinge.name>
44469
1792c087
TS
44470 * include/libc-symbols.h [NO_HIDDEN] (hidden_nolink): New macro.
44471
80694780
TS
44472 * nss/makedb.c (MAP_POPULATE): If not defined, define to zero.
44473
6b645f0d
ST
444742012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44475
80694780
TS
44476 Fix mlock in all cases except non-readable pages.
44477 * sysdeps/mach/hurd/mlock.c (mlock): Give VM_PROT_READ
44478 instead of VM_PROT_ALL as parameter to __vm_wire function.
66cbbebc 44479
6b645f0d
ST
44480 * sysdeps/mach/hurd/mkdir.c: Include <string.h>.
44481 (__mkdir): When path is `/', just fail with EEXIST.
44482 * sysdeps/mach/hurd/mkdirat.c: Likewise.
44483
e468f8a3
TS
444842012-05-10 Thomas Schwinge <thomas@schwinge.name>
44485
44486 * nss/makedb.c: Include <sys/param.h> (for MAX and roundup), and
44487 <sys/uio.h> (for writev).
44488 * nss/nss_db/db-initgroups.c: Include <limits.h> (for ULONG_MAX),
44489 and <sys/param.h> (for MIN).
44490
a4186cff
PT
444912012-05-10 Pino Toscano <toscano.pino@tiscali.it>
44492
44493 * sysdeps/mach/nanosleep.c: Return EINVAL for invalid values of
44494 REQUESTED_TIME. Properly set the remaining time and return EINTR
44495 if interrupted.
44496
510bbf14
TS
444972012-05-10 Thomas Schwinge <thomas@schwinge.name>
44498
44499 * sysdeps/mach/hurd/Makefile ($(common-objpfx)linkobj/libc.so):
44500 Depend on against $(link-rpcuserlibs).
44501
5d5722e8
ST
445022012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44503
a4186cff
PT
44504 * sysdeps/generic/ldsodefs.h [LIBC_STACK_END_NOT_RELRO]
44505 (__libc_stack_end): Do not use attribute_relro.
44506 * sysdeps/mach/hurd/dl-sysdep.h (LIBC_STACK_END_NOT_RELRO): Define.
44507 * sysdeps/mach/hurd/i386/init-first.c (init): Update __libc_stack_end
5d5722e8 44508 to libthread-provided value.
a4186cff
PT
44509 * sysdeps/mach/hurd/dl-sysdep.c (__libc_stack_end): Do not use
44510 attribute_relro.
5d5722e8 44511
37233df9
TS
445122012-05-10 Thomas Schwinge <thomas@schwinge.name>
44513
be971a2b
TS
44514 [BZ #3748]
44515 * bits/libc-lock.h (__libc_once_get): New macro.
44516 * sysdeps/mach/bits/libc-lock.h: Likewise.
44517 * sysdeps/mach/hurd/bits/libc-lock.h: Likewise.
44518 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Use __libc_once_get
44519 instead of using implementation details.
44520
37233df9
TS
44521 * libio/fileops.c: Unconditionally include <kernel-features.h>.
44522 * libio/freopen.c: Likewise.
44523 * libio/freopen64.c: Likewise.
44524 * misc/syslog.c: Likewise.
44525 * nscd/connections.c: Likewise.
44526 * nscd/netgroupcache.c: Likewise.
44527 * sysdeps/posix/getcwd.c: Likewise.
44528
38de94a5
RM
445292012-05-10 Roland McGrath <roland@hack.frob.com>
44530
44531 * math/w_ilogbf.c: Add #include <limits.h>.
44532
67530489
ST
445332012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44534
a4186cff 44535 * sysdeps/mach/hurd/setitimer.c (setitimer_locked): Use common exit
bbc49098
ST
44536 path instead of returning without unlocking.
44537
67530489
ST
44538 * sysdeps/mach/hurd/bits/ioctls.h (_IOIW): New macro for
44539 immediate-write ioctls.
44540 * sysdeps/mach/hurd/ioctl.c: Handle cases with no arguments.
44541
5aa3a74a
TS
445422012-05-10 Thomas Schwinge <thomas@schwinge.name>
44543
18bad2ae
TS
44544 * sysdeps/mach/hurd/i386/init-first.c (init): Use
44545 __builtin_frame_address instead of making assumptions about the
44546 location of the return address relative to DATA. Force early load of
44547 the return address.
44548 (_dl_init_first, doinit1 in doinit in _hurd_stack_setup): Don't use
44549 __builtin_frame_address.
44550
5aa3a74a
TS
44551 dup3 for GNU Hurd.
44552 * include/unistd.h: Declare __dup3 and use libc_hidden_proto on it.
44553 * sysdeps/mach/hurd/dup3.c: New file, copy from dup2.c. Evolve it to
44554 implement dup3 and do some further code clean-ups.
44555 * sysdeps/mach/hurd/dup2.c (__dup2): Reimplement using __dup3.
44556 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_DUP3): Define.
44557
ecd0de9a
ST
445582012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44559
cd9fa985
ST
44560 * sysdeps/mach/hurd/dl-sysdep.c: Conditionalize contents on [SHARED].
44561
a4186cff
PT
44562 * hurd/hurd/fd.h (_hurd_fd_get): Call HURD_CRITICAL_BEGIN/
44563 HURD_CRITICAL_END around holding _hurd_dtable_lock.
44564 * sysdeps/mach/hurd/dirfd (dirfd): Likewise.
44565 * sysdeps/mach/hurd/opendir.c (_hurd_fd_opendir): Call
44566 HURD_CRITICAL_BEGIN/HURD_CRITICAL_END around holding
44567 d->port.lock.
802ca5a5 44568
a4186cff
PT
44569 * hurd/catch-signal.c (hurd_catch_signal): Use sigsetjmp/siglongjmp
44570 instead of setjmp/longjmp to restore the signal mask. Call sigsetjmp
44571 when handler == SIG_ERR, not when handler != SIG_ERR.
ecd0de9a 44572
bcf55240
TS
445732012-05-10 Thomas Schwinge <thomas@schwinge.name>
44574
6960eb42
TS
44575 * sysdeps/mach/hurd/bits/socket.h: New file, copy from the bsd4.4 one.
44576 (SOCK_MAX, SOCK_TYPE_MASK, SOCK_CLOEXEC, SOCK_NONBLOCK): New
44577 definitions.
44578
eb43375f
TS
44579 accept4 for GNU Hurd.
44580 * include/sys/socket.h (__libc_accept4): New prototype.
44581 * sysdeps/mach/hurd/accept4.c: New file, copy from accept.c. Evolve it
44582 to implement __libc_accept4.
44583 * sysdeps/mach/hurd/accept.c (accept): Reimplement using
44584 __libc_accept4.
44585 * sysdeps/mach/hurd/kernel-features.h (__ASSUME_ACCEPT4): Define.
44586
bcf55240
TS
44587 * sysdeps/mach/hurd/i386/____longjmp_chk.S: New file.
44588 * sysdeps/mach/hurd/i386/signal-defines.sym: New file.
44589 * sysdeps/mach/hurd/i386/Makefile (gen-as-const-headers): Add
44590 signal-defines.sym.
44591
6178c55b
ST
445922012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44593
a4186cff 44594 * bits/in.h (SOL_IP, SOL_IPV6, SOL_ICMPV6): New macros.
6178c55b 44595
6f080c2f
TS
445962012-05-10 Thomas Schwinge <thomas@schwinge.name>
44597
44598 * sysdeps/mach/hurd/dl-sysdep.c (open_file): Do not raise
44599 assertion on O_CLOEXEC flag.
44600 * hurd/hurd/fd.h: Update comment to mention O_CLOEXEC.
44601 * hurd/intern-fd.c: Likewise.
44602 * hurd/port2fd.c: Likewise.
44603
bcfe3a54
ST
446042012-05-10 Samuel Thibault <samuel.thibault@ens-lyon.org>
44605
44606 [BZ #3906]
44607 * bits/in.h (IPV6_PKTINFO): Define new macro.
44608 (IPV6_RXINFO,IPV6_TXINFO,SCM_SRCINFO): Redefine to IPV6_PKTINFO.
44609
89c9aa49
AZ
446102012-05-09 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
44611
44612 [BZ #13954]
44613 [BZ #13955]
44614 [BZ #13956]
44615 * sysdeps/ieee754/dbl-64/s_logb.c (__logb): Fix for subnormal number.
44616 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c (__logb): Likewise.
44617 * sysdeps/ieee754/flt-32/s_logbf.c (__logf): Likewise.
44618 * sysdeps/ieee754/ldbl-128/s_logbl.c (__logbl): Likewise.
44619 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c (__logbl): Likewise.
44620 * sysdeps/ieee754/ldbl-96/s_logbl.c (__logbl): Likewise.
44621 * math/libm-test.inc (logb_test) : Additional logb tests.
44622
021db4be
AJ
446232012-05-09 Andreas Schwab <schwab@linux-m68k.org>
44624 Andreas Jaeger <aj@suse.de>
44625
44626 * configure.in (obsolete-rpc): Add new option --enable-obsolete-rpc.
44627 * configure: Regenerated.
44628 * config.h.in (LINK_OBSOLETE_RPC): New macro.
44629 * config.make.in (link-obsolete-rpc): New substituted variable.
44630 * include/libc-symbols.h (libc_hidden_nolink_sunrpc): Rename from
44631 libc_hidden_nolink and define based on LINK_OBSOLETE_RPC.
44632 * sunrpc/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44633 (shared-only-routines): Don't set it under [link-obsolete-rpc],
44634 so that libc.a contains the symbols.
44635 * nis/Makefile (headers) [link-obsolete-rpc]: Add rpc headers.
44636 * sunrpc/auth_des.c: Use libc_hidden_nolink_sunrpc.
44637 * sunrpc/auth_none.c: Likewise.
44638 * sunrpc/auth_unix.c: Likewise.
44639 * sunrpc/authdes_prot.c: Likewise.
44640 * sunrpc/authuxprot.c: Likewise.
44641 * sunrpc/clnt_gen.c: Likewise.
44642 * sunrpc/clnt_perr.c: Likewise.
44643 * sunrpc/clnt_raw.c: Likewise.
44644 * sunrpc/clnt_simp.c: Likewise.
44645 * sunrpc/clnt_tcp.c: Likewise.
44646 * sunrpc/clnt_udp.c: Likewise.
44647 * sunrpc/clnt_unix.c: Likewise.
44648 * sunrpc/des_crypt.c: Likewise.
44649 * sunrpc/des_soft.c: Likewise.
44650 * sunrpc/get_myaddr.c: Likewise.
44651 * sunrpc/key_call.c: Likewise.
44652 * sunrpc/key_prot.c: Likewise.
44653 * sunrpc/netname.c: Likewise.
44654 * sunrpc/pm_getmaps.c: Likewise.
44655 * sunrpc/pm_getport.c: Likewise.
44656 * sunrpc/pmap_clnt.c: Likewise.
44657 * sunrpc/pmap_prot.c: Likewise.
44658 * sunrpc/pmap_prot2.c: Likewise.
44659 * sunrpc/pmap_rmt.c: Likewise.
44660 * sunrpc/publickey.c: Likewise.
44661 * sunrpc/rpc_cmsg.c: Likewise.
44662 * sunrpc/rpc_common.c: Likewise.
44663 * sunrpc/rpc_dtable.c: Likewise.
44664 * sunrpc/rpc_prot.c: Likewise.
44665 * sunrpc/rpc_thread.c: Likewise.
44666 * sunrpc/rtime.c: Likewise.
44667 * sunrpc/svc.c: Likewise.
44668 * sunrpc/svc_auth.c: Likewise.
44669 * sunrpc/svc_raw.c: Likewise.
44670 * sunrpc/svc_run.c: Likewise.
44671 * sunrpc/svc_tcp.c: Likewise.
44672 * sunrpc/svc_udp.c: Likewise.
44673 * sunrpc/svc_unix.c: Likewise.
44674 * sunrpc/svcauth_des.c: Likewise.
44675 * sunrpc/xcrypt.c: Likewise.
44676 * sunrpc/xdr.c: Likewise.
44677 * sunrpc/xdr_array.c: Likewise.
44678 * sunrpc/xdr_float.c: Likewise.
44679 * sunrpc/xdr_intXX_t.c: Likewise.
44680 * sunrpc/xdr_mem.c: Likewise.
44681 * sunrpc/xdr_rec.c: Likewise.
44682 * sunrpc/xdr_ref.c: Likewise.
44683 * sunrpc/xdr_sizeof.c: Likewise.
44684 * sunrpc/xdr_stdio.c: Likewise.
44685
b5c086a2
RM
446862012-05-10 Roland McGrath <roland@hack.frob.com>
44687
44688 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Fix typo in last
44689 change. Update copyright years.
44690
6d74dd09
JM
446912012-05-10 Joseph Myers <joseph@codesourcery.com>
44692
44693 * include/stdc-predef.h (__STDC_NO_THREADS__): Define.
44694
28e72501
MK
446952012-05-10 Maxim Kuvyrkov <maxim@codesourcery.com>
44696 Joseph Myers <joseph@codesourcery.com>
44697 Paul Pluzhnikov <ppluzhnikov@google.com>
44698
44699 [BZ #14012]
44700 * sunrpc/Makefile [cross-compiling] (headers): Enable additions
44701 requiring rpcgen.
44702 [cross-compiling] (extra-libs): Likewise.
44703 [cross-compiling] (extra-libs-others): Likewise.
44704 [cross-compiling] (librpcsvc-routines): Likewise.
44705 [cross-compiling] (librpcsvc-inhibit-o): Likewise.
44706 [cross-compiling] (omit-deps): Likewise.
44707 (sunrpc-CPPFLAGS): New variable.
44708 (CPPFLAGS): Define using $(sunrpc-CPPFLAGS).
44709 (BUILD_CPPFLAGS): Append $(sunrpc-CPPFLAGS).
44710 (cross-rpcgen-objs): New variable.
44711 (extra-objs): Append $(cross-rpcgen-objs).
44712 ($(cross-rpcgen-objs)): New rule.
44713 ($(objpfx)cross-rpcgen): Likewise.
44714 (rpcgen-cmd): Define to use $(built-program-file). Expand
44715 comment.
44716 ($(objpfx)rpcsvc/%.stmp): Depend on cross-rpcgen.
44717 ($(objpfx)x%.stmp): Likewise.
44718 * sunrpc/proto.h [IS_IN_build] (_): Define.
44719 [IS_IN_build] (_libc_intl_domainname): Likewise.
44720
c8c59454
L
447212012-05-10 H.J. Lu <hongjiu.lu@intel.com>
44722
44723 * sysdeps/x86_64/dl-machine.h (elf_machine_rela) [__ILP32__]:
44724 Sign extend relocation result to 64 bits for R_X86_64_DTPOFF64
44725 and R_X86_64_TPOFF64.
44726
6f27cd16
JM
447272012-05-10 Joseph Myers <joseph@codesourcery.com>
44728
44729 * sysdeps/unix/sysv/linux/syscalls.list (alarm): Add entry from
44730 sysdeps/unix/sysv/syscalls.list.
44731 (stime): Likewise.
44732 (utime): Likewise.
44733 * sysdeps/unix/sysv/syscalls.list: Remove file.
44734
02467e1c
PE
447352012-05-10 Paul Eggert <eggert@cs.ucla.edu>
44736
44737 [BZ #3440]
44738 * locale/bits/locale.h (__LC_CTYPE, __LC_NUMERIC, __LC_TIME)
44739 (__LC_COLLATE, __LC_MONETARY, __LC_MESSAGES, __LC_ALL, __LC_PAPER)
44740 (__LC_NAME, __LC_ADDRESS, __LC_TELEPHONE, __LC_MEASUREMENT)
44741 (__LC_IDENTIFICATION): Make these macros useful in #if
44742 expressions, as required by C99.
44743
da392631
AS
447442012-05-10 Andreas Schwab <schwab@linux-m68k.org>
44745
44746 * sunrpc/Makefile (extra-objs) [$(build-shared) = yes]: Add
44747 $(addsuffix .os,$(rpc-compat-routines)). Move include ../Rules
44748 after this.
44749
8115f29b
L
447502012-05-09 H.J. Lu <hongjiu.lu@intel.com>
44751
44752 * stdlib/longlong.h: Updated from GCC.
44753
bdd74070
AJ
447542012-05-09 Andreas Jaeger <aj@suse.de>
44755
edfe0dbe
AJ
44756 * nscd/nscd.c (run_modes): Make named enum, reorder so that
44757 default is first entry.
44758 (run_mode): Set type.
44759 (main): Remove informal message about syslog.
44760 (options): Fix typo.
44761
bcfe3a54
ST
44762 [BZ #14053]
44763 * sysdeps/x86_64/fpu/bits/mathinline.h (lrintf): Add __volatile
bdd74070 44764 to asm.
bcfe3a54
ST
44765 (lrint): Likewise.
44766 (llrintf): Likewise.
44767 (llrint): Likewise.
44768 (rint): Likewise.
44769 (rintf): Likewise.
44770 (nearbyint): Likewise.
44771 (nearbyintf): Likewise.
bdd74070 44772
91d8d69e
AJ
447732012-05-09 Andreas Jaeger <aj@suse.de>
44774 Pedro Alves <palves@redhat.com>
44775
44776 * nscd/nscd.c (run_mode): Use enum.
44777 (main): Cleanup coding style issue.
44778
bb90b80b
AJ
447792012-05-09 Alexandre Oliva <aoliva@redhat.com>
44780 Andreas Jaeger <aj@suse.de>
44781
bcfe3a54
ST
44782 * nscd/nscd.c (go_background): Replaced with...
44783 (run_mode): ... this.
bb90b80b 44784 (RUN_FOREGROUND, RUN_DAEMONIZE, RUN_DEBUG): Add.
bcfe3a54
ST
44785 (options): Add -F --foreground.
44786 (main): Implement it.
44787 (parse_opt): Parse it.
bb90b80b 44788
1a4b75a1
AJ
447892012-05-09 Andreas Jaeger <aj@suse.de>
44790
44791 [BZ #14083]
44792 * string/bits/string2.h (strspn) [__GNUC_PREREQ(3, 2) &&
44793 !_HAVE_STRING_ARCH_strspn]: Cast zero to size_t to avoid
44794 -Wconversion warning.
44795 (strspn) [!__GNUC_PREREQ(3, 2) && !_HAVE_STRING_ARCH_strspn]:
44796 Likewise.
44797
b1cc2472
JM
447982012-05-09 Joseph Myers <joseph@codesourcery.com>
44799
44800 * conform/data/locale.h-data (NULL): Use macro-constant. Require
44801 == 0.
44802 (LC_ALL): Use macro-int-constant.
44803 (LC_COLLATE): Likewise.
44804 (LC_CTYPE): Likewise.
44805 (LC_MESSAGES): Likewise.
44806 (LC_MONETARY): Likewise.
44807 (LC_NUMERIC): Likewise.
44808 (LC_TIME): Likewise.
44809 [ISO || ISO99 || ISO11] (LC_MESSAGES): Do not require.
44810 (LC_*): Change to LC_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44811 [ISO || ISO99 || ISO11] (*_t): Do not allow.
44812 * conform/data/math.h-data (HUGE_VAL): Use macro-constant.
44813 Specify type.
44814 [C99-based standards] (float_t): Expect type.
44815 [C99-based standards] (double_t): Expect type.
44816 [C99-based standards] (HUGE_VALF): Use macro-constant. Specify
44817 type.
44818 [C99-based standards] (HUGE_VALL): Likewise.
44819 [C99-based standards] (INFINITY): Likewise.
44820 [C99-based standards] (NAN): Likewise.
44821 [C99-based standards] (FP_INFINITE): Use macro-int-constant.
44822 [C99-based standards] (FP_NAN): Likewise.
44823 [C99-based standards] (FP_NORMAL): Likewise.
44824 [C99-based standards] (FP_SUBNORMAL): Likewise.
44825 [C99-based standards] (FP_ZERO): Likewise.
44826 [C99-based standards] (FP_FAST_FMA): Use
44827 optional-macro-int-constant. Specify type. Require == 1.
44828 [C99-based standards] (FP_FAST_FMAF): Likewise.
44829 [C99-based standards] (FP_FAST_FMAL): Likewise.
44830 [C99-based standards] (FP_ILOGB0): Use macro-int-constant.
44831 [C99-based standards] (FP_ILOGBNAN): Likewise.
44832 [C99-based standards] (MATH_ERRNO): Use macro-int-constant.
44833 Specify type.
44834 [C99-based standards] (MATH_ERREXCEPT): Likewise.
44835 [C99-based standards] (math_errhandling): Specify type.
44836 [ISO99 || ISO11] (signgam): Do not allow.
44837 [non-C99-based standards] (copysignf): Do not allow.
44838 [non-C99-based standards] (exp2f): Likewise.
44839 [non-C99-based standards] (log2f): Likewise.
44840 [non-C99-based standards] (modff): Allow.
44841 [non-C99-based standards] (erff): Do not allow.
44842 [non-C99-based standards] (erfcf): Likewise.
44843 [non-C99-based standards] (gammaf): Likewise.
44844 [non-C99-based standards] (hypotf): Likewise.
44845 [non-C99-based standards] (j0f): Likewise.
44846 [non-C99-based standards] (j1f): Likewise.
44847 [non-C99-based standards] (jnf): Likewise.
44848 [non-C99-based standards] (lgammaf): Likewise.
44849 [non-C99-based standards] (tgammaf): Likewise.
44850 [non-C99-based standards] (y0f): Likewise.
44851 [non-C99-based standards] (y1f): Likewise.
44852 [non-C99-based standards] (ynf): Likewise.
44853 [non-C99-based standards] (isnanf): Likewise.
44854 [non-C99-based standards] (acoshf): Likewise.
44855 [non-C99-based standards] (asinhf): Likewise.
44856 [non-C99-based standards] (atanhf): Likewise.
44857 [non-C99-based standards] (cbrtf): Likewise.
44858 [non-C99-based standards] (expm1f): Likewise.
44859 [non-C99-based standards] (ilogbf): Likewise.
44860 [non-C99-based standards] (log1pf): Likewise.
44861 [non-C99-based standards] (logbf): Likewise.
44862 [non-C99-based standards] (nextafterf): Likewise.
44863 [non-C99-based standards] (remainderf): Likewise.
44864 [non-C99-based standards] (rintf): Likewise.
44865 [non-C99-based standards] (scalbf): Likewise.
44866 [non-C99-based standards] (copysignl): Likewise.
44867 [non-C99-based standards] (exp2l): Likewise.
44868 [non-C99-based standards] (log2l): Likewise.
44869 [non-C99-based standards] (modfl): Allow.
44870 [non-C99-based standards] (erfl): Do not allow.
44871 [non-C99-based standards] (erfcl): Likewise.
44872 [non-C99-based standards] (gammal): Likewise.
44873 [non-C99-based standards] (hypotl): Likewise.
44874 [non-C99-based standards] (j0l): Likewise.
44875 [non-C99-based standards] (j1l): Likewise.
44876 [non-C99-based standards] (jnl): Likewise.
44877 [non-C99-based standards] (lgammal): Likewise.
44878 [non-C99-based standards] (tgammal): Likewise.
44879 [non-C99-based standards] (y0l): Likewise.
44880 [non-C99-based standards] (y1l): Likewise.
44881 [non-C99-based standards] (ynl): Likewise.
44882 [non-C99-based standards] (isnanl): Likewise.
44883 [non-C99-based standards] (acoshl): Likewise.
44884 [non-C99-based standards] (asinhl): Likewise.
44885 [non-C99-based standards] (atanhl): Likewise.
44886 [non-C99-based standards] (cbrtl): Likewise.
44887 [non-C99-based standards] (expm1l): Likewise.
44888 [non-C99-based standards] (ilogbl): Likewise.
44889 [non-C99-based standards] (log1pl): Likewise.
44890 [non-C99-based standards] (logbl): Likewise.
44891 [non-C99-based standards] (nextafterl): Likewise.
44892 [non-C99-based standards] (remainderl): Likewise.
44893 [non-C99-based standards] (rintl): Likewise.
44894 [non-C99-based standards] (scalbl): Likewise.
44895 [ISO || ISO99 || ISO11] (*_t): Do not allow.
44896 [non-C99-based standards] (FP_*): Do not allow.
44897 [C99-based standards] (FP_*): Change to
44898 FP_[ABCDEFGHIJKLMNOPQRSTUVWXYZ]*.
44899 * conform/data/setjmp.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44900 allow.
44901 * conform/data/signal.h-data (SIG_DFL): Use macro-constant.
44902 (SIG_ERR): Likewise.
44903 [X/Open-based standards] (SIG_HOLD): Likewise.
44904 (SIG_IGN): Likewise.
44905 (SIGABRT): Use macro-int-constant. Specify type. Require
44906 positive value.
44907 (SIGFPE): Likewise.
44908 (SIGILL): Likewise.
44909 (SIGINT): Likewise.
44910 (SIGSEGV): Likewise.
44911 (SIGTER): Likewise.
44912 [!ISO && !ISO99 && !ISO11] (SIGALRM): Likewise.
44913 [!ISO && !ISO99 && !ISO11] (SIGHUP): Likewise.
44914 [!ISO && !ISO99 && !ISO11] (SIGIO): Likewise.
44915 [!ISO && !ISO99 && !ISO11] (SIGKILL): Likewise.
44916 [!ISO && !ISO99 && !ISO11] (SIGPIPE): Likewise.
44917 [!ISO && !ISO99 && !ISO11] (SIGQUIT): Likewise.
44918 [!ISO && !ISO99 && !ISO11] (SIGUSR1): Likewise.
44919 [!ISO && !ISO99 && !ISO11] (SIGUSR2): Likewise.
44920 [!ISO && !ISO99 && !ISO11] (SIGCHLD): Likewise.
44921 [!ISO && !ISO99 && !ISO11] (SIGCONT): Likewise.
44922 [!ISO && !ISO99 && !ISO11] (SIGSTOP): Likewise.
44923 [!ISO && !ISO99 && !ISO11] (SIGTSTP): Likewise.
44924 [!ISO && !ISO99 && !ISO11] (SIGTTIN): Likewise.
44925 [!ISO && !ISO99 && !ISO11] (SIGTTOU): Likewise.
44926 [!ISO && !ISO99 && !ISO11] (SIGBUS): Likewise.
44927 [!ISO && !ISO99 && !ISO11] (SIGPOLL): Likewise.
44928 [!ISO && !ISO99 && !ISO11] (SIGPROF): Likewise.
44929 [!ISO && !ISO99 && !ISO11] (SIGSYS): Likewise.
44930 [X/Open-based standards] (SIGTRAP): Likewise.
44931 [!ISO && !ISO99 && !ISO11] (SIGURG): Likewise.
44932 [!ISO && !ISO99 && !ISO11] (SIGVTALRM): Likewise.
44933 [!ISO && !ISO99 && !ISO11] (SIGXCPU): Likewise.
44934 [!ISO && !ISO99 && !ISO11] (SIGXFSZ): Likewise.
44935 * conform/data/stdarg.h-data [ISO || ISO99 || ISO11] (*_t): Do not
44936 allow.
44937
b9f1922d
IW
449382012-05-08 Ian Wienand <ianw@vmware.com>
44939
44940 [BZ #14080]
44941 * time/tzset.c (__tzset_parse_tz): Update default rules for
44942 daylight time changes in the Energy Policy Act of 2005.
44943
1db86e88
AJ
449442012-05-09 Andreas Jaeger <aj@suse.de>
44945
44946 [BZ #13983]
44947 * elf/ldconfig.c (parse_conf): Change string to make clear that
44948 ldconfig only issued a warning if ld.so.conf does not exist.
44949
dee4a4e3
DM
449502012-05-08 David S. Miller <davem@davemloft.net>
44951
ee0db190
DM
44952 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: Use
44953 movxtod instead of popping the value on the stack.
44954
dee4a4e3
DM
44955 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44956
6a43ec98
CD
449572012-05-08 Carlos O'Donell <carlos_odonell@mentor.com>
44958
44959 * config.h.in: Add HAVE_ARM_PCS_VFP.
44960
05c2c961
RMG
449612012-05-08 Roland Mc Grath <roland@hack.frob.com>
44962
bcfe3a54
ST
44963 [BZ #13979]
44964 * include/features.h: Warn if user requests __FORTIFY_SOURCE
44965 checking but the checks are disabled for any reason.
05c2c961 44966
4b30f61a
L
449672012-05-08 H.J. Lu <hongjiu.lu@intel.com>
44968
44969 * sysdeps/x86_64/dl-machine.h: Replace Elf64_XXX with ElfW(XXX)
44970 and ELF64_R_TYPE with ELFW(R_TYPE).
44971
eee2bc67
JM
449722012-05-08 Joseph Myers <joseph@codesourcery.com>
44973
7ea5391a
JM
44974 * sysdeps/unix/sysv/syscalls.list (pause): Remove.
44975 (ulimit): Likewise.
44976
eee2bc67
JM
44977 * sysdeps/unix/sysv/syscalls.list (setrlimit): Remove.
44978 (settimeofday): Likewise.
44979
abb66a67
MF
449802012-05-08 Mike Frysinger <vapier@gentoo.org>
44981
44982 * inet/arpa/tftp.h (struct tftphdr): Rename th_u to th_u1. Add
44983 a struct th_u2 inside the union, and move tu_block/tu_code into
44984 a new th_u3 union of tu_block/tu_code inside of that. Move
44985 th_data[1] into the th_u2 as tu_data[0]. Change tu_stuff[1] to
44986 tu_stuff[0]. Add a new tu_padding[4] to keep sizeof() the same.
44987 (th_block): Change to th_u1.th_u2.th_u3.tu_block.
44988 (th_code): Change to th_u1.th_u2.th_u3.tu_code.
44989 (th_stuff): Change to th_u1.tu_stuff.
44990 (th_data): Define.
44991 (th_msg): Change to th_u1.th_u2.tu_data.
44992
7f18b530
DM
449932012-05-07 David S. Miller <davem@davemloft.net>
44994
05760585
DM
44995 * sysdeps/sparc/fpu/libm-test-ulps: Update.
44996
7f18b530
DM
44997 [BZ #14074]
44998 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK_CALL): New macro.
44999 (SETUP_PIC_REG): Use it.
45000 (SETUP_PIC_REG_LEAF): Use it.
45001
495fd99f
JM
450022012-05-07 Joseph Myers <joseph@codesourcery.com>
45003
45004 [BZ #13885]
45005 [BZ #13923]
45006 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45007 USE_AS_EXPM1L.
45008 (EXPL_FINITE): Likewise.
45009 (FLDLOG): Likewise.
45010 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45011 * sysdeps/i386/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45012 e_expl.S.
45013 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45014 USE_AS_EXPM1L.
45015 (EXPL_FINITE): Likewise.
45016 (FLDLOG): Likewise.
45017 (IEEE754_EXPL) [USE_AS_EXPM1L]: Support use as expm1l.
45018 * sysdeps/x86_64/fpu/s_expm1l.S: Define USE_AS_EXPM1L and include
45019 e_expl.S.
45020 * math/libm-test.inc (expm1_test): Add more tests. Do not disable
45021 test of -max_value argument for long double.
45022 * sysdeps/i386/fpu/libm-test-ulps: Update.
45023 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45024
6693d694
DM
450252012-05-06 David S. Miller <davem@davemloft.net>
45026
45027 * scripts/data/localplt-sparc-linux-gnu.data: Add '?' markers to
45028 quad soft-float symbols whose references which are compiler
45029 generated.
45030 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
45031
6c23e11c
JM
450322012-05-06 Joseph Myers <joseph@codesourcery.com>
45033
d8b82cad
JM
45034 [BZ #13884]
45035 [BZ #13914]
45036 * sysdeps/i386/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45037 USE_AS_EXP10L.
45038 (EXPL_FINITE): Likewise.
45039 (FLDLOG): Likewise.
45040 (c0): Likewise.
45041 (c1): Likewise.
45042 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
45043 Adjust comments for base varying.
45044 (__expl_finite): Change alias to EXPL_FINITE.
45045 * sysdeps/i386/fpu/e_exp10l.S: Define USE_AS_EXP10L and include
45046 e_expl.S.
45047 * sysdeps/ieee754/dbl-64/e_exp10.c: New file.
45048 * sysdeps/ieee754/ldbl-128/e_exp10l.c: Likewise.
45049 * sysdeps/ieee754/ldbl-128ibm/e_exp10l.c: Likewise.
45050 * sysdeps/x86_64/fpu/e_exp10l.S: Likewise.
45051 * sysdeps/x86_64/fpu/e_expl.S (IEEE754_EXPL): Define conditional on
45052 USE_AS_EXP10L.
45053 (EXPL_FINITE): Likewise.
45054 (FLDLOG): Likewise.
45055 (c0): Likewise.
45056 (c1): Likewise.
45057 (__ieee754_expl): Change to IEEE754_EXPL. Use FLDLOG macro.
45058 Adjust comments for base varying.
45059 (__expl_finite): Change alias to EXPL_FINITE.
45060 * math/libm-test.inc (exp10_test): Add more tests. Do not disable
45061 tests for bugs.
45062 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45063
6c23e11c
JM
45064 [BZ #14064]
45065 * math/libm-test.inc (check_float_internal): Correct ulp
45066 calculation for subnormal expected results.
45067
29ba805c
AJ
450682012-05-06 Andreas Jaeger <aj@suse.de>
45069
45070 * Makeconfig (+math-flags): New, set to -frounding-math.
45071 (+cflags): Add +math-flags so that all of glibc gets compiled with
45072 it.
45073
45074 * sysdeps/x86_64/fpu/libm-test-ulps: Updated.
45075
7b17aeda
JM
450762012-05-05 Joseph Myers <joseph@codesourcery.com>
45077
5779f134
JM
45078 * math/libm-test.inc (hypot_test) [TEST_DOUBLE && TEST_INLINE]:
45079 Disable one test.
45080
41498f4d
JM
45081 [BZ #13787]
45082 [BZ #13922]
45083 [BZ #14036]
45084 * sysdeps/i386/fpu/e_expl.S (csat): New constant.
45085 (__ieee754_expl): Allow for and saturate large arguments.
45086 * sysdeps/ieee754/dbl-64/w_exp.c (o_threshold): Remove variable.
45087 (u_threshold): Likewise.
45088 (__exp): Call __ieee754_exp before checking for overflow and
45089 underflow.
45090 * sysdeps/ieee754/flt-32/w_expf.c (o_threshold): Remove variable.
45091 (u_threshold): Likewise.
45092 (__expf): Call __ieee754_expf before checking for overflow and
45093 underflow.
45094 * sysdeps/ieee754/ldbl-96/w_expl.c (o_threshold): Remove variable.
45095 (u_threshold): Likewise.
45096 (__expl): Call __ieee754_expl before checking for overflow and
45097 underflow.
45098 * sysdeps/x86_64/fpu/e_expl.S (csat): New constant.
45099 (__ieee754_expl): Allow for and saturate large arguments.
45100 * math/libm-test.inc (exp_test): Add another test. Do not allow
45101 missing overflow exception on overflow.
45102 (expm1_test): Do not allow missing overflow exception on overflow.
45103
6698b8bf
JM
45104 * sysdeps/i386/fpu/e_expl.c: Move to ...
45105 * sysdeps/i386/fpu/e_expl.S: ... here. Write directly in assembly
45106 rather than using inline asm.
45107 * sysdeps/x86_64/fpu/e_expl.c: Remove file.
45108 * sysdeps/x86_64/fpu/e_expl.S: Copy from
45109 sysdeps/i386/fpu/e_expl.S, adjusted for x86_64.
45110
7b17aeda
JM
45111 * sysdeps/unix/sysv/syscalls.list (ftime): Remove.
45112 (nice): Likewise.
45113 (poll): Likewise.
45114 (signal): Likewise.
45115 (time): Likewise.
45116 (times): Likewise.
45117
f7c85819
JM
451182012-05-04 Joseph Myers <joseph@codesourcery.com>
45119
45120 * sysdeps/unix/syscalls.list (adjtime): Add entry from
45121 sysdeps/unix/common/syscalls.list.
45122 (fchmod): Likewise.
45123 (fchown): Likewise.
45124 (ftruncate): Likewise.
45125 (getrusage): Likewise.
45126 (gettimeofday): Likewise.
45127 (setpgid): Likewise.
45128 (setregid): Likewise.
45129 (setreuid): Likewise.
45130 (sigaction): Likewise.
45131 (truncate): Likewise.
45132 (vhangup): Likewise.
45133 * sysdeps/unix/common/syscalls.list: Remove file.
45134 * sysdeps/unix/bsd/Implies: Don't include unix/common.
45135 * sysdeps/unix/sysv/linux/Implies: Likewise.
45136
336270d0
L
451372012-05-04 H.J. Lu <hongjiu.lu@intel.com>
45138
45139 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: Moved to ...
45140 * sysdeps/unix/sysv/linux/x86_64/64/nptl/ld.abilist: Here.
45141 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist:
45142 Moved to ...
45143 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libBrokenLocale.abilist:
45144 Here.
45145 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: Moved
45146 to ...
45147 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libanl.abilist: Here.
45148 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: Moved
45149 to ...
45150 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libc.abilist: Here.
45151 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: Moved
45152 to ...
45153 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libcrypt.abilist: Here.
45154 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: Moved
45155 to ...
45156 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libdl.abilist: Here.
45157 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: Moved
45158 to ...
45159 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libm.abilist: Here.
45160 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: Moved
45161 to ...
45162 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libnsl.abilist: Here.
45163 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: Moved
45164 to ...
45165 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libpthread.abilist:
45166 Here.
45167 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: Moved
45168 to ...
45169 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libresolv.abilist:
45170 Here.
45171 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: Moved
45172 to ...
45173 * sysdeps/unix/sysv/linux/x86_64/64/nptl/librt.abilist: Here.
45174 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist:
45175 Moved to ...
45176 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libthread_db.abilist:
45177 Here.
45178 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: Moved
45179 to ...
45180 * sysdeps/unix/sysv/linux/x86_64/64/nptl/libutil.abilist: Here.
45181
d128e450
JM
451822012-05-04 Joseph Myers <joseph@codesourcery.com>
45183
fa8ee516
JM
45184 * sysdeps/unix/common/bits/dirent.h: Remove file.
45185 * sysdeps/unix/common/bits/fcntl.h: Likewise.
45186
d128e450
JM
45187 * sysdeps/unix/bsd/bits/dirent.h: Remove file.
45188 * sysdeps/unix/bsd/bits/fcntl.h: Likewise.
45189 * sysdeps/unix/bsd/bsd4.4/isatty.c: Likewise.
45190 * sysdeps/unix/bsd/isatty.c: Likewise.
45191 * sysdeps/unix/bsd/tcdrain.c: Likewise.
45192 * sysdeps/unix/bsd/tcgetattr.c: Likewise.
45193 * sysdeps/unix/bsd/tcsetattr.c: Likewise.
45194
ff8faaf0 451952012-05-04 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
31dc8730 45196
62881be4 45197 [BZ #13563]
31dc8730
AZ
45198 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c (__ieee754_acosl): Fix
45199 long double comparison inaccuracies.
45200 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c (__ieee754_asinl): Likewise.
45201 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
45202
6fef930c
AS
452032012-05-04 Andreas Schwab <schwab@linux-m68k.org>
45204
45205 * sysdeps/unix/make-syscalls.sh: Fix check for version aliases.
45206 * sysdeps/unix/sysv/linux/i386/syscalls.list: Revert last change.
45207
8f203e6c
JM
452082012-05-04 Joseph Myers <joseph@codesourcery.com>
45209
45210 [BZ #14049]
45211 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Check for trailing
45212 nonzero digits before rounding a hex value.
45213 * stdlib/tst-strtod.c (tests): Add another test.
45214
5197d9c2
AK
452152012-05-03 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
45216
45217 * sysdeps/s390/fpu/libm-test-ulps: Update.
45218
f0c1dedf
AJ
452192012-05-03 Andreas Jaeger <aj@suse.de>
45220
45221 * malloc/mcheck.c (mcheck): Add barrier so that malloc/free pair
45222 does not get optimized out.
45223 (malloc_opt_barrier): New.
45224
a65ef2ae 452252012-05-03 Andreas Jaeger <aj@suse.de>
461b8e5a 45226 Roland McGrath <roland@hack.frob.com>
a65ef2ae 45227
2b942cb7 45228 * Makerules (.PRECIOUS): Add %.symlist pattern to prevent
a65ef2ae 45229 intermediate file deletion.
2b942cb7 45230 (generated): Add .symlist files.
a65ef2ae 45231
54b71e02
JM
452322012-05-03 Joseph Myers <joseph@codesourcery.com>
45233
45234 [BZ #13775]
45235 * libio/bits/stdio-ldbl.h [__USE_XOPEN2K8] (__dprintf_chk):
45236 Redirect under this condition.
45237 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45238 [__USE_GNU] (__dprintf_chk): Not under this condition.
45239 [__USE_GNU] (__vdprintf_chk): Likewise.
45240 * libio/bits/stdio2.h [__USE_XOPEN2K8] (__dprintf_chk): Declare
45241 under this condition.
45242 [__USE_XOPEN2K8] (__vdprintf_chk): Likewise.
45243 [__USE_XOPEN2K8] (dprintf): Define under this condition.
45244 [__USE_XOPEN2K8] (vdprintf): Likewise.
45245 [__USE_GNU] (__dprintf_chk): Not under this condition.
45246 [__USE_GNU] (__vdprintf_chk): Likewise.
45247 [__USE_GNU] (dprintf): Likewise.
45248 [__USE_GNU] (vdprintf): Likewise.
45249
d3dfcc41
RM
452502012-05-03 Roland McGrath <roland@hack.frob.com>
45251
45252 * elf/Makefile (common-generated): Set this instead of generated for
45253 .dyn, .phdr, .jmprel files. Remove $(common-objpfx) from the
45254 $(all-built-dso)-derived lists.
45255
7ac30cc5
AJ
452562012-05-03 Andreas Jaeger <aj@suse.de>
45257
0c51e550
AJ
45258 * sysdeps/i386/fpu/libm-test-ulps: Update.
45259
7ac30cc5
AJ
45260 * FAQ: Removed.
45261 * FAQ.in: Likewise.
45262 * scripts/gen-FAQ.pl: Likewise.
45263 * manual/install.texi (Installation): Point to online location of
45264 FAQ.
45265 * Makefile (files-for-dist): Remove FAQ.
45266 (FAQ): Remove.
45267
d4c2917f
AM
452682012-05-02 Allan McRae <allan@archlinux.org>
45269
45270 * elf/Makefile: (LDFLAGS-nodel2mod3.so: Use $(no-as-needed).
45271 (LDFLAGS-reldepmod5.so): Likewise.
45272 (LDFLAGS-reldep6mod1.so): Likewise.
45273 (LDFLAGS-reldep6mod4.so): Likewise.
45274 (LDFLAGS-reldep8mod3.so): Likewise.
45275 (LDFLAGS-unload4mod1.so): Likewise.
45276 (LDFLAGS-unload4mod2.so): Likewise.
45277 (LDFLAGS-tst-initorder): Likewise.
45278 (LDFLAGS-tst-initordera2.so): Likewise.
45279 (LDFLAGS-tst-initordera3.so): Likewise.
45280 (LDFLAGS-tst-initordera4.so): Likewise.
45281 (LDFLAGS-tst-initorderb2.so): Likewise.
45282 (LDFLAGS-noload): Likewise.
45283 (LDFLAGS-next): Likewise.
45284 (LDFLAGS-order2mod1.so): Likewise.
45285 (LDFLAGS-order2mod2.so): Likewise.
45286 (LDFLAGS-tst-initorder2): Likewise.
45287 (LDFLAGS-tst-initorder2a.so): Likewise.
45288 (LDFLAGS-tst-initorder2b.so): Likewise.
45289 (LDFLAGS-tst-initorder2c.so): Likewise.
45290 * stdlib/Makefile: (LDFLAGS-tst-putenv): Likewise.
45291
d77f993f
DM
452922012-05-02 David S. Miller <davem@davemloft.net>
45293
45294 * sysdeps/sparc/fpu/libm-test-ulps: Update.
45295
171a70b4
PP
452962012-05-02 Paul Pluzhnikov <ppluzhnikov@google.com>
45297
45298 [BZ #14055]
45299 * elf/dl-sysdep.c (_dl_show_auxv): Add bounds check.
45300
0be196ad
AJ
453012012-05-02 Andreas Jaeger <aj@suse.de>
45302
45303 * math/Makefile (CPPFLAGS-test-ildoubl.c): Add -frounding-math
45304 since we manipulate rounding mode.
45305 (CPPFLAGS-test-idouble.c): Likewise.
45306 (CPPFLAGS-test-ifloat.c): Likewise.
45307 (CFLAGS-test-ldouble.c): Likewise.
45308 (CFLAGS-test-double.c): Likewise.
45309 (CFLAGS-test-float.c): Likewise.
45310 (CFLAGS-test-misc.c): Likewise.
45311 (CFLAGS-test-test-fenv.c): Likewise.
45312
4f9d04aa
AZ
453132012-05-02 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
45314
2b942cb7
RM
45315 [BZ #2550]
45316 [BZ #2570]
45317 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Use floating-point
45318 comparisons to determine direction to adjust input.
4f9d04aa 45319
82a79e7d
RM
453202012-05-01 Roland McGrath <roland@hack.frob.com>
45321
f5a01ca9
RM
45322 * elf/Makefile ($(objpfx)check-localplt.out): Redirect the test's
45323 output to the target.
45324
90fe4186
RM
45325 * scripts/localplt.awk: New file.
45326 * elf/Makefile ($(objpfx)check-localplt): Target removed.
45327 (check-localplt-CFLAGS): Variable removed.
45328 ($(all-built-dso:=.jmprel)): New static pattern rule.
45329 (generated): Add those targets.
45330 (localplt-built-dso): New variable.
45331 ($(objpfx)check-localplt.out): Use the script on the .jmprel files.
45332
45333 * elf/check-localplt.c: File removed.
45334
82397ed6
RM
45335 * scripts/check-execstack.awk: New file.
45336 * elf/Makefile ($(objpfx)check-execstack): Target removed.
45337 (check-execstack-CFLAGS): Variable removed.
45338 ($(objpfx)check-execstack.h): Target removed.
45339 ($(objpfx)execstack-default): New target.
45340 (generated): Add that instead of check-execstack.h.
45341 ($(all-built-dso:=.phdr)): New static pattern rule.
45342 (generated): Add those targets.
45343 * elf/check-execstack.c: File removed.
45344
82a79e7d
RM
45345 * scripts/check-textrel.awk: New file.
45346 * elf/Makefile ($(objpfx)check-textrel): Target removed.
45347 (check-textrel-CFLAGS): Variable removed.
45348 (all-built-dso): Use := to define.o
45349 ($(all-built-dso:=.dyn)): New static pattern rule.
45350 (generated): Add those targets.
45351 ($(objpfx)check-textrel.out): Use the script on the .dyn files.
45352 * config.make.in (READELF): New substituted variable.
45353 * elf/check-textrel.c: File removed.
45354
62fde54f 453552012-05-01 Joseph Myers <joseph@codesourcery.com>
ee74b9cb 45356
615605c9
JM
45357 * conform/data/assert.h-data [ISO || ISO99 || ISO11] (*_t): Do not
45358 allow.
45359 * conform/data/ctype.h-data [C99-based standards] (isblank):
45360 Expect function.
45361 (is*): Change to is[abcdefghijklmnopqrstuvwxyz]*.
45362 (to*): Change to to[abcdefghijklmnopqrstuvwxyz]*.
45363 [ISO || ISO99 || ISO11] (*_t): Do not allow.
45364 * conform/data/errno.h-data (EDOM): Use macro-int-constant.
45365 Specify type. Require positive value.
45366 (EILSEQ): Likewise.
45367 (ERANGE): Likewise.
45368 [ISO || POSIX] (EILSEQ): Do not expect.
45369 [!ISO && !ISO99 && !ISO11] (E2BIG): Use macro-int-constant.
45370 Specify type. Require positive value.
45371 [!ISO && !ISO99 && !ISO11] (EACCES): Likewise.
45372 [!ISO && !ISO99 && !ISO11] (EADDRINUSE): Likewise.
45373 [!ISO && !ISO99 && !ISO11] (EADDRNOTAVAIL): Likewise.
45374 [!ISO && !ISO99 && !ISO11] (EAFNOSUPPORT): Likewise.
45375 [!ISO && !ISO99 && !ISO11] (EAGAIN): Likewise.
45376 [!ISO && !ISO99 && !ISO11] (EALREADY): Likewise.
45377 [!ISO && !ISO99 && !ISO11] (EBADF): Likewise.
45378 [!ISO && !ISO99 && !ISO11] (EBADMSG): Likewise.
45379 [!ISO && !ISO99 && !ISO11] (EBUSY): Likewise.
45380 [!ISO && !ISO99 && !ISO11] (ECANCELED): Likewise.
45381 [!ISO && !ISO99 && !ISO11] (ECHILD): Likewise.
45382 [!ISO && !ISO99 && !ISO11] (ECONNABORTED): Likewise.
45383 [!ISO && !ISO99 && !ISO11] (ECONNREFUSED): Likewise.
45384 [!ISO && !ISO99 && !ISO11] (ECONNRESET): Likewise.
45385 [!ISO && !ISO99 && !ISO11] (EDEADLK): Likewise.
45386 [!ISO && !ISO99 && !ISO11] (EDESTADDRREQ): Likewise.
45387 [!ISO && !ISO99 && !ISO11] (EDQUOT): Likewise.
45388 [!ISO && !ISO99 && !ISO11] (EEXIST): Likewise.
45389 [!ISO && !ISO99 && !ISO11] (EFAULT): Likewise.
45390 [!ISO && !ISO99 && !ISO11] (EFBIG): Likewise.
45391 [!ISO && !ISO99 && !ISO11] (EHOSTUNREACH): Likewise.
45392 [!ISO && !ISO99 && !ISO11] (EIDRM): Likewise.
45393 [!ISO && !ISO99 && !ISO11] (EINPROGRESS): Likewise.
45394 [!ISO && !ISO99 && !ISO11] (EINTR): Likewise.
45395 [!ISO && !ISO99 && !ISO11] (EINVAL): Likewise.
45396 [!ISO && !ISO99 && !ISO11] (EIO): Likewise.
45397 [!ISO && !ISO99 && !ISO11] (EISCONN): Likewise.
45398 [!ISO && !ISO99 && !ISO11] (EISDIR): Likewise.
45399 [!ISO && !ISO99 && !ISO11] (ELOOP): Likewise.
45400 [!ISO && !ISO99 && !ISO11] (EMFILE): Likewise.
45401 [!ISO && !ISO99 && !ISO11] (EMLINK): Likewise.
45402 [!ISO && !ISO99 && !ISO11] (EMSGSIZE): Likewise.
45403 [!ISO && !ISO99 && !ISO11] (EMULTIHOP): Likewise.
45404 [!ISO && !ISO99 && !ISO11] (ENAMETOOLONG): Likewise.
45405 [!ISO && !ISO99 && !ISO11] (ENETDOWN): Likewise.
45406 [!ISO && !ISO99 && !ISO11] (ENETUNREACH): Likewise.
45407 [!ISO && !ISO99 && !ISO11] (ENFILE): Likewise.
45408 [!ISO && !ISO99 && !ISO11] (ENOBUFS): Likewise.
45409 [!ISO && !ISO99 && !ISO11] (ENODATA): Likewise.
45410 [!ISO && !ISO99 && !ISO11] (ENODEV): Likewise.
45411 [!ISO && !ISO99 && !ISO11] (ENOENT): Likewise.
45412 [!ISO && !ISO99 && !ISO11] (ENOEXEC): Likewise.
45413 [!ISO && !ISO99 && !ISO11] (ENOLCK): Likewise.
45414 [!ISO && !ISO99 && !ISO11] (ENOLINK): Likewise.
45415 [!ISO && !ISO99 && !ISO11] (ENOMEM): Likewise.
45416 [!ISO && !ISO99 && !ISO11] (ENOMSG): Likewise.
45417 [!ISO && !ISO99 && !ISO11] (ENOPROTOOPT): Likewise.
45418 [!ISO && !ISO99 && !ISO11] (ENOSPC): Likewise.
45419 [!ISO && !ISO99 && !ISO11] (ENOSR): Likewise.
45420 [!ISO && !ISO99 && !ISO11] (ENOSTR): Likewise.
45421 [!ISO && !ISO99 && !ISO11] (ENOSYS): Likewise.
45422 [!ISO && !ISO99 && !ISO11] (ENOTCONN): Likewise.
45423 [!ISO && !ISO99 && !ISO11] (ENOTDIR): Likewise.
45424 [!ISO && !ISO99 && !ISO11] (ENOTEMPTY): Likewise.
45425 [!ISO && !ISO99 && !ISO11] (ENOTSOCK): Likewise.
45426 [!ISO && !ISO99 && !ISO11] (ENOTSUP): Likewise.
45427 [!ISO && !ISO99 && !ISO11] (ENOTTY): Likewise.
45428 [!ISO && !ISO99 && !ISO11] (ENXIO): Likewise.
45429 [!ISO && !ISO99 && !ISO11] (EOPNOTSUPP): Likewise.
45430 [!ISO && !ISO99 && !ISO11] (EOVERFLOW): Likewise.
45431 [!ISO && !ISO99 && !ISO11] (EPERM): Likewise.
45432 [!ISO && !ISO99 && !ISO11] (EPIPE): Likewise.
45433 [!ISO && !ISO99 && !ISO11] (EPROTO): Likewise.
45434 [!ISO && !ISO99 && !ISO11] (EPROTONOSUPPORT): Likewise.
45435 [!ISO && !ISO99 && !ISO11] (EPROTOTYPE): Likewise.
45436 [!ISO && !ISO99 && !ISO11] (EROFS): Likewise.
45437 [!ISO && !ISO99 && !ISO11] (ESPIPE): Likewise.
45438 [!ISO && !ISO99 && !ISO11] (ESRCH): Likewise.
45439 [!ISO && !ISO99 && !ISO11] (ESTALE): Likewise.
45440 [!ISO && !ISO99 && !ISO11] (ETIME): Likewise.
45441 [!ISO && !ISO99 && !ISO11] (ETIMEDOUT): Likewise.
45442 [!ISO && !ISO99 && !ISO11] (ETXTBSY): Likewise.
45443 [!ISO && !ISO99 && !ISO11] (EWOULDBLOCK): Likewise.
45444 [!ISO && !ISO99 && !ISO11] (EXDEV): Likewise.
45445 [XOPEN2K8 || defined POSIX2008] (ENOTRECOVERABLE): Likewise.
45446 [XOPEN2K8 || defined POSIX2008] (EOWNERDEAD): Likewise.
45447 * conform/data/float.h-data (FLT_RADIX): Use macro-int-constant.
45448 Require >= 2.
45449 (FLT_ROUNDS): Expect as macro, not constant.
45450 (FLT_MANT_DIG): Use macro-int-constant.
45451 (DBL_MANT_DIG): Likewise.
45452 (LDBL_MANT_DIG): Likewise.
45453 (FLT_DIG): Likewise.
45454 (DBL_DIG): Likewise.
45455 (LDBL_DIG): Likewise.
45456 (FLT_MIN_EXP): Use macro-int-constant. Require < 0.
45457 (DBL_MIN_EXP): Likewise.
45458 (LDBL_MIN_EXP): Likewise.
45459 (FLT_MAX_EXP): Use macro-int-constant.
45460 (DBL_MAX_EXP): Likewise.
45461 (LDBL_MAX_EXP): Likewise.
45462 (FLT_MAX_10_EXP): Likewise.
45463 (DBL_MAX_10_EXP): Likewise.
45464 (LDBL_MAX_10_EXP): Likewise.
45465 (FLT_MAX): Use macro-constant.
45466 (DBL_MAX): Likewise.
45467 (LDBL_MAX): Likewise.
45468 (FLT_EPSILON): Use macro-constant. Give upper bound.
45469 (DBL_EPSILON): Likewise.
45470 (LDBL_EPSILON): Likewise.
45471 (FLT_MIN): Likewise.
45472 (DBL_MIN): Likewise.
45473 (LDBL_MIN): Likewise.
45474 [C99-based standards] (DECIMAL_DIG): Use macro-int-constant.
45475 [C99-based standards] (FLT_EVAL_METHOD): Likewise.
45476 [ISO11] (DBL_HAS_SUBNORM): Use macro-int-constant.
45477 [ISO11] (FLT_HAS_SUBNORM): Likewise.
45478 [ISO11] (LDBL_HAS_SUBNORM): Likewise.
45479 [ISO11] (DBL_DECIMAL_DIG): Likewise.
45480 [ISO11] (FLT_DECIMAL_DIG): Likewise.
45481 [ISO11] (LDBL_DECIMAL_DIG): Likewise.
45482 [ISO11] (DBL_TRUE_MIN): Use macro-constant.
45483 [ISO11] (FLT_TRUE_MIN): Likewise.
45484 [ISO11] (LDBL_TRUE_MIN): Likewise.
45485 [ISO || ISO99 || ISO11] (*_t): Do not allow.
45486 * conform/data/limits.h-data (CHAR_BIT): Use macro-int-constant.
45487 (SCHAR_MIN): Use macro-int-constant. Specify type.
45488 (SCHAR_MAX): Likewise.
45489 (UCHAR_MAX): Likewise.
45490 (CHAR_MIN): Likewise.
45491 (CHAR_MAX): Likewise.
45492 (MB_LEN_MAX): Use macro-int-constant.
45493 (SHRT_MIN): Use macro-int-constant. Specify type.
45494 (SHRT_MAX): Likewise.
45495 (USHRT_MAX): Likewise.
45496 (INT_MAX): Likewise.
45497 (INT_MIN): Use macro-int-constant. Specify type. Make upper
45498 bound negative.
45499 (UINT_MAX): Use macro-int-constant. Specify type. Suffix lower
45500 bound with "U".
45501 (LONG_MAX): Use macro-int-constant. Specify type. Suffix lower
45502 bound with "L".
45503 (LONG_MIN): Use macro-int-constant. Specify type. Make upper
45504 bound negative. Suffix upper bound with "L".
45505 (ULONG_MAX): Use macro-int-constant. Specify type. Suffix lower
45506 bound with "UL".
45507 [C99-based standards] (LLONG_MIN): Use macro-int-constant.
45508 Specify type.
45509 [C99-based standards] (LLONG_MAX): Likewise.
45510 [C99-based standards] (ULLONG_MAX): Likewise.
45511 * conform/data/stddef.h-data (NULL): Use macro-constant. Require
45512 == 0.
45513 [ISO11] (max_align_t): Require type.
45514 [ISO || ISO99 || ISO11] (*_t): Do not allow.
45515
c9140a62
JM
45516 * conform/conformtest.pl ($CFLAGS_namespace): Define separately
45517 from $CFLAGS, without defining away __attribute__ calls.
45518 (checknamespace): Use $CFLAGS_namespace.
45519
9af0bf29
JM
45520 * conform/conformtest.pl (@keywords): Only include C99 keywords
45521 for standards based on C99 or C11.
45522
343222a2
JM
45523 * conform/data/iso646.h-data [ISO || POSIX || XPG3 || XPG4]:
45524 Disable tests.
45525 * conform/data/stdint.h-data [ISO || POSIX || XPG3 || XPG4 ||
45526 UNIX98]: Likewise.
45527
661f8cf0
JM
45528 * conform/conformtest.pl: Handle "macro-int-constant" and test for
45529 usability of symbols in #if.
45530
ee74b9cb
JM
45531 * conform/conformtest.pl: If macro or constant types start
45532 "promoted:", expect the symbol to be of the following type
45533 promoted by the integer promotions.
62fde54f 45534
aafc49b3
JM
45535 * conform/conformtest.pl: Parse all "constant" and "macro" lines
45536 in one place. Also handle "macro-constant".
45537
fefdf574
JM
45538 * conform/conformtest.pl: Only accept expected macro values with
45539 "==". Parse all "macro" lines in one place.
45540 * conform/data/stdlib.h-data: Use "==" form on "macro" lines.
45541
f2d922fe
JM
45542 * conform/conformtest.pl: Handle braced types on "constant" lines
45543 instead of handling "typed-constant".
45544 * conform/data/signal.h-data: Use "constant" instead of
45545 "typed-constant".
45546
d22956c9
JM
45547 * conform/conformtest.pl: Handle "optional-" at start of lines in
45548 one place rather than duplicating several cases. Handle each
45549 format of "macro" line with initial "optional-".
45550
028e2e38
JM
45551 * conform/conformtest.pl: Only accept expected constant or
45552 optional-constant values with "==". Parse all "constant" lines in
45553 one place. Parse all "optional-constant" lines in one place.
45554 * conform/data/cpio.h-data: Use "==" form on "constant" lines.
45555 * conform/data/fmtmsg.h-data: Likewise.
45556 * conform/data/netinet/in.h-data: Likewise.
45557 * conform/data/tar.h-data: Likewise.
45558 * conform/data/limits.h-data: Use "==" form on "constant" and
45559 "optional-constant" lines.
45560
1b8f2850
JM
45561 * conform/conformtest.pl: Use -ansi for XPG3, XPG4 and UNIX98.
45562 Use -std=c99 for XOPEN2K.
45563 (@knownproblems): Remove.
45564 (newtoken): Don't check %isknown.
45565
a05a144b
JM
45566 * conform/data/math.h-data [XPG3 || XPG4 || UNIX98] (fpclassify):
45567 Do not expect macro.
45568 [XPG3 || XPG4 || UNIX98] (isfinite): Likewise.
45569 [XPG3 || XPG4 || UNIX98] (isinf): Likewise.
45570 [XPG3 || XPG4 || UNIX98] (isnan): Likewise.
45571 [XPG3 || XPG4 || UNIX98] (isnormal): Likewise.
45572 [XPG3 || XPG4 || UNIX98] (signbit): Likewise.
45573 [XPG3 || XPG4 || UNIX98] (isgreater): Likewise.
45574 [XPG3 || XPG4 || UNIX98] (isgreaterequal): Likewise.
45575 [XPG3 || XPG4 || UNIX98] (isless): Likewise.
45576 [XPG3 || XPG4 || UNIX98] (islessequal): Likewise.
45577 [XPG3 || XPG4 || UNIX98] (islessgreater): Likewise.
45578 [XPG3 || XPG4 || UNIX98] (isunordered): Likewise.
45579 [XPG3 || XPG4 || UNIX98] (isnan): Expect as function.
45580 [XPG3 || XPG4 || UNIX98] (HUGE_VALF): Do not expect.
45581 [XPG3 || XPG4 || UNIX98] (HUGE_VALL): Likewise.
45582 [XPG3 || XPG4 || UNIX98] (INFINITY): Likewise.
45583 [XPG3 || XPG4 || UNIX98] (NAN): Likewise.
45584 [XPG3 || XPG4 || UNIX98] (FP_INFINITE): Likewise.
45585 [XPG3 || XPG4 || UNIX98] (FP_NAN): Likewise.
45586 [XPG3 || XPG4 || UNIX98] (FP_NORMAL): Likewise.
45587 [XPG3 || XPG4 || UNIX98] (FP_SUBNORMAL): Likewise.
45588 [XPG3 || XPG4 || UNIX98] (FP_ZERO): Likewise.
45589 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMA): Likewise.
45590 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAF): Likewise.
45591 [XPG3 || XPG4 || UNIX98] (FP_FAST_FMAL): Likewise.
45592 [XPG3 || XPG4 || UNIX98] (FP_ILOGB0): Likewise.
45593 [XPG3 || XPG4 || UNIX98] (FP_ILOGBNAN): Likewise.
45594 [XPG3 || XPG4 || UNIX98] (copysign): Likewise.
45595 [XPG3 || XPG4 || UNIX98] (exp2): Likewise.
45596 [XPG3 || XPG4 || UNIX98] (log2): Likewise.
45597 [XPG3 || XPG4 || UNIX98] (tgama): Likewise.
45598 [XPG3] (acosh): Likewise.
45599 [XPG3] (asinh): Likewise.
45600 [XPG3] (atanh): Likewise.
45601 [XPG3] (cbrt): Likewise.
45602 [XPG3] (expm1): Likewise.
45603 [XPG3] (ilogb): Likewise.
45604 [XPG3] (log1p): Likewise.
45605 [XPG3] (logb): Likewise.
45606 [XPG3] (nextafter): Likewise.
45607 [XPG3 || XPG4 || UNIX98] (nexttoward): Likewise.
45608 [XPG3 || XPG4 || UNIX98] (nearbyint): Likewise.
45609 [XPG3] (remainder): Likewise.
45610 [XPG3] (rint): Likewise.
45611 [XPG3 || XPG4 || UNIX98] (round): Likewise.
45612 [XPG3 || XPG4 || UNIX98] (trunc): Likewise.
45613 [XPG3 || XPG4 || UNIX98] (lrint): Likewise.
45614 [XPG3 || XPG4 || UNIX98] (llrint): Likewise.
45615 [XPG3 || XPG4 || UNIX98] (lround): Likewise.
45616 [XPG3 || XPG4 || UNIX98] (llround): Likewise.
45617 [XPG3 || XPG4 || UNIX98] (remquo): Likewise.
45618 [UNIX98 || XOPEN2K] (scalb): Expect.
45619 [XPG3 || XPG4 || UNIX98] (scalbn): Do not expect.
45620 [XPG3 || XPG4 || UNIX98] (scalbln): Likewise.
45621 [XPG3 || XPG4 || UNIX98] (fdim): Likewise.
45622 [XPG3 || XPG4 || UNIX98] (fmax): Likewise.
45623 [XPG3 || XPG4 || UNIX98] (fmin): Likewise.
45624 [XPG3 || XPG4 || UNIX98] (fma): Likewise.
45625 [XPG3 || XPG4 || UNIX98] (nan): Likewise.
45626 [XPG3 || XPG4 || UNIX98] (acosf): Likewise.
45627 [XPG3 || XPG4 || UNIX98] (asinf): Likewise.
45628 [XPG3 || XPG4 || UNIX98] (atanf): Likewise.
45629 [XPG3 || XPG4 || UNIX98] (atan2f): Likewise.
45630 [XPG3 || XPG4 || UNIX98] (ceilf): Likewise.
45631 [XPG3 || XPG4 || UNIX98] (copysignf): Likewise.
45632 [XPG3 || XPG4 || UNIX98] (cosf): Likewise.
45633 [XPG3 || XPG4 || UNIX98] (coshf): Likewise.
45634 [XPG3 || XPG4 || UNIX98] (expf): Likewise.
45635 [XPG3 || XPG4 || UNIX98] (exp2f): Likewise.
45636 [XPG3 || XPG4 || UNIX98] (fabsf): Likewise.
45637 [XPG3 || XPG4 || UNIX98] (floorf): Likewise.
45638 [XPG3 || XPG4 || UNIX98] (fmodf): Likewise.
45639 [XPG3 || XPG4 || UNIX98] (frexpf): Likewise.
45640 [XPG3 || XPG4 || UNIX98] (ldexpf): Likewise.
45641 [XPG3 || XPG4 || UNIX98] (logf): Likewise.
45642 [XPG3 || XPG4 || UNIX98] (log10f): Likewise.
45643 [XPG3 || XPG4 || UNIX98] (log2f): Likewise.
45644 [XPG3 || XPG4 || UNIX98] (modff): Likewise.
45645 [XPG3 || XPG4 || UNIX98] (powf): Likewise.
45646 [XPG3 || XPG4 || UNIX98] (sinf): Likewise.
45647 [XPG3 || XPG4 || UNIX98] (sinhf): Likewise.
45648 [XPG3 || XPG4 || UNIX98] (sqrtf): Likewise.
45649 [XPG3 || XPG4 || UNIX98] (tanf): Likewise.
45650 [XPG3 || XPG4 || UNIX98] (tanhf): Likewise.
45651 [XPG3 || XPG4 || UNIX98] (erff): Likewise.
45652 [XPG3 || XPG4 || UNIX98] (erfcf): Likewise.
45653 [XPG3 || XPG4 || UNIX98] (gammaf): Likewise.
45654 [XPG3 || XPG4 || UNIX98] (hypotf): Likewise.
45655 [XPG3 || XPG4 || UNIX98] (j0f): Likewise.
45656 [XPG3 || XPG4 || UNIX98] (j1f): Likewise.
45657 [XPG3 || XPG4 || UNIX98] (jnf): Likewise.
45658 [XPG3 || XPG4 || UNIX98] (lgammaf): Likewise.
45659 [XPG3 || XPG4 || UNIX98] (tgammaf): Likewise.
45660 [XPG3 || XPG4 || UNIX98] (y0f): Likewise.
45661 [XPG3 || XPG4 || UNIX98] (y1f): Likewise.
45662 [XPG3 || XPG4 || UNIX98] (ynf): Likewise.
45663 [XPG3 || XPG4 || UNIX98] (acoshf): Likewise.
45664 [XPG3 || XPG4 || UNIX98] (asinhf): Likewise.
45665 [XPG3 || XPG4 || UNIX98] (atanhf): Likewise.
45666 [XPG3 || XPG4 || UNIX98] (cbrtf): Likewise.
45667 [XPG3 || XPG4 || UNIX98] (expm1f): Likewise.
45668 [XPG3 || XPG4 || UNIX98] (ilogbf): Likewise.
45669 [XPG3 || XPG4 || UNIX98] (log1pf): Likewise.
45670 [XPG3 || XPG4 || UNIX98] (logbf): Likewise.
45671 [XPG3 || XPG4 || UNIX98] (nextafterf): Likewise.
45672 [XPG3 || XPG4 || UNIX98] (nexttowardf): Likewise.
45673 [XPG3 || XPG4 || UNIX98] (nearbyintf): Likewise.
45674 [XPG3 || XPG4 || UNIX98] (remainderf): Likewise.
45675 [XPG3 || XPG4 || UNIX98] (rintf): Likewise.
45676 [XPG3 || XPG4 || UNIX98] (roundf): Likewise.
45677 [XPG3 || XPG4 || UNIX98] (truncf): Likewise.
45678 [XPG3 || XPG4 || UNIX98] (lrintf): Likewise.
45679 [XPG3 || XPG4 || UNIX98] (llrintf): Likewise.
45680 [XPG3 || XPG4 || UNIX98] (lroundf): Likewise.
45681 [XPG3 || XPG4 || UNIX98] (llroundf): Likewise.
45682 [XPG3 || XPG4 || UNIX98] (remquof): Likewise.
45683 [XPG3 || XPG4 || UNIX98] (scalbf): Likewise.
45684 [XPG3 || XPG4 || UNIX98] (scalbnf): Likewise.
45685 [XPG3 || XPG4 || UNIX98] (scalblnf): Likewise.
45686 [XPG3 || XPG4 || UNIX98] (fdimf): Likewise.
45687 [XPG3 || XPG4 || UNIX98] (fmaxf): Likewise.
45688 [XPG3 || XPG4 || UNIX98] (fminf): Likewise.
45689 [XPG3 || XPG4 || UNIX98] (fmaf): Likewise.
45690 [XPG3 || XPG4 || UNIX98] (nanf): Likewise.
45691 [XPG3 || XPG4 || UNIX98] (acosl): Likewise.
45692 [XPG3 || XPG4 || UNIX98] (asinl): Likewise.
45693 [XPG3 || XPG4 || UNIX98] (atanl): Likewise.
45694 [XPG3 || XPG4 || UNIX98] (atan2l): Likewise.
45695 [XPG3 || XPG4 || UNIX98] (ceill): Likewise.
45696 [XPG3 || XPG4 || UNIX98] (copysignl): Likewise.
45697 [XPG3 || XPG4 || UNIX98] (cosl): Likewise.
45698 [XPG3 || XPG4 || UNIX98] (coshl): Likewise.
45699 [XPG3 || XPG4 || UNIX98] (expl): Likewise.
45700 [XPG3 || XPG4 || UNIX98] (exp2l): Likewise.
45701 [XPG3 || XPG4 || UNIX98] (fabsl): Likewise.
45702 [XPG3 || XPG4 || UNIX98] (floorl): Likewise.
45703 [XPG3 || XPG4 || UNIX98] (fmodl): Likewise.
45704 [XPG3 || XPG4 || UNIX98] (frexpl): Likewise.
45705 [XPG3 || XPG4 || UNIX98] (ldexpl): Likewise.
45706 [XPG3 || XPG4 || UNIX98] (logl): Likewise.
45707 [XPG3 || XPG4 || UNIX98] (log10l): Likewise.
45708 [XPG3 || XPG4 || UNIX98] (log2l): Likewise.
45709 [XPG3 || XPG4 || UNIX98] (modfl): Likewise.
45710 [XPG3 || XPG4 || UNIX98] (powl): Likewise.
45711 [XPG3 || XPG4 || UNIX98] (sinl): Likewise.
45712 [XPG3 || XPG4 || UNIX98] (sinhl): Likewise.
45713 [XPG3 || XPG4 || UNIX98] (sqrtl): Likewise.
45714 [XPG3 || XPG4 || UNIX98] (tanl): Likewise.
45715 [XPG3 || XPG4 || UNIX98] (tanhl): Likewise.
45716 [XPG3 || XPG4 || UNIX98] (erfl): Likewise.
45717 [XPG3 || XPG4 || UNIX98] (erfcl): Likewise.
45718 [XPG3 || XPG4 || UNIX98] (gammal): Likewise.
45719 [XPG3 || XPG4 || UNIX98] (hypotl): Likewise.
45720 [XPG3 || XPG4 || UNIX98] (j0l): Likewise.
45721 [XPG3 || XPG4 || UNIX98] (j1l): Likewise.
45722 [XPG3 || XPG4 || UNIX98] (jnl): Likewise.
45723 [XPG3 || XPG4 || UNIX98] (lgammal): Likewise.
45724 [XPG3 || XPG4 || UNIX98] (tgammal): Likewise.
45725 [XPG3 || XPG4 || UNIX98] (y0l): Likewise.
45726 [XPG3 || XPG4 || UNIX98] (y1l): Likewise.
45727 [XPG3 || XPG4 || UNIX98] (ynl): Likewise.
45728 [XPG3 || XPG4 || UNIX98] (acoshl): Likewise.
45729 [XPG3 || XPG4 || UNIX98] (asinhl): Likewise.
45730 [XPG3 || XPG4 || UNIX98] (atanhl): Likewise.
45731 [XPG3 || XPG4 || UNIX98] (cbrtl): Likewise.
45732 [XPG3 || XPG4 || UNIX98] (expm1l): Likewise.
45733 [XPG3 || XPG4 || UNIX98] (ilogbl): Likewise.
45734 [XPG3 || XPG4 || UNIX98] (log1pl): Likewise.
45735 [XPG3 || XPG4 || UNIX98] (logbl): Likewise.
45736 [XPG3 || XPG4 || UNIX98] (nextafterl): Likewise.
45737 [XPG3 || XPG4 || UNIX98] (nexttowardl): Likewise.
45738 [XPG3 || XPG4 || UNIX98] (nearbyintl): Likewise.
45739 [XPG3 || XPG4 || UNIX98] (remainderl): Likewise.
45740 [XPG3 || XPG4 || UNIX98] (rintl): Likewise.
45741 [XPG3 || XPG4 || UNIX98] (roundl): Likewise.
45742 [XPG3 || XPG4 || UNIX98] (truncl): Likewise.
45743 [XPG3 || XPG4 || UNIX98] (lrintl): Likewise.
45744 [XPG3 || XPG4 || UNIX98] (llrintl): Likewise.
45745 [XPG3 || XPG4 || UNIX98] (lroundl): Likewise.
45746 [XPG3 || XPG4 || UNIX98] (llroundl): Likewise.
45747 [XPG3 || XPG4 || UNIX98] (remquol): Likewise.
45748 [XPG3 || XPG4 || UNIX98] (scalbl): Likewise.
45749 [XPG3 || XPG4 || UNIX98] (scalbnl): Likewise.
45750 [XPG3 || XPG4 || UNIX98] (scalblnl): Likewise.
45751 [XPG3 || XPG4 || UNIX98] (fdiml): Likewise.
45752 [XPG3 || XPG4 || UNIX98] (fmaxl): Likewise.
45753 [XPG3 || XPG4 || UNIX98] (fminl): Likewise.
45754 [XPG3 || XPG4 || UNIX98] (fmal): Likewise.
45755 [XPG3 || XPG4 || UNIX98] (nanl): Likewise.
45756
73c5ebe3
JM
45757 * conform/conformtest.pl: Define _XOPEN_SOURCE as well as
45758 _XOPEN_SOURCE_EXTENDED for XPG4.
45759
39c33b6c
JM
45760 * conform/conformtest.pl: Handle "symbol" lines for allow-header.
45761
62fde54f
JM
45762 * Makeconfig (localtime): Remove variable.
45763 (inst_localtime-file): Likewise.
45764
0741d64c
AS
457652012-05-01 Andreas Schwab <schwab@linux-m68k.org>
45766
45767 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/ld.abilist:
45768 Update.
45769 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libc.abilist:
45770 Update.
45771 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libm.abilist:
45772 Update.
45773 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/libpthread.abilist:
45774 Update.
45775 * sysdeps/unix/sysv/linux/powerpc/powerpc32/fpu/nptl/librt.abilist:
45776 Update.
45777 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist:
45778 Update.
45779 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist:
45780 Update.
45781 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist:
45782 Update.
45783 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
45784 Update.
45785
7cb029ee
JM
457862012-05-01 Joseph Myers <joseph@codesourcery.com>
45787
45788 [BZ #2550]
45789 [BZ #2570]
45790 * math/s_nexttowardf.c (__nexttowardf): Use floating-point
45791 comparisons to determine direction to adjust input.
45792 * sysdeps/i386/fpu/s_nexttoward.c (__nexttoward): Likewise.
45793 * sysdeps/i386/fpu/s_nexttowardf.c(__nexttowardf): Likewise.
45794 * sysdeps/ieee754/ldbl-128/s_nexttoward.c (__nexttoward):
45795 Likewise.
45796 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c (__nexttowardf):
45797 Likewise.
45798 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c (__nexttowardf):
45799 Likewise.
45800 * sysdeps/ieee754/ldbl-96/s_nexttoward.c (__nexttoward): Likewise.
45801 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c (__nexttowardf):
45802 Likewise.
45803 * sysdeps/ieee754/ldbl-opt/s_nexttowardfd.c (__nldbl_nexttowardf):
45804 Likewise.
45805 * math/libm-test.inc (nexttoward_test): Add more tests.
45806
412bd966
AS
458072012-05-01 Andreas Schwab <schwab@linux-m68k.org>
45808
45809 [BZ #14040]
45810 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S (nearbyintl): Define
45811 in version GLIBC_2.1, not GLIBC_2.0.
45812 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S (nearbyintl):
45813 Likewise.
45814
9568c0c2
JM
458152012-04-30 Joseph Myers <joseph@codesourcery.com>
45816
adfbc8ac
JM
45817 [BZ #13942]
45818 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Calculate 1 - x^2 as
45819 (1 - x) * (1 + x).
45820 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45821 * sysdeps/i386/fpu/e_asin.S (__ieee754_asin): Likewise.
45822 * math/libm-test.inc (acos_test): Add more tests.
45823 (asin_test): Likewise.
45824 * sysdeps/i386/fpu/libm-test-ulps: Update.
45825 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
45826
5ba3cc69
JM
45827 [BZ #14034]
45828 * sysdeps/i386/fpu/e_acos.S (__ieee754_acos): Take absolute value
45829 of square root.
45830 * sysdeps/i386/fpu/e_acosf.S (__ieee754_acosf): Likewise.
45831 * sysdeps/i386/fpu/e_acosl.c (__ieee754_acosl): Likewise.
45832 * math/libm-test.inc (acos_test_tonearest): New function.
45833 (acos_test_towardzero): Likewise.
45834 (acos_test_downward): Likewise.
45835 (acos_test_upward): Likewise.
45836 (asin_test_tonearest): Likewise.
45837 (asin_test_towardzero): Likewise.
45838 (asin_test_downward): Likewise.
45839 (asin_test_upward): Likewise.
45840 (main): Call the new functions.
45841 * sysdeps/i386/fpu/libm-test-ulps: Update.
45842 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
45843
9568c0c2
JM
45844 [BZ #13884]
45845 [BZ #13924]
45846 * math/e_exp10.c: Include <float.h>.
45847 (__ieee754_exp10): Handle underflow here rather than multiplying
45848 large negative argument by M_LN10.
45849 * math/e_exp10f.c (__ieee754_exp10f): Call __ieee754_exp instead
45850 of __ieee754_expf.
45851 * math/e_exp10l.c: Include <float.h>.
45852 (__ieee754_exp10l): Handle underflow here rather than multiplying
45853 large negative argument by M_LN10l.
45854 * math/libm-test.inc (exp10_test): Add another test. Do not allow
45855 spurious overflow exception on underflow.
45856
5ac3ea17
MP
458572012-04-29 Marek Polacek <polacek@redhat.com>
45858
45859 * misc/sys/cdefs.h (__attribute_artificial__): New macro.
45860 (__fortify_function): New macro.
45861 (__extern_always_inline): Don't use __attribute__ ((__artificial__)).
45862 * libio/bits/stdio-ldbl.h: Use __fortify_function in place of
45863 __extern_always_inline.
45864 * libio/bits/stdio2.h: Likewise.
45865 * libio/bits/stdio.h: Likewise.
45866 * string/string.h: Likewise.
45867 * string/bits/string3.h: Likewise.
45868 * include/stdio.h: Likewise.
45869 * stdlib/bits/stdlib.h: Likewise.
45870 * stdlib/stdlib.h: Likewise.
45871 * rt/bits/mqueue2.h: Likewise.
45872 * rt/mqueue.h: Likewise.
45873 * posix/bits/unistd.h: Likewise.
45874 * posix/unistd.h: Likewise.
45875 * io/bits/poll2.h: Likewise.
45876 * io/bits/fcntl2.h: Likewise.
45877 * io/fcntl.h: Likewise.
45878 * io/sys/poll.h: Likewise.
45879 * misc/bits/syslog.h: Likewise.
45880 * misc/bits/syslog-ldbl.h: Likewise.
45881 * misc/sys/syslog.h: Likewise.
45882 * socket/bits/socket2.h: Likewise.
45883 * socket/sys/socket.h: Likewise.
45884 * debug/tst-chk1.c: Likewise.
45885 * wcsmbs/bits/wchar2.h: Likewise.
45886 * wcsmbs/bits/wchar-ldbl.h: Likewise.
45887 * wcsmbs/wchar.h: Likewise.
45888
ecf0ebfb
AJ
458892012-04-29 Andreas Jaeger <aj@suse.de>
45890
45891 * Makerules (tests): Remove enable-check-abi protection.
45892 (check-abi-warn): Remove.
45893 (check-abi-%): Remove check-abi-warn usage.
45894
45895 * configure.in: Remove check-abi configure option.
45896 * configure: Regenerated.
45897 * config.make.in (enable-check-abi): Remove.
45898
6d5c57fa
AS
458992012-04-28 Andreas Schwab <schwab@linux-m68k.org>
45900
24c5d07e 45901 [BZ #14033]
ded5180a
AS
45902 * math/bits/math-finite.h [__NO_LONG_DOUBLE_MATH]: Redirect long
45903 double functions to double *_finite functions.
45904
7e0d315d
AS
45905 [BZ #13941]
45906 * sysdeps/ieee754/ldbl-128ibm/ldbl2mpn.c
45907 (__mpn_extract_long_double): Use DBL_MIN_EXP instead of
45908 LDBL_MIN_EXP.
45909 * stdio-common/Makefile (tests): Add tst-sprintf3.
45910 * stdio-common/tst-sprintf3.c: New file.
45911
6d5c57fa
AS
45912 * elf/Makefile ($(objpfx)tst-leaks1-mem, $(objpfx)noload-mem)
45913 ($(objpfx)tst-unused-dep.out): Don't run when cross-compiling.
45914
0749ff8b
JM
459152012-04-28 Joseph Myers <joseph@codesourcery.com>
45916
45917 * conform/conformtest.pl: Remove duplicate typed-constant
45918 handling.
45919
8dbd5d7b
DM
459202012-04-28 David S. Miller <davem@davemloft.net>
45921
45922 * Makerules (%.abilist): Add vpath on sysdep_dirs.
45923 (check-abi-%): Remove AWK script prerequisite and explicit
45924 abilist directory.
45925 (check-abi): Rewrite to just diff the symlist with the abilist.
45926 (config-tls, config-abi-config): Delete, no longer used.
45927 (update-abi-%): Remove AWK script and explicit abilist directory.
45928 (update-abi): Rewrite to simply compare and conditionally copy the
45929 symlist and the sysdep abilist file. Remove update-abi-config
45930 checks.
45931 * abilist/ld.abilist: Remove.
45932 * abilist/libBrokenLocale.abilist: Remove.
45933 * abilist/libanl.abilist: Remove.
45934 * abilist/libcrypt.abilist: Remove.
45935 * abilist/libdl.abilist: Remove.
45936 * abilist/librt.abilist: Remove.
45937 * abilist/libthread_db.abilist: Remove.
45938 * abilist/libutil.abilist: Remove.
45939 * scripts/extract-abilist.awk: Remove.
45940 * scripts/merge-abilist.awk: Remove.
45941 * sysdeps/generic/libcidn.abilist: New file.
45942 * sysdeps/generic/libnss_compat.abilist: New file.
45943 * sysdeps/generic/libnss_db.abilist: New file.
45944 * sysdeps/generic/libnss_dns.abilist: New file.
45945 * sysdeps/generic/libnss_files.abilist: New file.
45946 * sysdeps/generic/libnss_hesiod.abilist: New file.
45947 * sysdeps/generic/libnss_nis.abilist: New file.
45948 * sysdeps/generic/libnss_nisplus.abilist: New file.
45949 * sysdeps/unix/sysv/linux/i386/nptl/ld.abilist: New file.
45950 * sysdeps/unix/sysv/linux/i386/nptl/libanl.abilist: New file.
45951 * sysdeps/unix/sysv/linux/i386/nptl/libBrokenLocale.abilist: New
45952 file.
45953 * sysdeps/unix/sysv/linux/i386/nptl/libc.abilist: New file.
45954 * sysdeps/unix/sysv/linux/i386/nptl/libcrypt.abilist: New file.
45955 * sysdeps/unix/sysv/linux/i386/nptl/libdl.abilist: New file.
45956 * sysdeps/unix/sysv/linux/i386/nptl/libm.abilist: New file.
45957 * sysdeps/unix/sysv/linux/i386/nptl/libnsl.abilist: New file.
45958 * sysdeps/unix/sysv/linux/i386/nptl/libpthread.abilist: New file.
45959 * sysdeps/unix/sysv/linux/i386/nptl/libresolv.abilist: New file.
45960 * sysdeps/unix/sysv/linux/i386/nptl/librt.abilist: New file.
45961 * sysdeps/unix/sysv/linux/i386/nptl/libthread_db.abilist: New
45962 file.
45963 * sysdeps/unix/sysv/linux/i386/nptl/libutil.abilist: New file.
45964 * sysdeps/unix/sysv/linux/x86_64/nptl/ld.abilist: New file.
45965 * sysdeps/unix/sysv/linux/x86_64/nptl/libanl.abilist: New file.
45966 * sysdeps/unix/sysv/linux/x86_64/nptl/libBrokenLocale.abilist: New
45967 file.
45968 * sysdeps/unix/sysv/linux/x86_64/nptl/libc.abilist: New file.
45969 * sysdeps/unix/sysv/linux/x86_64/nptl/libcrypt.abilist: New file.
45970 * sysdeps/unix/sysv/linux/x86_64/nptl/libdl.abilist: New file.
45971 * sysdeps/unix/sysv/linux/x86_64/nptl/libm.abilist: New file.
45972 * sysdeps/unix/sysv/linux/x86_64/nptl/libnsl.abilist: New file.
45973 * sysdeps/unix/sysv/linux/x86_64/nptl/libpthread.abilist: New
45974 file.
45975 * sysdeps/unix/sysv/linux/x86_64/nptl/libresolv.abilist: New file.
45976 * sysdeps/unix/sysv/linux/x86_64/nptl/librt.abilist: New file.
45977 * sysdeps/unix/sysv/linux/x86_64/nptl/libthread_db.abilist: New
45978 file.
45979 * sysdeps/unix/sysv/linux/x86_64/nptl/libutil.abilist: New file.
45980 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/ld.abilist:
45981 New file.
45982 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libanl.abilist:
45983 New file.
45984 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libBrokenLocale.abilist:
45985 New file.
45986 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libc.abilist:
45987 New file.
45988 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libcrypt.abilist:
45989 New file.
45990 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libdl.abilist:
45991 New file.
45992 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libm.abilist:
45993 New file.
45994 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libnsl.abilist:
45995 New file.
45996 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libpthread.abilist:
45997 New file.
45998 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libresolv.abilist:
45999 New file.
46000 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/librt.abilist:
46001 New file.
46002 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libthread_db.abilist:
46003 New file.
46004 * sysdeps/unix/sysv/linux/powerpc/powercp32/fpu/nptl/libutil.abilist:
46005 New file.
46006 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/ld.abilist: New
46007 file.
46008 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libanl.abilist:
46009 New file.
46010 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libBrokenLocale.abilist:
46011 New file.
46012 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libc.abilist: New
46013 file.
46014 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libcrypt.abilist:
46015 New file.
46016 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libdl.abilist:
46017 New file.
46018 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libm.abilist: New
46019 file.
46020 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libnsl.abilist:
46021 New file.
46022 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libpthread.abilist:
46023 New file.
46024 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libresolv.abilist:
46025 New file.
46026 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/librt.abilist:
46027 New file.
46028 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libthread_db.abilist:
46029 New file.
46030 * sysdeps/unix/sysv/linux/powerpc/powerpc64/nptl/libutil.abilist:
46031 New file.
46032 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/ld.abilist: New file.
46033 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libanl.abilist: New
46034 file.
46035 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libBrokenLocale.abilist:
46036 New file.
46037 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libc.abilist: New
46038 file.
46039 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libcrypt.abilist: New
46040 file.
46041 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libdl.abilist: New
46042 file.
46043 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libm.abilist: New
46044 file.
46045 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libnsl.abilist: New
46046 file.
46047 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libpthread.abilist:
46048 New file.
46049 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libresolv.abilist: New
46050 file.
46051 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/librt.abilist: New
46052 file.
46053 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libthread_db.abilist:
46054 New file.
46055 * sysdeps/unix/sysv/linux/s390/s390-32/nptl/libutil.abilist: New
46056 file.
46057 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/ld.abilist: New file.
46058 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libanl.abilist: New
46059 file.
46060 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libBrokenLocale.abilist:
46061 New file.
46062 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libc.abilist: New
46063 file.
46064 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libcrypt.abilist: New
46065 file.
46066 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libdl.abilist: New
46067 file.
46068 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libm.abilist: New
46069 file.
46070 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libnsl.abilist: New
46071 file.
46072 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libpthread.abilist:
46073 New file.
46074 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libresolv.abilist: New
46075 file.
46076 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/librt.abilist: New
46077 file.
46078 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libthread_db.abilist:
46079 New file.
46080 * sysdeps/unix/sysv/linux/s390/s390-64/nptl/libutil.abilist: New
46081 file.
46082 * sysdeps/unix/sysv/linux/sh/nptl/ld.abilist: New file.
46083 * sysdeps/unix/sysv/linux/sh/nptl/libanl.abilist: New file.
46084 * sysdeps/unix/sysv/linux/sh/nptl/libBrokenLocale.abilist: New
46085 file.
46086 * sysdeps/unix/sysv/linux/sh/nptl/libc.abilist: New file.
46087 * sysdeps/unix/sysv/linux/sh/nptl/libcrypt.abilist: New file.
46088 * sysdeps/unix/sysv/linux/sh/nptl/libdl.abilist: New file.
46089 * sysdeps/unix/sysv/linux/sh/nptl/libm.abilist: New file.
46090 * sysdeps/unix/sysv/linux/sh/nptl/libnsl.abilist: New file.
46091 * sysdeps/unix/sysv/linux/sh/nptl/libpthread.abilist: New file.
46092 * sysdeps/unix/sysv/linux/sh/nptl/libresolv.abilist: New file.
46093 * sysdeps/unix/sysv/linux/sh/nptl/librt.abilist: New file.
46094 * sysdeps/unix/sysv/linux/sh/nptl/libthread_db.abilist: New file.
46095 * sysdeps/unix/sysv/linux/sh/nptl/libutil.abilist: New file.
46096 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/ld.abilist: New file.
46097 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libanl.abilist: New
46098 file.
46099 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libBrokenLocale.abilist:
46100 New file.
46101 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libc.abilist: New
46102 file.
46103 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libcrypt.abilist: New
46104 file.
46105 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libdl.abilist: New
46106 file.
46107 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libm.abilist: New
46108 file.
46109 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libnsl.abilist: New
46110 file.
46111 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libpthread.abilist:
46112 New file.
46113 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libresolv.abilist:
46114 New file.
46115 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/librt.abilist: New
46116 file.
46117 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libthread_db.abilist:
46118 New file.
46119 * sysdeps/unix/sysv/linux/sparc/sparc32/nptl/libutil.abilist: New
46120 file.
46121 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/ld.abilist: New file.
46122 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libanl.abilist: New
46123 file.
46124 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libBrokenLocale.abilist:
46125 New file.
46126 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libc.abilist: New
46127 file.
46128 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libcrypt.abilist: New
46129 file.
46130 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libdl.abilist: New
46131 file.
46132 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libm.abilist: New
46133 file.
46134 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libnsl.abilist: New
46135 file.
46136 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libpthread.abilist:
46137 New file.
46138 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libresolv.abilist:
46139 New file.
46140 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/librt.abilist: New
46141 file.
46142 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libthread_db.abilist:
46143 New file.
46144 * sysdeps/unix/sysv/linux/sparc/sparc64/nptl/libutil.abilist: New
46145 file.
46146
41d73a1b
JM
461472012-04-28 Joseph Myers <joseph@codesourcery.com>
46148
46149 * conform/conformtest.pl: Fix typo in handling typed-constant from
46150 allow-header.
46151
28aeeda4
JM
461522012-04-27 Joseph Myers <joseph@codesourcery.com>
46153
adae8f5e
JM
46154 * README: Cut down references to pre-2.6 Linux kernels and
46155 Linuxthreads. Update lists of configurations in libc and ports
46156 and sort alphabetically. Say "or newer" with Linux kernel version
46157 requirements.
46158
28aeeda4
JM
46159 * config.h.in [IS_IN_build]: Allow compiling without optimization.
46160
a462cb63
RA
461612012-04-27 Ryan S. Arnold <rsa@linux.vnet.ibm.com>
46162
46163 [BZ #887]
46164 * math/libm-test.inc (logb_test_downward): New test to expose
46165 erroneous negative sign on -0.0 result of logb[l](1) in FE_DOWNWARD
46166 rounding mode.
46167
6ad3493e
JM
461682012-04-27 Joseph Myers <joseph@codesourcery.com>
46169
46170 [BZ #14027]
46171 * math/fclrexcpt.c (__feclearexcept): Return zero if nothing needs
46172 to be done.
46173 * math/fraiseexcpt.c (__feraiseexcept): Likewise.
46174 * math/fsetexcptflg.c (__fesetexceptflag): Likewise.
46175
2ce4f015
JM
461762012-04-26 Joseph Myers <joseph@codesourcery.com>
46177
5aeb141a
JM
46178 * sysdeps/unix/i386/brk.S: Remove file.
46179 * sysdeps/unix/i386/dl-brk.S: Likewise.
46180 * sysdeps/unix/i386/pipe.S: Likewise.
46181 * sysdeps/unix/i386/sigreturn.S: Likewise.
46182 * sysdeps/unix/i386/syscall.S: Likewise.
46183 * sysdeps/unix/i386/vfork.S: Likewise.
46184 * sysdeps/unix/i386/wait.S: Likewise.
46185
7143acae
JM
46186 * sysdeps/unix/common/tcsendbrk.c: Move to ...
46187 * sysdeps/unix/sysv/linux/tcsendbrk.c: ... here.
46188
2ce4f015
JM
46189 * configure.in (arm*-none*): Do not allow without
46190 --enable-hacker-mode.
46191 (netbsd*): Remove case setting base_os.
46192 (386bsd*): Likewise.
46193 (freebsd*): Likewise.
46194 (bsdi*): Likewise.
46195 (osf*): Likewise.
46196 (sunos*): Likewise.
46197 (ultrix*): Likewise.
46198 (newsos*): Likewise.
46199 (dynix*): Likewise.
46200 (*bsd*): Likewise.
46201 (sysv*): Likewise.
46202 (isc*): Likewise.
46203 (esix*): Likewise.
46204 (sco*): Likewise.
46205 (minix*): Likewise.
46206 (irix4*): Likewise.
46207 (irix6*): Likewise.
46208 (solaris[2-9]*): Likewise.
46209 (none): Likewise.
46210 * configure: Regenerated.
46211
0ac229c8
AZ
462122012-04-26 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46213
46214 [BZ #11521]
46215 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c (__ctanhl): Avoid internal
46216 overflow or cancellation in calculating denominator.
46217 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c (__ctanl): Likewise.
46218 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c (__ieee754_sinhl): Breaking
46219 down expression to avoid unexpected rounding in newer GCCs.
46220 * sysdeps/powerpc/fpu/libm-test-ulps: Update for ctan, ctanh fix.
46221
33f244f4
DM
462222012-04-26 David S. Miller <davem@davemloft.net>
46223
46224 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Generate
46225 long-double compat symbols.
46226 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
46227 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
46228 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
46229 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: Likewise.
46230 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
46231 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Likewise.
46232 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: Likewise.
46233 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: Likewise.
46234 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: Likewise.
46235 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: Likewise.
46236 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: Likewise.
46237 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: Likewise.
46238 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
46239
cfa1f3e8
DM
462402012-04-25 David S. Miller <davem@davemloft.net>
46241
46242 * sysdeps/sparc/sparc32/bits/atomic.h: Include sysdep.h to get
46243 HWCAP_* values only after the memory barriers have been defined.
46244 (atomic_full_barrier): Define.
46245 (atomic_read_barrier): Define.
46246 (atomic_write_barrier): Define.
46247
6e236b92
SP
462482012-04-26 Siddhesh Poyarekar <siddhesh@redhat.com>
46249
46250 * shlib-versions: Add libgcc_s version information.
46251 * sysdeps/generic/libgcc_s.h: Remove.
46252 * sysdeps/generic/framestate.c: Include gnu/lib-names.h instead of
46253 libgcc_s.h.
46254 * sysdeps/gnu/unwind-resume.c: Likewise.
46255 * scripts/test-installation.pl: Remove libgcc_s from link_libs.
46256
aab39a09
DM
462572012-04-25 David S. Miller <davem@davemloft.net>
46258
46259 * sysdeps/unix/sparc/brk.S: Delete.
46260 * sysdeps/unix/sparc/dl-brk.S: Delete.
46261 * sysdeps/unix/sparc/pipe.S: Delete.
46262 * sysdeps/unix/sparc/sysdep.S: Delete.
46263 * sysdeps/unix/sparc/sysdep.h: Delete.
46264 * sysdeps/unix/sparc/vfork.S: Delete.
57f41c40
AS
46265 * sysdeps/sparc/sysdep.h (SPARC_PIC_THUNK, SPARC_PIC_REG)
46266 (SPARC_PIC_REG_LEAF, ENTRY, END, LOC): Define.
46267 * sysdeps/unix/sysv/linux/sparc/sysdep.h (ret, ret_NOERRNO)
46268 (ret_ERRVAL, r0, r1, MOVE): Define.
aab39a09
DM
46269 (JUMPTARGET): Remove.
46270 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Don't include
46271 sysdeps/unix/sparc/sysdep.h
46272 (ENTRY, END): Remove.
46273 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
46274
a3cc4f48
JM
462752012-04-25 Joseph Myers <joseph@codesourcery.com>
46276
2ed8cda2
JM
46277 * Makerules (native-compile): Use $(BUILD_LDFLAGS).
46278 (ALL_BUILD_CFLAGS): Use $(BUILD_CPPFLAGS) -D_GNU_SOURCE
46279 -DIS_IN_build.
46280
35d76d59
JM
46281 * timezone/README: Update upstream location and email address for
46282 tzcode and tzdata.
46283 * timezone/zdump.c: Update from tzcode 2012b.
46284 * timezone/zic.c: Likewise.
46285
a3cc4f48
JM
46286 * configure.in (libc_cv_as_needed): Remove test.
46287 * configure: Regenerated.
46288 * Makeconfig [$(have-as-needed) != yes] (as-needed): Remove
46289 conditional definition.
46290 [$(have-as-needed) != yes] (no-as-needed): Likewise.
46291 [$(have-as-needed) != yes] (libgcc_eh): Likewise.
46292 * config.make.in (have-as-needed): Remove variable.
46293
ceab42c3
SP
462942012-04-25 Siddhesh Poyarekar <siddhesh@redhat.com>
46295 Paul Pluzhnikov <ppluzhnikov@google.com>
46296
46297 * elf/dl-minimal.c (__strtoul_internal): Parse hexadecimal and octal
46298 strings correctly.
46299
3ce2865f
CLT
463002012-04-25 Chung-Lin Tang <cltang@codesourcery.com>
46301
46302 * sysdeps/sh/memcpy.S: Remove include of endian.h, change
46303 preprocessor endian tests to '#ifdef __BIG_ENDIAN__'.
46304 * sysdeps/sh/strlen.S: Likewise.
46305
f37e0d68
JM
463062012-04-24 Joseph Myers <joseph@codesourcery.com>
46307
ae186e9a
JM
46308 * sysdeps/unix/fork.S: Remove file.
46309 * sysdeps/unix/i386/fork.S: Likewise.
46310 * sysdeps/unix/sparc/fork.S: Likewise.
46311
b96914af
JM
46312 * sysdeps/unix/system.c: Remove file.
46313 * sysdeps/unix/bsd/bsd4.4/system.c: Likewise.
46314
f37e0d68
JM
46315 * sysdeps/unix/getegid.S: Remove file.
46316 * sysdeps/unix/geteuid.S: Likewise.
46317
87ef29ca
RM
463182012-04-24 Roland McGrath <roland@hack.frob.com>
46319
83bcd236
RM
46320 * scripts/check-localplt.awk: New file.
46321 * elf/Makefile ($(objpfx)check-localplt.out): Use that script instead
46322 of diff.
46323 * scripts/data/localplt-generic.data: Add a comment.
46324
87ef29ca
RM
46325 * sysdeps/mach/hurd/symlink.c: Don't call __mach_port_deallocate on
46326 NODE when __dir_mkfile failed.
46327 * sysdeps/mach/hurd/symlinkat.c: Likewise.
46328 Reported by Ludovic Courtès <ludo@gnu.org>.
46329
e5a6e567
AJ
463302012-04-24 Andreas Jaeger <aj@suse.de>
46331
46332 * Makerules (common-clean): Also remove gen-as-const-headers
46333 files.
46334
c1820385
JM
463352012-04-24 Joseph Myers <joseph@codesourcery.com>
46336
46337 * Makerules (native-compile): Do not change working directory for
46338 build. Use $(OUTPUT_OPTION) in command.
46339 (ALL_BUILD_CFLAGS): Use $(common-objpfx) to find config.h.
46340
94e02fc4
AZ
463412012-04-24 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46342
46343 [BZ #13886]
46344 * sysdeps/powerpc/powerpc64/fpu/s_floorl.S: Delete file. Use the
46345 sysdeps/ieee754/ldbl-128ibm/s_floorl.c version instead.
46346 * math/libm-test.inc (floor_test): Add more tests.
46347 * sysdeps/powerpc/fpu/libm-test-ulps: Update for pow tests.
46348
3a533ca3
JM
463492012-04-24 Joseph Myers <joseph@codesourcery.com>
46350
940ab4b3
JM
46351 * sysdeps/unix/getdents.c: Remove file.
46352 * sysdeps/unix/sysv/getdents.c: Likewise.
46353 * sysdeps/unix/sysv/syscalls.list (s_getdents): Remove.
46354
90e037bd
JM
46355 * sysdeps/unix/syscalls.list (madvise): Add syscall from
46356 sysdeps/unix/mman/syscalls.list.
46357 (mmap): Likewise.
46358 (mprotect): Likewise.
46359 (msync): Likewise.
46360 (munmap): Likewise.
46361 * sysdeps/unix/bsd/bsd4.4/Implies: Remove.
46362 * sysdeps/unix/mman/syscalls.list: Remove.
46363 * sysdeps/unix/sysv/linux/Implies: Don't include unix/mman.
46364
3a533ca3
JM
46365 * configure.in (libc_cv_libgcc_s_suffix): Remove test.
46366 (libc_cv_as_needed): Don't use $libc_cv_libgcc_s_suffix.
46367 * configure: Regenerated.
46368 * Makeconfig [$(have-as-needed) = yes] (libgcc_eh): Don't use
46369 $(libgcc_s_suffix).
46370 * config.make.in (libgcc_s_suffix): Remove variable.
46371
1ad743de
JM
463722012-04-23 Joseph Myers <joseph@codesourcery.com>
46373
4ad451e2
JM
46374 * sysdeps/unix/sysv/gethostname.c: Move to ...
46375 * sysdeps/posix/gethostname.c: ... here.
46376
5e37ce39
JM
46377 * sysdeps/unix/execve.S: Remove file.
46378
1ad743de
JM
46379 * sysdeps/unix/_exit.S: Remove file.
46380
4e681b5b
AJ
463812012-04-23 Andreas Jaeger <aj@suse.de>
46382
46383 [BZ #13739]
46384 * manual/Makefile: Remove make dist support, there's no
46385 need for a stand-alone documentation tar ball.
46386 (TEXI2DVI): Define always, it's not in Makeconfig.
46387 (dist): Removed.
46388 (tar-it): Removed.
46389 (edition): Removed.
46390 (glibc-doc-$(edition).tar): Removed
46391 (%.Z): Removed.
46392 (%.gz): Removed.
46393 (%.uu): Removed.
46394 (ETAGS): Remove, it's in Makeconfig.
46395 (move-if-change): Remove, it's in Makeconfig.
46396
38686a03 463972012-04-23 Paul Eggert <eggert@cs.ucla.edu>
c0baea34
PE
46398
46399 [BZ #13970]
46400 * stdlib/stdlib.h: Remove warn_unused_result attribute from strtol etc.
46401 (strtod, strtof, strtold, strtol, strtoul, strtoq)
46402 (strtouq, strtoll, strtoull, strtol_l, strtoul_l, strtoll_l, strtoull_l)
46403 (strtod_l, strtof_l, strtold_l): Remove __wur.
46404 It is not necessarily an error to ignore strtol's return value.
46405 One can reliably look at the stored endptr to decide whether
46406 the number had valid syntax.
46407
7c0616fa
AJ
464082012-04-21 Andreas Jaeger <aj@suse.de>
46409
803cb6b7 46410 [BZ #13739]
7c0616fa
AJ
46411 * sysdeps/s390/s390-64/Makefile (distribute): Remove variable.
46412
b0fe253f
JM
464132012-04-21 Joseph Myers <joseph@codesourcery.com>
46414
46415 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.0): Add sysinfo.
46416 * sysdeps/unix/sysv/Versions: Remove file.
46417
8280f22d
MT
464182012-04-21 Markus Trippelsdorf <markus@trippelsdorf.de>
46419
46420 [BZ #13927]
46421 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46422
75ce411f 464232012-04-21 Nick Alcock <nick.alcock@oracle.com>
b8e33728
N
46424
46425 [BZ #7064]
46426 * sysdeps/unix/sysv/linux/i386/syscalls.list: Omit explicit
46427 version from __vm86.
46428
097d59fa
JM
464292012-04-20 Joseph Myers <joseph@codesourcery.com>
46430
a90f3bcb
JM
46431 * sysdeps/unix/common/lxstat.c: Remove file.
46432 * sysdeps/unix/common/syscalls.list (sys_lstat): Remove.
46433
edc7ea78
JM
46434 * sysdeps/unix/sysv/Makefile: Remove file.
46435
cb78c221
JM
46436 * sysdeps/unix/sysv/direct.h: Remove file.
46437
efa6a45f
JM
46438 * sysdeps/unix/sysv/bits/dirent.h: Remove file.
46439 * sysdeps/unix/sysv/bits/fcntl.h: Likewise.
46440 * sysdeps/unix/sysv/bits/local_lim.h: Likewise.
46441 * sysdeps/unix/sysv/bits/signum.h: Likewise.
46442 * sysdeps/unix/sysv/bits/stat.h: Likewise.
46443 * sysdeps/unix/sysv/bits/utmp.h: Likewise.
46444 * sysdeps/unix/sysv/bits/utsname.h: Likewise.
46445
9c9f2d0c
JM
46446 * sysdeps/unix/sysv/setrlimit.c: Remove file.
46447
4541c83b
JM
46448 * sysdeps/unix/xmknod.c: Remove file.
46449 * sysdeps/unix/syscalls.list (sys_mknod): Remove.
46450
f5d153a0
JM
46451 * sysdeps/unix/sysv/settimeofday.c: Remove file.
46452
aa746595
JM
46453 * sysdeps/unix/sysv/i386/time.S: Remove file.
46454
cce5905e
JM
46455 * sysdeps/unix/fxstat.c: Remove file.
46456 * sysdeps/unix/xstat.c: Likewise.
46457 * sysdeps/unix/syscalls.list (sys_fstat, sys_stat): Remove.
46458
37fa3841
JM
46459 * sysdeps/unix/sysv/sigaction.c: Remove file.
46460
ff1962a3
JM
46461 * sysdeps/unix/sysv/Makefile [termio.h not in sysdep_headers]
46462 (sysdep_headers): Remove variable.
46463 [termio.h not in sysdep_headers] (generated): Likewise.
46464 [termio.h not in sysdep_headers] ($(objpfx)termio.h): Remove rule.
46465 * sysdeps/unix/sysv/sysv_termio.h: Remove file.
46466 * sysdeps/unix/sysv/tcdrain.c: Likewise.
46467 * sysdeps/unix/sysv/tcflow.c: Likewise.
46468 * sysdeps/unix/sysv/tcflush.c: Likewise.
46469 * sysdeps/unix/sysv/tcgetattr.c: Likewise.
46470 * sysdeps/unix/sysv/tcgetpgrp.c: Likewise.
46471 * sysdeps/unix/sysv/tcsendbrk.c: Likewise.
46472 * sysdeps/unix/sysv/tcsetattr.c: Likewise.
46473 * sysdeps/unix/sysv/tcsetpgrp.c: Likewise.
46474
e7740d31
JM
46475 * sysdeps/unix/siglist.c: Remove file.
46476
ee06f18b
JM
46477 * sysdeps/unix/getppid.S: Remove file.
46478
097d59fa
JM
46479 * sysdeps/unix/mkdir.c: Remove file.
46480 * sysdeps/unix/rmdir.c: Likewise.
46481
ff3d51ec
AS
464822012-04-19 Andreas Schwab <schwab@linux-m68k.org>
46483
46484 * sysdeps/gnu/errlist-compat.awk (END): Correct computation of
46485 ERR_MAX value.
46486 * sysdeps/unix/sysv/linux/Versions (GLIBC_2.12): Adjust
46487 errlist-compat value.
46488
50f81fd7
DM
464892012-04-18 David S. Miller <davem@davemloft.net>
46490
46491 * sysdeps/generic/memcopy.h (reg_char): Delete.
46492 * debug/strcat_chk.c: Use char, not reg_char.
46493 * debug/strcpy_chk.c: Likewise.
46494 * debug/strncat_chk.c: Likewise.
46495 * debug/strncpy_chk.c: Likewise.
46496 * string/memchr.c: Likewise.
46497 * string/memrchr.c: Likewise.
46498 * string/rawmemchr.c: Likewise.
46499 * string/strcat.c: Likewise.
46500 * string/strchr.c: Likewise.
46501 * string/strchrnul.c: Likewise.
46502 * string/strcmp.c: Likewise.
46503 * string/strcpy.c: Likewise.
46504 * string/strncat.c: Likewise.
46505 * string/strncmp.c: Likewise.
46506 * string/strncpy.c: Likewise.
46507
8ff41c46
WS
465082012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
46509
46510 * sysdeps/powerpc/memmove.c: New file based on string/memmove.c where
46511 __builtin_memcopy is called when src and dest ranges are known to not
46512 overlap.
46513
6b652f46
WS
465142012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
46515
46516 * sysdeps/powerpc/powerpc64/power6/wordcopy.c
46517 (_wordcopy_fwd_dest_aligned): Replace switch with a parameterized
46518 fwd_align_merge macro call.
46519 (_wordcopy_bwd_dest_aligned): Replace switch with a parameterized
46520 bwd_align_merge macro call.
46521 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46522
b282631e
WS
465232012-04-18 Will Schmidt <will_schmidt@vnet.ibm.com>
46524
46525 * sysdeps/powerpc/powerpc64/power6/wordcopy.c: Add fwd_align_merge and
46526 bwd_align_merge macros.
46527 (_wordcopy_fwd_dest_aligned): Use fwd_align_merge macro calls.
46528 (_wordcopy_bwd_dest_aligned): Use bwd_align_merge macro calls.
46529 * sysdeps/powerpc/powerpc32/power6/wordcopy.c: Likewise.
46530
95aa737c
DM
465312012-04-18 David S. Miller <davem@davemloft.net>
46532
46533 * sysdeps/sparc/sparc64/memcopy.h: Delete.
46534
7a99a614
AJ
465352012-04-18 Andreas Jaeger <aj@suse.de>
46536
46537 [BZ# 6794]
46538 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Moved to ...
46539 * sysdeps/ieee754/ldbl-96/e_ilogbl.c: ... here.
46540 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46541
46542 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Moved to ...
46543 * sysdeps/ieee754/ldbl-128/e_ilogbl.c: ... here.
46544 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46545
46546 * sysdeps/ieee754/ldbl-64-128/s_ilogbl.c: Moved to ...
46547 * sysdeps/ieee754/ldbl-64-128/e_ilogbl.c: ... here.
46548 Adjust for changed ldbl-128 files.
46549
46550 * sysdeps/sparc/sparc64/soft-fp/s_ilogbl.c: Moved to ...
46551 * sysdeps/sparc/sparc64/soft-fp/e_ilogbl.c: ... here.
46552 Rename __ilogbl to __ieee754_ilogbl and remove weak_alias.
46553
e5270c23
DM
465542012-04-17 David S. Miller <davem@davemloft.net>
46555
46556 * sysdeps/sparc/sparc32/memcopy.h: Delete.
46557
fb5e92c9
AS
465582012-04-17 Andreas Schwab <schwab@linux-m68k.org>
46559
46560 * sysdeps/i386/fpu/e_ilogb.S: Remove __ilogb*_finite alias.
46561 * sysdeps/i386/fpu/e_ilogbf.S: Likewise.
46562 * sysdeps/i386/fpu/e_ilogbl.S: Likewise.
46563 * sysdeps/x86_64/fpu/e_ilogbl.S: Likewise.
46564 * sysdeps/ieee754/dbl-64/e_ilogb.c: Likewise.
46565 * sysdeps/ieee754/flt-32/e_ilogbf.c: Likewise.
46566
76da7265
AZ
465672012-04-17 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
46568
46569 [BZ #6794]
46570 * math/Makefile: Add e_ilogb and w_ilogb, remove s_logb.
46571 * math/libm-test.inc: Add ilogb errno and exception tests.
46572 * math/w_ilogb.c: New file: ilogb wrapper.
46573 * math/w_ilogbf.c: New file: ilogbf wrapper.
46574 * math/w_ilogbl.c: New file: ilogbl wrapper.
46575 * sysdeps/generic/math_private.h: Add __ieee754_ilogb[l|f] prototypes.
46576 * sysdeps/i386/fpu/s_ilogb.S: Moved to ...
46577 * sysdeps/i386/fpu/e_ilogb.S: ... here. Also fixed a FE_DIVBYZERO
46578 exception being thrown with 0.0 as argument.
46579 * sysdeps/i386/fpu/s_ilogbf.S: Moved to ...
46580 * sysdeps/i386/fpu/e_ilogbf.S: ... here. Also fixed a FE_DIVBYZERO
46581 exception being thrown with 0.0 as argument.
46582 * sysdeps/i386/fpu/s_ilogbl.S: Moved to ...
46583 * sysdeps/i386/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46584 exception being thrown with 0.0 as argument.
46585 * sysdeps/x86_64/fpu/s_ilogbl.S: Moved to ...
46586 * sysdeps/x86_64/fpu/e_ilogbl.S: ... here. Also fixed a FE_DIVBYZERO
46587 exception being thrown with 0.0 as argument.
46588 * sysdeps/ieee754/dbl-64/s_ilogb.c: Moved to ...
46589 * sysdeps/ieee754/dbl-64/e_ilogb.c: ... here.
7a99a614 46590 * sysdeps/ieee754/flt-32/s_ilogbf.c: Moved to ...
76da7265
AZ
46591 * sysdeps/ieee754/flt-32/e_ilogbf.c: ... here.
46592 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Moved to ...
46593 * sysdeps/ieee754/ldbl-128ibm/e_ilogbl.c: ... here.
46594 * sysdeps/ieee754/ldbl-opt/s_ilogb.c: Moved to ...
46595 * sysdeps/ieee754/ldbl-opt/w_ilogb.c: ... here.
46596 * sysdeps/ieee754/ldbl-opt/w_ilogbl.c: New file: ilogbl wrapper.
46597
0396e69d
PB
465982012-04-17 Petr Baudis <pasky@ucw.cz>
46599
46600 * include/sys/uio.h: Change __vector to __iovec to avoid clash
46601 with altivec.
46602
750b5926
MP
466032012-04-16 Marek Polacek <polacek@redhat.com>
46604
46605 * elf/pldd-xx.c: Rename static_assert to pldd_assert.
46606
751728a1
MP
466072012-04-16 Marek Polacek <polacek@redhat.com>
46608
46609 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Reverse the
46610 operands of fdivp instruction.
46611
34a27407
L
466122012-04-13 H.J. Lu <hongjiu.lu@intel.com>
46613
46614 * elf/tst-auditmod1.c: Check __ILP32__ instead of __LP64__.
46615 * elf/tst-auditmod3b.c: Likewise.
46616 * elf/tst-auditmod4b.c: Likewise.
46617 * elf/tst-auditmod5b.c: Likewise.
46618 * elf/tst-auditmod6b.c: Likewise.
46619 * elf/tst-auditmod6c.c: Likewise.
46620 * elf/tst-auditmod7b.c: Likewise.
46621 * sysdeps/x86_64/ffsll.c (ffsl): Likewise.
46622 * sysdeps/x86_64/preconfigure.in: Likewise.
46623 * sysdeps/x86_64/preconfigure: Regenerated.
46624
7e73e17d
L
466252012-04-13 H.J. Lu <hongjiu.lu@intel.com>
46626
46627 * sysdeps/x86_64/bits/wordsize.h (__WORDSIZE): Also check
46628 __ILP32__.
46629
c7a6ab72
AB
466302012-04-13 Antoine Balestrat <merkil33@gmail.com>
46631
46632 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
46633 (__get_clockfreq_via_proc_openprom): Fix test on wrong variable.
46634
a9e8e0e0
CL
466352012-04-13 Chris Leonard <cjlhomeaddress@gmail.com>
46636
46637 [BZ #13973]
46638 * locale/iso-639.def: Fix gl language name. Spotted by
46639 Yaron Shahrabani.
46640
ec98af7d
RM
466412012-04-12 Roland McGrath <roland@hack.frob.com>
46642
46643 [BZ #2074]
46644 * libio/libio.h (__io_write_fn): Update comment.
46645
247c3ede
PB
466462012-04-12 Petr Baudis <pasky@ucw.cz>
46647
46648 [BZ #2074]
46649 * stdio.texi (Hook Functions): The user provided writer function
46650 is not allowed to return -1.
46651
55939d6d
DM
466522012-04-11 David S. Miller <davem@davemloft.net>
46653
46654 * sysdeps/sparc/fpu/libm-test-ulps: Update.
46655
90020f5a
MF
466562012-04-11 Mike Frysinger <vapier@gentoo.org>
46657
46658 * .gitignore: Add /ports, /linuxthreads, and /linuxthreads_db.
46659 Add a leading slash to rtkaio.
46660
288f9098
JM
466612012-04-11 Jim Meyering <meyering@redhat.com>
46662
90020f5a
MF
46663 [BZ #11959]
46664 * libio/stdio.h (fwrite, fwrite_unlocked): Remove __wur.
46665 It is not necessarily an error to ignore fwrite's return
46666 value. One can reliably use ferror to test for errors after
46667 the fact.
288f9098 46668
4be2b570
L
466692012-04-10 H.J. Lu <hongjiu.lu@intel.com>
46670
46671 * bits/types.h (__snseconds_t): New type.
46672 * time/time.h (struct timespec): Use __snseconds_t on tv_nsec.
46673
46674 * bits/typesizes.h (__SNSECONDS_T_TYPE): New macro.
46675 * sysdeps/unix/bsd/bsd4.4/freebsd/bits/typesizes.h
46676 (__SNSECONDS_T_TYPE): Likewise.
46677 * sysdeps/unix/sysv/linux/s390/bits/typesizes.h
46678 (__SNSECONDS_T_TYPE): Likewise.
46679 * sysdeps/unix/sysv/linux/sparc/bits/typesizes.h
46680 (__SNSECONDS_T_TYPE): Likewise.
46681
288f9098 466822012-04-10 Andreas Jaeger <aj@suse.de>
4cfd8026
AJ
46683
46684 [BZ #2636]
46685 * manual/time.texi (Processor Time): Return type of times is
46686 elapsed real time since an arbitrary point in the past.
46687 (CPU Time): Move CLK_TCK from here...
46688 (Processor Time): ...to here. Correct description.
46689 * manual/conf.texi (Constants for Sysconf): Correct description of
46690 _SC_CLK_TCK.
46691
d7dd4413
DM
466922012-04-10 David S. Miller <davem@davemloft.net>
46693
46694 [BZ #13967]
46695 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Handle the case
46696 where the is a gap between DT_REL(A) and DT_JMPREL.
46697
b46068fc
L
466982012-04-10 H.J. Lu <hongjiu.lu@intel.com>
46699
46700 * sysdeps/x86_64/bits/byteswap.h: Include <features.h>.
46701 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46702 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46703
73d65cc3
SP
467042012-04-10 Siddhesh Poyarekar <siddhesh@redhat.com>
46705
46706 * elf/dl-support.c (_dl_inhibit_cache): New variable.
46707 * elf/rtld.c (_rtld_global_ro): New member _dl_inhibit_cache.
46708 (dl_main): Handle --inhibit-cache.
46709 * sysdeps/generic/ldsodefs.h (struct rtld_global_ro): New member
46710 _dl_inhibit_cache.
46711 * elf/dl-load.c (_dl_map_object): Use it.
46712 * elf/Makefile: Define SYSCONFDIR when building rtld.c.
46713
bcc8d661
JM
467142012-04-09 Joseph Myers <joseph@codesourcery.com>
46715
8f9a2fae
JM
46716 [BZ #13872]
46717 * sysdeps/i386/fpu/e_powl.S (p78): New object.
46718 (__ieee754_powl): Saturate large exponents rather than testing for
46719 overflow of y*log2(x).
46720 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
46721 * math/libm-test.inc (pow_test): Do not permit spurious overflow
46722 exceptions.
46723
bcc8d661
JM
46724 [BZ #11521]
46725 * math/s_ctan.c: Include <float.h>.
46726 (__ctan): Avoid internal overflow or cancellation in calculating
46727 denominator.
46728 * math/s_ctanf.c: Likewise.
46729 * math/s_ctanl.c: Likewise.
46730 * math/s_ctanh.c: Likewise.
46731 * math/s_ctanhf.c: Likewise.
46732 * math/s_ctanhl.c: Likewise.
46733 * math/libm-test.inc (ctan_test): Add more tests.
46734 (ctanh_test): Likewise.
46735 * sysdeps/i386/fpu/libm-test-ulps: Update.
46736 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
46737
823fbbb4
AJ
467382012-04-09 Andreas Jaeger <aj@suse.de>
46739
03879793
AJ
46740 [BZ #6894]
46741 * manual/filesys.texi (Directory Entries): Mention that d_namlen
46742 is an optional BSD extension.
46743
823fbbb4
AJ
46744 [BZ #10254]
46745 * manual/stdio.texi (Opening Streams): Document additional fopen
46746 parameters.
46747
8de131cb
RM
467482012-04-09 Roland McGrath <roland@hack.frob.com>
46749
46750 * sysdeps/i386/fpu/bits/mathinline.h (__sincos_code): Don't clobber
46751 %eax without telling the compiler.
46752
c0ed9d7d
CD
467532012-04-09 Carlos O'Donell <carlos_odonell@mentor.com>
46754
46755 [BZ # 13963]
46756 * manual/install.texi: Use sourceware.org.
46757
c483f6b4
JM
467582012-04-09 Joseph Myers <joseph@codesourcery.com>
46759
d7dd9453
JM
46760 [BZ #13873]
46761 * sysdeps/ieee754/dbl-64/e_pow.c (huge, tiny): New variables.
46762 (__ieee754_pow): Generate overflow and underflow using huge*huge
46763 and tiny*tiny rather than just returning constant infinity or zero
46764 for large exponents.
46765 * math/libm-test.inc (pow_test): Require overflow exceptions for
46766 applicable cases of large exponents.
46767
c483f6b4
JM
46768 [BZ #706]
46769 * sysdeps/i386/fpu/e_pow.S (p10): New object.
46770 (__ieee754_pow): Use iterative multiplication algorithm only for
46771 integer exponents with absolute value below 1024. Check for odd
46772 integer exponents when using algorithm for real exponents.
46773 * math/libm-test.inc (pow_test): Add more tests.
46774 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
46775
d2de7579
JM
467762012-04-08 Joseph Myers <joseph@codesourcery.com>
46777
46778 [BZ #13705]
46779 * math/libm-test.inc (exp_test): Do not allow overflow exception
46780 on underflow test.
46781
f77f1232
AJ
467822012-04-08 Aurelien Jarno <aurelien@aurel32.net>
46783
46784 [BZ #13705]
46785 * sysdeps/ieee754/dbl-64/w_exp.c (__exp): Use __kernel_standard
46786 instead of __kernel_standard_f.
46787
3884932b
MF
467882012-04-08 Mike Frysinger <vapier@gentoo.org>
46789
46790 * sysdeps/i386/i686/memset_chk.S: Update copyright year.
46791 * sysdeps/x86_64/memset_chk.S: Likewise.
46792
54472e9c
AJ
467932012-04-08 Andreas Jaeger <aj@suse.de>
46794
6ab0fbfc
AJ
46795 [BZ #10153]
46796 * manual/startup.texi (Environment Access): Describe return value
46797 for putenv and setenv.
46798
61efba8c
AJ
46799 [BZ #6895]
46800 * manual/filesys.texi (Directory Entries): Add description for
46801 DT_LNK.
46802
95c3f29a
AJ
46803 [BZ #6890]
46804 * manual/filesys.texi (Directory Entries): Clarify that it's file
46805 system not operating system in the description of DT_UNKNOWN.
46806
54472e9c
AJ
46807 [BZ #6578]
46808 * manual/syslog.texi (closelog): Fix reference, it's openlog.
46809
624254b1
SC
468102012-04-08 Stephen Compall <s11@member.fsf.org>
46811
46812 [BZ #6649]
46813 * manual/llio.texi (Opening and Closing Files): Add cross
46814 reference to explain mode argument.
46815
1e4920e0
MF
468162012-04-07 Mike Frysinger <vapier@gentoo.org>
46817
46818 * sysdeps/i386/i686/memset_chk.S: Change PIC to SHARED.
46819 * sysdeps/x86_64/memset_chk.S: Likewise.
46820
5ed848f3
DM
468212012-04-07 David S. Miller <davem@davemloft.net>
46822
46823 * elf/elf.h (R_SPARC_WDISP10): Define.
46824 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Handle
46825 R_SPARC_SIZE32.
46826 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Handle
46827 R_SPARC_SIZE64 and R_SPARC_H34.
46828
96154cd8
CD
468292012-04-07 Carlos O'Donell <carlos_odonell@mentor.com>
46830
46831 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Simplify
46832 conditions and remove no longer applicable assertion.
46833
9904dc47
L
468342012-04-06 H.J. Lu <hongjiu.lu@intel.com>
46835
46836 * bits/byteswap.h: Include <features.h>.
46837 (__bswap_32): Use __builtin_bswap32 for GCC >= 4.2.
46838 (__bswap_64): Use __builtin_bswap64 for GCC >= 4.2.
46839
f8887d0a
L
468402012-04-06 H.J. Lu <hongjiu.lu@intel.com>
46841
46842 * bits/byteswap.h (__bswap_16): Removed.
46843 Include <bits/byteswap-16.h> to get __bswap_16.
46844 * sysdeps/i386/bits/byteswap.h: Likewise.
46845 * sysdeps/s390/bits/byteswap.h: Likewise.
46846 * sysdeps/x86_64/bits/byteswap.h: Likewise.
46847 * bits/byteswap-16.h: New file.
46848 * sysdeps/i386/bits/byteswap-16.h: Likewise.
46849 * sysdeps/s390/bits/byteswap-16.h: Likewise.
46850 * sysdeps/x86_64/bits/byteswap-16.h: Likewise.
46851 * string/Makefile (headers): Add bits/byteswap-16.h.
46852
62470f60
PP
468532012-04-06 Paul Pluzhnikov <ppluzhnikov@google.com>
46854
46855 [BZ #13895]
46856 * nss/nsswitch.c (nss_load_library, __nss_lookup_function): Avoid
46857 extra indirection.
46858 * nss/Makefile (tests-static, tests): Add tst-nss-static.
46859 * nss/tst-nss-static.c: New.
46860
4dad7bab
RM
468612012-04-06 Robert Millan <rmh@gnu.org>
46862
46863 [BZ #6486]
46864 * manual/llio.texi (File Position Primitive): lseek
46865 refers to WHENCE when it really means OFFSET.
46866
e9142a17
AJ
468672012-04-06 Andreas Jaeger <aj@suse.de>
46868
2c040eff
AJ
46869 * nss/nss_db/db-initgroups.c: Include <string.h> for strlen and
46870 strncmp declarations.
46871
e9142a17
AJ
46872 * abilist/libc.abilist: Add __poll and __ppoll.
46873
ff9f1c5f
DM
468742012-04-05 David S. Miller <davem@davemloft.net>
46875
dcd2ae90
DM
46876 * scripts/check-local-headers.sh: Accept a host triplet in the
46877 path matched by the exclude regexp.
46878
993eb054
DM
46879 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Reduce down to one
46880 definition.
46881 * sysdeps/powerpc/powerpc32/dl-machine.h
46882 (ELF_MACHINE_PLTREL_OVERLAP): Delete.
46883 * sysdeps/s390/s390-32/dl-machine.h
46884 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46885 * sysdeps/sparc/sparc32/dl-machine.h
46886 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46887 * sysdeps/sparc/sparc64/dl-machine.h
46888 (ELF_MACHINE_PLTREL_OVERLAP): Likewise.
46889
ff9f1c5f
DM
46890 * elf/rtld.c (dl_main): If DL_DEBUG_UNUSED is enabled, turn off
46891 lazy binding.
48e2e132 46892 * elf/dl-lookup.c (_dl_lookup_symbol_x): If DL_DEBUG_UNUSED, ignore
ff9f1c5f
DM
46893 undefined symbol errors.
46894
48e2e132 46895 * elf/rtld.c (dl_main): Skip VDSO when checking for unused
ff9f1c5f
DM
46896 DT_NEEDED entries.
46897
e80d6f94
MM
468982012-04-05 Michael Matz <matz@suse.de>
46899
46900 [BZ #13592]
46901 * sysdeps/x86_64/memset.S: Fix size paramater comparisions.
46902
349fa79f
AJ
469032012-04-05 Andreas Jaeger <aj@suse.de>
46904
46905 [BZ #13908]
46906 * stdlib/stdlib.h: Don't warn about unused result of mktemp, fix
46907 comment.
46908
f402708f
KK
469092012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
46910
46911 * sysdeps/sh/sh4/fpu/fesetround.c (fesetround): Fix return value
46912 which ROUND is no valid rounding mode.
46913
2ecccfc9
KK
469142012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
46915
46916 * sysdeps/sh/sh4/fpu/fegetenv.c (fegetenv): Set fpscr register which
46917 read again.
46918 * sysdeps/sh/sh4/fpu/ftestexcept.c: Likewise.
46919
8a53f50f
KK
469202012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
46921
46922 * sysdeps/sh/sh4/fpu/fraiseexcpt.c (feraiseexcept): Produce
46923 an exception using FPU order intentionally.
46924
469252012-04-05 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
46926
46927 * sysdeps/sh/sh4/fpu/fedisblxcpt.c: New file.
46928 * sysdeps/sh/sh4/fpu/feenablxcpt.c: New file.
46929 * sysdeps/sh/sh4/fpu/fegetexcept.c: New file.
46930 * sysdeps/sh/sh4/fpu/feupdateenv.c: New file.
46931
d653abb7
SJ
469322012-04-05 Simon Josefsson <simon@josefsson.org>
46933
46934 [BZ #12340]
46935 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Return ERANGE instead of
46936 EINVAL when BUFLEN is too smal.
46937
c3b1bf7d
TS
469382012-04-05 Thomas Schwinge <thomas@codesourcery.com>
46939
46940 [BZ #13553]
46941 * sysdeps/mach/i386/machine-lock.h: Use volatile instead of __volatile.
46942 * sysdeps/mach/powerpc/machine-lock.h: Likewise.
46943
b1aa60f3
AJ
469442012-04-03 Andreas Jaeger <aj@suse.de>
46945
c3b1bf7d 46946 [BZ #13938]
67f60a26
AJ
46947 * manual/setjmp.texi (System V contexts): Fix sentence.
46948
b1aa60f3
AJ
46949 [BZ #13926]
46950 * sysdeps/i386/bits/byteswap.h [!__GNUC__](__bswap_constant_64):
46951 New macro for this case.
46952 [!__GNUC__] (__bswap_64): New inline function for this case.
46953 * sysdeps/x86_64/bits/byteswap.h: Likewise.
46954 * bits/byteswap.h: Likewise.
46955 * sysdeps/s390/bits/byteswap.h: [!__GNUC__] (__bswap_64): Use
46956 ull, guard with __GLIBC_HAVE_LONG_LONG.
46957
46958 * string/endian.h (htobe64,htole64,be64toh,le64toh): Guard with
46959 __GLIBC_HAVE_LONG_LONG.
46960
46961 * string/byteswap.h (bswap_64): Guard with __GLIBC_HAVE_LONG_LONG.
46962 Include <features.h> for __GLIBC_HAVE_LONG_LONG.
46963
39c59c35
TMQMF
469642012-04-02 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
46965
46966 [BZ #13691]
46967 * iconvdata/tcvn5712-1.c (FROM_LOOP): Test end of input using
46968 inptr and inend, rather than using last_ch.
46969
135ffda8
DM
469702012-04-02 David S. Miller <davem@davemloft.net>
46971
46972 With help from Paul Eggert, Carlos O'Donell, and Roland McGrath.
46973 * stdio-common/printf-parse.h (read_int): Change return type to
46974 'int', return -1 on INT_MAX overflow.
46975 * stdio-common/vfprintf.c (vfprintf): Validate width and precision
46976 against overflow of INT_MAX. Set errno to EOVERFLOW when 'done'
46977 overflows INT_MAX. Check for overflow of in-format-string precision
46978 values properly. Use EOVERFLOW rather than ERANGE throughout. Use
46979 SIZE_MAX not INT_MAX for integer overflow test.
46980 * stdio-common/printf-parsemb.c: If read_int signals an overflow,
46981 skip the construct in the format string but do not record anything.
46982 * stdio-common/bug22.c: Adjust to test both width/prevision
46983 INT_MAX overflow as well as total length INT_MAX overflow. Check
46984 explicitly for proper errno values.
46985
228c019e
TS
469862012-04-02 Thomas Schwinge <thomas@codesourcery.com>
46987
302cadd3
TS
46988 * string/test-memcmp.c [! WIDE]: #include <limits.h> for CHAR_MIN,
46989 CHAR_MAX.
46990 * string/test-strcmp.c [! WIDE]: Likewise.
46991 * time/tst-mktime2.c: Likewise for INT_MAX.
46992 * string/test-string.h: #include <sys/param.h> for MIN.
46993
228c019e
TS
46994 * csu/init-first.c (__libc_init_first): Call __ctype_init.
46995 * sysdeps/i386/init-first.c (init): Likewise.
46996 * sysdeps/mach/hurd/i386/init-first.c (posixland_init): Likewise.
46997 * sysdeps/mach/hurd/powerpc/init-first.c (posixland_init): Likewise.
46998 * sysdeps/sh/init-first.c (init): Likewise.
46999
cfa633f5
UD
470002012-04-01 Ulrich Drepper <drepper@gmail.com>
47001
47002 * po/ru.po: Update from translation team.
d1635ef8 47003 * po/vi.po: Likewise.
cfa633f5 47004
6cd0a5ea
SP
470052012-03-31 Siddhesh Poyarekar <siddhesh@redhat.com>
47006
47007 * resolv/nss_dns/dns-host.c: Merge copyright years.
47008
4b43400f
LD
470092012-03-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
47010
47011 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
47012 Optimize memcpy with prefetch if
47013 DATA_CACHE_SIZE_HALF <= len < SHARED_CACHE_SIZE_HALF and
47014 src, dst pointers have unequal 16 byte alignments.
47015
48c41d04
SP
470162012-03-30 Siddhesh Poyarekar <siddhesh@redhat.com>
47017
47018 [BZ #13928]
47019 * resolv/nss_dns/dns-host.c (getanswer_r): Also consider ttl
47020 from a CNAME entry and return the minimum ttl for the query.
47021 (gaih_getanswer_slice): Likewise.
47022
b8dc394d
JL
470232012-03-30 Jeff Law <law@redhat.com>
47024
47025 * crypt/md5-crypt.c (__md5_crypt_r): Avoid unbounded alloca uses
47026 due to long keys.
47027 * crypt/sha256-crypt.c (__sha256_crypt_r): Likewise.
47028 * crypt/sha512-crypt.c (__sha512_crypt_r): Likewise.
47029
2f5a5ed0
JL
47030 * resolv/nss_dns/dns-host.c: Update copyright year.
47031
1d39e359
UD
470322012-03-30 Ulrich Drepper <drepper@gmail.com>
47033
c030f70c 47034 * resolv/res_send.c (send_dg): Use sendmmsg if we have to write two
8e6d1083 47035 requests to save a system call. Fix check that all bytes are sent.
c030f70c 47036
1d39e359
UD
47037 * sysdeps/unix/sysv/linux/bits/socket.h (struct mmsghdr): Fix up
47038 comments for sendmmsg.
47039
470402012-03-30 Tulio Magno Quites Machado Filho <tuliom@linux.vnet.ibm.com>
e64d2de5
TMQMF
47041
47042 [BZ #13691]
47043 * iconvdata/tcvn5712-1.c (FROM_LOOP): Fix a bug when converting strings
47044 with only 1 character between 0x0041 and 0x01b0.
47045 * wcsmbs/Makefile (tests): Add tst-mbsnrtowcs.
47046 * wcsmbs/tst-mbsnrtowcs.c: New file.
47047
20fde227
DM
470482012-03-29 David S. Miller <davem@davemloft.net>
47049
47050 * libio/fileops.c (_IO_new_file_xsputn): Don't try to optimize
47051 small copies by hand.
47052
984a4237
JL
470532012-03-28 Siddhesh Poyarekar <siddhesh@redhat.com>
47054
47055 [BZ #13761]
57f41c40
AS
47056 * nis/nss_compat/compat-initgroups.c (getgrent_next_nss)
47057 (_nss_compat_initgroups_dyn): Fall back to malloc/free for large
47058 group memberships.
984a4237 47059
18c9d62b
DM
470602012-03-28 David S. Miller <davem@davemloft.net>
47061
88d85d4f
DM
47062 * sysdeps/sparc/sparc32/memcpy.S: Implement mempcpy using a stub
47063 that branches into memcpy.
47064 * sysdeps/sparc/sparc64/memcpy.S: Likewise.
47065 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara1.S: Likewise.
47066 * sysdeps/sparc/sparc64/multiarch/memcpy-niagara2.S: Likewise.
47067 * sysdeps/sparc/sparc64/multiarch/memcpy-ultra3.S: Likewise.
47068 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Add mempcpy multiarch
47069 bits.
47070 * sysdeps/sparc/sparc64/rtld-memcpy.c: Include generic mempcpy
47071 implementation too.
47072 * sysdeps/sparc/mempcpy.S: New file.
47073
e5aa83e1
DM
47074 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Provide a hidden def to
47075 the IFUNC routine in the libc case.
47076 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
47077
88570753
DM
47078 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memset.c: New file.
47079 * sysdeps/sparc/sparc32/sparcv9/multiarch/rtld-memcpy.c: New file.
47080 * sysdeps/sparc/sparc32/sparcv9/rtld-memset.c: New file.
47081 * sysdeps/sparc/sparc32/sparcv9/rtld-memcpy.c: New file.
47082 * sysdeps/sparc/sparc64/multiarch/rtld-memset.c: New file.
47083 * sysdeps/sparc/sparc64/multiarch/rtld-memcpy.c: New file.
47084 * sysdeps/sparc/sparc64/rtld-memset.c: New file.
47085 * sysdeps/sparc/sparc64/rtld-memcpy.c: New file.
47086
249d7567
DM
47087 * sysdeps/sparc/sparc64/multiarch/memset-niagara1.S: Unroll main
47088 loop to 256 bytes instead of 64 bytes and fix test signedness.
47089
18c9d62b
DM
47090 * sysdeps/sparc/Makefile: Add -fPIC to ASFLAGS-.os here....
47091 * sysdeps/sparc/sparc32/Makefile: rather than here...
47092 * sysdeps/sparc/sparc64/Makefile: and here.
47093
05f3d1f6
UD
470942012-03-28 Ulrich Drepper <drepper@gmail.com>
47095
47096 * malloc/mallocbug.c: Avoid warnings about unused variables.
47097
86ae07a8
JL
470982012-02-22 Siddhesh Poyarekar <siddhesh@redhat.com>
47099
47100 [BZ #13760]
47101 * resolv/nss_dns/dns-host.c (gaih_getanswer): Look for errno
47102 in the right place. Discard and retry query if response is
47103 larger than input buffer size.
47104
41bf21a1
JM
471052012-03-28 Joseph Myers <joseph@codesourcery.com>
47106
d6270972
JM
47107 [BZ #369]
47108 [BZ #2678]
47109 [BZ #3866]
47110 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Take absolute value of
47111 x for large integer exponent.
47112 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Likewise.
47113 * sysdeps/i386/fpu/e_powl.S (__ieee754_powl): Likewise. Adjust
47114 sign of result as needed afterwards.
47115 * sysdeps/x86_64/fpu/e_powl.S (__ieee754_powl): Likewise.
47116 * sysdeps/ieee754/k_standard.c (__kernel_standard): Handle sign of
47117 result for underflowing pow the same as for overflow.
47118 (__kernel_standard_l): Handle powl overflow and underflow here
47119 rather than calling __kernel_standard.
47120 * math/libm-test.inc (pow_test): Add more tests.
47121
414fca03 47122 [BZ #3868]
41bf21a1
JM
47123 [BZ #13879]
47124 [BZ #13910]
47125 [BZ #13911]
47126 [BZ #13912]
47127 [BZ #13913]
47128 [BZ #13915]
47129 [BZ #13916]
47130 [BZ #13917]
47131 [BZ #13918]
47132 [BZ #13919]
47133 [BZ #13920]
47134 [BZ #13921]
47135 * sysdeps/generic/math_private.h (__kernel_standard_l): Declare.
47136 * sysdeps/ieee754/k_standard.c: Include <float.h>.
47137 (__kernel_standard_l): New function.
47138 * math/w_acoshl.c (__acoshl): Use __kernel_standard_l instead of
47139 __kernel_standard.
47140 * math/w_acosl.c (__acosl): Likewise.
47141 * math/w_asinl.c (__asinl): Likewise.
47142 * math/w_atan2l.c (__atan2l): Likewise.
47143 * math/w_atanhl.c (__atanhl): Likewise.
47144 * math/w_coshl.c (__coshl): Likewise.
47145 * math/w_exp10l.c (__exp10l): Likewise.
47146 * math/w_exp2l.c (__exp2l): Likewise.
47147 * math/w_fmodl.c (__fmodl): Likewise.
47148 * math/w_hypotl.c (__hypotl): Likewise.
47149 * math/w_j0l.c (__j0l, __y0l): Likewise.
47150 * math/w_j1l.c (__j1l, __y1l): Likewise.
47151 * math/w_jnl.c (__jnl, __ynl): Likewise.
47152 * math/w_lgammal.c (__lgammal): Likewise.
47153 * math/w_log10l.c (__log10l): Likewise.
47154 * math/w_log2l.c (__log2l): Likewise.
47155 * math/w_logl.c (__logl): Likewise.
47156 * math/w_powl.c (__powl): Likewise.
47157 * math/w_remainderl.c (__remainderl): Likewise.
47158 * math/w_scalbl.c (sysv_scalbl): Likewise.
47159 * math/w_sinhl.c (__sinhl): Likewise.
47160 * math/w_sqrtl.c (__sqrtl): Likewise.
47161 * math/w_tgammal.c (__tgammal): Likewise.
47162 * sysdeps/ieee754/ldbl-128/w_expl.c (__expl): Likewise.
47163 * sysdeps/ieee754/ldbl-96/w_expl.c (__expl): Likewise.
47164 * math/libm-test.inc (acos_test): Add more tests.
47165 (acosh_test): Likewise.
47166 (asin_test): Likewise.
47167 (atanh_test): Likewise.
47168 (exp_test): Likewise.
47169 (exp10_test): Likewise.
47170 (exp2_test): Likewise.
47171 (expm1_test): Likewise.
47172 (lgamma_test): Likewise.
47173 (log_test): Likewise.
47174 (log10_test): Likewise.
47175 (log1p_test): Likewise.
47176 (log2_test): Likewise.
47177 (pow_test): Do not allow some spurious overflow exceptions.
47178 (sqrt_test): Add more tests.
47179 (tgamma_test): Likewise.
47180 (y0_test): Likewise.
47181 (y1_test): Likewise.
47182 (yn_test): Likewise.
47183
dd62fda6
AB
471842012-03-27 Anton Blanchard <anton@samba.org>
47185
47186 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Define MAP_STACK and
47187 MAP_HUGETLB.
47188 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
47189 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
47190 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
47191
1e3cdfda
AJ
471922012-03-27 David S. Miller <davem@davemloft.net>
47193
b855ab85
DM
47194 * conform/Makefile: Run run-conformtest.sh using $(BASH).
47195
1e3cdfda
AJ
47196 * sysdeps/sparc/sparc64/Makefile (ASFLAGS-.os): Move before
47197 have-as-vis3 check.
47198
471992012-03-27 Andreas Jaeger <aj@suse.de>
47200
47201 * sysdeps/x86_64/elf/configure.in: Moved to ...
47202 * sysdeps/x86_64/configure.in: ... here.
47203 * sysdeps/x86_64/elf/start.S: Moved to ...
47204 * sysdeps/x86_64/start.S: ... here.
47205 * sysdeps/x86_64/elf/configure: Delete.
47206
47207 * sysdeps/x86_64/configure.in: Merge contents from
47208 sysdeps/i386/configure.in (without i686 check).
47209
47210 * sysdeps/i386/elf/Versions: Merge into ...
47211 * sysdeps/i386/Versions: ... this.
47212 * sysdeps/i386/elf/Versions: Delete file.
47213 * sysdeps/i386/elf/start.S: Moved to ...
47214 * sysdeps/i386/start.S: ...here.
47215 * sysdeps/i386/elf/configure.in: Merge into...
47216 * sysdeps/i386/configure.in: ...here.
47217 * sysdeps/i386/elf/configure.in: Delete file.
47218 * sysdeps/i386/elf/configure: Delete file.
47219
47220 * sysdeps/generic/elf/backtracesyms.c: Moved to ...
47221 * debug/backtracesyms.c: ... here.
47222 * sysdeps/generic/elf/backtracesymsfd.c: Moved to ...
47223 * debug/backtracesymsfd.c: ... here.
47224 * sysdeps/generic/elf/ifunc-sel.h: Moved to ...
47225 * sysdeps/generic/ifunc-sel.h: ... here.
47226
47227 * sysdeps/unix/i386/start.c: Delete file.
47228 * sysdeps/unix/sparc/start.c: Delete file.
47229 * sysdeps/unix/start.c: Delete file.
47230
47231 * sysdeps/sh/elf/configure.in: Moved to ...
47232 * sysdeps/sh/configure.in: ... here.
47233 * sysdeps/sh/elf/start.S: Moved to ...
47234 * sysdeps/sh/start.S: ... here.
47235 * sysdeps/sh/elf/configure: Delete file.
47236
47237 * sysdeps/powerpc/powerpc64/elf/bzero.S: Moved to ...
47238 * sysdeps/powerpc/powerpc64/bzero.S: ... here.
47239 * sysdeps/powerpc/powerpc64/elf/entry.h: Moved to ...
47240 * sysdeps/powerpc/powerpc64/entry.h: ... here.
47241 * sysdeps/powerpc/powerpc64/elf/start.S: Moved to ...
47242 * sysdeps/powerpc/powerpc64/start.S: here.
47243 * sysdeps/powerpc/powerpc64/elf/Makefile: Merge into ...
47244 * sysdeps/powerpc/powerpc64/Makefile: ... this.
47245 * sysdeps/powerpc/powerpc64/elf/configure.in: Merge into ...
47246 * sysdeps/powerpc/powerpc64/configure.in: ... this.
47247 * sysdeps/powerpc/powerpc64/elf/configure: Delete file.
47248
47249 * sysdeps/powerpc/powerpc32/elf/bzero.S: Moved to ...
47250 * sysdeps/powerpc/powerpc32/bzero.S: ... here.
47251 * sysdeps/powerpc/powerpc32/elf/start.S: Moved to ...
47252 * sysdeps/powerpc/powerpc32/start.S: ... here.
47253 * sysdeps/powerpc/powerpc32/elf/configure.in: Merge into ...
47254 * sysdeps/powerpc/powerpc32/configure.in: ... this.
47255 * sysdeps/powerpc/powerpc32/elf/configure: Delete file.
47256
47257 * sysdeps/powerpc/elf/ifunc-sel.h: Moved to ...
47258 * sysdeps/powerpc/ifunc-sel.h: ... here.
47259 * sysdeps/powerpc/elf/rtld-global-offsets.sym: Moved to ...
47260 * sysdeps/powerpc/rtld-global-offsets.sym: ... here.
47261
47262 * sysdeps/sparc/elf/configure.in: Moved to ...
47263 * sysdeps/sparc/configure.in: ... here.
47264 * sysdeps/sparc/elf/configure: Delete file.
47265 * sysdeps/sparc/sparc32/elf/start.S: Moved to ...
47266 * sysdeps/sparc/sparc32/start.S: ... here.
47267 * sysdeps/sparc/sparc64/elf/start.S: Moved to ...
47268 * sysdeps/sparc/sparc64/start.S: ... here.
47269 * sysdeps/sparc/sparc32/elf/Makefile: Merged into ...
47270 * sysdeps/sparc/sparc32/Makefile: ... this.
47271 * sysdeps/sparc/sparc64/elf/Makefile: Merged into ...
47272 * sysdeps/sparc/sparc64/Makefile: ... this.
47273
47274 * sysdeps/s390/s390-32/elf/bsd-_setjmp.S: Moved to ...
47275 * sysdeps/s390/s390-32/bsd-_setjmp.S: ... here.
47276 * sysdeps/s390/s390-32/elf/bsd-setjmp.S: Moved to ...
47277 * sysdeps/s390/s390-32/bsd-setjmp.S: ... here.
47278 * sysdeps/s390/s390-32/elf/setjmp.S: Moved to ...
47279 * sysdeps/s390/s390-32/setjmp.S: ... here.
47280 * sysdeps/s390/s390-32/elf/configure.in: Moved to ...
47281 * sysdeps/s390/s390-32/configure.in: ... here.
47282 * sysdeps/s390/s390-32/elf/configure: Delete file.
47283 * sysdeps/s390/s390-32/elf/start.S: Moved to ...
47284 * sysdeps/s390/s390-32/start.S: ... here.
47285
47286 * sysdeps/s390/s390-64/elf/bsd-_setjmp.S: Moved to ...
47287 * sysdeps/s390/s390-64/bsd-_setjmp.S: ... here.
47288 * sysdeps/s390/s390-64/elf/bsd-setjmp.S: Moved to ...
47289 * sysdeps/s390/s390-64/bsd-setjmp.S: ... here.
47290 * sysdeps/s390/s390-64/elf/setjmp.S: Moved to ...
47291 * sysdeps/s390/s390-64/setjmp.S: ... here.
47292 * sysdeps/s390/s390-64/elf/configure.in: Moved to ...
47293 * sysdeps/s390/s390-64/configure.in: ... here
47294 * sysdeps/s390/s390-64/elf/configure: Delete file.
47295 * sysdeps/s390/s390-64/elf/start.S: Moved to ...
47296 * sysdeps/s390/s390-64/start.S: ... here.
47297 * sysdeps/s390/s390-64/elf/configure: Delete.
47298
47299 * configure.in: Remove support for elf directories in sysdeps.
47300
47301 * configure: Regenerated.
47302 * sysdeps/i386/configure: Regenerated.
47303 * sysdeps/powerpc/powerpc32/configure: Regenerated.
47304 * sysdeps/powerpc/powerpc64/configure: Regenerated.
47305 * sysdeps/s390/s390-32/configure: Regenerated.
47306 * sysdeps/s390/s390-64/configure: Regenerated.
47307 * sysdeps/sh/configure: Regenerated.
47308 * sysdeps/sparc/configure: Regenerated.
47309 * sysdeps/x86_64/configure: Regenerated.
47310
a3f61311
AS
473112012-03-26 Andreas Schwab <schwab@linux-m68k.org>
47312
c876e002
AS
47313 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47314
a3f61311
AS
47315 * sysdeps/ieee754/ldbl-128ibm/e_expl.c (lomark): Adjust to take
47316 denormal result into account.
47317
ac4c54f0
RM
473182012-03-25 Roland McGrath <roland@hack.frob.com>
47319
47320 * posix/confstr.c (confstr): Lift RESTENVS definition to function scope.
47321 Reported by Allan McRae <allan@archlinux.org>.
47322
6a9b9c02
JL
473232012-03-23 Jeff Law <law@redhat.com>
47324
47325 * nss/getnssent.c (__nss_getent): Fix typo.
47326
4c42a0c1
DM
473272012-03-23 David S. Miller <davem@davemloft.net>
47328
47329 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47330
1532c7ac
L
473312012-03-23 H.J. Lu <hongjiu.lu@intel.com>
47332
47333 * sysdeps/x86_64/dl-tlsdesc.h (tlsdesc): Use anonymous union
47334 to pad to uint64_t for each field.
47335 (dl_tls_index): Replace unsigned long with uint64_t.
47336
3ff42526
PP
473372012-03-23 Daniel Jacobowitz <dmj@google.com>
47338 Paul Pluzhnikov <ppluzhnikov@google.com>
47339
47340 [BZ #6528]
47341 * grp/Makefile (otherlibs): Don't set it.
47342 * inet/Makefile (otherlibs): Likewise.
47343 * login/Makefile (otherlibs): Likewise.
47344 * nscd/Makefile (otherlibs): Likewise.
47345 * posix/Makefile (otherlibs): Likewise.
47346 * pwd/Makefile (otherlibs): Likewise.
47347 * rt/Makefile (otherlibs): Likewise.
47348 * sunrpc/Makefile (otherlibs): Likewise.
47349 * nss/Makefile (otherlibs): Likewise.
47350 Add libnss_files to routines and static-only-routines.
47351 ($(objpfx)getent): Remove rule.
47352 * resolv/Makefile: Add libnss_dns and libresolv to routines and
47353 static-only-routines.
47354
7c69cd14
JM
473552012-03-22 Joseph Myers <joseph@codesourcery.com>
47356
47357 [BZ #13892]
47358 * math/s_cexp.c: Include <float.h>.
47359 (__cexp): Handle exp result overflowing not necessarily
47360 overflowing both real and imaginary parts of result.
47361 * math/s_cexpf.c: Likewise.
47362 * math/s_cexpl.c: Likewise.
47363 * math/libm-test.inc (cexp_test): Add more tests.
47364 * sysdeps/i386/fpu/libm-test-ulps: Update.
47365 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47366
81b035fe
L
473672012-03-22 H.J. Lu <hongjiu.lu@intel.com>
47368
47369 * include/link.h (ELFW): New macro.
47370 * sysdeps/x86_64/dl-irel.h: Replace Elf64_XXX with ElfW(XXX).
47371 Replace ELF64_R_TYPE with ELFW(R_TYPE).
47372
1da7940c
L
473732012-03-22 H.J. Lu <hongjiu.lu@intel.com>
47374
47375 * sysdeps/x86_64/dl-tls.h (dl_tls_index): Replace unsigned long
47376 with uint64_t.
47377
b749dbb9
L
473782012-03-22 H.J. Lu <hongjiu.lu@intel.com>
47379
47380 * sysdeps/generic/ldsodefs.h (struct La_x32_regs): New forward
47381 declaration.
47382 (struct La_x32_retval): Likewise.
47383
2ff87f3f
L
473842012-03-22 H.J. Lu <hongjiu.lu@intel.com>
47385
47386 * sysdeps/x86_64/preconfigure.in: New file.
47387 * sysdeps/x86_64/preconfigure: New generated file.
47388
c0df8e69
JM
473892012-03-22 Joseph Myers <joseph@codesourcery.com>
47390
48e44791
JM
47391 [BZ #13824]
47392 * math/e_exp2l.c: Include <float.h>.
47393 (__ieee754_exp2l): Handle overflow and underflow cases
47394 separately. Only pass fractional part of argument to
47395 __ieee754_expl.
47396 * math/libm-test.inc (exp2_test): Add more tests.
47397
c0df8e69
JM
47398 * sysdeps/ieee754/ldbl-128/k_cosl.c (__kernel_cosl): Negate y if
47399 negating x to take absolute value.
47400 * sysdeps/ieee754/ldbl-128/k_sincosl.c (__kernel_sincosl):
47401 Likewise.
47402 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c (__kernel_cosl): Likewise.
47403 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c (__kernel_sincosl):
47404 Likewise.
47405 * sysdeps/ieee754/ldbl-128/k_sinl.c (__kernel_sinl): Negate y when
47406 computing low part if x was negated.
47407 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c (__kernel_sinl): Likewise.
47408
c8e43ba7
L
474092012-03-21 H.J. Lu <hongjiu.lu@intel.com>
47410
47411 * elf/tst-auditmod1.c: Support la_x32_gnu_pltenter and
47412 la_x32_gnu_pltexit.
47413 (pltexit): Cast int_retval to ptrdiff_t.
47414 * elf/tst-auditmod3b.c: Likewise.
47415 * elf/tst-auditmod4b.c: Likewise.
47416 * elf/tst-auditmod5b.c: Likewise.
47417 * elf/tst-auditmod6b.c: Likewise.
47418 * elf/tst-auditmod6c.c: Likewise.
47419 * elf/tst-auditmod7b.c: Likewise.
47420
47421 * sysdeps/generic/ldsodefs.h (audit_ifaces): Add x32_gnu_pltenter
47422 and x32_gnu_pltexit.
47423
47424 * sysdeps/x86_64/bits/link.h: Check __x86_64__ instead of
47425 __ELF_NATIVE_CLASS.
47426 (La_x32_regs): New macro.
47427 (La_x32_retval): Likewise.
47428 (la_x32_gnu_pltenter): New function prototype.
47429 (la_x32_gnu_pltexit): Likewise.
47430
7998fa78
AS
474312012-03-21 Andreas Schwab <schwab@linux-m68k.org>
47432
dcb33988
AS
47433 * sysdeps/ieee754/ldbl-128ibm/e_powl.c (huge, tiny): Correct
47434 exponent.
47435
233fc563
AS
47436 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47437
7998fa78
AS
47438 * configure.in (libc_cv_cc_nofma): Check for option to disable
47439 generation of FMA instructions.
47440 * configure: Regenerate.
47441 * config.make.in (config-cflags-nofma): Set from libc_cv_cc_nofma.
47442 * sysdeps/ieee754/dbl-64/Makefile: New file.
47443 * sysdeps/x86_64/fpu/multiarch/Makefile (libm-sysdep_routines):
47444 Remove brandred-fma4.
47445 (CFLAGS-brandred-fma4.c): Remove.
47446 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Remove.
47447 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c (__branred): Don't
47448 define.
47449 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c (__branred): Don't
47450 define.
47451
8e95c99a
L
474522012-03-21 H.J. Lu <hongjiu.lu@intel.com>
47453
47454 * stdio-common/_itoa.c: Check _ITOA_NEEDED instead of
47455 LLONG_MAX != LONG_MAX.
47456 (_itoa_word): Use _ITOA_WORD_TYPE on value.
47457 (_fitoa_word): Likewise.
47458 * stdio-common/_itowa.c: Check _ITOA_NEEDED instead of
47459 LLONG_MAX != LONG_MAX.
47460 * stdio-common/_itowa.h: Include <_itoa.h>.
47461 (_itowa_word): Use _ITOA_WORD_TYPE on value.
47462 (_itowa): New macro. Defined only if _ITOA_NEEDED is false.
47463 * sysdeps/generic/_itoa.h (_ITOA_NEEDED): New macro. Defined
47464 only if not defined.
47465 (_ITOA_WORD_TYPE): Likewise.
47466 (_itoa_word): Use _ITOA_WORD_TYPE on value.
47467 Check !_ITOA_NEEDED instead of LONG_MAX == LLONG_MAX.
47468
6f4db457
DM
474692012-03-21 David S. Miller <davem@davemloft.net>
47470
47471 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47472
7785fe5a
L
474732012-03-21 H.J. Lu <hongjiu.lu@intel.com>
47474
47475 * sysdeps/unix/sysv/linux/configure.in: Check x86_64* instead
47476 of x86_64 when setting libc_cv_slibdir, libdir and
47477 libc_cv_localedir.
47478 * sysdeps/unix/sysv/linux/configure: Regenerated.
47479
4535cd55
JM
474802012-03-21 Joseph Myers <joseph@codesourcery.com>
47481
47482 * manual/lang.texi (Old Varargs): Remove section.
47483 (How Variadic): Update menu.
47484 (va_start): Do not mention varargs.h.
47485
17228132
TS
474862012-03-21 Thomas Schwinge <thomas@codesourcery.com>
47487 Joseph Myers <joseph@codesourcery.com>
47488
47489 * configure.in (libc_cv_ssp): Use LIBC_TRY_CC_OPTION instead of a
47490 link test.
47491 * configure: Regenerated.
47492
8149f976
TS
474932012-03-21 Thomas Schwinge <thomas@codesourcery.com>
47494
05f3d1f6
UD
47495 * conform/conformtest.pl: Handle --tmpdir argument, defaulting to /tmp.
47496 * conform/run-conformtest.sh: Pass --tmpdir argument when invoking
47497 conformtest.pl
8149f976 47498
1a4ac776
JM
474992012-03-21 Joseph Myers <joseph@codesourcery.com>
47500
be22ce65
JM
47501 * NOTES: Remove.
47502 * Makefile (files-for-dist): Remove NOTES.
47503 (NOTES): Remove rule.
47504 * README: Don't refer to NOTES.
47505 * manual/creature.texi: Don't include macros.texi.
47506 * manual/intro.texi (creature.texi): Remove comment referring to
47507 NOTES.
47508
40b601fb
JM
47509 * aclocal.m4 (LIBC_TRY_CC_OPTION): New macro.
47510 * configure.in (libc_cv_cc_submachine): Use LIBC_TRY_CC_OPTION.
47511 * configure: Regenerated.
47512 * sysdeps/i386/configure.in (libc_cv_cc_sse4): Use
47513 LIBC_TRY_CC_OPTION.
47514 (libc_cv_as_i686): Likewise.
47515 (libc_cv_cc_avx): Likewise.
47516 (libc_cv_cc_sse2avx): Likewise.
47517 (libc_cv_cc_fma4): Likewise.
47518 (libc_cv_cc_novzeroupper): Likewise.
47519 * sysdeps/i386/configure: Regenerated.
47520
1a4ac776
JM
47521 [BZ #13883]
47522 * sysdeps/i386/fpu/s_cexp.S: Remove.
47523 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
47524 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
47525 * math/libm-test.inc (cexp_test): Add more tests.
47526 * sysdeps/i386/fpu/libm-test-ulps: Update.
47527 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47528
a458e7fe
AM
475292012-03-21 Allan McRae <allan@archlinux.org>
47530
47531 * timezone/Makefile: Do not install iso3166.tab and zone.tab
47532
0cb7efc5
JM
475332012-03-21 Joseph Myers <joseph@codesourcery.com>
47534
47535 [BZ #13871]
47536 * math/w_exp2.c: Do not include <float.h>.
47537 (o_threshold, u_threshold): Remove.
47538 (__exp2): Calculate result before checking finiteness and calling
47539 __kernel_standard.
47540 * math/w_exp2f.c: Likewise.
47541 * math/w_exp2l.c: Likewise.
47542 * math/libm-test.inc (exp2_test): Require overflow exception for
47543 1e6 input.
2460d3aa
JM
47544
47545 [BZ #3866]
47546 * sysdeps/i386/fpu/e_pow.S (__ieee754_pow): Test for y outside the
47547 range of signed 64-bit integers before using fistpll. Remove
47548 checks for whether integers fit in mantissa bits.
47549 * sysdeps/i386/fpu/e_powf.S (__ieee754_powf): Test for y outside
47550 the range of signed 32-bit integers before using fistpl. Remove
47551 checks for whether integers fit in mantissa bits.
47552 * sysdeps/i386/fpu/e_powl.S (p64): New object.
47553 (__ieee754_powl): Test for y outside the range of signed 64-bit
47554 integers before using fistpll. Reduce 64-bit values to 63-bit
47555 ones as needed.
47556 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Ensure
47557 divide-by-zero is raised for zero to large negative powers.
47558 * sysdeps/x86_64/fpu/e_powl.S (p64): New object.
47559 (__ieee754_powl): Test for y outside the range of signed 64-bit
47560 integers before using fistpll. Reduce 64-bit values to 63-bit
47561 ones as needed.
47562 * math/libm-test.inc (pow_test): Add more tests.
47563
eb96ffb0
L
475642012-03-20 H.J. Lu <hongjiu.lu@intel.com>
47565
47566 * debug/backtracesymsfd.c: Include <_itoa.h> instead of
47567 <stdio-common/_itoa.h>.
47568 * debug/segfault.c: Likewise.
47569 * elf/dl-cache.c: Likewise.
47570 * elf/dl-minimal.c: Likewise.
47571 * elf/dl-misc.c: Likewise.
47572 * elf/dl-sysdep.c: Likewise.
47573 * elf/dl-version.c: Likewise.
47574 * elf/rtld.c: Likewise.
47575 * hurd/hurdsock.c: Likewise.
47576 * hurd/lookup-retry.c: Likewise.
47577 * malloc/malloc.c: Likewise.
47578 * malloc/mtrace.c: Likewise.
47579 * nscd/nscd_getgr_r.c: Likewise.
47580 * nscd/nscd_getpw_r.c: Likewise.
47581 * nscd/nscd_getserv_r.c: Likewise.
47582 * posix/getopt_init.c: Likewise.
47583 * posix/wordexp.c: Likewise.
47584 * stdio-common/_itoa.c: Likewise.
47585 * stdio-common/printf_fphex.c: Likewise.
47586 * stdio-common/vfprintf.c: Likewise.
47587 * string/_strerror.c: Likewise.
47588 * sysdeps/generic/elf/backtracesymsfd.c: Likewise.
47589 * sysdeps/i386/i686/hp-timing.h: Likewise.
47590 * sysdeps/mach/_strerror.c: Likewise.
47591 * sysdeps/mach/hurd/powerpc/register-dump.h: Likewise.
47592 * sysdeps/mach/hurd/sethostid.c: Likewise.
47593 * sysdeps/mach/hurd/xmknodat.c: Likewise.
47594 * sysdeps/mach/xpg-strerror.c: Likewise.
47595 * sysdeps/powerpc/powerpc32/dl-machine.c: Likewise.
47596 * sysdeps/powerpc/powerpc32/power4/hp-timing.h: Likewise.
47597 * sysdeps/powerpc/powerpc32/register-dump.h: Likewise.
47598 * sysdeps/powerpc/powerpc64/dl-machine.c: Likewise.
47599 * sysdeps/powerpc/powerpc64/hp-timing.h: Likewise.
47600 * sysdeps/powerpc/powerpc64/register-dump.h: Likewise.
47601 * sysdeps/sparc/sparc32/sparcv9/hp-timing.h: Likewise.
47602 * sysdeps/sparc/sparc64/hp-timing.h: Likewise.
47603 * sysdeps/unix/sysv/linux/fd_to_filename.h: Likewise.
47604 * sysdeps/unix/sysv/linux/futimes.c: Likewise.
47605 * sysdeps/unix/sysv/linux/i386/register-dump.h: Likewise.
47606 * sysdeps/unix/sysv/linux/ptsname.c: Likewise.
47607 * sysdeps/unix/sysv/linux/s390/s390-32/register-dump.h: Likewise.
47608 * sysdeps/unix/sysv/linux/s390/s390-64/register-dump.h: Likewise.
47609 * sysdeps/unix/sysv/linux/sh/sh3/register-dump.h: Likewise.
47610 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Likewise.
47611 * sysdeps/unix/sysv/linux/sparc/sparc32/register-dump.h: Likewise.
47612 * sysdeps/unix/sysv/linux/sparc/sparc64/register-dump.h: Likewise.
47613 * sysdeps/unix/sysv/linux/ttyname.c: Likewise.
47614 * sysdeps/unix/sysv/linux/ttyname_r.c: Likewise.
47615 * sysdeps/unix/sysv/linux/x86_64/register-dump.h: Likewise.
47616
47617 * stdio-common/_itoa.c: Include <_itoa.h> instead of "_itoa.h".
47618
47619 * stdio-common/_itoa.h: Moved to ...
47620 * sysdeps/generic/_itoa.h: Here.
47621
47622 * stdio-common/_itowa.c: Include <_itowa.h> instead of "_itowa.h".
47623
47624 * stdio-common/printf_fphex.c: Include <_itoa.h> and <_itowa.h>
47625 instead of "_itoa.h" and "_itowa.h".
47626 * stdio-common/vfprintf.: Likewise.
47627
d1af992d
L
476282012-03-20 H.J. Lu <hongjiu.lu@intel.com>
47629
47630 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't include
47631 <bits/wordsize.h>.
47632 (__signbitf): Check __x86_64__ instead of __WORDSIZE.
47633 (__signbit): Likwise.
47634 (llrintf): Likwise.
47635 (llrint): Likwise.
47636
114883e0
L
476372012-03-20 H.J. Lu <hongjiu.lu@intel.com>
47638
47639 * sysdeps/x86_64/bits/setjmp.h (__jmp_buf): Support x86-64 with
47640 __WORDSIZE != 64.
47641
c135cc1b
JM
476422012-03-20 Joseph Myers <joseph@codesourcery.com>
47643
47644 * math/gen-libm-test.pl (%beautify): Add OVERFLOW_EXCEPTION and
47645 OVERFLOW_EXCEPTION_OK.
47646 * math/libm-test.inc ("Philosophy"): Update comment about
47647 exception testing.
47648 (OVERFLOW_EXCEPTION): Define.
47649 (OVERFLOW_EXCEPTION_OK): Likewise.
47650 (INVALID_EXCEPTION_OK): Renumber.
47651 (DIVIDE_BY_ZERO_EXCEPTION_OK): Likewise.
47652 (IGNORE_ZERO_INF_SIGN): Likewise.
47653 (test_exceptions): Handle FE_OVERFLOW.
47654 (exp10_test): Expect overflow exceptions.
47655 (exp2_test): Likewise.
47656 (expm1_test): Likewise.
47657 (nextafter_test): Likewise.
47658 (pow_test): Likewise.
47659 (scalbn_test): Likewise.
47660 (scalbln_test): Likewise.
47661
95443d88
L
476622012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47663
47664 * sysdeps/x86_64/bits/atomic.h
47665 (__arch_c_compare_and_exchange_val_64_acq): Use atomic64_t on
47666 64bit integer.
47667 (atomic_exchange_acq): Likewise.
47668 (__arch_exchange_and_add_body): Likewise.
47669 (__arch_add_body): Likewise.
47670 (atomic_add_negative): Likewise.
47671 (atomic_add_zero): Likewise.
47672
490df6c4
L
476732012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47674
c2722551 47675 * sysdeps/x86_64/fpu/bits/fenv.h: Don't include <bits/wordsize.h>.
490df6c4
L
47676 (fenv_t): Check __x86_64__ instead of __WORDSIZE.
47677
5e52b189
L
476782012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47679
47680 * sysdeps/x86_64/bits/mathdef.h: Don't include <bits/wordsize.h>.
47681 Check __x86_64__ instead of __WORDSIZE.
47682
a9879d4c
L
476832012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47684
47685 * sysdeps/unix/sysv/linux/x86_64/ldd-rewrite.sed: Support x32.
47686
5df98260
DM
476872012-03-19 David S. Miller <davem@davemloft.net>
47688
e1497744
DM
47689 * sysdeps/sparc/fpu/libm-test-ulps: Update.
47690
5df98260
DM
47691 * sysdeps/sparc/fpu/fenv_private.h: New file.
47692 * sysdeps/sparc/fpu/math_private.h: Use it.
47693 (libc_feholdexcept, libc_feholdexceptf, libc_feholdexceptl):
47694 Remove.
57f41c40 47695 (libc_feholdexcept_setround, libc_feholdexcept_setroundf)
5df98260
DM
47696 (libc_feholdexcept_setroundl): Remove.
47697 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl):
47698 Remove.
47699 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Remove.
47700 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvf): Remove.
47701
b4c35121
L
477022012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47703
47704 * sysdeps/x86_64/fpu/math_private.h (EXTRACT_WORDS64): Use
47705 int64_t instead of long int.
47706 (INSERT_WORDS64): Likwise.
47707
56965fd7
L
477082012-03-19 H.J. Lu <hongjiu.lu@intel.com>
47709
47710 * sysdeps/x86_64/jmpbuf-unwind.h (_JMPBUF_CFA_UNWINDS_ADJ): Cast
47711 _Unwind_GetCFA return to _Unwind_Ptr first.
47712
83d1aec8
JM
477132012-03-19 Joseph Myers <joseph@codesourcery.com>
47714
1897ad44
JM
47715 [BZ #13629]
47716 * math/s_clog.c: Include <float.h>.
47717 (__clog): Scale large or subnormal inputs.
47718 * math/s_clogf.c: Likewise.
47719 * math/s_clogl.c: Likewise.
47720 * math/s_clog10.c: Include <float.h>.
47721 (M_LOG10_2): Define.
47722 (__clog10): Scale large or subnormal inputs.
47723 * math/s_clog10f.c: Likewise.
47724 * math/s_clog10l.c: Likewise.
47725 * math/libm-test.inc (clog_test): Add more tests.
47726 (clog10_test): Likewise.
47727 * sysdeps/i386/fpu/libm-test-ulps: Update.
47728 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47729
7726d6a9
JM
47730 [BZ #11451]
47731 * sysdeps/ieee754/dbl-64/e_atan2.c (__ieee754_atan2): Scale large
47732 x and y.
47733 * math/libm-test.inc (atan2_test): Add another test.
47734
83d1aec8
JM
47735 * Makerules (common-objdir-compile): Remove.
47736 * sysdeps/unix/Makefile (config-generated): Do not add
47737 $(unix-generated) to variable.
47738 [generic bits/local_lim.h] (mk-local_lim-CFLAGS): Remove variable.
47739 [generic bits/local_lim.h] ($(common-objpfx)bits/local_lim.h):
47740 Remove rule.
47741 [generic bits/local_lim.h] ($(common-objpfx)mk-local_lim):
47742 Likewise.
47743 [generic bits/local_lim.h] (before-compile): Do not append to
47744 variable.
47745 [generic bits/local_lim.h] (common-generated): Likewise.
47746 [generic sys/param.h] (before-compile): Do not append to variable.
47747 [generic sys/param.h] ($(common-objpfx)sys/param.h): Remove rule.
47748 [generic sys/param.h] ($(common-objpfx)param.h.c): Likewise.
47749 [generic sys/param.h] ($(common-objpfx)param.h.dep): Likewise.
47750 [generic sys/param.h] ($(common-objpfx)param.h.dep): Do not
47751 include.
47752 [generic sys/param.h] (sys/param.h-includes): Remove variable.
47753 [generic sys/param.h] (sys/param.h-includes): Remove rule.
47754 [generic sys/param.h] ($(addprefix
47755 $(common-objpfx),$(sys/param.h-includes))): Likewise.
47756 [generic sys/param.h] (common-generated): Do not append to
47757 variable.
47758 [generic sys/param.h] (sysdep_headers): Likewise.
47759 [generic bits/errno.h] (before-compile): Do not append to
47760 variable.
47761 [generic bits/errno.h] ($(common-objpfx)bits/errno.h): Remove
47762 rule.
47763 [generic bits/errno.h] ($(common-objpfx)make-errnos): Likewise.
47764 [generic bits/errno.h] ($(common-objpfx)make-errnos.c): Likewise.
47765 [generic bits/errno.h] ($(common-objpfx)errnos): Likewise.
47766 [generic bits/errno.h] (common-generated): Do not append to
47767 variable.
47768 [generic bits/ioctls.h] (before-compile): Do not append to
47769 variable.
47770 [generic bits/ioctls.h] ($(common-objpfx)bits/ioctls.h): Remove
47771 rule.
47772 [generic bits/ioctls.h] (ioctl-includes): Remove variable.
47773 [generic bits/ioctls.h] (make-ioctls-CFLAGS): Likewise.
47774 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls): Remove
47775 rule.
47776 [generic bits/ioctls.h] ($(common-objpfx)make-ioctls.c): Likewise.
47777 [generic bits/ioctls.h] (bits_termios.h): Remove variable.
47778 [generic bits/ioctls.h] ($(common-objpfx)ioctls): Remove rule.
47779 [generic bits/ioctls.h] (common-generated): Do not append to
47780 variable.
47781 [generic sys/syscall.h] (syscall.h): Remove variable.
47782 [generic sys/syscall.h] ($(common-objpfx)sys/syscall.h): Remove
47783 rule.
47784 [generic sys/syscall.h] (before-compile): Do not append to
47785 variable.
47786 [generic sys/syscall.h] (common-generated): Likewise.
47787 * sysdeps/unix/errnos-tmpl.c: Remove file.
47788 * sysdeps/unix/errnos.awk: Likewise.
47789 * sysdeps/unix/ioctls-tmpl.c: Likewise.
47790 * sysdeps/unix/ioctls.awk: Likewise.
47791 * sysdeps/unix/mk-local_lim.c: Likewise.
47792 * sysdeps/unix/snarf-ioctls: Likewise.
47793
4851a949
RH
477942012-03-19 Richard Henderson <rth@twiddle.net>
47795
bd37f2ee
RH
47796 * sysdeps/i386/fpu/fenv_private.h: New file.
47797 * sysdeps/i386/fpu/math_private.h: Use it.
47798 (math_opt_barrier, math_force_eval): Remove.
47799 (libc_feholdexcept_setround_53bit): Remove.
47800 (libc_feupdateenv_53bit): Remove.
47801 * sysdeps/x86_64/fpu/math_private.h: Likewise.
47802 (math_opt_barrier, math_force_eval): Remove.
47803 (libc_feholdexcept): Remove.
47804 (libc_feholdexcept_setround): Remove.
47805 (libc_fetestexcept, libc_fesetenv): Remove.
47806 (libc_feupdateenv_test): Remove.
47807 (libc_feupdateenv, libc_feholdsetround): Remove.
47808 (libc_feresetround): Remove.
47809
d0adc922
RH
47810 * sysdeps/i386/fpu/feholdexcpt.c (feholdexcept): Avoid the fldenv.
47811 * sysdeps/x86_64/fpu/feholdexcpt.c (feholdexcept): Likewise.
47812
0fe0f1f8
RH
47813 * sysdeps/generic/math_private.h (default_libc_feupdateenv_test): New.
47814 (libc_feupdateenv_test, libc_feupdateenv_testf): New.
47815 (libc_feupdateenv_testl): New.
47816 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv_test): New.
47817 (libc_feupdateenv_testf): New.
47818 (libc_feupdateenv): Use libc_feupdateenv_test.
47819 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Use libc_feupdateenv_test.
47820 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Likewise.
47821
eb92c487
RH
47822 * sysdeps/generic/math_private.h (libc_feholdsetround): New.
47823 (libc_feholdsetroundf, libc_feholdsetroundl): New.
47824 (libc_feresetround, libc_feresetroundf, libc_feresetroundl): New.
47825 (libc_feresetround_noex): New.
47826 (libc_feresetround_noexf): New.
47827 (libc_feresetround_noexl): New.
47828 (SET_RESTORE_ROUND, SET_RESTORE_ROUNDF, SET_RESTORE_ROUNDL): New.
47829 (SET_RESTORE_ROUND_NOEX, SET_RESTORE_ROUND_NOEXF): New.
47830 (SET_RESTORE_ROUND_NOEXL, SET_RESTORE_ROUND_53BIT): New.
47831 * sysdeps/ieee754/dbl-64/e_exp.c (__ieee754_exp): Use
47832 SET_RESTORE_ROUND.
47833 * sysdeps/ieee754/dbl-64/e_pow.c (__ieee754_pow): Likewise.
47834 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Use SET_RESTORE_ROUND_53BIT.
47835 (__cos): Likewise.
47836 * sysdeps/ieee754/dbl-64/s_tan.c (__tan): Likewise.
47837 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Use
47838 SET_RESTORE_ROUND_NOEX.
47839 * sysdeps/ieee754/dbl-64/e_exp2f.c (__ieee754_exp2f): Use
47840 SET_RESTORE_ROUND_NOEXF.
47841 * sysdeps/ieee754/flt-32/e_expf.c (__ieee754_expf): Likewise.
47842 * sysdeps/x86_64/fpu/math_private.h (libc_feholdsetround): New.
47843 (libc_feholdsetroundf): New.
47844 (libc_feresetround, libc_feresetroundf): New.
47845
7d2e8012
RH
47846 * sysdeps/i386/fpu/math_private.h: Include <fenv.h>, <fpu_control.h>.
47847 (libc_feholdexcept_setround_53bit): Convert from macro to function.
47848 (libc_feupdateenv_53bit): Likewise. Don't force _FPU_EXTENDED.
47849
b4dabbb4
RH
47850 * sysdeps/generic/math_private.h: Include <fenv.h>.
47851 (default_libc_feholdexcept): New.
47852 (default_libc_feholdexcept_setround): New.
47853 (default_libc_fesetenv, default_libc_feupdateenv): New.
47854 (libc_feholdexcept): Only define if undefined.
47855 (libc_feholdexceptf, libc_feholdexceptl): Likewise.
47856 (libc_feholdexcept_setround, libc_feholdexcept_setroundf): Likewise.
47857 (libc_feholdexcept_setroundl): Likewise.
47858 (libc_feholdexcept_setround_53bit): Likewise.
47859 (libc_fetestexcept, libc_fetestexceptf, libc_fetestexceptl): Likewise.
47860 (libc_fesetenv, libc_fesetenvf, libc_fesetenvl): Likewise.
47861 (libc_feupdateenv, libc_feupdateenvf, libc_feupdateenvl): Likewise.
47862 (libc_feupdateenv_53bit): Likewise.
47863 * sysdeps/x86_64/fpu/math_private.h: Include <fenv.h>.
47864 (libc_feholdexcept): Convert from macro to inline function.
47865 (libc_feholdexcept_setround, libc_fetestexcept): Likewise.
47866 (libc_fesetenv, libc_feupdateenv): Likewise.
47867
4851a949
RH
47868 * sysdeps/generic/math_private.h (GET_HIGH_WORD): Define only if
47869 not previously defined.
47870 (GET_LOW_WORD, EXTRACT_WORDS64, INSERT_WORDS): Likewise.
47871 (INSERT_WORDS64, SET_HIGH_WORD, SET_LOW_WORD): Likewise.
47872 (GET_FLOAT_WORD, SET_FLOAT_WORD): Likewise.
47873 * sysdeps/ieee754/dbl-64/wordsize-64/math_private.h: New file.
47874 * sysdeps/ieee754/flt-32/math_private.h: New file.
47875 * sysdeps/x86_64/fpu/math_private.h: Move the include_next of
47876 math_private.h below SET_FLOAT_WORD.
47877 (__isnan, __isinf_ns, __finite): Remove.
47878 (__isnanf, __isinf_nsf, __finitef): Remove.
47879
e79d442e
AS
478802012-03-18 Andreas Schwab <schwab@linux-m68k.org>
47881
47882 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
47883
90b80344
DM
478842012-03-17 David S. Miller <davem@davemloft.net>
47885
47886 [BZ #6471]
47887 * sysdeps/unix/sysv/linux/sparc/Versions: Add __getshmlba entry
47888 for 2.16.
47889
edc21804
DM
478902012-03-16 David S. Miller <davem@davemloft.net>
47891
77e927af
DM
47892 * sysdeps/unix/sysv/linux/shmat.c (shmat): Use -1l to avoid
47893 warnings.
47894
374976dd
DM
47895 [BZ #6471]
47896 * sysdeps/unix/sysv/linux/shmat.c (shmat): Test for syscall errors
47897 properly.
47898 * sysdeps/unix/sysv/linux/sparc/getshmlba.c: New file.
47899 * sysdeps/unix/sysv/linux/sparc/Makefile: Add getshmlba to
47900 sysdep_routines when subdir is sysvipc.
47901 * sysdeps/unix/sysv/linux/sparc/bits/shm.h (SHMLBA): Use new
47902 __getshmlba helper.
47903
edc21804
DM
47904 * sysdeps/sparc/fpu/libm-test/ulps: Update.
47905
473c3ef3
L
479062012-03-16 H.J. Lu <hongjiu.lu@intel.com>
47907
47908 * sysdeps/x86_64/ffsll.c (ffsl): Define alias only under
47909 [__LP64__].
47910
eb0f39b6
L
479112012-03-16 H.J. Lu <hongjiu.lu@intel.com>
47912
47913 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Moved to ...
47914 * sysdeps/ieee754/dbl-64/wordsize-64/s_llround.c: This.
47915 (__lround): Renamed to ...
47916 (__llround): This. Replace long int with long long int.
47917 Define lround functions as aliases of llround functions.
47918 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Empty file.
47919
6b6cd74b
L
479202012-03-16 H.J. Lu <hongjiu.lu@intel.com>
47921
47922 * sysdeps/unix/sysv/linux/x86_64/makecontext.c (__makecontext):
47923 Use greg_t on sp. Use unsigned int on idx_uc_link. Cast
47924 adresses to uintptr_t. Replace "long int" and "unsigned long
47925 int" with "greg_t" on va_arg.
47926
f1a77b01
L
479272012-03-16 H.J. Lu <hongjiu.lu@intel.com>
47928
47929 * sysdeps/generic/ldconfig.h (FLAG_X8664_LIBX32): New macro.
47930 * elf/cache.c (print_entry): Handle FLAG_X8664_LIBX32.
47931
47932 * sysdeps/unix/sysv/linux/i386/readelflib.c (process_elf_file):
47933 Move e_machine check before EI_CLASS check. Handle x32
47934 libraries. Check EM_IA_64 only if SKIP_EM_IA_64 isn't defined.
47935 * sysdeps/unix/sysv/linux/x86_64/readelflib.c: Just define
47936 SKIP_EM_IA_64 and include
47937 <sysdeps/unix/sysv/linux/i386/readelflib.c>.
47938
47939 * sysdeps/unix/sysv/linux/x86_64/dl-cache.h:
47940 Don't include <sysdeps/unix/sysv/linux/sparc/dl-cache.h>.
47941 (add_system_dir): New macro.
47942
47943 * sysdeps/unix/sysv/linux/x86_64/ldconfig.h
47944 (SYSDEP_KNOWN_INTERPRETER_NAMES): Add /libx32/ld-linux-x32.so.2.
47945
11b90b9f
JM
479462012-03-16 Joseph Myers <joseph@codesourcery.com>
47947
c36e1d23
JM
47948 [BZ #2551]
47949 [BZ #2552]
47950 [BZ #2553]
47951 [BZ #2554]
47952 [BZ #2562]
47953 [BZ #2563]
47954 [BZ #2565]
47955 [BZ #2566]
47956 [BZ #2576]
47957 * math/w_j0.c (j0): Don't produce TLOSS errors for POSIX libm.
47958 (y0): Likewise.
47959 * math/w_j0f.c (j0f): Likewise.
47960 (y0f): Likewise.
47961 * math/w_j0l.c (__j0l): Likewise.
47962 (__y0l): Likewise.
47963 * math/w_j1.c (j1): Likewise.
47964 (y1): Likewise.
47965 * math/w_j1f.c (j1f): Likewise.
47966 (y1f): Likewise.
47967 * math/w_j1l.c (__j1l): Likewise.
47968 (__y1l): Likewise.
47969 * math/w_jn.c (jn): Likewise.
47970 (yn): Likewise.
47971 * math/w_jnf.c (jnf): Likewise.
47972 (ynf): Likewise.
47973 * math/w_jnl.c (__jnl): Likewise.
47974 (__ynl): Likewise.
47975 * math/libm-test.inc (j0_test): Add more tests.
47976 (j1_test): Likewise.
47977 (jn_test): Likewise. Add trailing semicolon to existing test.
47978 (y0_test): Likewise.
47979 (y1_test): Likewise.
47980 * sysdeps/i386/fpu/libm-test-ulps: Update.
47981 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47982
11b90b9f
JM
47983 [BZ #13851]
47984 [BZ #13854]
47985 * sysdeps/ieee754/dbl-64/s_tan.c (tan): Use
47986 libc_feholdexcept_setround_53bit and libc_feupdateenv_53bit.
47987 * sysdeps/ieee754/ldbl-96/k_tanl.c: New file.
47988 * sysdeps/ieee754/ldbl-96/s_tanl.c: Include <errno.h>.
47989 (__tanl): Set errno for infinite argument.
47990 * sysdeps/i386/fpu/mptan.c: Remove.
47991 * sysdeps/i386/fpu/s_tan.S: Likewise.
47992 * sysdeps/i386/fpu/s_tanl.S: Likewise.
47993 * sysdeps/x86_64/fpu/k_tanl.c: Likewise.
47994 * sysdeps/x86_64/fpu/s_tanl.S: Likewise.
47995 * math/libm-test.inc (tan_test): Add more tests and enable more
47996 tests for double and long double.
47997 * sysdeps/i386/fpu/libm-test-ulps: Update.
47998 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
47999
6a1bd2a1
JK
480002012-03-16 Jan Kratochvil <jan.kratochvil@redhat.com>
48001
48002 * sysdeps/x86_64/elf/start.S: Include <sysdep.h>.
48003 (_start): Add cfi_startproc, cfi_undefined for rip and cfi_endproc.
48004
10a803e0
RM
480052012-03-16 Roland McGrath <roland@hack.frob.com>
48006
48007 * aclocal.m4 (LIBC_PRECONFIGURE): New macro.
48008 * configure.in: Use it for both main tree and add-ons.
48009 * configure: Regenerated.
48010
f196c7f7
L
480112012-03-16 H.J. Lu <hongjiu.lu@intel.com>
48012
48013 * time/offtime.c (__offtime): Use time_t on days, rem, y and yg.
48014
8848d99d
JM
480152012-03-16 Joseph Myers <joseph@codesourcery.com>
48016
96cbe7f4
JM
48017 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Include generator program
48018 in comment.
48019
8848d99d
JM
48020 [BZ #13851]
48021 * sysdeps/ieee754/ldbl-96/e_rem_pio2l.c: New file.
48022 * sysdeps/ieee754/ldbl-96/k_cosl.c: Likewise.
48023 * sysdeps/ieee754/ldbl-96/k_sinl.c: Likewise.
48024 * sysdeps/ieee754/ldbl-96/t_sincosl.c: Likewise.
48025 * sysdeps/ieee754/ldbl-96/s_cosl.c (__cosl): Correct test for
48026 infinite argument.
48027 * sysdeps/ieee754/ldbl-96/s_sinl.c (__sinl): Likewise.
48028 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Handle __FLT_EVAL_METHOD__
48029 != 0 for prec == 2.
48030 * sysdeps/i386/fpu/e_rem_pio2l.c: Remove.
48031 * sysdeps/i386/fpu/k_rem_pio2.c: Likewise.
48032 * sysdeps/i386/fpu/s_cosl.S: Likewise.
48033 * sysdeps/i386/fpu/s_sincosl.S: Likewise.
48034 * sysdeps/i386/fpu/s_sinl.S: Likewise.
48035 * sysdeps/x86_64/fpu/e_rem_pio2l.c: Likewise.
48036 * sysdeps/x86_64/fpu/k_cosl.c: Likewise.
48037 * sysdeps/x86_64/fpu/k_sinl.c: Likewise.
48038 * sysdeps/x86_64/fpu/s_cosl.S: Likewise.
48039 * sysdeps/x86_64/fpu/s_sincosl.S: Likewise.
48040 * sysdeps/x86_64/fpu/s_sinl.S: Likewise.
48041 * math/libm-test.inc (cos_test): Add more tests and enable more
48042 tests for long double.
48043 (sin_test): Likewise.
48044 (sincos_test): Likewise.
48045 * sysdeps/i386/fpu/libm-test-ulps: Update.
48046 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48047
dd7f4703
DM
480482012-03-16 David S. Miller <davem@davemloft.net>
48049
48050 * sysdeps/sparc/fpu/math_private.h: New file.
48051
006f1daa
DM
480522012-03-15 David S. Miller <davem@davemloft.net>
48053
c0c83bc8
DM
48054 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma-vis3.S: New
48055 file.
e6a62e18 48056 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fma.c: New file.
c0c83bc8
DM
48057 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf-vis3.S: New
48058 file.
e6a62e18
DM
48059 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaf.c: New file.
48060 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma-vis3.S: New file.
48061 * sysdeps/sparc/sparc64/fpu/multiarch/s_fma.c: New file.
48062 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf-vis3.S: New file.
48063 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaf.c: New file.
48064 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add fma/fmaf
48065 sysdep routines.
48066 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48067
88cb87d9
DM
48068 * sysdeps/sparc/sparc32/fpu/s_fma.c: New file.
48069 * sysdeps/sparc/sparc64/fpu/s_fma.c: New file.
48070
006f1daa 48071 * sysdeps/sparc/sparc-ifunc.h: New file.
c0c83bc8
DM
48072 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: Use
48073 sparc-ifunc.h
006f1daa 48074 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: Likewise.
c0c83bc8
DM
48075 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S:
48076 Likewise.
48077 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S:
48078 Likewise.
006f1daa
DM
48079 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: Likewise.
48080 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: Likewise.
48081 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: Likewise.
c0c83bc8
DM
48082 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S:
48083 Likewise.
006f1daa
DM
48084 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: Likewise.
48085 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: Likewise.
48086 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: Likewise.
48087 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: Likewise.
c0c83bc8
DM
48088 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S:
48089 Likewise.
48090 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S:
48091 Likewise.
006f1daa
DM
48092 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: Likewise.
48093 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: Likewise.
48094 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: Likewise.
48095 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: Likewise.
48096 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: Likewise.
48097 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: Likewise.
48098 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: Likewise.
48099 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: Likewise.
48100 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: Likewise.
48101 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: Likewise.
48102 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: Likewise.
48103 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: Likewise.
48104 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: Likewise.
48105 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: Likewise.
48106 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: Likewise.
48107 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: Likewise.
48108 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: Likewise.
48109 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: Likewise.
48110 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: Likewise.
48111 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: Likewise.
48112 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: Likewise.
48113 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: Likewise.
48114 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: Likewise.
48115 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: Likewise.
48116
11e0098e
AS
481172012-03-15 Andreas Schwab <schwab@linux-m68k.org>
48118
48119 * sysdeps/powerpc/fpu/e_hypotf.c: Use double precision instead of
48120 scaling.
48121 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48122
e85b09d0
AJ
481232012-03-15 Andreas Jaeger <aj@suse.de>
48124
48125 [BZ #13852]
48126 * sysdeps/i386/fpu/e_rem_pio2f.c: Delete so that i386 uses the
48127 ieee754/flt-32 implementation for sin, cos and sincos.
48128 * sysdeps/i386/fpu/k_rem_pio2f.c: Likewise.
48129 * sysdeps/i386/fpu/s_cosf.S: Likewise.
48130 * sysdeps/i386/fpu/s_sincosf.S: Likewise.
48131 * sysdeps/i386/fpu/s_sinf.S: Likewise.
48132 * sysdeps/i386/fpu/s_tanf.S: Delete so that i386 uses the
48133 ieee754/flt-32 implementation for tan.
48134
48135 * math/libm-test.inc (cos_test): Enable some large input tests for
48136 float as well
48137 (sin_test): Likewise.
48138 (sincos_test): Likewise.
48139 (tan_test): Add tests for large input.
48140
48141 * sysdeps/i386/fpu/libm-test-ulps: Update.
48142
81c64153
AJ
481432012-03-15 Andreas Jaeger <aj@suse.de>
48144
48145 [BZ #13658]
48146 * math/libm-test.inc (cos_test): Add more test cases.
48147 (sin_test): Likewise.
48148 (sincos_test): Likewise.
48149
7bbfa5c6
AJ
481502012-03-15 Andreas Jaeger <aj@suse.de>
48151
48152 [BZ #13837]
48153 * math/libm-test.inc (cos_test): Add a test case for large input
48154 value.
48155 (sin_test): Likewise.
48156 (sincos_test): Likewise.
48157
57f41c40
AS
481582012-03-15 Andreas Jaeger <aj@suse.de>
48159 Joseph Myers <joseph@codesourcery.com>
7bbfa5c6
AJ
48160
48161 [BZ #13658]
0671f479 48162 * sysdeps/x86_64/fpu/s_sincos.S: Delete files so that
7bbfa5c6
AJ
48163 x86-64 and i386 use the iee754/dbl-64 sin and cos implementation.
48164 * sysdeps/i386/fpu/branred.c: Likewise.
48165 * sysdeps/i386/fpu/dosincos.c: Likewise.
48166 * sysdeps/i386/fpu/mpa.c: Likewise.
48167 * sysdeps/i386/fpu/s_cos.S: Likewise.
48168 * sysdeps/i386/fpu/s_sin.S: Likewise.
48169 * sysdeps/i386/fpu/s_sincos.S: Likewise.
48170 * sysdeps/i386/fpu/sincos32.c: Likewise.
48171
48172 * sysdeps/generic/math_private.h (libc_feholdexcept_setround_53bit):
48173 Define.
48174 (libc_feupdateenv_53bit): Define.
48175 * sysdeps/i386/fpu/math_private.h (libc_feholdexcept_setround_53bit):
48176 Define.
48177 (libc_feupdateenv_53bit): Define.
48178
48179 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Do double arithmetic in
48180 53 bit (without extend i386 double precision).
48181
48182 * math/libm-test.inc (sincos_test): Add tests for large input.
48183 (sin): Likewise.
48184 (cos): Likewise.
48185
48186 * sysdeps/i386/fpu/libm-test-ulps: Update ULPs.
48187
9cad04ea
AS
481882012-03-15 Andreas Schwab <schwab@linux-m68k.org>
48189
48190 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48191
f7062b9a
DM
481922012-03-15 David S. Miller <davem@davemloft.net>
48193
48194 * sysdeps/sparc/sparc64/fpu/s_fmax.S: New file.
48195 * sysdeps/sparc/sparc64/fpu/s_fmaxf.S: New file.
48196 * sysdeps/sparc/sparc64/fpu/s_fmin.S: New file.
48197 * sysdeps/sparc/sparc64/fpu/s_fminf.S: New file.
48198 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmax.S: New file.
48199 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmaxf.S: New file.
48200 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fmin.S: New file.
48201 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fminf.S: New file.
48202 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmax.S: New file.
48203 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf-vis3.S: New file.
48204 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmaxf.S: New file.
48205 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin-vis3.S: New file.
48206 * sysdeps/sparc/sparc64/fpu/multiarch/s_fmin.S: New file.
48207 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf-vis3.S: New file.
48208 * sysdeps/sparc/sparc64/fpu/multiarch/s_fminf.S: New file.
c0c83bc8
DM
48209 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax-vis3.S: New
48210 file.
f7062b9a 48211 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmax.S: New file.
c0c83bc8
DM
48212 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf-vis3.S: New
48213 file.
f7062b9a 48214 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmaxf.S: New file.
c0c83bc8
DM
48215 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin-vis3.S: New
48216 file.
f7062b9a 48217 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fmin.S: New file.
c0c83bc8
DM
48218 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf-vis3.S: New
48219 file.
f7062b9a
DM
48220 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fminf.S: New file.
48221 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new vis3
48222 fmin/fmax sysdep routines.
48223 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Likewise.
48224
7bd951ff
DM
482252012-03-14 David S. Miller <davem@davemloft.net>
48226
559398ab
DM
48227 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil-vis3.S: New file.
48228 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceil.S: New file.
48229 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf-vis3.S: New file.
48230 * sysdeps/sparc/sparc64/fpu/multiarch/s_ceilf.S: New file.
48231 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite-vis3.S: New file.
48232 * sysdeps/sparc/sparc64/fpu/multiarch/s_finite.S: New file.
48233 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef-vis3.S: New file.
48234 * sysdeps/sparc/sparc64/fpu/multiarch/s_finitef.S: New file.
48235 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor-vis3.S: New file.
48236 * sysdeps/sparc/sparc64/fpu/multiarch/s_floor.S: New file.
48237 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf-vis3.S: New file.
48238 * sysdeps/sparc/sparc64/fpu/multiarch/s_floorf.S: New file.
48239 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf-vis3.S: New file.
48240 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinf.S: New file.
48241 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff-vis3.S: New file.
48242 * sysdeps/sparc/sparc64/fpu/multiarch/s_isinff.S: New file.
48243 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan-vis3.S: New file.
48244 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnan.S: New file.
48245 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf-vis3.S: New file.
48246 * sysdeps/sparc/sparc64/fpu/multiarch/s_isnanf.S: New file.
48247 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint-vis3.S: New file.
48248 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrint.S: New file.
48249 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf-vis3.S: New file.
48250 * sysdeps/sparc/sparc64/fpu/multiarch/s_lrintf.S: New file.
48251 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint-vis3.S: New file.
48252 * sysdeps/sparc/sparc64/fpu/multiarch/s_rint.S: New file.
48253 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf-vis3.S: New file.
48254 * sysdeps/sparc/sparc64/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
48255 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: Add new VIS3
48256 routines.
48257 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil-vis3.S: New
48258 file.
559398ab 48259 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceil.S: New file.
c0c83bc8
DM
48260 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf-vis3.S: New
48261 file.
559398ab 48262 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_ceilf.S: New file.
c0c83bc8
DM
48263 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs-vis3.S: New
48264 file.
559398ab 48265 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabs.S: New file.
c0c83bc8
DM
48266 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf-vis3.S: New
48267 file.
559398ab 48268 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_fabsf.S: New file.
c0c83bc8
DM
48269 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor-vis3.S: New
48270 file.
559398ab 48271 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floor.S: New file.
c0c83bc8
DM
48272 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf-vis3.S: New
48273 file.
48274 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_floorf.S: New
48275 file.
48276 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint-vis3.S: New
48277 file.
48278 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrint.S: New
48279 file.
48280 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf-vis3.S:
48281 New file.
48282 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_llrintf.S: New
48283 file.
48284 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint-vis3.S: New
48285 file.
559398ab 48286 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rint.S: New file.
c0c83bc8
DM
48287 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf-vis3.S: New
48288 file.
559398ab 48289 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_rintf.S: New file.
c0c83bc8
DM
48290 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt-vis3.S: New
48291 file.
559398ab 48292 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrt.S: New file.
c0c83bc8
DM
48293 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf-vis3.S: New
48294 file.
559398ab 48295 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/w_sqrtf.S: New file.
c0c83bc8
DM
48296 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: Add new
48297 VIS3 routines.
559398ab
DM
48298
48299 * sysdeps/sparc/sparc32/sparcv9/fpu/unix/sysv/linux/multiarch/Implies:
48300 New file.
48301
5a1c1e32
DM
48302 * sysdeps/sparc/fpu/libm-test-ulps: Update.
48303
eae47a36
DM
48304 * sysdeps/sparc/configure.in: New file.
48305 * sysdeps/sparc/configure: Generate.
48306 * configure.in (libc_cv_sparc_as_vis3): Substitute.
48307 * configure: Regenerate.
48308 * config.h.in (HAVE_AS_VIS3_SUPPORT): New.
48309 * config.make.in (have-as-vis3): New.
48310 * sysdeps/sparc/sparc32/sparcv9/Makefile (ASFLAGS-*): If VIS3 is
48311 available use -Av9d instead of -Av9a.
48312 * sysdeps/sparc/sparc64/Makefile: Likewise.
48313 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/Makefile: New file.
c0c83bc8
DM
48314 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign-vis3.S:
48315 New file.
48316 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysign.S: New
48317 file.
48318 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf-vis3.S:
48319 New file.
48320 * sysdeps/sparc/sparc32/sparcv9/fpu/multiarch/s_copysignf.S: New
48321 file.
eae47a36
DM
48322 * sysdeps/sparc/sparc64/fpu/multiarch/Makefile: New file.
48323 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit-vis3.S: New file.
48324 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbit.S: New file.
48325 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf-vis3.S: New file.
48326 * sysdeps/sparc/sparc64/fpu/multiarch/s_signbitf.S: New file.
48327
c0c83bc8
DM
48328 * sysdeps/sparc/sparc64/fpu/s_copysign.S (__copysign): Use
48329 fzeros/fnegs to load 0x80000000 into a float register instead of
48330 using the stack.
7bd951ff
DM
48331 * sysdeps/sparc/sparc64/fpu/s_copysignf.S (__copysignf): Likewise.
48332
bd951ccb
JM
483332012-03-14 Joseph Myers <joseph@codesourcery.com>
48334
48335 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48336 bits/syscall.h.
48337 ($(objpfx)syscall-%.h): Rename rule to $(objpfx)bits/syscall%h.
48338 ($(objpfx)syscall-%.d): Rename rule to $(objpfx)bits/syscall%d.
48339 ($(inst_includedir)/bits/syscall.h): Remove rule.
48340 ($(objpfx)bits/syscall.d): Include instead of
48341 $(objpfx)syscall-list.d.
48342 (generated): Change syscall-list.h and syscall-list.d to
48343 bits/syscall.h and bits/syscall.d.
48344
bb4e6db2
RM
483452012-03-14 Roland McGrath <roland@hack.frob.com>
48346
48347 [BZ #13846]
48348 * manual/llio.texi (Memory-mapped I/O): Fix wrong function name.
48349
aa4a2ae1
JM
483502012-03-14 Joseph Myers <joseph@codesourcery.com>
48351
e456826d
JM
48352 [BZ #13841]
48353 * math/s_csqrt.c: Include <float.h>.
48354 (__csqrt): Scale large or subnormal inputs.
48355 * math/s_csqrtf.c: Likewise.
48356 * math/s_csqrtl.c: Likewise.
48357 * math/libm-test.inc (csqrt_test): Add more tests.
48358 * sysdeps/i386/fpu/libm-test-ulps: Update.
48359 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48360
aa4a2ae1
JM
48361 [BZ #13840]
48362 * math/libm-test.inc (hypot_test): Add more tests.
48363
7c10fd35
DM
483642012-03-13 David S. Miller <davem@davemloft.net>
48365
48366 [BZ #13840]
48367 * sysdeps/ieee754/flt-32/e_hypotf.c (__ieee754_hypotf): Rewrite to use
48368 double-precision for the calculation instead of scaling.
48369
f453b98b
JM
483702012-03-13 Joseph Myers <joseph@codesourcery.com>
48371
48372 * sysdeps/ieee754/dbl-64/s_nearbyint.c (__nearbyint): Do not
48373 manipulate bits before adding and subtracting TWO52[sx].
48374 * sysdeps/ieee754/dbl-64/s_rint.c (__rint): Likewise.
48375 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c (__nearbyint):
48376 Likewise.
48377 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c (__rint): Likewise.
48378
09a3453f
DM
483792012-03-13 David S. Miller <davem@davemloft.net>
48380
8e59da90
DM
48381 * sysdeps/sparc/Makefile: Remove rtld-global-offsets.sym handling.
48382 * sysdeps/sparc/elf/rtld-global-offsets.sym: Delete.
48383 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Don't include
48384 rtld-global-offsets.h
48385 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
48386
2a8ab7f2
DM
48387 * sysdeps/ieee754/ldbl-128/s_expm1l.c (__expm1l): Use expl for
48388 large parameters.
48389
10f62770
DM
48390 * sysdeps/unix/sysv/linux/sparc/sparc64/dl-fxstatat64.c: New file.
48391
5f0bdb18
DM
48392 * sysdeps/unix/sysv/linux/openat.c (OPENAT_NOT_CANCEL): Declare syscall
48393 'err' in the ifdef scope in which it is actually used.
48394
09a3453f
DM
48395 * nss/nss_db/db-init.c: Include string.h
48396
b4b2eb5e
DM
483972012-03-12 David S. Miller <davem@davemloft.net>
48398
98bb2f1c
DM
48399 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
48400 masking out of the most significant byte of random value used.
48401 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48402 Fix coding style in previous change.
48403
b4b2eb5e
DM
48404 * sysdeps/unix/sysv/linux/kernel-features.h
48405 (__ASSUME_CLONE_THREAD_FLAGS): Set on sparc when 2.5.64 and later.
48406 (__ASSUME_TGKILL): Set on sparc when 2.6.1 and later, simplify
48407 expression.
48408 (__ASSUME_FADVISE64_64_SYSCALL): Set on sparc when 2.6.1 and
48409 later.
48410
6e226b09
DM
484112012-03-11 David S. Miller <davem@davemloft.net>
48412
a1bcbd40
DM
48413 * sysdeps/unix/sysv/linux/sparc/sparc64/makecontext.c
48414 (__makecontext): Fix signedness of pointer casts setting up 'sp'.
48415 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL) Use 'long'
48416 for 'resultvar' otherwise things get truncated on 64-bit.
48417
cb9d6174
DM
48418 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
48419 Fix masking out of the most significant byte of random value used.
48420
6e226b09
DM
48421 * sysdeps/sparc/fpu/libm-test-ulps: Update.
48422
058c132d
AS
484232012-03-10 Andreas Schwab <schwab@linux-m68k.org>
48424
48425 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
48426
2d2cd515
DM
484272012-03-09 David S. Miller <davem@davemloft.net>
48428
48429 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Protect local
48430 variables with appropriate CPP guards.
57f41c40
AS
48431 * sysdeps/sparc/sparc32/dl-trampoline.S: Propagate the stack_ptr
48432 from the frame pointer, not the stack pointer. Correct layout
48433 comments. Fix test on resulting framesize and the management of
48434 the outregs buffer for pltexit. Preserve floating point return
48435 values across _dl_call_pltexit call.
2d2cd515
DM
48436 * sysdeps/sparc/sparc64/dl-trampoline.S: Fix test on resulting
48437 framesize and the management of the outregs buffer for pltexit.
48438 Preserve floating point return values across _dl_call_pltexit
48439 call.
57f41c40
AS
48440 * elf/sotruss-lib.c (la_sparc32_gnu_pltenter)
48441 (la_sparc64_gnu_pltenter, la_sparc32_gnu_pltexit)
48442 (la_sparc64_gnu_pltexit): New functions.
2d2cd515
DM
48443 (print_exit): Fix format string for return register value.
48444
9a07f9d0
JM
484452012-03-10 Joseph Myers <joseph@codesourcery.com>
48446
48447 * sunrpc/Makefile (others): Add rpcgen.
48448 ($(objpfx)rpcgen): Remove special build rule and dependency on
48449 libc.
48450 * sunrpc/rpcgen.c: New file.
48451
547b5e30
PE
484522012-03-09 Paul Eggert <eggert@cs.ucla.edu>
48453
c524201a
PE
48454 [BZ #13673]
48455 * posix/bug-regex33.c: Replace FSF snail mail address with URL.
48456 * stdio-common/bug-vfprintf-nargs.c: Likewise.
48457 * sysdeps/i386/crti.S: Likewise.
48458 * sysdeps/i386/crtn.S: Likewise.
48459 * sysdeps/powerpc/powerpc32/crti.S: Likewise.
48460 * sysdeps/powerpc/powerpc32/crtn.S: Likewise.
48461 * sysdeps/powerpc/powerpc64/crti.S: Likewise.
48462 * sysdeps/powerpc/powerpc64/crtn.S: Likewise.
48463 * sysdeps/sh/crti.S: Likewise.
48464 * sysdeps/sh/crtn.S: Likewise.
48465 * sysdeps/x86_64/fpu/e_expf.S: Likewise.
48466
7b6235f2
PE
48467 [BZ #13673]
48468 * locale/programs/charmap-kw.gperf: Replace FSF snail mail address
48469 with URL.
48470 * locale/programs/locfile-kw.gperf: Likewise.
48471 * locale/programs/charmap-kw.h: Regenerated.
48472 * locale/programs/locfile-kw.h: Likewise.
48473
547b5e30
PE
48474 [BZ #13673]
48475 * intl/plural.y: Replace FSF snail mail address with URL.
48476 * intl/plural.c: Regenerated.
48477
5f0a5dae
RH
484782012-03-09 Richard Henderson <rth@twiddle.net>
48479
48480 * include/math_private.h: Remove file.
48481 * math/math_private.h: Move file ...
48482 * sysdeps/generic/math_private.h: ... here.
48483
b8c03620
RH
48484 * sysdeps/i386/fpu/math_private.h: Use include_next for math_private.h.
48485 * sysdeps/powerpc/fpu/math_private.h: Likewise.
48486 * sysdeps/x86_64/fpu/math_private.h: Likewise.
48487
4e234f5d 48488 * sysdeps/i386/fpu/s_fpclassifyl.c: Use <> to include both <math.h>
33154d7b
RH
48489 and <math_private.h>.
48490 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
48491 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
48492 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
48493 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
48494 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
48495 * sysdeps/ieee754/dbl-64/branred.c: Likewise.
48496 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
48497 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
48498 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
48499 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
48500 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
48501 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
48502 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
48503 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
48504 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
48505 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
48506 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
48507 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
48508 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
48509 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
48510 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
48511 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
48512 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
48513 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
48514 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Likewise.
48515 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
48516 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
48517 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
48518 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
48519 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
48520 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
48521 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
48522 * sysdeps/ieee754/dbl-64/s_cbrt.c: Likewise.
48523 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
48524 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
48525 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
48526 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
48527 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
48528 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
48529 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
48530 * sysdeps/ieee754/dbl-64/s_fpclassify.c: Likewise.
48531 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
48532 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
48533 * sysdeps/ieee754/dbl-64/s_isinf.c: Likewise.
48534 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: Likewise.
48535 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
48536 * sysdeps/ieee754/dbl-64/s_llrint.c: Likewise.
48537 * sysdeps/ieee754/dbl-64/s_llround.c: Likewise.
48538 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
48539 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
48540 * sysdeps/ieee754/dbl-64/s_lrint.c: Likewise.
48541 * sysdeps/ieee754/dbl-64/s_lround.c: Likewise.
48542 * sysdeps/ieee754/dbl-64/s_modf.c: Likewise.
48543 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
48544 * sysdeps/ieee754/dbl-64/s_remquo.c: Likewise.
48545 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
48546 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
48547 * sysdeps/ieee754/dbl-64/s_scalbln.c: Likewise.
48548 * sysdeps/ieee754/dbl-64/s_scalbn.c: Likewise.
48549 * sysdeps/ieee754/dbl-64/s_signbit.c: Likewise.
48550 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
48551 * sysdeps/ieee754/dbl-64/s_sincos.c: Likewise.
48552 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
48553 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
48554 * sysdeps/ieee754/dbl-64/s_trunc.c: Likewise.
48555 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
48556 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
48557 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
48558 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: Likewise.
48559 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: Likewise.
48560 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: Likewise.
48561 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
48562 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Likewise.
48563 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
48564 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: Likewise.
48565 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf.c: Likewise.
48566 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: Likewise.
48567 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
48568 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: Likewise.
48569 * sysdeps/ieee754/dbl-64/wordsize-64/s_lround.c: Likewise.
48570 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: Likewise.
48571 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Likewise.
48572 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: Likewise.
48573 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
48574 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
48575 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: Likewise.
48576 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: Likewise.
48577 * sysdeps/ieee754/dbl-64/wordsize-64/s_trunc.c: Likewise.
48578 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
48579 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
48580 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
48581 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
48582 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
48583 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
48584 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
48585 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
48586 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
48587 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
48588 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
48589 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
48590 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
48591 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
48592 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
48593 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
48594 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
48595 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
48596 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
48597 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
48598 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
48599 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
48600 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
48601 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
48602 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
48603 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
48604 * sysdeps/ieee754/flt-32/s_cbrtf.c: Likewise.
48605 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
48606 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
48607 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
48608 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
48609 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
48610 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
48611 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
48612 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
48613 * sysdeps/ieee754/flt-32/s_fpclassifyf.c: Likewise.
48614 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
48615 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
48616 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
48617 * sysdeps/ieee754/flt-32/s_isinff.c: Likewise.
48618 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
48619 * sysdeps/ieee754/flt-32/s_llrintf.c: Likewise.
48620 * sysdeps/ieee754/flt-32/s_llroundf.c: Likewise.
48621 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
48622 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
48623 * sysdeps/ieee754/flt-32/s_lrintf.c: Likewise.
48624 * sysdeps/ieee754/flt-32/s_lroundf.c: Likewise.
48625 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
48626 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
48627 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
48628 * sysdeps/ieee754/flt-32/s_remquof.c: Likewise.
48629 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
48630 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
48631 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
48632 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
48633 * sysdeps/ieee754/flt-32/s_signbitf.c: Likewise.
48634 * sysdeps/ieee754/flt-32/s_sincosf.c: Likewise.
48635 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
48636 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
48637 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
48638 * sysdeps/ieee754/flt-32/s_truncf.c: Likewise.
48639 * sysdeps/ieee754/k_standard.c: Likewise.
48640 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
48641 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
48642 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
48643 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
48644 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
48645 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
48646 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
48647 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
48648 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
48649 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
48650 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
48651 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
48652 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
48653 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
48654 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
48655 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
48656 * sysdeps/ieee754/ldbl-128/e_rem_pio2l.c: Likewise.
48657 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
48658 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
48659 * sysdeps/ieee754/ldbl-128/k_cosl.c: Likewise.
48660 * sysdeps/ieee754/ldbl-128/k_sincosl.c: Likewise.
48661 * sysdeps/ieee754/ldbl-128/k_sinl.c: Likewise.
48662 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
48663 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
48664 * sysdeps/ieee754/ldbl-128/s_atanl.c: Likewise.
48665 * sysdeps/ieee754/ldbl-128/s_cbrtl.c: Likewise.
48666 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
48667 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
48668 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
48669 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
48670 * sysdeps/ieee754/ldbl-128/s_expm1l.c: Likewise.
48671 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
48672 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
48673 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
48674 * sysdeps/ieee754/ldbl-128/s_fpclassifyl.c: Likewise.
48675 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
48676 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
48677 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: Likewise.
48678 * sysdeps/ieee754/ldbl-128/s_isinfl.c: Likewise.
48679 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
48680 * sysdeps/ieee754/ldbl-128/s_llrintl.c: Likewise.
48681 * sysdeps/ieee754/ldbl-128/s_llroundl.c: Likewise.
48682 * sysdeps/ieee754/ldbl-128/s_log1pl.c: Likewise.
48683 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
48684 * sysdeps/ieee754/ldbl-128/s_lrintl.c: Likewise.
48685 * sysdeps/ieee754/ldbl-128/s_lroundl.c: Likewise.
48686 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
48687 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
48688 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
48689 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
48690 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
48691 * sysdeps/ieee754/ldbl-128/s_remquol.c: Likewise.
48692 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
48693 * sysdeps/ieee754/ldbl-128/s_roundl.c: Likewise.
48694 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
48695 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
48696 * sysdeps/ieee754/ldbl-128/s_signbitl.c: Likewise.
48697 * sysdeps/ieee754/ldbl-128/s_sincosl.c: Likewise.
48698 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
48699 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
48700 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
48701 * sysdeps/ieee754/ldbl-128/s_truncl.c: Likewise.
48702 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
48703 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
48704 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
48705 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
48706 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
48707 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
48708 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
48709 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
48710 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
48711 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
48712 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
48713 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
48714 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
48715 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
48716 * sysdeps/ieee754/ldbl-128ibm/e_rem_pio2l.c: Likewise.
48717 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
48718 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
48719 * sysdeps/ieee754/ldbl-128ibm/k_cosl.c: Likewise.
48720 * sysdeps/ieee754/ldbl-128ibm/k_sincosl.c: Likewise.
48721 * sysdeps/ieee754/ldbl-128ibm/k_sinl.c: Likewise.
48722 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
48723 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
48724 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Likewise.
48725 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
48726 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
48727 * sysdeps/ieee754/ldbl-128ibm/s_ctanhl.c: Likewise.
48728 * sysdeps/ieee754/ldbl-128ibm/s_ctanl.c: Likewise.
48729 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
48730 * sysdeps/ieee754/ldbl-128ibm/s_expm1l.c: Likewise.
48731 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
48732 * sysdeps/ieee754/ldbl-128ibm/s_finitel.c: Likewise.
48733 * sysdeps/ieee754/ldbl-128ibm/s_fpclassifyl.c: Likewise.
48734 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
48735 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
48736 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: Likewise.
48737 * sysdeps/ieee754/ldbl-128ibm/s_isinfl.c: Likewise.
48738 * sysdeps/ieee754/ldbl-128ibm/s_isnanl.c: Likewise.
48739 * sysdeps/ieee754/ldbl-128ibm/s_log1pl.c: Likewise.
48740 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
48741 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
48742 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
48743 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
48744 * sysdeps/ieee754/ldbl-128ibm/s_remquol.c: Likewise.
48745 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
48746 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
48747 * sysdeps/ieee754/ldbl-128ibm/s_signbitl.c: Likewise.
48748 * sysdeps/ieee754/ldbl-128ibm/s_sincosl.c: Likewise.
48749 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
48750 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
48751 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
48752 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
48753 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
48754 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
48755 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
48756 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
48757 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
48758 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
48759 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
48760 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
48761 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
48762 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
48763 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
48764 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
48765 * sysdeps/ieee754/ldbl-96/s_cbrtl.c: Likewise.
48766 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
48767 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
48768 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
48769 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
48770 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
48771 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
48772 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
48773 * sysdeps/ieee754/ldbl-96/s_fpclassifyl.c: Likewise.
48774 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
48775 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
48776 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: Likewise.
48777 * sysdeps/ieee754/ldbl-96/s_isinfl.c: Likewise.
48778 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
48779 * sysdeps/ieee754/ldbl-96/s_llrintl.c: Likewise.
48780 * sysdeps/ieee754/ldbl-96/s_llroundl.c: Likewise.
48781 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
48782 * sysdeps/ieee754/ldbl-96/s_lrintl.c: Likewise.
48783 * sysdeps/ieee754/ldbl-96/s_lroundl.c: Likewise.
48784 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
48785 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
48786 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
48787 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
48788 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
48789 * sysdeps/ieee754/ldbl-96/s_remquol.c: Likewise.
48790 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
48791 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
48792 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
48793 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
48794 * sysdeps/ieee754/ldbl-96/s_signbitl.c: Likewise.
48795 * sysdeps/ieee754/ldbl-96/s_sincosl.c: Likewise.
48796 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
48797 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
48798 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
48799 * sysdeps/ieee754/ldbl-96/s_truncl.c: Likewise.
48800 * sysdeps/ieee754/s_lib_version.c: Likewise.
48801 * sysdeps/ieee754/s_matherr.c: Likewise.
48802 * sysdeps/ieee754/s_signgam.c: Likewise.
48803 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
48804 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
48805 * sysdeps/powerpc/fpu/e_rem_pio2f.c: Likewise.
48806 * sysdeps/powerpc/fpu/k_cosf.c: Likewise.
48807 * sysdeps/powerpc/fpu/k_rem_pio2f.c: Likewise.
48808 * sysdeps/powerpc/fpu/k_sinf.c: Likewise.
48809 * sysdeps/powerpc/fpu/s_cosf.c: Likewise.
48810 * sysdeps/powerpc/fpu/s_float_bitwise.h: Likewise.
48811 * sysdeps/powerpc/fpu/s_isnan.c: Likewise.
48812 * sysdeps/powerpc/fpu/s_rint.c: Likewise.
48813 * sysdeps/powerpc/fpu/s_rintf.c: Likewise.
48814 * sysdeps/powerpc/fpu/s_sinf.c: Likewise.
48815 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
48816 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
48817 * sysdeps/powerpc/powerpc32/fpu/s_llrintf.c: Likewise.
48818 * sysdeps/powerpc/powerpc32/power4/fpu/slowexp.c: Likewise.
48819 * sysdeps/powerpc/powerpc32/power4/fpu/slowpow.c: Likewise.
48820 * sysdeps/powerpc/powerpc64/power4/fpu/slowexp.c: Likewise.
48821 * sysdeps/powerpc/powerpc64/power4/fpu/slowpow.c: Likewise.
48822 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
48823 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
1ed0291c 48824
1991fa03
JM
488252012-03-09 Joseph Myers <joseph@codesourcery.com>
48826
48827 * sunrpc/rpc_cout.c: Remove __GNU_LIBRARY__ conditionals.
48828 * sunrpc/rpc_main.c: Likewise.
48829 * sunrpc/rpc_svcout.c: Likewise.
48830
60d6f5a6
DM
488312012-03-09 David S. Miller <davem@davemloft.net>
48832
48833 * include/math_private.h: New file.
48834
4962050e
JM
488352012-03-09 Joseph Myers <joseph@codesourcery.com>
48836
02a6f887
JM
48837 * sysdeps/unix/sysv/linux/bits/socket_type.h: New file.
48838 * sysdeps/unix/sysv/linux/sparc/bits/socket_type.h: Likewise.
48839 * sysdeps/unix/sysv/linux/bits/socket.h: Get enum __socket_type
48840 from <bits/socket_type.h>.
48841 (enum __socket_type): Don't define here.
48842 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Remove.
48843 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
48844 bits/socket_type.h.
48845
c6e013c1
JM
48846 [BZ #13566]
48847 * libio/stdio.h (gets): Always declare for C++ up to C++11 without
48848 checking __USE_GNU.
48849
4962050e
JM
48850 * Makerules ($(inst_includedir)/%.h): New rule.
48851 * stdio-common/Makefile (headers): Add bits/stdio_lim.h.
48852 (install-others): Remove variable setting.
48853 ($(inst_includedir)/bits/stdio_lim.h): Remove rule.
48854
38842f45
RH
488552012-03-08 Richard Henderson <rth@twiddle.net>
48856
67bb6da6
RH
48857 * sysdeps/powerpc/fpu/math_private.h (__ieee754_sqrt): Convert
48858 from macro to inline function; merge with the
48859 !__LIBC_INTERNAL_MATH_INLINES version.
48860 (__ieee754_sqrtf): Likewise.
48861
15194b4b
RH
48862 * sysdeps/x86_64/fpu/math_private.h (__rint): Convert from macro
48863 to inline function.
48864 (__rintf, __floor, __floorf): Likewise.
48865
64e21ede
RH
48866 * sysdeps/x86_64/fpu/math_private.h (__ieee754_sqrt): Convert from
48867 macro to inline function.
48868 (__ieee754_sqrtf, __ieee754_sqrtl): Likewise.
48869
38842f45
RH
48870 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Include <math_private.h>,
48871 not <math/math_private.h>.
48872
c64bf5fe
DM
488732012-03-08 David S. Miller <davem@davemloft.net>
48874
48875 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c: Update
48876 copyright year.
48877 * sysdeps/unix/sysv/linux/sparc/sysdep.h: Likewise.
48878
82d86f28
TS
488792012-03-08 Thomas Schwinge <thomas@codesourcery.com>
48880
48881 * resolv/gai_misc.c (handle_requests): Fix struct timespec
48882 normalization.
48883 * rt/tst-cpuclock2.c (test_nanosleep): Likewise.
48884 * sysdeps/pthread/aio_misc.c (handle_fildes_io): Likewise.
48885
aea5d727
UD
488862012-03-08 Ulrich Drepper <drepper@gmail.com>
48887
48888 * stdio-common/tst-fphex.c: Various cleanups. The macros cannot
48889 be defined individually, they must be defined as a block. Define
48890 S for printing a string instead of hidint the different by using a
48891 macro for adding the 'l'.
48892 * stdio-common/tst-fphex-wide.c: Adjust.
48893
70bca0a3
MP
488942012-03-07 Marek Polacek <polacek@redhat.com>
48895
48896 * stdio-common/tst-long-dbl-fphex.c: Fix test for non ldbl-96 targets.
48897
65b81130
MP
488982012-03-08 Marek Polacek <polacek@redhat.com>
48899
48900 [BZ #13806]
48901 * stdio-common/Makefile (tests): Add tst-fphex-wide.
48902 * stdio-common/tst-fphex.c: Define a few macros to make the
48903 test reusable. Use them.
48904 * stdio-common/tst-fphex-wide.c: New file.
48905
07037eeb
JM
489062012-03-08 Joseph Myers <joseph@codesourcery.com>
48907
a7a93d50
JM
48908 [BZ #6911]
48909 * manual/macros.texi (gnusystems): New macro.
48910 (nongnusystems): Likewise.
48911 (gnulinuxhurdsystems): Likewise.
48912 (gnuhurdsystems): Likewise..
48913 (gnulinuxsystems): Likewise.
48914 * manual/charset.texi: Use new macros or @theglibc{} to refer to
48915 variants of the GNU system, not "GNU system".
48916 * manual/conf.texi: Likewise.
48917 * manual/errno.texi: Likewise. Update example of errno macro
48918 expansion.
48919 * manual/filesys.texi: Likewise.
48920 (getumask): Document as specific to GNU/Hurd.
48921 * manual/install.texi: Likewise. Reword some references to
48922 GNU/Linux.
48923 * manual/intro.texi: Likewise.
48924 * manual/io.texi: Likewise.
48925 (File Name Portability): Detail which constraints are inapplicable
48926 to all GNU systems and which are only inapplicable to GNU/Hurd.
48927 * manual/job.texi: Likewise.
48928 * manual/llio.texi: Likewise.
48929 (O_NOCTTY): Document as present on GNU/Linux.
48930 * manual/maint.texi: Likewise.
48931 * manual/memory.texi: Likewise.
48932 * manual/pattern.texi: Likewise.
48933 * manual/pipe.texi: Likewise.
48934 * manual/process.texi: Likewise.
48935 * manual/resource.texi: Likewise.
48936 (RUSAGE_CHILDREN): Remove statement about specifying a particular
48937 child on GNU/Hurd.
48938 * manual/setjmp.texi: Likewise.
48939 * manual/signal.texi: Likewise.
48940 * manual/startup.texi: Likewise.
48941 * manual/stdio.texi: Likewise.
48942 * manual/terminal.texi: Likewise.
48943 (ONLCR): Document as POSIX.
48944 (OXTABS): Document availability on GNU/Linux as XTABS.
48945 (ONOEOT): Document availability separately from other bits.
48946 (VLNEXT, VDISCARD, VSTATUS): Document availability individually.
48947 * manual/time.texi: Likewise.
48948 * manual/users.texi: Likewise.
48949 * INSTALL: Regenerated.
48950 * sysdeps/gnu/errlist.c: Regenerated.
48951
07037eeb
JM
48952 * aclocal.m4 (LIBC_TRY_LINK_STATIC): New macro.
48953 * configure.in (libc_cv_preinit_array): Use LIBC_TRY_LINK_STATIC.
48954 (libc_cv_ctors_header): Likewise. Use asm ("") instead of calling
48955 puts.
48956 * configure: Regenerated.
48957
d1d3431a
JM
489582012-03-07 Joseph Myers <joseph@codesourcery.com>
48959
af6a1e37
JM
48960 * sysdeps/i386/configure.in (cpuid.h): Use AC_CHECK_HEADER with no
48961 default includes instead of AC_HEADER_CHECK.
48962 * sysdeps/i386/configure: Regenerated.
48963
d1d3431a
JM
48964 [BZ #10716]
48965 * math/s_cacosh.c (__cacosh): Convert negative log results to 0.
48966 * math/s_cacoshf.c (__cacoshf): Likewise.
48967 * math/s_cacoshl.c (__cacoshl): Likewise.
48968 * math/s_casinh.c (__casinh): Set signs of result from argument.
48969 * math/s_casinhf.c (__casinhf): Likewise.
48970 * math/s_casinhl.c (__casinhl): Likewise.
48971 * math/libm-test.inc (cacos_test, cacosh_test, casin_test)
48972 (casinh_test): Add more tests.
48973 * sysdeps/i386/fpu/libm-test-ulps: Update.
48974 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
48975
482ff4da
UD
489762012-03-07 Ulrich Drepper <drepper@gmail.com>
48977
872fda05
UD
48978 * po/zh_TW.po: Update from translation team.
48979
a4300c7a
UD
48980 * login/Makefile (distribute): Remove variable.
48981 * catgets/Makefile: Likewise.
48982 * mach/Makefile: Likewise.
48983 * malloc/Makefile: Likewise.
48984 * misc/Makefile: Likewise.
48985 * iconv/Makefile: Likewise.
48986 * nscd/Makefile: Likewise.
48987 * hurd/Makefile: Likewise.
48988 * manual/Makefile: Likewise.
48989 * locale/Makefile: Likewise.
48990 * intl/Makefile: Likewise.
48991 * conform/Makefile: Likewise.
48992 * nss/Makefile: Likewise.
48993 * time/Makefile: Likewise.
48994 * soft-fp/Makefile: Likewise.
48995 * dirent/Makefile: Likewise.
48996 * gmon/Makefile: Likewise.
48997 * po/Makefile: Likewise.
48998 * rt/Makefile: Likewise.
48999 * socket/Makefile: Likewise.
49000 * math/Makefile: Likewise.
49001 * signal/Makefile: Likewise.
49002 * debug/Makefile: Likewise.
49003 * elf/Makefile: Likewise.
49004 * timezone/Makefile: Likewise.
49005 * stdlib/Makefile: Likewise.
49006 * iconvdata/Makefile: Likewise.
49007 * sunrpc/Makefile: Likewise.
49008 * io/Makefile: Likewise.
49009 * argp/Makefile: Likewise.
49010 * inet/Makefile: Likewise.
49011 * hesiod/Makefile: Likewise.
49012 * grp/Makefile: Likewise.
49013 * csu/Makefile: Likewise.
49014 * wctype/Makefile: Likewise.
49015 * crypt/Makefile: Likewise.
49016 * libio/Makefile: Likewise.
49017 * string/Makefile: Likewise.
49018 * nis/Makefile: Likewise.
49019 * resolv/Makefile: Likewise.
49020 * stdio-common/Makefile: Likewise.
49021 * wcsmbs/Makefile: Likewise.
49022 * dlfcn/Makefile: Likewise.
49023 * posix/Makefile: Likewise.
49024
3b7c4e74 49025 [BZ #6959]
482ff4da
UD
49026 * timezone/Makefile: Don't install timezone files, just the programs
49027 and scripts.
49028
f72ed77d
UD
490292012-03-06 Ulrich Drepper <drepper@gmail.com>
49030
a000466f
UD
49031 * nss/databases.def: Add missing gshadow entry.
49032
f72ed77d
UD
49033 * stdio-common/vfprintf.c: Fix formatting. Missing copyright update.
49034
a53b7a4e
MP
490352012-03-06 Marek Polacek <polacek@redhat.com>
49036
49037 [BZ #13726]
49038 * sysdeps/ieee754/ldbl-96/printf_fphex.c: Adjust position of wnumstr.
49039 * sysdeps/x86_64/fpu/printf_fphex.c: Likewise.
49040 * stdio-common/Makefile (tests): Add tst-long-dbl-fphex.
49041 * stdio-common/tst-long-dbl-fphex.c: New file.
49042
e9258400
DM
490432012-03-06 David S. Miller <davem@davemloft.net>
49044
49045 * sysdeps/unix/sysv/linux/sparc/sparc64/get_clockfreq.c
49046 (set_obp_int): New function.
49047 (get_obp_int): New function.
49048 (__get_clockfreq_via_dev_openprom): Likewise.
f72ed77d
UD
49049 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INTERNAL_SYSCALL_ERROR_P):
49050 Avoid unused variable warnings on 'val' and use builtin_expect.
49051 (INLINE_SYSCALL): Don't wrap INTERNAL_SYSCALL_ERROR_P with
49052 __builtin_expect.
e9258400
DM
49053 (INLINE_CLONE_SYSCALL): Likewise.
49054
3bd2c723
DM
490552012-03-05 David S. Miller <davem@davemloft.net>
49056
49057 * sysdeps/sparc/fpu/libm-test-ulps: Update.
49058
bbb78d03
AS
490592012-03-05 Andreas Schwab <schwab@linux-m68k.org>
49060
884c5db4
AS
49061 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49062
bbb78d03
AS
49063 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Drop exp(-x) term
49064 only for |x| >= 40.
49065 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
49066
1c9f702a 490672012-03-05 H.J. Lu <hongjiu.lu@intel.com>
8542dee3
L
49068
49069 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c (gettimeofday_ifunc):
49070 Replace gettimeofday with __vdso_gettimeofday.
49071
7be16f82
RM
49072 * sysdeps/unix/sysv/linux/x86_64/init-first.c
49073 (_libc_vdso_platform_setup): Replace clock_gettime and getcpu with
49074 __vdso_clock_gettime and __vdso_getcpu.
8542dee3
L
49075
49076 * sysdeps/unix/sysv/linux/x86_64/time.c (time_ifunc): Replace
49077 time with __vdso_time.
49078
ed58a00f
JM
490792012-03-05 Joseph Myers <joseph@codesourcery.com>
49080
49081 * manual/lang.texi (size_t): Note types to which size_t may be
49082 equivalent with the GNU C Library, but do not describe when
49083 differences between them are significant.
49084
30ee4ced
AJ
490852012-03-05 Andreas Jaeger <aj@suse.de>
49086
49087 * sysdeps/i386/fpu/libm-test-ulps: Update.
49088
b7cd39e8
JM
490892012-03-05 Joseph Myers <joseph@codesourcery.com>
49090
49091 [BZ #3976]
49092 * sysdeps/ieee754/dbl-64/e_pow.c: Include <fenv.h>.
49093 (__ieee754_pow): Save and restore rounding mode and use
49094 round-to-nearest for main computations.
49095 * math/libm-test.inc (pow_test_tonearest): New function.
49096 (pow_test_towardzero): Likewise.
49097 (pow_test_downward): Likewise.
49098 (pow_test_upward): Likewise.
49099 (main): Call the new functions.
49100 * sysdeps/i386/fpu/libm-test-ulps: Update.
49101 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
ca811b22
JM
49102
49103 [BZ #3976]
49104 * math/libm-test.inc (cosh_test_tonearest): New function.
49105 (cosh_test_towardzero): Likewise.
49106 (cosh_test_downward): Likewise.
49107 (cosh_test_upward): Likewise.
49108 (sinh_test_tonearest): Likewise.
49109 (sinh_test_towardzero): Likewise.
49110 (sinh_test_downward): Likewise.
49111 (sinh_test_upward): Likewise.
49112 (main): Call the new functions.
49113 * sysdeps/i386/fpu/libm-test-ulps: Update.
49114 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49115
6c6a98c9
TV
491162012-03-05 Tom de Vries <tom@codesourcery.com>
49117
49118 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Ensure
49119 default stack guard is set in last bytes.
49120 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Same.
49121
21bb2d2e 491222012-03-05 Kees Cook <keescook@chromium.org>
7c1f4834 49123
21bb2d2e 49124 * stdio-common/vfprintf.c (vfprintf): add missing errno settings.
fa035517 49125
21bb2d2e
AJ
49126 [BZ #13656]
49127 * stdio-common/vfprintf.c (vfprintf): Check for nargs overflow and
49128 possibly allocate from heap instead of stack.
49129 * stdio-common/bug-vfprintf-nargs.c: New file.
49130 * stdio-common/Makefile (tests): Add nargs overflow test.
7c1f4834 49131
c6922934
AS
491322012-03-03 Andreas Schwab <schwab@linux-m68k.org>
49133
49134 * sysdeps/powerpc/fpu/libm-test-ulps: Update.
49135
bc957d53
MP
491362012-03-03 Marek Polacek <polacek@redhat.com>
49137
49138 * include/sys/cdefs.h: Remove __GNUC_PREREQ macro.
49139 * math/math_private.h: Likewise.
49140 * stdlib/tst-strtod.c: Likewise.
49141 * sysdeps/i386/i486/bits/atomic.h: Likewise.
49142 * sysdeps/x86_64/bits/atomic.h: Likewise.
49143
6358490d
DM
491442012-03-02 David S. Miller <davem@davemloft.net>
49145
49146 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrint.S: New file.
49147 * sysdeps/sparc/sparc32/sparcv9/fpu/s_llrintf.S: New file.
49148 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrint.S: New file.
49149 * sysdeps/sparc/sparc32/sparcv9/fpu/s_lrintf.S: New file.
49150 * sysdeps/sparc/sparc64/fpu/s_llrint.S: New file.
49151 * sysdeps/sparc/sparc64/fpu/s_llrintf.S: New file.
49152 * sysdeps/sparc/sparc64/fpu/s_lrint.S: New file.
49153 * sysdeps/sparc/sparc64/fpu/s_lrintf.S: New file.
49154
01ae168d
RM
491552012-03-02 Roland McGrath <roland@hack.frob.com>
49156
d9a17c07
RM
49157 [BZ #13792]
49158 * manual/examples/README: New file, says the example source files
49159 can be used under GPL>=2.
49160 * manual/Makefile (%.c.texi): Eat the leading part of the file until a
49161 line containing just "*/".
49162 * manual/examples/add.c: Add copyright header (GPL>=2).
49163 * manual/examples/argp-ex1.c: Likewise.
49164 * manual/examples/argp-ex2.c: Likewise.
49165 * manual/examples/argp-ex3.c: Likewise.
49166 * manual/examples/argp-ex4.c: Likewise.
49167 * manual/examples/atexit.c: Likewise.
49168 * manual/examples/db.c: Likewise.
49169 * manual/examples/dir.c: Likewise.
49170 * manual/examples/dir2.c: Likewise.
49171 * manual/examples/execinfo.c: Likewise.
49172 * manual/examples/filecli.c: Likewise.
49173 * manual/examples/filesrv.c: Likewise.
49174 * manual/examples/fmtmsgexpl.c: Likewise.
49175 * manual/examples/genpass.c: Likewise.
49176 * manual/examples/inetcli.c: Likewise.
49177 * manual/examples/inetsrv.c: Likewise.
49178 * manual/examples/isockad.c: Likewise.
49179 * manual/examples/longopt.c: Likewise.
49180 * manual/examples/memopen.c: Likewise.
49181 * manual/examples/memstrm.c: Likewise.
49182 * manual/examples/mkfsock.c: Likewise.
49183 * manual/examples/mkisock.c: Likewise.
49184 * manual/examples/mygetpass.c: Likewise.
49185 * manual/examples/pipe.c: Likewise.
49186 * manual/examples/popen.c: Likewise.
49187 * manual/examples/rprintf.c: Likewise.
49188 * manual/examples/search.c: Likewise.
49189 * manual/examples/select.c: Likewise.
49190 * manual/examples/setjmp.c: Likewise.
49191 * manual/examples/sigh1.c: Likewise.
49192 * manual/examples/sigusr.c: Likewise.
49193 * manual/examples/stpcpy.c: Likewise.
49194 * manual/examples/strdupa.c: Likewise.
49195 * manual/examples/strftim.c: Likewise.
49196 * manual/examples/strncat.c: Likewise.
49197 * manual/examples/subopt.c: Likewise.
49198 * manual/examples/swapcontext.c: Likewise.
49199 * manual/examples/termios.c: Likewise.
49200 * manual/examples/testopt.c: Likewise.
49201 * manual/examples/testpass.c: Likewise.
49202 * manual/examples/timeval_subtract.c: Likewise.
49203
01ae168d
RM
49204 [BZ #13792]
49205 * manual/time.texi (Elapsed Time): Move timeval_subtract example
49206 function to ...
49207 * manual/timeval_subtract.c.texi: ... here, new file.
49208
49efa33d
DM
492092012-03-02 David S. Miller <davem@davemloft.net>
49210
49211 * sysdeps/sparc/fpu/libm-test-ulps: Update for recently added tests.
49212
28afd92d
JM
492132012-03-02 Joseph Myers <joseph@codesourcery.com>
49214
804360ed
JM
49215 [BZ #3976]
49216 * sysdeps/ieee754/dbl-64/s_sin.c: Include <fenv.h>
49217 (__sin): Save and restore rounding mode and use round-to-nearest
49218 for all computations.
49219 (__cos): Save and restore rounding mode and use round-to-nearest
49220 for all computations.
49221 * sysdeps/ieee754/dbl-64/s_tan.c: Include "math_private.h" and
49222 <fenv.h>.
49223 (tan): Save and restore rounding mode and use round-to-nearest for
49224 all computations.
49225 * math/libm-test.inc (cos_test_tonearest): New function.
49226 (cos_test_towardzero): Likewise.
49227 (cos_test_downward): Likewise.
49228 (cos_test_upward): Likewise.
49229 (sin_test_tonearest): Likewise.
49230 (sin_test_towardzero): Likewise.
49231 (sin_test_downward): Likewise.
49232 (sin_test_upward): Likewise.
49233 (tan_test_tonearest): Likewise.
49234 (tan_test_towardzero): Likewise.
49235 (tan_test_downward): Likewise.
49236 (tan_test_upward): Likewise.
49237 (main): Call the new functions.
49238 * sysdeps/i386/fpu/libm-test-ulps: Update.
49239 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49240
a6d06d7b
JM
49241 [BZ #10135]
49242 * sysdeps/ieee754/dbl-64/s_scalbln.c (__scalbln): First test for
49243 small n, then large n, before computing and testing k+n.
49244 * sysdeps/ieee754/dbl-64/s_scalbn.c (__scalbn): Likewise.
49245 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c (__scalbln):
49246 Likewise.
49247 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c (__scalbn):
49248 Likewise.
49249 * sysdeps/ieee754/flt-32/s_scalblnf.c (__scalblnf): Likewise.
49250 * sysdeps/ieee754/flt-32/s_scalbnf.c (__scalbnf): Likewise.
49251 * sysdeps/ieee754/ldbl-128/s_scalblnl.c (__scalblnl): Likewise.
49252 * sysdeps/ieee754/ldbl-128/s_scalbnl.c (__scalbnl): Likewise.
49253 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c (__scalblnl): Likewise.
49254 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c (__scalbnl): Likewise.
49255 * sysdeps/ieee754/ldbl-96/s_scalblnl.c (__scalblnl): Likewise.
49256 * sysdeps/ieee754/ldbl-96/s_scalbnl.c (__scalbnl): Likewise.
49257 * math/libm-test.inc (scalbn_test): Add more tests.
49258 (scalbln_test): Likewise.
49259
07e12bb3
JM
49260 * manual/filesys.texi (mode_t): Describe constraints on size and
49261 signedness, not exact equivalence to a particular type.
49262 (ino_t): Likewise.
49263 (ino64_t): Likewise.
49264 (dev_t): Likewise.
49265 (nlink_t): Likewise.
49266 (blkcnt_t): Likewise.
49267 (blkcnt64_t): Likewise.
49268 * manual/llio.texi (off_t): Likewise.
49269
28afd92d
JM
49270 [BZ #3976]
49271 * sysdeps/ieee754/dbl-64/e_exp.c: Include <fenv.h>.
49272 (__ieee754_exp): Save and restore rounding mode and use
49273 round-to-nearest for all computations.
49274 * math/libm-test.inc (exp_test_tonearest): New function.
49275 (exp_test_towardzero): Likewise.
49276 (exp_test_downward): Likewise.
49277 (exp_test_upward): Likewise.
49278 (main): Call the new functions.
49279 * sysdeps/i386/fpu/libm-test-ulps: Update.
49280 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49281
b1eeb65d
CD
492822012-03-01 Chris Demetriou <cgd@google.com>
49283
49284 * sysdeps/gnu/errlist-compat.awk: Don't depend on AWK internals to
49285 have predictable order.
49286
53362a4b
DM
492872012-03-01 David S. Miller <davem@davemloft.net>
49288
3c969083
DM
49289 * sysdeps/unix/sysv/linux/sparc/sparc32/getpagesize.c: Delete.
49290
759707de
DM
49291 * sysdeps/sparc/sparc64/fpu/s_finite.S: New file.
49292 * sysdeps/sparc/sparc64/fpu/s_finitef.S: New file.
49293 * sysdeps/sparc/sparc64/fpu/s_isinf.S: New file.
49294 * sysdeps/sparc/sparc64/fpu/s_isinff.S: New file.
49295
dfdb8ff2
DM
49296 * sysdeps/sparc/sparc32/fpu/s_signbit.S: New file.
49297 * sysdeps/sparc/sparc32/fpu/s_signbitf.S: New file.
49298 * sysdeps/sparc/sparc32/fpu/s_signbitl.S: New file.
49299 * sysdeps/sparc/sparc32/sparcv9/fpu/s_isnan.S: New file.
49300 * sysdeps/sparc/sparc64/fpu/s_isnan.S: New file.
49301 * sysdeps/sparc/sparc64/fpu/s_isnanf.S: New file.
49302 * sysdeps/sparc/sparc64/fpu/s_signbit.S: New file.
49303 * sysdeps/sparc/sparc64/fpu/s_signbitf.S: New file.
49304 * sysdeps/sparc/sparc64/fpu/s_signbitl.S: New file.
49305
ead89f96
DM
49306 * sysdeps/sparc/fpu/libm-test-ulps: Update.
49307
7f66bd07
DM
49308 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Move...
49309 * sysdeps/sparc/fpu/libm-test-ulps: to here.
49310 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Delete.
49311
53362a4b
DM
49312 * sysdeps/sparc/crti.S: Remove HAVE_BINUTILS_GOTDATA checks.
49313 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
49314 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49315 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: Likewise.
49316 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: Likewise.
49317 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: Likewise.
49318 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: Likewise.
49319 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
49320 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49321 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: Likewise.
49322 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: Likewise.
49323 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49324 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
49325 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49326 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49327 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
49328 * config.h.in (HAVE_BINUTILS_GOTDATA): Delete.
49329 * sysdeps/sparc/elf/configure.in: Remove binutils GOTDATA checks.
49330 * sysdeps/sparc/elf/configure: Regenerated.
49331
7b1902cb
JM
493322012-03-01 Joseph Myers <joseph@codesourcery.com>
49333
bec039bc
JM
49334 * configure.in (AS, LD): Require binutils 2.20 or later.
49335 * configure: Regenerated.
49336 * manual/install.texi (Tools for Compilation): Give binutils 2.20
49337 as required minimum version.
49338 * INSTALL: Regenerated.
49339
7b1902cb
JM
49340 [BZ #2541]
49341 [BZ #4108]
49342 * sysdeps/ieee754/flt-32/s_erff.c (__erfcf): Mask out one more bit
49343 before squaring exponent.
49344 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c (__erfcl): Mask out whole
49345 bottom long double and 27 bits of top long double before squaring
49346 exponent.
49347 * math/libm-test.inc (erfc_test): Add more tests.
49348 * sysdeps/i386/fpu/libm-test-ulps: Update.
49349 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49350 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49351
f775c276
KT
493522012-03-01 Kai Tietz <ktietz@redhat.com>
49353
49354 * soft-fp/soft-fp.h (_FP_STRUCT_LAYOUT): New macro.
49355 * soft-fp/quad.h (_FP_UNION_Q): Use _FP_STRUCT_LAYOUT on struct
49356 containing bit-fields.
49357 * soft-fp/extended.h (_FP_UNION_E): Likewise.
49358 * soft-fp/single.h (_FP_UNION_S): Likewise.
49359 * soft-fp/double.h (_FP_UNION_D): Likewise.
49360
5b8a4d4a
JM
493612012-02-29 Joseph Myers <joseph@codesourcery.com>
49362
0bab47b6
JM
49363 [BZ #13786]
49364 * sysdeps/i386/i686/multiarch/strcmp.S [USE_AS_STRCASECMP_L]: Do
49365 not include ../strcmp.S.
49366 [USE_AS_STRNCASECMP_L]: Likewise.
49367 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c
49368 (__strcasecmp_l_ia32): Define as alias to __strcasecmp_l_nonascii.
49369 * sysdeps/i386/i686/multiarch/strncase_l-c.c
49370 (__strncasecmp_l_ia32): Define as alias to
49371 __strncasecmp_l_nonascii.
49372
0fcad3e2
JM
49373 [BZ #5794]
49374 * math/libm-test.inc (expm1_test): Add test for bug 5794.
49375 * sysdeps/i386/fpu/libm-test-ulps: Update.
49376 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49377
5b8a4d4a
JM
49378 * sysdeps/i386/fpu/libm-test-ulps: Reduce some expected errors.
49379 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49380
8fdceb2e
JL
493812012-02-29 Jeff Law <law@redhat.com>
49382
49383 * resolv/res_query.c (__libc_res_nquerydomain): Avoid
49384 out of bounds read.
49385
1f393a11
MP
493862012-02-29 Marek Polacek <polacek@redhat.com>
49387
49388 [BZ #13706]
49389 * elf/rtld.c (dl_main): Always set l_used to 1 for vDSO.
49390 * elf/Makefile: Add rules to run tst-unused-dep.out.
49391
8847f037
DM
493922012-02-28 David S. Miller <davem@davemloft.net>
49393
49394 * sysdeps/sparc/sparc32/fpu/w_sqrt.S: New file.
49395 * sysdeps/sparc/sparc32/fpu/w_sqrtf.S: New file.
49396 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrt.S: New file.
49397 * sysdeps/sparc/sparc32/sparcv9/fpu/w_sqrtf.S: New file.
49398 * sysdeps/sparc/sparc64/fpu/w_sqrt.S: New file.
49399 * sysdeps/sparc/sparc64/fpu/w_sqrtf.S: New file.
49400
169d7f11
JM
494012012-02-29 Joseph Myers <joseph@codesourcery.com>
49402
49403 * math/libm-test.inc (llround_test): Move one test from
49404 lround_test. Use TEST_f_L in moved test.
49405 (lround_test): Move misplaced test to llround_test. Add testcase
49406 from bug 2561.
49407
39adf059
UD
494082012-02-28 Ulrich Drepper <drepper@gmail.com>
49409
49410 * sysdeps/x86_64/fpu/e_expf.S: New file.
49411 Contributed by Dmitrieva Liubov <liubov.dmitrieva@gmail.com>.
49412
71b5d1c5
SB
494132012-02-28 Stanislav Brabec <sbrabec@suse.cz>
49414
49415 [BZ #13637]
49416 * posix/regex_internal.c (re_string_skip_chars): Fix miscomputation
49417 of remain_len that may cause incomplete multi-byte character and
49418 false match.
49419 * posix/bug-regex33.c: New file.
49420 * posix/Makefile (tests): Add bug-regex33.
49421
1f77f049
JM
494222012-02-28 Joseph Myers <joseph@codesourcery.com>
49423
49424 * manual/macros.texi: New file.
49425 * Makefile (INSTALL, NOTES): Depend on manual/macros.texi.
49426 * manual/libc.texinfo: Include macros.texi.
49427 * manual/creatute.texi: Likewise.
49428 * manual/install.texi: Likewise.
49429 * manual/arith.texi: Use macros @Theglibc{}, @theglibc{} and
49430 @glibcadj{} in references to the GNU C Library.
49431 * manual/charset.texi: Likewise.
49432 * manual/conf.texi: Likewise.
49433 * manual/contrib.texi: Likewise. Consistently use "GNU C Library"
49434 when not using those macros.
49435 * manual/creature.texi: Likewise.
49436 * manual/crypt.texi: Likewise.
49437 * manual/errno.texi: Likewise.
49438 * manual/filesys.texi: Likewise.
49439 * manual/header.texi: Likewise.
49440 * manual/install.texi: Likewise.
49441 * manual/intro.texi: Likewise.
49442 * manual/io.texi: Likewise.
49443 * manual/job.texi: Likewise.
49444 * manual/lang.texi: Likewise.
49445 * manual/libc.texiinfo: Likewise.
49446 * manual/llio.texi: Likewise.
49447 * manual/locale.texi: Likewise.
49448 * manual/maint.texi: Likewise.
49449 * manual/math.texi: Likewise.
49450 * manual/memory.texi: Likewise.
49451 * manual/message.texi: Likewise.
49452 * manual/nss.texi: Likewise.
49453 * manual/pattern.texi: Likewise.
49454 * manual/process.texi: Likewise.
49455 * manual/resource.texi: Likewise.
49456 * manual/search.texi: Likewise.
49457 * manual/setjmp.texi: Likewise.
49458 * manual/signal.texi: Likewise.
49459 * manual/socket.texi: Likewise.
49460 * manual/startup.texi: Likewise.
49461 * manual/stdio.texi: Likewise.
49462 * manual/string.texi: Likewise.
49463 * manual/sysinfo.texi: Likewise.
49464 * manual/syslog.texi: Likewise.
49465 * manual/terminal.texi: Likewise.
49466 * manual/time.texi: Likewise.
49467 * manual/users.texi: Likewise.
49468 * INSTALL: Regenerated.
49469 * NOTES: Regenerated.
d40c5d54 49470 * sysdeps/gnu/errlist.c: Regenerated.
1f77f049 49471
450bf206
AS
494722012-02-28 Andreas Schwab <schwab@linux-m68k.org>
49473
49474 * include/dirent.h: Include <dirstream.h> before
49475 <dirent/dirent.h>.
49476
741a235b
DM
494772012-02-28 David S. Miller <davem@davemloft.net>
49478
49479 * sysdeps/sparc/sparc32/fpu/s_copysign.S: New file.
49480 * sysdeps/sparc/sparc32/fpu/s_copysignf.S: New file.
49481 * sysdeps/sparc/sparc64/fpu/s_copysign.S: New file.
49482 * sysdeps/sparc/sparc64/fpu/s_copysignf.S: New file.
49483
d6b5aa58
DM
494842012-02-27 David S. Miller <davem@davemloft.net>
49485
1aff59a3
DM
49486 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floor.S: New file.
49487 * sysdeps/sparc/sparc32/sparcv9/fpu/s_floorf.S: New file.
49488 * sysdeps/sparc/sparc64/fpu/s_floor.S: New file.
49489 * sysdeps/sparc/sparc64/fpu/s_floorf.S: New file.
49490
d6b5aa58
DM
49491 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix accidental use of
49492 frame pointer instead of stack pointer relative arg slot.
49493 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49494 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49495 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49496
433f48bf
CD
494972012-02-27 Carlos O'Donell <carlos_odonell@mentor.com>
49498
49499 [BZ #3992]
49500 * stdlib/fmtmsg.c: Use of uint32_t requires stdint.h.
49501
d674b76d
DM
495022012-02-27 David S. Miller <davem@davemloft.net>
49503
49504 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: Fix comment formatting.
49505 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: Likewise.
49506 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: Likewise.
49507 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: Likewise.
49508 * sysdeps/sparc/sparc64/fpu/s_ceil.S: Likewise.
49509 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: Likewise.
49510 * sysdeps/sparc/sparc64/fpu/s_rint.S: Likewise.
49511 * sysdeps/sparc/sparc64/fpu/s_rintf.S: Likewise.
49512
0e7727f7
JM
495132012-02-27 Joseph Myers <joseph@codesourcery.com>
49514
49515 * configure.in (CC): Restrict allowed GCC versions to 4.3 and
49516 later. Allow versions 5-9.
43be4ca2 49517 * configure: Regenerated.
0e7727f7
JM
49518 * manual/install.texi (Tools for Compilation): Give GCC 4.3 as
49519 required minimum version and 4.6 as recommended version. Do not
49520 mention bugs in GCC 2.7 and 2.8.
43be4ca2 49521 * INSTALL: Regenerated.
0e7727f7 49522
a78bc654
DM
495232012-02-27 David S. Miller <davem@davemloft.net>
49524
428d5830
DM
49525 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceil.S: New file.
49526 * sysdeps/sparc/sparc32/sparcv9/fpu/s_ceilf.S: New file.
49527 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rint.S: New file.
49528 * sysdeps/sparc/sparc32/sparcv9/fpu/s_rintf.S: New file.
49529 * sysdeps/sparc/sparc64/fpu/s_ceil.S: New file.
49530 * sysdeps/sparc/sparc64/fpu/s_ceilf.S: New file.
49531 * sysdeps/sparc/sparc64/fpu/s_rint.S: New file.
49532 * sysdeps/sparc/sparc64/fpu/s_rintf.S: New file.
49533
a78bc654
DM
49534 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c (__nearbyintl): Do not
49535 manipulate bits before adding and subtracting TWO112[sx].
49536 * sysdeps/ieee754/ldbl-128/s_rintl.c (__rintl): Likewise.
49537
4579f81c
RM
495382012-02-27 Roland McGrath <roland@hack.frob.com>
49539
36c8acb4
RM
49540 [BZ #13775]
49541 * libio/bits/stdio-ldbl.h (vdprintf, dprintf): Put these under
49542 [__USE_XOPEN2K8] rather than [__USE_GNU], to match the stdio.h decls.
49543 * libio/stdio.h (vdprintf, dprintf): Remove comment about these not
49544 being in POSIX, because they are in 1003.1-2008.
49545
84ad622b
RM
49546 * rt/tst-aio.c: Include <fcntl.h>.
49547 * rt/tst-aio7.c: Likewise.
49548 * rt/tst-aio64.c: Likewise.
49549
4579f81c
RM
49550 * stdio-common/tst-fmemopen.c (main): Remove spurious const.
49551
abd923db
JM
495522012-02-27 Joseph Myers <joseph@codesourcery.com>
49553
49554 * manual/install.texi (--with-headers): Describe headers as
49555 interface headers, not private headers.
49556 (Specific advice for GNU/Linux systems): Describe use of headers
49557 from "make headers_install", not private headers from older
49558 kernels.
43be4ca2 49559 * INSTALL: Regenerated.
abd923db
JM
49560 * sysdeps/unix/sysv/linux/configure.in (LIBC_LINUX_VERSION):
49561 Change to 2.6.19.
49562 * sysdeps/unix/sysv/linux/configure: Regenerated.
49563
6664049b
JM
49564 * manual/llio.texi (fclean): Remove documentation.
49565
bb8b6697
JM
49566 * manual/Makefile (libc-texi-generated): New variable. Include
49567 version.texi.
49568 (libc.dvi, libc.pdf, libc.info, libc/index.html): Depend on
49569 $(libc-texi-generated), not duplicated list of files.
49570 (version.texi, stamp-version): New rules.
49571 (realclean): Remove $(libc-texi-generated), not individual files
49572 from that list. Do not remove dir-add.texinfo.
49573 * manual/libc.texinfo: Comment out uses of edition numbers and
49574 references to printed manual. Remove last-updated dates.
49575 (EDITION): Comment out.
49576 (ISBN): Likewise.
49577 (VERSION, UPDATED): Remove.
49578 (version.texi): Include.
49579
12e5c3b9
AS
495802012-02-27 Andreas Schwab <schwab@linux-m68k.org>
49581
49582 * sysdeps/posix/spawni.c: Include <signal.h>.
49583 * sysdeps/pthread/aio_cancel.c: Include <fcntl.h>.
49584 * sysdeps/pthread/aio_fsync.c: Likewise.
49585
4efeffc1 495862012-02-26 Ulrich Drepper <drepper@gmail.com>
d94a4670 49587
ba63ba08
UD
49588 * conform/Makefile (tests): Run only when not cross-compiling and
49589 when fast-check is not defined.
49590
d94a4670
UD
49591 * conform/conformtest.pl: XPG7 and POSIX2008 require C99.
49592 * conform/data/limits.h-data: Fixes for POSIX2008.
49593 * conform/run-conformtest.sh: Run all tests.
49594 * include/arpa/inet.h: Changes to allow conformtest.pl to use the
49595 headers.
49596 * include/bits/dlfcn.h: Likewise.
49597 * include/langinfo.h: Likewise.
49598 * include/monetary.h: Likewise.
49599 * include/sys/poll.h: Likewise.
49600
49601 * io/fcntl.h: Define AT_NO_AUTOMOUNT and AT_EMPTY_PATH only
49602 for __USE_GNU.
49603 * posix/spawn.h: Define __need_sigset_t.
49604 * posix/sys/wait.h: Don't include <sys/resource.h>, define id_t here.
49605 * posix/unistd.h: Declare ctermid only for XPG before XPG6.
49606 * rt/aio.h: Don't include fcntl.h and signal.h. Use bits/siginfo.h
49607 to get sigevent_t only.
49608 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg and recvmmsg
49609 only for __USE_GNU.
49610 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
49611 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
49612 process_vm_writev only for __USE_GNU.
49613 * termios/termios.h: Declare tcgetsid also for POSIX2008.
4efeffc1
UD
49614
49615 * conform/Makefile: For now ignore errors from run-conformtest.
49616 * conform/conformtest.pl: Simplify code. Add -ansi to CFLAGS for
49617 POSIX to avoid namespace pollution. Don't prepend headers.
49618 * conform/data/aio.h-data: Fixes for POSIX testing.
49619 * conform/data/fcntl.h-data: Likewise.
49620 * conform/data/glob.h-data: Likewise.
49621 * conform/data/grp.h-data: Likewise.
49622 * conform/data/pthread.h-data: Likewise.
49623 * conform/data/pwd.h-data: Likewise.
49624 * conform/data/signal.h-data: Likewise.
49625 * conform/data/spawn.h-data: Likewise.
49626 * conform/data/stdio.h-data: Likewise.
49627 * conform/data/stdlib.h-data: Likewise.
49628 * conform/data/stropts.h-data: Likewise.
49629 * conform/data/sys/mman.h-data: Likewise.
49630 * conform/data/sys/stat.h-data: Likewise.
49631 * conform/data/sys/types.h-data: Likewise.
49632 * conform/data/sys/wait.h-data: Likewise.
49633 * conform/data/time.h-data: Likewise.
49634 * conform/data/unistd.h-data: Likewise.
49635 * conform/data/utime.h-data: Likewise.
49636
49637 * io/sys/stat.h: fchmod was always in POSIX.
49638 * posix/sys/wait.h: Include <sys/resource.h> only for waitid.
49639 * posix/unistd.h: fsync and ftruncate were in early POSIX as well.
49640 * rt/aio.h: Define __need_timespec before including <time.h>.
49641 * sysdeps/unix/sysv/linux/bits/siginfo.h: Don't name siginfo_t
49642 struct. Add forward declaration of pthread_attr_t and use it in
49643 sigevent.
49644 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
49645 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
49646 * sysdeps/unix/sysv/linux/bits/time.h: Don't let __STRICT_ANSI__
49647 always remove CLK_TCK definition.
49648
c20105c3
AS
496492012-02-26 Andreas Schwab <schwab@linux-m68k.org>
49650
49651 * sysdeps/ieee754/dbl-64/k_tan.c: Replace with empty file.
49652
7a270350
UD
496532012-02-25 Ulrich Drepper <drepper@gmail.com>
49654
31341567
UD
49655 * conform/run-conformtest.sh: New file.
49656 * conform/Makefile: Run run-conformtest for tests.
49657 * conform/conformtest.pl: Many bug fixes. Add ISO C99, ISO C11
49658 support.
49659
49660 * conform/data/uchar.h-data: New file.
49661 * conform/data/aio.h-data: Fixes for ISO C and POSIX 1995 testing.
49662 * conform/data/arpa/inet.h-data: Likewise.
49663 * conform/data/assert.h-data: Likewise.
49664 * conform/data/complex.h-data: Likewise.
49665 * conform/data/cpio.h-data: Likewise.
49666 * conform/data/ctype.h-data: Likewise.
49667 * conform/data/dirent.h-data: Likewise.
49668 * conform/data/dlfcn.h-data: Likewise.
49669 * conform/data/errno.h-data: Likewise.
49670 * conform/data/fcntl.h-data: Likewise.
49671 * conform/data/float.h-data: Likewise.
49672 * conform/data/fmtmsg.h-data: Likewise.
49673 * conform/data/fnmatch.h-data: Likewise.
49674 * conform/data/ftw.h-data: Likewise.
49675 * conform/data/glob.h-data: Likewise.
49676 * conform/data/grp.h-data: Likewise.
49677 * conform/data/iconv.h-data: Likewise.
49678 * conform/data/inttypes.h-data: Likewise.
49679 * conform/data/langinfo.h-data: Likewise.
49680 * conform/data/libgen.h-data: Likewise.
49681 * conform/data/limits.h-data: Likewise.
49682 * conform/data/locale.h-data: Likewise.
49683 * conform/data/math.h-data: Likewise.
49684 * conform/data/monetary.h-data: Likewise.
49685 * conform/data/mqueue.h-data: Likewise.
49686 * conform/data/ndbm.h-data: Likewise.
49687 * conform/data/net/if.h-data: Likewise.
49688 * conform/data/netdb.h-data: Likewise.
49689 * conform/data/netinet/in.h-data: Likewise.
49690 * conform/data/nl_types.h-data: Likewise.
49691 * conform/data/poll.h-data: Likewise.
49692 * conform/data/pthread.h-data: Likewise.
49693 * conform/data/pwd.h-data: Likewise.
49694 * conform/data/regex.h-data: Likewise.
49695 * conform/data/sched.h-data: Likewise.
49696 * conform/data/search.h-data: Likewise.
49697 * conform/data/semaphore.h-data: Likewise.
49698 * conform/data/setjmp.h-data: Likewise.
49699 * conform/data/signal.h-data: Likewise.
49700 * conform/data/spawn.h-data: Likewise.
49701 * conform/data/stdarg.h-data: Likewise.
49702 * conform/data/stdio.h-data: Likewise.
49703 * conform/data/stdlib.h-data: Likewise.
49704 * conform/data/string.h-data: Likewise.
49705 * conform/data/strings.h-data: Likewise.
49706 * conform/data/stropts.h-data: Likewise.
49707 * conform/data/sys/ipc.h-data: Likewise.
49708 * conform/data/sys/mman.h-data: Likewise.
49709 * conform/data/sys/msg.h-data: Likewise.
49710 * conform/data/sys/resource.h-data: Likewise.
49711 * conform/data/sys/select.h-data: Likewise.
49712 * conform/data/sys/sem.h-data: Likewise.
49713 * conform/data/sys/shm.h-data: Likewise.
49714 * conform/data/sys/socket.h-data: Likewise.
49715 * conform/data/sys/stat.h-data: Likewise.
49716 * conform/data/sys/statvfs.h-data: Likewise.
49717 * conform/data/sys/time.h-data: Likewise.
49718 * conform/data/sys/timeb.h-data: Likewise.
49719 * conform/data/sys/times.h-data: Likewise.
49720 * conform/data/sys/types.h-data: Likewise.
49721 * conform/data/sys/uio.h-data: Likewise.
49722 * conform/data/sys/un.h-data: Likewise.
49723 * conform/data/sys/utsname.h-data: Likewise.
49724 * conform/data/sys/wait.h-data: Likewise.
49725 * conform/data/syslog.h-data: Likewise.
49726 * conform/data/tar.h-data: Likewise.
49727 * conform/data/termios.h-data: Likewise.
49728 * conform/data/utime.h-data: Likewise.
49729 * conform/data/utmpx.h-data: Likewise.
49730 * conform/data/varargs.h-data: Likewise.
49731 * conform/data/wchar.h-data: Likewise.
49732 * conform/data/wctype.h-data: Likewise.
49733 * conform/data/wordexp.h-data: Likewise.
49734
49735 * include/stropts.h: New file.
49736 * include/uchar.h: New file.
49737 * include/aio.h: Changes to allow conformtest.pl to use the headers.
49738 * include/assert.h: Likewise.
49739 * include/ctype.h: Likewise.
49740 * include/dirent.h: Likewise.
49741 * include/dlfcn.h: Likewise.
49742 * include/fcntl.h: Likewise.
49743 * include/fnmatch.h: Likewise.
49744 * include/glob.h: Likewise.
49745 * include/grp.h: Likewise.
49746 * include/libio.h: Likewise.
49747 * include/locale.h: Likewise.
49748 * include/math.h: Likewise.
49749 * include/net/if.h: Likewise.
49750 * include/netdb.h: Likewise.
49751 * include/netinet/in.h: Likewise.
49752 * include/pthread.h: Likewise.
49753 * include/pwd.h: Likewise.
49754 * include/regex.h: Likewise.
49755 * include/sched.h: Likewise.
49756 * include/search.h: Likewise.
49757 * include/setjmp.h: Likewise.
49758 * include/signal.h: Likewise.
49759 * include/stdio.h: Likewise.
49760 * include/stdlib.h: Likewise.
49761 * include/string.h: Likewise.
49762 * include/sys/cdefs.h: Likewise.
49763 * include/sys/mman.h: Likewise.
49764 * include/sys/msg.h: Likewise.
49765 * include/sys/resource.h: Likewise.
49766 * include/sys/select.h: Likewise.
49767 * include/sys/socket.h: Likewise.
49768 * include/sys/stat.h: Likewise.
49769 * include/sys/statvfs.h: Likewise.
49770 * include/sys/time.h: Likewise.
49771 * include/sys/times.h: Likewise.
49772 * include/sys/uio.h: Likewise.
49773 * include/sys/utsname.h: Likewise.
49774 * include/sys/wait.h: Likewise.
49775 * include/termios.h: Likewise.
49776 * include/time.h: Likewise.
49777 * include/ulimit.h: Likewise.
49778 * include/unistd.h: Likewise.
49779 * include/utime.h: Likewise.
49780 * include/wchar.h: Likewise.
49781 * include/wctype.h: Likewise.
49782 * include/wordexp.h: Likewise.
49783
49784 * posix/tar.h (TSVTX): Should not be visible for POSIX before 2008.
49785
7a270350
UD
49786 * time/time.h: TIME_UTC must be a macro.
49787 Make timespec_get available for ISO C11 only as well.
49788
7724defc
UD
497892012-02-24 Ulrich Drepper <drepper@gmail.com>
49790
49791 * stdlib/fmtmsg.c (fmtmsg): Lock around use of severity list.
49792 Reported by Peng Haitao <penght@cn.fujitsu.com>.
49793
6b1d1d46
JM
497942012-02-24 Joseph Myers <joseph@codesourcery.com>
49795
49796 * configure.in: Use -o not -a in test for unsupported multi-arch.
6b1d1d46 49797
0f8bbd69
JM
497982012-02-24 Joseph Myers <joseph@codesourcery.com>
49799
49800 * manual/texinfo.tex: Update to version 2012-01-19.16.
49801
66ab80bc
JM
498022012-02-24 Joseph Myers <joseph@codesourcery.com>
49803
49804 * manual/Makefile (licenses): Change fdl-1.1.texi to fdl-1.3.texi.
49805
74981cc5
RM
498062012-02-24 Roland McGrath <roland@hack.frob.com>
49807
ee968201
RM
49808 [BZ #13738]
49809 * manual/libc.texinfo (FDL_VERSION): Set to 1.3.
49810 * manual/fdl-1.3.texi: New file.
49811 * manual/fdl-1.1.texi: File removed.
49812
74981cc5
RM
49813 [BZ #13738]
49814 * manual/libc.texinfo (FDL_VERSION): New @set.
49815 Use it for mention of FDL in cover text.
49816 (Documentation License): Use it in @include file name.
49817
7bb764bc
JM
498182012-02-22 Joseph Myers <joseph@codesourcery.com>
49819 Roland McGrath <roland@hack.frob.com>
49820
49821 [BZ #5461]
57f41c40
AS
49822 * manual/arith.texi (strtoll): Refer to LLONG_MAX and LLONG_MIN)
49823 (not LONG_LONG_MAX and LONG_LONG_MIN.
7bb764bc
JM
49824 * manual/lang.texi (LONG_LONG_MIN): Document first as ISO
49825 LLONG_MIN. Refer to LONG_LONG_MIN only as older GCC-specific
49826 name.
49827 (LONG_LONG_MAX, LLONG_MAX, ULONG_LONG_MAX, ULLONG_MAX): Likewise.
49828
6cbeae47
JM
498292012-02-22 Joseph Myers <joseph@codesourcery.com>
49830
49831 [BZ #2547]
49832 [BZ #11365]
49833 * sysdeps/ieee754/flt-32/s_nearbyintf.c (__nearbyintf): Do not
49834 manipulate bits before adding and subtracting TWO23[sx].
49835 * math/libm-test.inc (nearbyint_test): Add more tests.
49836
fe45ce09
JM
498372012-02-22 Joseph Myers <joseph@codesourcery.com>
49838
49839 [BZ #2548]
49840 * sysdeps/ieee754/flt-32/s_rintf.c (__rintf): Do not manipulate
49841 bits before adding and subtracting TWO23[sx].
49842 * math/libm-test.inc (rint_test): Add more tests.
49843 (rint_test_tonearest): Likewise.
49844 (rint_test_towardzero): Likewise.
49845 (rint_test_downward): Likewise.
49846 (rint_test_upward: Likewise.
49847
ff3b3d82
JM
498482012-02-22 Joseph Myers <joseph@codesourcery.com>
49849
49850 [BZ #10110]
49851 * include/stdc-predef.h: New file. Extracted from features.h.
49852 * include/features.h: Include stdc-predef.h.
49853 * Makefile (headers): Add stdc-predef.h.
49854 * CONFORMANCE (Compiler limitations): Update.
49855
ef0aab35
JM
498562012-02-22 Joseph Myers <joseph@codesourcery.com>
49857
49858 * manual/libc.texinfo (VERSION, UPDATED): Revert.
49859
58639409
DM
498602012-02-21 David S. Miller <davem@davemloft.net>
49861
49862 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: More jn test ULP updates.
49863 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49864
c0e70b25
DM
498652012-02-20 David S. Miller <davem@davemloft.net>
49866
49867 * sysdeps/sparc/sparc32/__longjmp.S: Unwind in the 'thread' path
49868 using a normal save/restore sequence, rather than allocating a
49869 dummy stack frame just to store a frame pointer and restore.
49870 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49871
fb06851d
JM
498722012-02-21 Joseph Myers <joseph@codesourcery.com>
49873
49874 * manual/install.texi: Fix stray word in line-wrapped comment.
49875
7a8b71c3
DM
498762012-02-20 David S. Miller <davem@davemloft.net>
49877
d510c123
DM
49878 * sysdeps/sparc/elf/configure.in (PI_STATIC_AND_HIDDEN): Define if
49879 both binutils and gcc support GOTDATA.
49880
0722d7c2
DM
49881 * sysdeps/unix/sparc/sysdep.h: Document why we don't use
49882 "rd %pc" in the PIC register setup sequences.
49883
3d2b3019
DM
49884 * sysdeps/sparc/crti.S: Try to use GOTDATA relocs.
49885 * sysdeps/sparc/sparc32/dl-machine.h (RTLD_START): Likewise.
49886 * sysdeps/sparc/sparc32/elf/start.S: Likewise.
49887 * sysdeps/sparc/sparc64/dl-machine.h (RTLD_START): Likewise.
49888 * sysdeps/sparc/sparc64/elf/start.S: Likewise.
49889 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Likewise.
49890 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
49891 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Likewise.
49892 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h
49893 (SYSCALL_ERROR_HANDLER): Likewise.
49894 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Likewise.
49895 * sysdeps/unix/sysv/linux/sparc/sparc64/brk.S: Likewise.
49896 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h
49897 (SYSCALL_ERROR_HANDLER): Likewise.
49898
c80098a9
DM
49899 * config.h.in (HAVE_BINUTILS_GOTDATA): New.
49900 (HAVE_GCC_GOTDATA): New.
49901 * sysdeps/sparc/elf/configure.in: Test for GOTDATA
49902 relocation support in both binutils and gcc.
49903 * sysdeps/sparc/elf/configure: Regenerate.
49904
3a2545a0
DM
49905 * sysdeps/sparc/sparc32/elf/configure.in: Delete.
49906 * sysdeps/sparc/sparc32/elf/configure: Delete.
49907 * sysdeps/sparc/sparc64/elf/configure.in: Delete.
49908 * sysdeps/sparc/sparc64/elf/configure: Delete.
49909 * sysdeps/sparc/elf/configure.in: New file.
49910 * sysdeps/sparc/elf/configure: Generate.
49911
7a8b71c3
DM
49912 * sysdeps/sparc/sparc32/elf/configure.in: Delete WDISP22 check.
49913 * sysdeps/sparc/sparc32/elf/configure: Regenerate.
49914 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
49915 * sysdeps/sparc/sparc64/elf/configure: Regenerate.
49916 * config.h.in (BROKEN_SPARC_WDISP22): Remove.
49917
f1e86fca
JM
499182012-02-21 Joseph Myers <joseph@codesourcery.com>
49919
49920 * manual/install.texi: Do not mention specific glibc version
49921 numbers.
49922 * manual/libc.texinfo (VERSION, UPDATED): Update.
49923 (@copying): Use @copyright{} and range of years.
49924
0e7dfaef
JM
499252012-02-21 Joseph Myers <joseph@codesourcery.com>
49926
49927 [BZ #13695]
49928 * csu/Makefile (distribute): Remove initfini.c and defs.awk.
49929 [crti.S not in sysdirs] (generated): Do not append.
49930 [crti.S not in sysdirs] (omit-deps): Likewise.
49931 [crti.S not in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Remove rule.
49932 [crti.S not in sysdirs] ($(objpfx)initfini.s): Likewise.
49933 [crti.S not in sysdirs] ($(objpfx)crti.S): Likewise.
49934 [crti.S not in sysdirs] ($(objpfx)crtn.S): Likewise.
49935 [crti.S not in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)):
49936 Likewise.
49937 [crti.S not in sysdirs] ($(objpfx)defs.h): Likewise.
49938 [crti.S not in sysdirs] (CFLAGS-initfini.s): Remove variable.
49939 [crti.S not in sysdirs] (initfini.c): Remove vpath directive.
49940 * csu/defs.awk: Remove file.
49941 * sysdeps/generic/initfini.c: Likewise.
49942 * sysdeps/powerpc/powerpc32/Makefile (CFLAGS-initfini.s): Remove
49943 variable.
49944 * sysdeps/powerpc/powerpc64/Makefile (CFLAGS-initfini.s):
49945 Likewise.
49946
599af3ca
JM
499472012-02-20 Joseph Myers <joseph@codesourcery.com>
49948
49949 * sysdeps/unix/sysv/linux/bits/epoll.h: New file.
49950 * sysdeps/unix/sysv/linux/sparc/bits/epoll.h: Likewise.
49951 * sysdeps/unix/sysv/linux/x86_64/bits/epoll.h: Likewise.
49952 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Remove
49953 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
49954 * sysdeps/unix/sysv/linux/sys/epoll.h: Get flags from
49955 <bits/epoll.h>.
49956 (EPOLL_CLOEXEC, EPOLL_NONBLOCK): Don't define here.
49957 (__EPOLL_PACKED): Define to empty if not defined by
49958 <bits/epoll.h>.
49959 (struct epoll_event): Use __EPOLL_PACKED to make possibly packed.
49960 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49961 bits/epoll.h.
49962
0e499750
JM
499632012-02-20 Joseph Myers <joseph@codesourcery.com>
49964
49965 * sysdeps/unix/sysv/linux/bits/timerfd.h: New file.
49966 * sysdeps/unix/sysv/linux/sparc/bits/timerfd.h: Likewise.
49967 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Remove.
49968 * sysdeps/unix/sysv/linux/sys/timerfd.h: Get flags from
49969 <bits/timerfd.h>.
49970 (TFD_CLOEXEC, TFD_NONBLOCK): Don't define here.
49971 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
49972 bits/timerfd.h.
49973
5ad91f6e
JM
499742012-02-20 Joseph Myers <joseph@codesourcery.com>
49975
49976 * sysdeps/i386/fpu/libm-test-ulps: Resort with gen-libm-test.pl -n
49977 in C locale.
49978 * sysdeps/powerpc/fpu/libm-test-ulps: Likewise.
49979 * sysdeps/sh/sh4/fpu/libm-test-ulps: Likewise.
49980 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Likewise.
49981 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
49982
06b99b02
AJ
499832012-02-20 Aurelien Jarno <aurelien@aurel32.net>
49984
49985 * sysdeps/sparc/sparc32/fpu/libm-test-ulps: Adjust ULPs for jn tests.
49986 * sysdeps/sparc/sparc64/fpu/libm-test-ulps: Likewise.
49987
7638c0fd
AS
499882012-02-19 Andreas Schwab <schwab@linux-m68k.org>
49989
49990 * manual/errno.texi (Error Codes): Add EHWPOISON entry.
49991 * sysdeps/unix/sysv/linux/bits/errno.h (EHWPOISON): Define if not
49992 defined.
49993 * sysdeps/unix/sysv/linux/sparc/bits/errno.h (EHWPOISON):
49994 Likewise.
49995 * sysdeps/unix/sysv/linux/sparc/Versions: Add new errlist compat
49996 entry for 2.16.
49997
92221550
AJ
499982012-02-19 Aurelien Jarno <aurelien@aurel32.net>
49999
50000 * math/w_acos.c: Use non-signaling floating-point comparisons.
50001 * math/w_acosf.c: Likewise.
50002 * math/w_acosh.c: Likewise.
50003 * math/w_acoshf.c: Likewise.
50004 * math/w_acoshl.c: Likewise.
50005 * math/w_acosl.c: Likewise.
50006 * math/w_asin.c: Likewise.
50007 * math/w_asinf.c: Likewise.
50008 * math/w_asinl.c: Likewise.
50009 * math/w_atanh.c: Likewise.
50010 * math/w_atanhf.c: Likewise.
50011 * math/w_atanhl.c: Likewise.
50012 * math/w_exp2.c: Likewise.
50013 * math/w_exp2f.c: Likewise.
50014 * math/w_exp2l.c: Likewise.
50015 * math/w_j0.c: Likewise.
50016 * math/w_j0f.c: Likewise.
50017 * math/w_j0l.c: Likewise.
50018 * math/w_j1.c: Likewise.
50019 * math/w_j1f.c: Likewise.
50020 * math/w_j1l.c: Likewise.
50021 * math/w_jn.c: Likewise.
50022 * math/w_jnf.c: Likewise.
50023 * math/w_log.c: Likewise.
50024 * math/w_log10.c: Likewise.
50025 * math/w_log10f.c: Likewise.
50026 * math/w_log10l.c: Likewise.
50027 * math/w_log2.c: Likewise.
50028 * math/w_log2f.c: Likewise.
50029 * math/w_log2l.c: Likewise.
50030 * math/w_logf.c: Likewise.
50031 * math/w_logl.c: Likewise.
50032 * math/w_sqrt.c: Likewise.
50033 * math/w_sqrtf.c: Likewise.
50034 * math/w_sqrtl.c: Likewise.
50035 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
50036 * sysdeps/ieee754/dbl-64/w_exp.c: Likewise.
50037 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
50038 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
50039 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
50040
ebaf36eb
JM
500412012-02-19 Joseph Myers <joseph@codesourcery.com>
50042
50043 [BZ #9739]
50044 * manual/string.texi (strnlen): Use correct parameter name in
50045 equivalent expression.
50046
71c254a6
JM
500472012-02-19 Joseph Myers <joseph@codesourcery.com>
50048
50049 [BZ #11174]
50050 * manual/users.texi (seteuid): Consistently use neweuid for
50051 argument name.
50052
16d2c631
JM
500532012-02-19 Joseph Myers <joseph@codesourcery.com>
50054
50055 [BZ #13704]
50056 * manual/nss.texi (Services in the NSS configuration): Correct
50057 list of services in example configuration file.
50058
cd837b09
NB
500592012-02-19 Nick Bowler <nbowler@draconx.ca>
50060
50061 [BZ #11322]
50062 * manual/arith.texi: Remove statements about negative zero
50063 behaving identically to zero.
50064
02c4bbad
JM
500652012-02-18 Joseph Myers <joseph@codesourcery.com>
50066
50067 [BZ #5993]
50068 * manual/install.texi: Do not document upgrading from libc5.
50069
366842e7
JM
500702012-02-18 Joseph Myers <joseph@codesourcery.com>
50071
50072 [BZ #4596]
50073 * manual/conf.texi (_POSIX_VERSION): Do not mention __POSIX__.
50074
dd54084d
DM
500752012-02-18 David S. Miller <davem@davemloft.net>
50076
50077 * sysdeps/unix/sparc/sysdep.h (SPARC_PIC_THUNK): New macro.
50078 (SETUP_PIC_REG): Use SPARC_PIC_THUNK and don't save and restore
50079 %o7 across the call.
50080 (SETUP_PIC_REG_LEAF): Do %o7 save/restore in this new macro
50081 instead.
50082 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Use
50083 SETUP_PIC_REG_LEAF.
50084 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
50085 * sysdeps/sparc/crti.S: Use SETUP_PIC_REG.
50086 * sysdeps/sparc/crtn.S: Likewise.
50087
2bcc53a3
UD
500882012-02-17 Ulrich Drepper <drepper@gmail.com>
50089
50090 * aout/Makefile: Remove.
50091
09c093b5
RK
500922012-02-18 Rafe Kettler <rafe.kettler@gmail.com>
50093
50094 [BZ #13058]
50095 * manual/examples/argp-ex1.c (main): Format definition in GNU
50096 style.
50097 * manual/examples/argp-ex2.c (main): Likewise.
50098 * manual/examples/argp-ex3.c (main): Likewise.
50099 * manual/examples/argp-ex4.c (main): Likewise.
50100 * manual/examples/longopt.c (main): Use new-style prototype
50101 definition.
50102 * manual/examples/strncat.c (main): Specify return type and use
50103 (void) for arguments.
50104 * manual/examples/subopt.c (main): Use char **argv argument.
50105
2ee633a2
JM
501062012-02-17 Joseph Myers <joseph@codesourcery.com>
50107
50108 [BZ #5077]
50109 * manual/lang.texi (FLT_EPSILON): Avoid description depending on
50110 rounding modes.
50111
0520adde
FB
501122012-02-17 Fabrice Bauzac <fabrice.bauzac@wanadoo.fr>
50113
50114 [BZ #6907]
50115 * manual/string.texi (strchr): Change when strchrnul is
50116 recommended.
50117
3f4081cd
DGM
501182012-02-17 Dwayne Grant McConnell <decimal@us.ibm.com>
50119
50120 [BZ #174]
50121 * manual/locale.texi (setlocale): Document LOCPATH.
50122
d1b10e78
JM
501232012-02-17 Joseph Myers <joseph@codesourcery.com>
50124
50125 [BZ #10210]
50126 * manual/process.texi (execle): Move @dots{} before last argument.
50127
79c6869c
PB
501282012-02-17 Paul Bolle <pebolle@tiscali.nl>
50129
50130 [BZ #12047]
50131 * manual/charset.texi (Generic Charset Conversion): Fix typo
50132 (LC_TYPE -> LC_CTYPE).
50133
cc6e48bc
NB
501342012-02-17 Nicolas Boulenguez <nicolas.boulenguez@free.fr>
50135
50136 [BZ #5805]
50137 * manual/arith.texi (scalbn): Use @var{} on parameter names.
50138 (scalbnf): Likewise.
50139 (scalbnl): Likewise.
50140 (scalbln): Likewise.
50141 (scalblnf): Likewise.
50142 (scalblnl): Likewise.
50143 * manual/errno.texi (vwarn): Name last parameter as @var{ap}.
50144 (vwarnx): Likewise.
50145 (verr): Likewise.
50146 (verrx): Likewise.
50147 * manual/filesys.texi (telldir): Use braces around return type.
50148 * manual/llio.texi (mmap): Add space after comma.
50149 (mmap64): Likewise.
50150 * manual/math.texi (jn): Use @var{} on parameter names.
50151 (jnf): Likewise.
50152 (jnl): Likewise.
50153 (yn): Likewise.
50154 (ynf): Likewise.
50155 (ynl): Likewise.
50156 * manual/memory.texi (alloca): Remove semicolon on @deftypefun
50157 line.
50158 * manual/resource.texi (ulimit): Use @dots{} instead of literal
50159 "...".
50160 (sched_get_priority_min): Remove semicolon on @deftypefun line.
50161 (sched_get_priority_max): Likewise.
50162 * manual/signal.texi (sigvec): Add space after comma.
50163 * manual/socket.texi (if_nametoindex): Use @var{} on parameter
50164 names.
50165 (if_indextoname): Likewise.
50166 (if_freenameindex): Likewise.
50167 (sendto): Use ',' instead of '.' in prototype.
50168 * manual/startup.texi (syscall): Use @dots{} instead of literal
50169 "...".
50170 * manual/stdio.texi (__fpending): Separate initial words of
50171 paragraph from @deftypefun line.
50172 * manual/syslog.texi (syslog): Use @dots{} instead of literal
50173 "...".
50174 (vsyslog): Use @var{} on parameter names.
50175 * manual/terminal.texi (stty): Use @var{} on parameter names.
50176 * manual/users.texi (getutmp): Use @var{} on parameter names.
50177 (getutmpx): Likewise.
50178
5b23062f
JM
501792012-02-17 Joseph Myers <joseph@codesourcery.com>
50180
50181 [BZ #6884]
50182 * manual/stdio.texi (fopen): Fix typos in description of
50183 ",ccs=STRING".
50184
8dee4833
AJ
501852012-02-17 Aurelien Jarno <aurelien@aurel32.net>
50186
50187 [BZ #4026]
50188 * sysdeps/unix/sysv/linux/clock_settime.c: include <time.h> to
50189 get clock_id definition.
50190
9078ce93
TS
501912012-02-17 Thomas Schwinge <thomas@schwinge.name>
50192
50193 [BZ #4822]
50194 * sysdeps/mach/hurd/malloc-machine.h: #include <sys/mman.h>.
50195 (madvise): Cast every argument to void on its own.
50196
3835c55f
JM
501972012-02-17 Joseph Myers <joseph@codesourcery.com>
50198
50199 [BZ #9902]
50200 * manual/startup.texi (Exit Status): Fix typo.
50201
35c47e37
JM
502022012-02-17 Joseph Myers <joseph@codesourcery.com>
50203
50204 [BZ #10140]
50205 * manual/examples/argp-ex1.c: Include <stdlib.h>.
50206 * manual/examples/argp-ex2.c: Likewise.
50207 * manual/examples/argp-ex3.c: Likewise.
50208
e3b69ca7
RH
502092012-02-16 Richard Henderson <rth@redhat.com>
50210
50211 * sysdeps/s390/s390-32/crti.S, sysdeps/s390/s390-32/crtn.S: New files.
50212 * sysdeps/s390/s390-32/initfini.c: Remove.
50213 * sysdeps/s390/s390-64/crti.S, sysdeps/s390/s390-64/crtn.S:
50214 * sysdeps/s390/s390-64/initfini.c: Remove.
50215
df83af67
KK
502162012-02-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
50217
50218 * sysdeps/sh/crti.S, sysdeps/sh/crtn.S: New files, based on
50219 compiler output for sysdeps/generic/initfini.c.
50220 * sysdeps/sh/elf/initfini.c: Remove file.
50221
f63f3380
DM
502222012-02-16 David S. Miller <davem@davemloft.net>
50223
fb59b3a4
DM
50224 [BZ #11494]
50225 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_FSYNC): Define.
50226
f63f3380
DM
50227 * sysdeps/sparc/Makefile: Add -fPIC when building crt{i,n}.S
50228 * sysdeps/sparc/crti.S: New file.
50229 * sysdeps/sparc/crtn.S: New file.
50230 * sysdeps/sparc/sparc32/Makefile: Remove initfini handling.
50231 * sysdeps/sparc/sparc64/Makefile: Likewise.
50232
df6a4a4a
MF
502332012-02-15 Mike Frysinger <vapier@gentoo.org>
50234
6dd8f3dc 50235 [BZ #3335]
df6a4a4a
MF
50236 * sysdeps/unix/sysv/linux/getcwd.c: Include sys/param.h.
50237
1cac7236
RM
502382012-02-15 Roland McGrath <roland@hack.frob.com>
50239
d2c736f8
RM
50240 [BZ #4822]
50241 * sysdeps/mach/hurd/malloc-machine.h (madvise): New macro.
50242
1cac7236
RM
50243 * mach/devstream.c (cookie_io_functions_t): Macro removed.
50244 (write, read, close): Likewise.
50245 Patch by Aurelien Jarno <aurelien@aurel32.net>.
50246
8e475601
JM
502472012-02-15 Joseph Myers <joseph@codesourcery.com>
50248
50249 * sysdeps/unix/sysv/linux/bits/signalfd.h: New file.
50250 * sysdeps/unix/sysv/linux/sparc/bits/signalfd.h: Likewise.
50251 * sysdeps/unix/sysv/linux/sparc/sys/signalfd.h: Remove.
50252 * sysdeps/unix/sysv/linux/sys/signalfd.h: Get flags from
50253 <bits/signalfd.h>.
50254 (SFD_CLOEXEC, SFD_NONBLOCK): Don't define here.
50255 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50256 bits/signalfd.h.
50257
ed656b40
MP
502582012-02-14 Marek Polacek <polacek@redhat.com>
50259
50260 * sysdeps/x86_64/crti.S: New file.
50261 * sysdeps/x86_64/crtn.S: New file.
50262 * sysdeps/x86_64/elf/initfini.c: Remove file.
50263
2a979d3a
JM
502642012-02-13 Joseph Myers <joseph@codesourcery.com>
50265
50266 * sysdeps/unix/sysv/linux/bits/inotify.h: New file.
50267 * sysdeps/unix/sysv/linux/sparc/bits/inotify.h: Likewise.
50268 * sysdeps/unix/sysv/linux/sparc/sys/inotify.h: Remove.
50269 * sysdeps/unix/sysv/linux/sys/inotify.h: Get flags from
50270 <bits/inotify.h>.
50271 (IN_CLOEXEC, IN_NONBLOCK): Don't define here.
50272 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50273 bits/inotify.h.
50274
2a418ac3
JM
502752012-02-13 Joseph Myers <joseph@codesourcery.com>
50276
50277 * sysdeps/unix/sysv/linux/bits/eventfd.h: New file.
50278 * sysdeps/unix/sysv/linux/sparc/bits/eventfd.h: Likewise.
50279 * sysdeps/unix/sysv/linux/sparc/sys/eventfd.h: Remove.
50280 * sysdeps/unix/sysv/linux/sys/eventfd.h: Get flags from
50281 <bits/eventfd.h>.
50282 (EFD_SEMAPHORE, EFD_CLOEXEC, EFD_NONBLOCK): Don't define here.
50283 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
50284 bits/eventfd.h.
50285
fb779be7
TS
502862012-02-10 Thomas Schwinge <thomas@codesourcery.com>
50287
e19e83c5
RM
50288 * sysdeps/i386/fpu/feupdateenv.c (__feupdateenv): Invoke
50289 __feraiseexcept instead of feraiseexcept.
7c35ffed 50290
fb779be7
TS
50291 * rt/tst-cpuclock1.c: Add a few comments, and error checking for
50292 nanosleep invocations.
50293 * rt/tst-cpuclock2.c: Print some values as intended, fix explanatory
50294 strings, and add error checking for a nanosleep invocations.
50295
59ba27a6
PE
502962012-02-09 Paul Eggert <eggert@cs.ucla.edu>
50297
50298 Replace FSF snail mail address with URLs, as per GNU coding standards.
50299 Most of the snail mail addresses were wrong anyway, and omitting
50300 them makes the source code easier to maintain. Almost all of the
50301 changes are to license notices and to locale LC_IDENTIFICATION
50302 addresses, except for this one:
50303 * manual/libc.texinfo: In "Published by", give the FSF's URL,
50304 not its snail mail address.
50305
57b957eb
RH
503062012-02-09 Richard Henderson <rth@twiddle.net>
50307
af850b1c
RH
50308 * sysdeps/unix/sysv/linux/internal_statvfs.c: Use <> for include
50309 of kernel-features.h.
50310
57b957eb
RH
50311 * elf/dl-tls.c (update_get_addr): Avoid pointer type mismatch warning.
50312
6b73181a
MP
503132012-02-08 Marek Polacek <polacek@redhat.com>
50314
50315 * libio/libio.h: Remove _G_HAVE_SYS_CDEFS conditional.
50316 * sysdeps/mach/hurd/_G_config.h: Remove _G_HAVE_SYS_CDEFS macro.
50317 * sysdeps/gnu/_G_config.h: Likewise.
50318 * sysdeps/generic/_G_config.h: Likewise.
50319
26ecc33a
AS
503202012-02-08 Andreas Schwab <schwab@linux-m68k.org>
50321
6c6dbc63
AS
50322 * sysdeps/i386/fpu/libm-test-ulps: Reduce ldouble ULPs for jn
50323 tests.
50324 * sysdeps/x86_64/fpu/libm-test-ulps: Likewise.
50325
e216c012
AS
50326 * sysdeps/powerpc/powerpc32/crti.S: New file.
50327 * sysdeps/powerpc/powerpc32/crtn.S: New file.
50328 * sysdeps/powerpc/powerpc64/crti.S: New file.
50329 * sysdeps/powerpc/powerpc64/crtn.S: New file.
50330
26ecc33a
AS
50331 * Makeconfig (have-initfini): Don't set.
50332 * config.make.in (have-initfini, need-nopic-initfini): Don't set.
50333 * configure.in (nopic_initfini): Don't substitute.
50334 * config.h.in (HAVE_INITFINI): Don't #undef.
50335 * csu/Makefile (CPPFLAGS): Don't add -DHAVE_INITFINI.
50336 * csu/gmon-start.c: Assume HAVE_INITFINI is defined.
50337
3add8e13
JM
503382012-02-08 Joseph Myers <joseph@codesourcery.com>
50339
50340 Support crti.S and crtn.S provided directly by architectures.
50341 * csu/Makefile [crti.S in sysdirs] (generated): Do not append.
50342 [crti.S in sysdirs] (omit-deps): Likewise.
50343 [crti.S in sysdirs] (CFLAGS-initfini.s): Do not define variable.
50344 [crti.S in sysdirs] ($(crtstuff:%=$(objpfx)%.o)): Disable rule.
50345 [crti.S in sysdirs] ($(objpfx)initfini.s): Likewise.
50346 [crti.S in sysdirs] ($(objpfx)crti.S): Likewise.
50347 [crti.S in sysdirs] ($(objpfx)crtn.S): Likewise.
50348 [crti.S in sysdirs] ($(patsubst %,$(objpfx)crt%.o,i n)): Likewise.
50349 [crti.S in sysdirs] ($(objpfx)defs.h): Likewise.
50350 [crti.S in sysdirs] (initfini.c): Remove vpath directive.
50351 * sysdeps/i386/crti.S, sysdeps/i386/crtn.S: New files, based on
50352 compiler output for sysdeps/generic/initfini.c.
50353 * sysdeps/i386/elf/Makefile: Remove file.
50354 * sysdeps/i386/Makefile (CFLAGS-initfini.s): Remove variable.
50355
a22f12b4
MP
503562012-02-07 Marek Polacek <polacek@redhat.com>
50357
50358 * sysdeps/generic/_G_config.h: Remove _G_ARGS macro.
50359 * sysdeps/gnu/_G_config.h: Likewise.
50360 * sysdeps/mach/hurd/_G_config.h: Likewise.
50361
148cf100
MP
503622012-02-07 Marek Polacek <polacek@redhat.com>
50363
50364 * math/Makefile (tests): Add tst-CMPLX2.
50365 * math/tst-CMPLX2.c: New file.
50366
cfdc0dd7
AS
503672012-02-07 Andreas Schwab <schwab@linux-m68k.org>
50368
84ba42c4
AS
50369 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
50370
cfdc0dd7
AS
50371 * math/libm-test.inc (jn_test): Add missing L suffix.
50372
622c86f4
MP
503732012-02-06 Marek Polacek <polacek@redhat.com>
50374
50375 * sysdeps/s390/asm-syntax.h: Remove __ELF__ conditionals.
50376 * sysdeps/i386/fpu/e_powf.S: Likewise.
50377 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
50378 * sysdeps/i386/fpu/s_cexpl.S: Likewise.
50379 * sysdeps/i386/fpu/e_acosh.S: Likewise.
50380 * sysdeps/i386/fpu/e_pow.S: Likewise.
50381 * sysdeps/i386/fpu/s_asinhl.S: Likewise.
50382 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
50383 * sysdeps/i386/fpu/s_expm1.S: Likewise.
50384 * sysdeps/i386/fpu/s_frexpf.S: Likewise.
50385 * sysdeps/i386/fpu/e_log2.S: Likewise.
50386 * sysdeps/i386/fpu/e_log2l.S: Likewise.
50387 * sysdeps/i386/fpu/e_scalb.S: Likewise.
50388 * sysdeps/i386/fpu/e_powl.S: Likewise.
50389 * sysdeps/i386/fpu/s_log1p.S: Likewise.
50390 * sysdeps/i386/fpu/e_log10f.S: Likewise.
50391 * sysdeps/i386/fpu/s_cbrtf.S: Likewise.
50392 * sysdeps/i386/fpu/e_logl.S: Likewise.
50393 * sysdeps/i386/fpu/s_cbrt.S: Likewise.
50394 * sysdeps/i386/fpu/s_expm1l.S: Likewise.
50395 * sysdeps/i386/fpu/s_frexpl.S: Likewise.
50396 * sysdeps/i386/fpu/s_expm1f.S: Likewise.
50397 * sysdeps/i386/fpu/e_log2f.S: Likewise.
50398 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
50399 * sysdeps/i386/fpu/e_log.S: Likewise.
50400 * sysdeps/i386/fpu/s_cexp.S: Likewise.
50401 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
50402 * sysdeps/i386/fpu/s_log1pl.S: Likewise.
50403 * sysdeps/i386/fpu/e_logf.S: Likewise.
50404 * sysdeps/i386/fpu/e_log10l.S: Likewise.
50405 * sysdeps/i386/fpu/e_atanh.S: Likewise.
50406 * sysdeps/i386/fpu/s_log1pf.S: Likewise.
50407 * sysdeps/i386/fpu/s_asinhf.S: Likewise.
50408 * sysdeps/i386/fpu/s_cexpf.S: Likewise.
50409 * sysdeps/i386/fpu/e_log10.S: Likewise.
50410 * sysdeps/i386/fpu/s_frexp.S: Likewise.
50411 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
50412 * sysdeps/i386/fpu/s_asinh.S: Likewise.
50413 * sysdeps/i386/fpu/s_cbrtl.S: Likewise.
50414 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
50415 * sysdeps/i386/i686/fpu/e_logl.S: Likewise.
50416 * sysdeps/i386/asm-syntax.h: Likewise.
50417 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
50418 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
50419 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
50420 * sysdeps/x86_64/fpu/s_expm1l.S: Likewise.
50421 * sysdeps/x86_64/fpu/s_log1pl.S: Likewise.
50422 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
50423 * sysdeps/x86_64/fpu/s_copysignf.S: Likewise.
50424 * sysdeps/x86_64/fpu/s_copysign.S: Likewise.
50425 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
50426 * sysdeps/powerpc/sysdep.h: Likewise.
50427 * sysdeps/powerpc/powerpc64/sysdep.h: Likewise.
50428 * sysdeps/powerpc/powerpc32/sysdep.h: Likewise.
50429
d4a54ac6
JM
504302012-02-06 Joseph Myers <joseph@codesourcery.com>
50431
50432 [BZ #411]
50433 * sysdeps/i386/sysdep.h (__i686): Undefine and redefine.
50434
314054ea
JM
504352012-02-06 Joseph Myers <joseph@codesourcery.com>
50436
50437 * sysdeps/i386/sysdep.h: Include <features.h>.
50438 (GET_PC_THUNK, GET_PC_THUNK_STR): Define conditionally on compiler
50439 version.
50440
d8e0ca50
JM
504412012-02-05 Joseph Myers <joseph@codesourcery.com>
50442
50443 * sysdeps/i386/sysdep.h (SETUP_PIC_REG_STR, LOAD_PIC_REG_STR):
50444 Define.
50445 * sysdeps/unix/sysv/linux/i386/sysdep.h (check_consistency): Use
50446 LOAD_PIC_REG_STR.
50447
b1da7dd9
JM
504482012-02-03 Joseph Myers <joseph@codesourcery.com>
50449
50450 * sysdeps/i386/sysdep.h (GET_PC_THUNK, GET_PC_THUNK_STR): Define.
50451 (SETUP_PIC_REG): Use GET_PC_THUNK.
50452 * sysdeps/unix/sysv/linux/i386/sysdep.h: Use GET_PC_THUNK_STR
50453 macro.
50454
9a1d9254
JM
504552012-02-03 Joseph Myers <joseph@codesourcery.com>
50456
50457 * sysdeps/i386/sysdep.h (SETUP_PIC_REG, LOAD_PIC_REG): Define also
50458 for non-PIC compilation.
50459 (SETUP_PIC_REG): Add .p2align directive.
50460 * sysdeps/i386/i686/memcmp.S: Use macros for PIC register setup.
50461 * sysdeps/i386/i686/multiarch/bcopy.S: Likewise.
50462 * sysdeps/i386/i686/multiarch/bzero.S: Likewise.
50463 * sysdeps/i386/i686/multiarch/memchr.S: Likewise.
50464 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Likewise.
50465 * sysdeps/i386/i686/multiarch/memcmp.S: Likewise.
50466 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Likewise.
50467 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
50468 * sysdeps/i386/i686/multiarch/memcpy.S: Likewise.
50469 * sysdeps/i386/i686/multiarch/memcpy_chk.S: Likewise.
50470 * sysdeps/i386/i686/multiarch/memmove.S: Likewise.
50471 * sysdeps/i386/i686/multiarch/memmove_chk.S: Likewise.
50472 * sysdeps/i386/i686/multiarch/mempcpy.S: Likewise.
50473 * sysdeps/i386/i686/multiarch/mempcpy_chk.S: Likewise.
50474 * sysdeps/i386/i686/multiarch/memrchr.S: Likewise.
50475 * sysdeps/i386/i686/multiarch/memset-sse2-rep.S: Likewise.
50476 * sysdeps/i386/i686/multiarch/memset-sse2.S: Likewise.
50477 * sysdeps/i386/i686/multiarch/memset.S: Likewise.
50478 * sysdeps/i386/i686/multiarch/memset_chk.S: Likewise.
50479 * sysdeps/i386/i686/multiarch/rawmemchr.S: Likewise.
50480 * sysdeps/i386/i686/multiarch/strcasecmp.S: Likewise.
50481 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Likewise.
50482 * sysdeps/i386/i686/multiarch/strcat.S: Likewise.
50483 * sysdeps/i386/i686/multiarch/strchr.S: Likewise.
50484 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Likewise.
50485 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Likewise.
50486 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
50487 * sysdeps/i386/i686/multiarch/strcpy-sse2.S: Likewise.
50488 * sysdeps/i386/i686/multiarch/strcpy.S: Likewise.
50489 * sysdeps/i386/i686/multiarch/strcspn.S: Likewise.
50490 * sysdeps/i386/i686/multiarch/strlen.S: Likewise.
50491 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
50492 * sysdeps/i386/i686/multiarch/strnlen.S: Likewise.
50493 * sysdeps/i386/i686/multiarch/strrchr.S: Likewise.
50494 * sysdeps/i386/i686/multiarch/strspn.S: Likewise.
50495 * sysdeps/i386/i686/multiarch/wcschr.S: Likewise.
50496 * sysdeps/i386/i686/multiarch/wcscmp.S: Likewise.
50497 * sysdeps/i386/i686/multiarch/wcscpy.S: Likewise.
50498 * sysdeps/i386/i686/multiarch/wcslen.S: Likewise.
50499 * sysdeps/i386/i686/multiarch/wcsrchr.S: Likewise.
50500 * sysdeps/i386/i686/multiarch/wmemcmp.S: Likewise.
50501
65dc3b75
JM
505022012-02-03 Joseph Myers <joseph@codesourcery.com>
50503
50504 * math/tst-CMPLX.c: Include <stdio.h>.
50505
d55bf177
JM
505062012-01-31 Joseph Myers <joseph@codesourcery.com>
50507
50508 * sysdeps/powerpc/bits/mathdef.h (float_t): Always define as
50509 float.
50510 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50511 * sysdeps/sparc/bits/mathdef.h: Likewise.
50512
69db4f8f
MP
505132012-01-31 Marek Polacek <polacek@redhat.com>
50514
50515 * libio/libio.h: Don't define _PARAMS.
50516 * locale/programs/config.h: Don't define PARAMS.
50517 * stdlib/strtol_l.c: Likewise.
50518 (__strtol_l): Remove PARAMS from the prototype.
50519
41b81892
UD
505202012-01-31 Ulrich Drepper <drepper@gmail.com>
50521
3b49edc0
UD
50522 * malloc/malloc.c: Remove name translation. Don't use mixed-cap
50523 names. Just use the correct names. Remove unnecessary wrapper
50524 functions.
50525 * malloc/arena.c: Likewise.
50526 * malloc/hooks.c: Likewise.
50527
41b81892
UD
50528 * malloc/arena.c (arena_get2): Really don't call __get_nprocs if
50529 ARENA_TEST says not to. Simplify test for creation of a new arena.
50530 Partially based on a patch by Siddhesh Poyarekar <siddhesh@redhat.com>.
50531
27a25b6e
UD
505322012-01-30 Ulrich Drepper <drepper@gmail.com>
50533
50534 * elf/dl-tls.c (__tls_get_addr): Optimize by transforming all calls
50535 into tail calls.
50536 (update_get_addr): New function.
50537 (tls_get_addr_tail): Take GET_ADDR_ARGS parameter, remove
50538 GET_ADDR_MODULE parameter.
50539
c8a89e7d
JM
505402012-01-30 Joseph Myers <joseph@codesourcery.com>
50541
50542 * crypt/cert.c: Remove __STDC__ conditionals.
50543 * crypt/crypt-entry.c: Likewise.
50544 * crypt/crypt_util.c: Likewise.
50545 * libio/filedoalloc.c: Likewise.
50546 * libio/fileops.c: Likewise.
50547 * libio/genops.c: Likewise.
50548 * libio/iofclose.c: Likewise.
50549 * libio/iofdopen.c: Likewise.
50550 * libio/iofopen.c: Likewise.
50551 * libio/iofopen64.c: Likewise.
50552 * libio/iogetdelim.c: Likewise.
50553 * libio/iopopen.c: Likewise.
50554 * libio/obprintf.c: Likewise.
50555 * libio/oldfileops.c: Likewise.
50556 * libio/oldiofclose.c: Likewise.
50557 * libio/oldiofdopen.c: Likewise.
50558 * libio/oldiofopen.c: Likewise.
50559 * libio/oldiopopen.c: Likewise.
50560 * libio/wfiledoalloc.c: Likewise.
50561 * libio/wgenops.c: Likewise.
50562 * locale/programs/xmalloc.c: Likewise.
50563 * misc/syslog.c: Likewise.
50564 * stdio-common/xbug.c: Likewise.
50565 * string/memchr.c: Likewise.
50566 * string/memcmp.c: Likewise.
50567 * string/memrchr.c: Likewise.
50568 * string/rawmemchr.c: Likewise.
50569 * sysdeps/posix/getcwd.c: Likewise.
50570 * time/strftime_l.c: Likewise.
50571
3b100462
JM
505722012-01-30 Joseph Myers <joseph@codesourcery.com>
50573
50574 * configure.in (libc_cv_cc_sse2avx): AC_SUBST.
3b100462
JM
50575 * config.make.in (config-cflags-sse2avx): Define.
50576 * sysdeps/x86_64/fpu/multiarch/Makefile (CFLAGS-slowexp-avx.c):
50577 Fix typo.
50578
607998af
CM
505792012-01-29 Chris Metcalf <cmetcalf@tilera.com>
50580
50581 * scripts/config.guess: Update from upstream config git repository.
50582 * scripts/config.sub: Likewise.
50583
3601428f
CM
505842012-01-28 Chris Metcalf <cmetcalf@tilera.com>
50585
3ac8b282
CM
50586 * elf/elf.h (EM_TILEPRO, EM_TILEGX): New macros.
50587 (EM_NUM): Update.
50588 (R_TILEPRO_*, R_TILEGX_*): New macros.
50589
e034841e
CM
50590 * scripts/firstversions.awk: Fix bug in version range handling.
50591
540d7568
CM
50592 * sysdeps/unix/sysv/linux/grantpt.c: Use <> brackets for not-cancel.h.
50593
3601428f
CM
50594 * sysdeps/unix/sysv/linux/faccessat.c (faccessat): Call __fxstatat64.
50595
463de862
CM
50596 * include/sys/epoll.h: New file.
50597 * sysdeps/unix/sysv/linux/epoll_pwait.c (epoll_pwait): Mark as
50598 libc_hidden_def.
50599
73139a76
UD
506002012-01-28 Ulrich Drepper <drepper@gmail.com>
50601
96bc5b45
UD
50602 * sysdeps/x86_64/fpu/bits/mathinline.h (__signbitl): Optimize a bit.
50603 Avoid unnecessary __WORDSIZE == 64 test.
50604 (fmaxf): Use VEX format if possible.
50605 (fmax): Likewise.
50606 (fminf): Likewise.
50607 (fmin): Likewise.
50608
56f6f6a2
UD
50609 * config.h.in: Define HAVE_SSE2AVX_SUPPORT.
50610 * math/math_private.h: Remove libc_fegetround* and
50611 libc_fesetround*.
50612 * sysdeps/i386/configure.in: Check for -msse2avx.
50613 * sysdeps/x86_64/fpu/math_private.h: Use VEX-encoded instructions
50614 also if SSE2AVX is defined.
50615 Remove libc_fegetround* and libc_fesetround*.
50616 * sysdeps/x86_64/fpu/multiarch/Makefile: Compile *-avx functions
50617 if config-cflags-sse2avx is yes. Also add -DSSE2AVX to defines.
50618 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_AVX again instead
50619 of HAS_YMM_USABLE.
50620 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50621 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50622 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50623 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50624 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
50625
73139a76
UD
50626 * sysdeps/x86_64/fpu/math_private.h: Simplify use of AVX instructions.
50627
d73f93a4
AZ
506282012-01-19 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
50629
50630 * sysdeps/powerpc/powerpc32/a2/memcpy.S: Fix for when cache line
50631 size is not set.
50632 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
50633
6ee65ed6
UD
506342012-01-27 Ulrich Drepper <drepper@gmail.com>
50635
50636 [BZ #13618]
50637 * elf/dl-open.c (dl_open_worker): Sort objects by dependency before
50638 relocation.
50639 * Makeconfig (libm): Define.
50640 * elf/Makefile: Add rules to build and run tst-relsort1.
50641 * elf/tst-relsort1.c: New file.
50642 * elf/tst-relsort1mod1.c: New file.
50643 * elf/tst-relsort1mod2.c: New file.
50644
8db21882
JM
506452012-01-27 Joseph Myers <joseph@codesourcery.com>
50646
50647 * math/s_ldexp.c: Remove __STDC__ conditionals.
50648 * math/s_ldexpf.c: Likewise.
50649 * math/s_ldexpl.c: Likewise.
50650 * math/s_nextafter.c: Likewise.
50651 * math/s_nexttowardf.c: Likewise.
50652 * math/s_significand.c: Likewise.
50653 * math/s_significandf.c: Likewise.
50654 * math/s_significandl.c: Likewise.
50655 * math/w_jnl.c: Likewise.
50656 * sysdeps/i386/fpu/s_isinfl.c: Likewise.
50657 * sysdeps/i386/fpu/s_isnanl.c: Likewise.
50658 * sysdeps/i386/fpu/s_nextafterl.c: Likewise.
50659 * sysdeps/i386/fpu/s_nexttoward.c: Likewise.
50660 * sysdeps/i386/fpu/s_nexttowardf.c: Likewise.
50661 * sysdeps/ieee754/dbl-64/k_rem_pio2.c: Likewise.
50662 * sysdeps/ieee754/dbl-64/k_tan.c: Likewise.
50663 * sysdeps/ieee754/dbl-64/s_copysign.c: Likewise.
50664 * sysdeps/ieee754/dbl-64/s_erf.c: Likewise.
50665 * sysdeps/ieee754/dbl-64/s_fabs.c: Likewise.
50666 * sysdeps/ieee754/dbl-64/s_finite.c: Likewise.
50667 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
50668 * sysdeps/ieee754/dbl-64/s_frexp.c: Likewise.
50669 * sysdeps/ieee754/dbl-64/s_ilogb.c: Likewise.
50670 * sysdeps/ieee754/dbl-64/s_isnan.c: Likewise.
50671 * sysdeps/ieee754/dbl-64/s_logb.c: Likewise.
50672 * sysdeps/ieee754/dbl-64/s_nearbyint.c: Likewise.
50673 * sysdeps/ieee754/dbl-64/s_tanh.c: Likewise.
50674 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Likewise.
50675 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
50676 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
50677 * sysdeps/ieee754/flt-32/e_rem_pio2f.c: Likewise.
50678 * sysdeps/ieee754/flt-32/k_cosf.c: Likewise.
50679 * sysdeps/ieee754/flt-32/k_rem_pio2f.c: Likewise.
50680 * sysdeps/ieee754/flt-32/k_sinf.c: Likewise.
50681 * sysdeps/ieee754/flt-32/k_tanf.c: Likewise.
50682 * sysdeps/ieee754/flt-32/s_atanf.c: Likewise.
50683 * sysdeps/ieee754/flt-32/s_copysignf.c: Likewise.
50684 * sysdeps/ieee754/flt-32/s_cosf.c: Likewise.
50685 * sysdeps/ieee754/flt-32/s_erff.c: Likewise.
50686 * sysdeps/ieee754/flt-32/s_fabsf.c: Likewise.
50687 * sysdeps/ieee754/flt-32/s_finitef.c: Likewise.
50688 * sysdeps/ieee754/flt-32/s_frexpf.c: Likewise.
50689 * sysdeps/ieee754/flt-32/s_ilogbf.c: Likewise.
50690 * sysdeps/ieee754/flt-32/s_isnanf.c: Likewise.
50691 * sysdeps/ieee754/flt-32/s_logbf.c: Likewise.
50692 * sysdeps/ieee754/flt-32/s_nextafterf.c: Likewise.
50693 * sysdeps/ieee754/flt-32/s_sinf.c: Likewise.
50694 * sysdeps/ieee754/flt-32/s_tanf.c: Likewise.
50695 * sysdeps/ieee754/flt-32/s_tanhf.c: Likewise.
50696 * sysdeps/ieee754/k_standard.c: Likewise.
50697 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
50698 * sysdeps/ieee754/ldbl-128/k_tanl.c: Likewise.
50699 * sysdeps/ieee754/ldbl-128/s_asinhl.c: Likewise.
50700 * sysdeps/ieee754/ldbl-128/s_ceill.c: Likewise.
50701 * sysdeps/ieee754/ldbl-128/s_copysignl.c: Likewise.
50702 * sysdeps/ieee754/ldbl-128/s_cosl.c: Likewise.
50703 * sysdeps/ieee754/ldbl-128/s_erfl.c: Likewise.
50704 * sysdeps/ieee754/ldbl-128/s_fabsl.c: Likewise.
50705 * sysdeps/ieee754/ldbl-128/s_finitel.c: Likewise.
50706 * sysdeps/ieee754/ldbl-128/s_floorl.c: Likewise.
50707 * sysdeps/ieee754/ldbl-128/s_frexpl.c: Likewise.
50708 * sysdeps/ieee754/ldbl-128/s_ilogbl.c: Likewise.
50709 * sysdeps/ieee754/ldbl-128/s_isnanl.c: Likewise.
50710 * sysdeps/ieee754/ldbl-128/s_logbl.c: Likewise.
50711 * sysdeps/ieee754/ldbl-128/s_modfl.c: Likewise.
50712 * sysdeps/ieee754/ldbl-128/s_nearbyintl.c: Likewise.
50713 * sysdeps/ieee754/ldbl-128/s_nextafterl.c: Likewise.
50714 * sysdeps/ieee754/ldbl-128/s_nexttoward.c: Likewise.
50715 * sysdeps/ieee754/ldbl-128/s_nexttowardf.c: Likewise.
50716 * sysdeps/ieee754/ldbl-128/s_rintl.c: Likewise.
50717 * sysdeps/ieee754/ldbl-128/s_scalblnl.c: Likewise.
50718 * sysdeps/ieee754/ldbl-128/s_scalbnl.c: Likewise.
50719 * sysdeps/ieee754/ldbl-128/s_sinl.c: Likewise.
50720 * sysdeps/ieee754/ldbl-128/s_tanhl.c: Likewise.
50721 * sysdeps/ieee754/ldbl-128/s_tanl.c: Likewise.
50722 * sysdeps/ieee754/ldbl-128/w_expl.c: Likewise.
50723 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
50724 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
50725 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
50726 * sysdeps/ieee754/ldbl-128ibm/k_tanl.c: Likewise.
50727 * sysdeps/ieee754/ldbl-128ibm/s_asinhl.c: Likewise.
50728 * sysdeps/ieee754/ldbl-128ibm/s_ceill.c: Likewise.
50729 * sysdeps/ieee754/ldbl-128ibm/s_copysignl.c: Likewise.
50730 * sysdeps/ieee754/ldbl-128ibm/s_cosl.c: Likewise.
50731 * sysdeps/ieee754/ldbl-128ibm/s_erfl.c: Likewise.
50732 * sysdeps/ieee754/ldbl-128ibm/s_fabsl.c: Likewise.
50733 * sysdeps/ieee754/ldbl-128ibm/s_floorl.c: Likewise.
50734 * sysdeps/ieee754/ldbl-128ibm/s_frexpl.c: Likewise.
50735 * sysdeps/ieee754/ldbl-128ibm/s_ilogbl.c: Likewise.
50736 * sysdeps/ieee754/ldbl-128ibm/s_llrintl.c: Likewise.
50737 * sysdeps/ieee754/ldbl-128ibm/s_llroundl.c: Likewise.
50738 * sysdeps/ieee754/ldbl-128ibm/s_logbl.c: Likewise.
50739 * sysdeps/ieee754/ldbl-128ibm/s_lrintl.c: Likewise.
50740 * sysdeps/ieee754/ldbl-128ibm/s_lroundl.c: Likewise.
50741 * sysdeps/ieee754/ldbl-128ibm/s_modfl.c: Likewise.
50742 * sysdeps/ieee754/ldbl-128ibm/s_nearbyintl.c: Likewise.
50743 * sysdeps/ieee754/ldbl-128ibm/s_nextafterl.c: Likewise.
50744 * sysdeps/ieee754/ldbl-128ibm/s_nexttoward.c: Likewise.
50745 * sysdeps/ieee754/ldbl-128ibm/s_nexttowardf.c: Likewise.
50746 * sysdeps/ieee754/ldbl-128ibm/s_rintl.c: Likewise.
50747 * sysdeps/ieee754/ldbl-128ibm/s_roundl.c: Likewise.
50748 * sysdeps/ieee754/ldbl-128ibm/s_scalblnl.c: Likewise.
50749 * sysdeps/ieee754/ldbl-128ibm/s_scalbnl.c: Likewise.
50750 * sysdeps/ieee754/ldbl-128ibm/s_sinl.c: Likewise.
50751 * sysdeps/ieee754/ldbl-128ibm/s_tanhl.c: Likewise.
50752 * sysdeps/ieee754/ldbl-128ibm/s_tanl.c: Likewise.
50753 * sysdeps/ieee754/ldbl-128ibm/s_truncl.c: Likewise.
50754 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
50755 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
50756 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
50757 * sysdeps/ieee754/ldbl-96/s_ceill.c: Likewise.
50758 * sysdeps/ieee754/ldbl-96/s_copysignl.c: Likewise.
50759 * sysdeps/ieee754/ldbl-96/s_cosl.c: Likewise.
50760 * sysdeps/ieee754/ldbl-96/s_erfl.c: Likewise.
50761 * sysdeps/ieee754/ldbl-96/s_fabsl.c: Likewise.
50762 * sysdeps/ieee754/ldbl-96/s_finitel.c: Likewise.
50763 * sysdeps/ieee754/ldbl-96/s_floorl.c: Likewise.
50764 * sysdeps/ieee754/ldbl-96/s_frexpl.c: Likewise.
50765 * sysdeps/ieee754/ldbl-96/s_ilogbl.c: Likewise.
50766 * sysdeps/ieee754/ldbl-96/s_isnanl.c: Likewise.
50767 * sysdeps/ieee754/ldbl-96/s_logbl.c: Likewise.
50768 * sysdeps/ieee754/ldbl-96/s_nearbyintl.c: Likewise.
50769 * sysdeps/ieee754/ldbl-96/s_nextafterl.c: Likewise.
50770 * sysdeps/ieee754/ldbl-96/s_nexttoward.c: Likewise.
50771 * sysdeps/ieee754/ldbl-96/s_nexttowardf.c: Likewise.
50772 * sysdeps/ieee754/ldbl-96/s_rintl.c: Likewise.
50773 * sysdeps/ieee754/ldbl-96/s_sinl.c: Likewise.
50774 * sysdeps/ieee754/ldbl-96/s_tanhl.c: Likewise.
50775 * sysdeps/ieee754/ldbl-96/s_tanl.c: Likewise.
50776 * sysdeps/ieee754/s_matherr.c: Likewise.
50777 * sysdeps/powerpc/fpu/w_sqrt.c: Likewise.
50778 * sysdeps/powerpc/fpu/w_sqrtf.c: Likewise.
50779 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrt.c: Likewise.
50780 * sysdeps/powerpc/powerpc64/power4/fpu/w_sqrtf.c: Likewise.
50781
965a54a4
JM
507822012-01-26 Joseph Myers <joseph@codesourcery.com>
50783
50784 * crypt/md5.h: Remove __STDC__ conditionals.
50785 * libio/libioP.h: Likewise.
50786 * locale/programs/config.h: Likewise.
50787 * sysdeps/generic/sysdep.h: Likewise.
50788 * sysdeps/i386/asm-syntax.h: Likewise.
50789 * sysdeps/s390/asm-syntax.h: Likewise.
50790 * sysdeps/unix/sysdep.h: Likewise.
50791 * sysdeps/unix/sysv/linux/powerpc/powerpc32/sysdep.h: Likewise.
50792 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h: Likewise.
50793
7071ad79
JM
507942012-01-26 Joseph Myers <joseph@codesourcery.com>
50795
50796 * libio/libio.h: Remove __STDC__ conditionals.
50797 * malloc/obstack.h: Likewise.
50798 * math/complex.h: Likewise.
50799 * math/math.h: Likewise.
50800 * sysdeps/generic/_G_config.h: Likewise.
50801 * sysdeps/gnu/_G_config.h: Likewise.
50802 * sysdeps/mach/hurd/_G_config.h: Likewise.
50803 * sysdeps/powerpc/bits/mathdef.h: Likewise.
50804 * sysdeps/sh/sh4/bits/mathdef.h: Likewise.
50805 * sysdeps/sparc/bits/mathdef.h: Likewise.
50806
afc5ed09
UD
508072012-01-26 Ulrich Drepper <drepper@gmail.com>
50808
50809 [BZ #13583]
50810 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_OSXSAVE.
08cf777f 50811 Clean up HAS_* macros.
afc5ed09 50812 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): If
08cf777f
UD
50813 bit_AVX is set also check OSXAVE/XCR0 and set bit_YMM_Usable if
50814 possible.
50815 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Use HAS_YMM_USABLE, not
50816 HAS_AVX.
50817 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
50818 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
50819 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
50820 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
50821 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
afc5ed09 50822
bdb6de1d
JM
508232012-01-25 Joseph Myers <joseph@codesourcery.com>
50824
50825 * elf/tst-unique3.cc (gets): Remove declaration.
50826 * elf/tst-unique3lib.cc (gets): Likewise.
50827 * elf/tst-unique3lib2.cc (gets): Likewise.
50828 * elf/tst-unique4.cc (gets): Likewise.
50829
b15549e6
UD
508302012-01-24 Ulrich Drepper <drepper@gmail.com>
50831
50832 * include/stdio.h: Add C++ protection. Add gets declarations and
50833 definitions.
50834 * debug/tst-chk1.c: Don't declare gets here.
50835 * stdio-common/tst-gets.c: Likewise.
50836
a037381f
JM
508372012-01-24 Joseph Myers <joseph@codesourcery.com>
50838
50839 * posix/glob: Remove directory.
50840
f1d4aa75
JM
508412012-01-24 Joseph Myers <joseph@codesourcery.com>
50842
50843 * wcsmbs/Makefile (tst-c16c32-1-ENV): Define.
50844
81c0c964
PT
508452012-01-22 Pino Toscano <toscano.pino@tiscali.it>
50846
50847 * sysdeps/mach/hurd/socket.c (__socket): Return EAFNOSUPPORT instead
50848 of the non-standard EPFNOSUPPORT.
50849
0ea698ae
ST
508502011-12-26 Samuel Thibault <samuel.thibault@ens-lyon.org>
50851
50852 * sysdeps/mach/hurd/mmap.c (__mmap): When MAPADDR is nonzero, try
50853 __vm_allocate and __vm_map with ANYWHERE set to 0 first, and try with
50854 ANYWHERE set to 1 only on KERN_NO_SPACE error.
50855
d220b117
UD
508562012-01-21 Ulrich Drepper <drepper@gmail.com>
50857
50858 * wcsmbs/uchar.h: Test __STDC_VERSION__.
50859
3e1aa84e
UD
508602012-01-20 Ulrich Drepper <drepper@gmail.com>
50861
50862 * nscd/aicache.c (addhstaiX): Do not cache negative results of
50863 transient errors.
50864 * nscd/grpcache.c (cache_addgr): Likewise.
50865 * nscd/hstcache.c (cache_addhst): Likewise.
50866 * nscd/initgrcache.c (addinitgroupsX): Likewise.
50867 * nscd/pwdcache.c (cache_addpw): Likewise.
50868 * nscd/servicescache.c (cache_addserv): Likewise.
50869
400aa020
UD
508702012-01-16 Ulrich Drepper <drepper@gmail.com>
50871
d77e7869
UD
50872 * malloc/malloc.c: Various cleanups.
50873 * malloc/hooks.c: Likewise.
50874
400aa020
UD
50875 * stdlib/Makefile (tests): Add bug-fmtmsg1.
50876 * stdlib/bug-fmtmsg1.c: New file.
50877
50878 * stdlib/fmtmsg.c (init): Add missing unlock.
50879 Patch by Peng Haitao <penght@cn.fujitsu.com>.
50880
e0a309cf
MP
508812012-01-12 Marek Polacek <polacek@redhat.com>
50882
50883 * libio/bits/stdio2.h: Do not define gets for ISO C11, ISO C++11,
50884 and _GNU_SOURCE.
50885
929d11c7
WS
508862012-01-04 Will Schmidt <will_schmidt@vnet.ibm.com>
50887
50888 * powerpc/powerpc32/sysdep.h: Add GLUE and GENERATE_GOT_LABEL macros.
50889 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Call
50890 macro to ensure uniqueness of label name.
50891 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
50892 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
50893
41d0e869
UD
508942012-01-11 Ulrich Drepper <drepper@gmail.com>
50895
0cc5ed3b
UD
50896 * sysdeps/ieee754/dbl-64/wordsize-64/e_acosh.c: New file.
50897
41d0e869
UD
50898 * sysdeps/ieee754/dbl-64/s_scalbln.c: Add branch prediction.
50899 * sysdeps/ieee754/flt-32/s_scalblnf.c: Likewise.
50900 * sysdeps/ieee754/ldbl-96/s_scalblnl.c: Likewise.
50901 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbln.c: New file.
50902
a47a831a
UD
509032012-01-10 Ulrich Drepper <drepper@gmail.com>
50904
daa891c0
UD
50905 * sysdeps/ieee754/dbl-64/wordsize-64/s_modf.c: New file.
50906
50907 * sysdeps/ieee754/dbl-64/s_modf.c: Add branch prediction.
50908 * sysdeps/ieee754/flt-32/s_modff.c: Likewise.
50909 * sysdeps/ieee754/ldbl-96/s_modfl.c: Likewise.
50910
e58ef0f2
UD
50911 * math/bits/mathcalls.h: Add const attribute to fmin and fmax.
50912
a47a831a 50913 * sysdeps/ieee754/dbl-64/s_scalbn.c: Add branch prediction.
a47a831a
UD
50914 * sysdeps/ieee754/flt-32/s_scalbnf.c: Likewise.
50915 * sysdeps/ieee754/ldbl-96/s_scalbnl.c: Likewise.
41d0e869 50916 * sysdeps/ieee754/dbl-64/wordsize-64/s_scalbn.c: New file.
a47a831a
UD
50917
50918 * math/bits/math-finite.h: Add ldexp support.
50919
a0bfc9c7
MP
509202012-01-10 Marek Polacek <polacek@redhat.com>
50921
50922 * locale/programs/localedef.h (show_archive_content): Add noreturn
50923 attribute.
50924
d6e97a1d
UD
509252012-01-09 Ulrich Drepper <drepper@gmail.com>
50926
50927 * sysdeps/ieee754/dbl-64/s_log1p.c (__log1p): Add branch prediction.
50928
d5835c26
UD
509292012-01-08 Ulrich Drepper <drepper@gmail.com>
50930
e5f484c6
UD
50931 * io/bits/poll2.h: Add __BEGIN/__END_DECLS.
50932
d5835c26
UD
50933 * io/Makefile (headers): Add bits/poll2.h.
50934
d1f741e9
WS
509352011-01-05 Will Schmidt <will_schmidt@vnet.ibm.com>
50936
50937 * sysdeps/unix/sysv/linux/powerpc/powerpc32/getcontext.S: Fix a
50938 typo #include statement.
50939
ec09c1c4
UD
509402012-01-08 Ulrich Drepper <drepper@gmail.com>
50941
50942 * include/sys/cdefs.h: Define __attribute_alloc_size.
50943 * catgets/gencat.c: Add alloc_size attribute and apply consistently
50944 the malloc attribute to xmalloc, xcalloc, xrealloc, and xstrdup.
50945 * elf/pldd.c: Likewise.
50946 * iconv/iconv_charmap.c: Likewise.
50947 * iconv/iconvconfig.c: Likewise.
50948 * iconv/strtab.c: Likewise.
50949 * locale/programs/locale.c: Likewise.
50950 * locale/programs/localedef.h: Likewise.
50951 * locale/programs/simple-hash.c: Likewise.
50952 * nscd/nscd.h: Likewise.
50953 * nss/makedb.c: Likewise.
50954 * sysdeps/generic/ldconfig.h: Likewise.
50955 * locale/programs/localedef.c: Remove xmalloc prototype.
50956 * nscd/mem.c: Remove xmalloc and xcalloc prototypes.
50957
20b38e03
PP
509582012-01-05 Paul Pluzhnikov <ppluzhnikov@google.com>
50959
50960 * stdio-common/vfscanf.c (_IO_vfscanf_internal): Use alloca when
50961 appropriate.
50962
a0da5fe1
UD
509632012-01-08 Ulrich Drepper <drepper@gmail.com>
50964
1d5a644a 50965 * math/Makefile (tests): Add tst-CMPLX.
669704fd 50966 * math/tst-CMPLX.c: New file.
1d5a644a 50967
8784a6db
UD
50968 * math/complex.h (CMPLXL): Fix typo.
50969
d9a216c0
UD
50970 * debug/Makefile (routines): Add poll_chk and ppoll_chk.
50971 * debug/Versions: Export __pool_chk and __ppoll_chk from libc for
50972 GLIBC_2.16.
50973 * debug/tst-chk1.c: Add poll and ppoll tests.
50974 * io/sys/poll.h: Include bits/poll2.h for _FORTIFY_SOURCE.
50975 * include/sys/poll.h: Add hidden proto for ppoll.
50976 * sysdeps/unix/sysv/linux/ppoll.c: Add hidden def.
50977 * sysdeps/mach/hurd/ppoll.c: Likewise.
50978 * io/ppoll.c: Likewise.
50979 * debug/poll_chk.c: New file.
50980 * debug/ppoll_chk.c: New file.
50981 * include/bits/poll2.h: New file.
50982 * io/bits/poll2.h: New file.
50983
ac097f5c
UD
50984 [BZ #1350]
50985 * math/complex.h (CMPLX, CMPLXF, CMPLXL): Define.
50986
2119dcfa
UD
50987 * configure.in: static is always set to yes. Remove.
50988 * config.make.in: Don't set build-static.
50989 * Makeconfig: Remove use of build-static.
50990 * dlfcn/Makefile: Likewise.
50991 * elf/Makefile: Likewise.
50992 * math/Makefile: Likewise.
50993 * misc/Makefile: Likewise.
50994 * nptl/Makefile: Likewise.
50995 * sysdeps/mach/hurd/Makefile: Likewise.
50996
121766a9
UD
50997 * configure.in: PWD_P is not used anymore.
50998 * config.make.in: Remove PWD_P entry.
50999
51a1d39c 51000 * configure.in: Remove last remnants of RANLIB.
8720d066 51001 No need to check for signed size_t anymore.
215f4bdc
UD
51002 Don't set libc_commonpagesize and libc_relro_required here for Alpha
51003 and IA-64.
3857022a 51004 Remove __builtin_expect test because we require at least gcc 3.4.
51a1d39c
UD
51005 * aclocal.m4: Likewise.
51006
d3ed7225
UD
51007 * wcsmbs/mbrtoc16.c: Implement using towc function.
51008 * wcsmbs/wcsmbsload.h: No need for toc16 and fromc16 functions.
51009 * wcsmbs/wcsmbsload.c: Likewise.
51010 * iconv/gconv_simple.c: Likewise.
51011 * iconv/gconv_int.h: Likewise.
51012 * iconv/gconv_builtin.h: Likewise.
51013 * iconv/iconv_prog.c: Remove CHAR16 handling.
51014
51015 * wcsmbs/c16rtomb.c: Remove #if 0'ed code.
51016
51017 * wcsmbs/mbrtowc.c: Better check for invalid inputs.
51018
a0da5fe1
UD
51019 * configure.in: Remove --with-elf and --enable-bounded options.
51020 Dont set base_machine for ia64. More non-ELF conditions removed.
51021 Remove testing and setting of leading underscore information.
51022 * config.make.in (build-bounded): Set to no.
51023 * config.h.in: Remove NO_UNDERSCORES entry.
51024 * include/libc-symbols.h: Don't define HAVE_WEAK_SYMBOLS. ELF has
51025 them.
51026 * csu/start.c: Remove !NO_UNDERSCORE code.
51027 * locale/localeinfo.h: Likewise.
51028 * sysdeps/generic/machine-gmon.h: Likewise.
51029 * sysdeps/generic/sysdep.h: Likewise.
51030 * sysdeps/i386/sysdep.h: Likewise.
51031 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51032 * sysdeps/mach/sysdep.h: Likewise.
51033 * sysdeps/s390/s390-32/sysdep.h: Likewise.
51034 * sysdeps/s390/s390-64/sysdep.h: Likewise.
51035 * sysdeps/sh/sysdep.h: Likewise.
51036 * sysdeps/sparc/sparc32/alloca.S: Likewise.
51037 * sysdeps/unix/i386/sysdep.S: Likewise.
51038 * sysdeps/unix/sparc/start.c: Likewise.
51039 * sysdeps/unix/sparc/sysdep.S: Likewise.
51040 * sysdeps/unix/sparc/sysdep.h: Likewise.
51041 * sysdeps/unix/start.c: Likewise.
51042 * sysdeps/unix/x86_64/sysdep.S: Likewise.
51043 * sysdeps/x86_64/sysdep.h: Likewise.
51044
df78418a
UD
510452012-01-07 Ulrich Drepper <drepper@gmail.com>
51046
a784e502
UD
51047 [BZ #13553]
51048 * misc/sys/cdefs.h: Remove __const, __signed, and __volatile definition
51049 for non-gcc.
51050 * argp/argp-fmtstream.h: Use const instead __const.
51051 * argp/argp.h: Likewise.
51052 * assert/assert.h: Likewise.
51053 * bits/fenv.h: Likewise.
51054 * bits/sched.h: Likewise.
51055 * bits/sigset.h: Likewise.
51056 * bits/sigthread.h: Likewise.
51057 * catgets/nl_types.h: Likewise.
51058 * conform/data/pthread.h-data: Likewise.
51059 * crypt/crypt-private.h: Likewise.
51060 * crypt/crypt.h: Likewise.
51061 * crypt/crypt_util.c: Likewise.
51062 * ctype/ctype.h: Likewise.
51063 * debug/execinfo.h: Likewise.
51064 * debug/mbsnrtowcs_chk.c: Likewise.
51065 * debug/mbsrtowcs_chk.c: Likewise.
51066 * debug/wcsnrtombs_chk.c: Likewise.
51067 * debug/wcsrtombs_chk.c: Likewise.
51068 * debug/wcstombs_chk.c: Likewise.
51069 * dirent/dirent.h: Likewise.
51070 * dlfcn/dlfcn.h: Likewise.
51071 * elf/neededtest4.c: Likewise.
51072 * grp/grp.h: Likewise.
51073 * gshadow/gshadow.h: Likewise.
51074 * iconv/gconv.h: Likewise.
51075 * iconv/gconv_int.h: Likewise.
51076 * iconv/gconv_simple.c: Likewise.
51077 * iconv/iconv.h: Likewise.
51078 * iconv/loop.c: Likewise.
51079 * iconv/skeleton.c: Likewise.
51080 * include/aio.h: Likewise.
51081 * include/aliases.h: Likewise.
51082 * include/argz.h: Likewise.
51083 * include/arpa/inet.h: Likewise.
51084 * include/assert.h: Likewise.
51085 * include/dirent.h: Likewise.
51086 * include/dlfcn.h: Likewise.
51087 * include/execinfo.h: Likewise.
51088 * include/fcntl.h: Likewise.
51089 * include/fenv.h: Likewise.
51090 * include/glob.h: Likewise.
51091 * include/grp.h: Likewise.
51092 * include/libintl.h: Likewise.
51093 * include/mntent.h: Likewise.
51094 * include/netdb.h: Likewise.
51095 * include/pwd.h: Likewise.
51096 * include/rpc/netdb.h: Likewise.
51097 * include/sched.h: Likewise.
51098 * include/search.h: Likewise.
51099 * include/shadow.h: Likewise.
51100 * include/signal.h: Likewise.
51101 * include/stdio.h: Likewise.
51102 * include/stdlib.h: Likewise.
51103 * include/string.h: Likewise.
51104 * include/sys/socket.h: Likewise.
51105 * include/sys/stat.h: Likewise.
51106 * include/sys/statfs.h: Likewise.
51107 * include/sys/statvfs.h: Likewise.
51108 * include/sys/syslog.h: Likewise.
51109 * include/sys/time.h: Likewise.
51110 * include/sys/uio.h: Likewise.
51111 * include/time.h: Likewise.
51112 * include/unistd.h: Likewise.
51113 * include/utmp.h: Likewise.
51114 * include/wchar.h: Likewise.
51115 * include/wctype.h: Likewise.
51116 * inet/aliases.h: Likewise.
51117 * inet/arpa/inet.h: Likewise.
51118 * inet/netinet/ether.h: Likewise.
51119 * inet/netinet/in.h: Likewise.
51120 * intl/libintl.h: Likewise.
51121 * io/bits/fcntl2.h: Likewise.
51122 * io/fcntl.h: Likewise.
51123 * io/ftw.h: Likewise.
51124 * io/sys/poll.h: Likewise.
51125 * io/sys/stat.h: Likewise.
51126 * io/sys/statfs.h: Likewise.
51127 * io/sys/statvfs.h: Likewise.
51128 * io/utime.h: Likewise.
51129 * libio/bits/stdio.h: Likewise.
51130 * libio/bits/stdio2.h: Likewise.
51131 * libio/libio.h: Likewise.
51132 * libio/libioP.h: Likewise.
51133 * libio/stdio.h: Likewise.
51134 * locale/lc-ctype.c: Likewise.
51135 * locale/locale.h: Likewise.
51136 * login/utmp.h: Likewise.
51137 * malloc/arena.c: Likewise.
51138 * malloc/malloc.c: Likewise.
51139 * malloc/malloc.h: Likewise.
51140 * malloc/mcheck.c: Likewise.
51141 * malloc/mtrace.c: Likewise.
51142 * math/bits/mathcalls.h: Likewise.
51143 * math/fenv.h: Likewise.
51144 * math/math_private.h: Likewise.
51145 * misc/bits/error.h: Likewise.
51146 * misc/bits/syslog.h: Likewise.
51147 * misc/err.h: Likewise.
51148 * misc/error.h: Likewise.
51149 * misc/fstab.h: Likewise.
51150 * misc/mntent.h: Likewise.
51151 * misc/regexp.h: Likewise.
51152 * misc/search.h: Likewise.
51153 * misc/sgtty.h: Likewise.
51154 * misc/sys/mman.h: Likewise.
51155 * misc/sys/syslog.h: Likewise.
51156 * misc/sys/uio.h: Likewise.
51157 * misc/sys/xattr.h: Likewise.
51158 * misc/ttyent.h: Likewise.
51159 * nis/rpcsvc/ypclnt.h: Likewise.
51160 * nss/nss.h: Likewise.
51161 * posix/bits/unistd.h: Likewise.
51162 * posix/fnmatch.h: Likewise.
51163 * posix/glob.h: Likewise.
51164 * posix/sched.h: Likewise.
51165 * posix/spawn.h: Likewise.
51166 * posix/sys/wait.h: Likewise.
51167 * posix/unistd.h: Likewise.
51168 * posix/wordexp.h: Likewise.
51169 * pwd/pwd.h: Likewise.
51170 * resolv/netdb.h: Likewise.
51171 * resource/sys/resource.h: Likewise.
51172 * rt/aio.h: Likewise.
51173 * rt/bits/mqueue2.h: Likewise.
51174 * rt/mqueue.h: Likewise.
51175 * shadow/shadow.h: Likewise.
51176 * signal/signal.h: Likewise.
51177 * socket/send.c: Likewise.
51178 * socket/sendto.c: Likewise.
51179 * socket/sys/socket.h: Likewise.
51180 * stdio-common/printf.h: Likewise.
51181 * stdlib/bits/stdlib.h: Likewise.
51182 * stdlib/fmtmsg.h: Likewise.
51183 * stdlib/monetary.h: Likewise.
51184 * stdlib/stdlib.h: Likewise.
51185 * stdlib/ucontext.h: Likewise.
51186 * streams/stropts.h: Likewise.
51187 * string/argz.h: Likewise.
51188 * string/bits/string2.h: Likewise.
51189 * string/string.h: Likewise.
51190 * string/strings.h: Likewise.
51191 * sunrpc/rpc/auth.h: Likewise.
51192 * sunrpc/rpc/auth_des.h: Likewise.
51193 * sunrpc/rpc/clnt.h: Likewise.
51194 * sunrpc/rpc/netdb.h: Likewise.
51195 * sunrpc/rpc/pmap_clnt.h: Likewise.
51196 * sunrpc/rpc/xdr.h: Likewise.
51197 * sysdeps/generic/inttypes.h: Likewise.
51198 * sysdeps/generic/net/if.h: Likewise.
51199 * sysdeps/generic/sys/swap.h: Likewise.
51200 * sysdeps/gnu/net/if.h: Likewise.
51201 * sysdeps/gnu/utmpx.h: Likewise.
51202 * sysdeps/i386/fpu/bits/fenv.h: Likewise.
51203 * sysdeps/i386/i486/bits/string.h: Likewise.
51204 * sysdeps/ieee754/ldbl-opt/nldbl-strtold_l.c: Likewise.
51205 * sysdeps/s390/bits/string.h: Likewise.
51206 * sysdeps/s390/fpu/bits/fenv.h: Likewise.
51207 * sysdeps/sparc/fpu/bits/fenv.h: Likewise.
51208 * sysdeps/sparc/fpu/bits/mathinline.h: Likewise.
51209 * sysdeps/unix/sysv/linux/bits/resource.h: Likewise.
51210 * sysdeps/unix/sysv/linux/bits/sched.h: Likewise.
51211 * sysdeps/unix/sysv/linux/bits/sigset.h: Likewise.
51212 * sysdeps/unix/sysv/linux/bits/socket.h: Likewise.
51213 * sysdeps/unix/sysv/linux/bits/sys_errlist.h: Likewise.
51214 * sysdeps/unix/sysv/linux/bits/uio.h: Likewise.
51215 * sysdeps/unix/sysv/linux/i386/glob64.c: Likewise.
51216 * sysdeps/unix/sysv/linux/i386/olddirent.h: Likewise.
51217 * sysdeps/unix/sysv/linux/preadv.c: Likewise.
51218 * sysdeps/unix/sysv/linux/prlimit.c: Likewise.
51219 * sysdeps/unix/sysv/linux/pwritev.c: Likewise.
51220 * sysdeps/unix/sysv/linux/readv.c: Likewise.
51221 * sysdeps/unix/sysv/linux/s390/s390-32/utmp-convert.h: Likewise.
51222 * sysdeps/unix/sysv/linux/s390/s390-32/utmpx32.h: Likewise.
51223 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
51224 * sysdeps/unix/sysv/linux/sparc/sparc32/sigaction.c: Likewise.
51225 * sysdeps/unix/sysv/linux/sparc/sparc64/sigaction.c: Likewise.
51226 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51227 * sysdeps/unix/sysv/linux/sparc/sys/timerfd.h: Likewise.
51228 * sysdeps/unix/sysv/linux/sys/acct.h: Likewise.
51229 * sysdeps/unix/sysv/linux/sys/epoll.h: Likewise.
51230 * sysdeps/unix/sysv/linux/sys/mount.h: Likewise.
51231 * sysdeps/unix/sysv/linux/sys/swap.h: Likewise.
51232 * sysdeps/unix/sysv/linux/sys/timerfd.h: Likewise.
51233 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51234 * sysdeps/x86_64/fpu/bits/fenv.h: Likewise.
51235 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Likewise.
51236 * sysdeps/x86_64/strncase_l-nonascii.c: Likewise.
51237 * sysvipc/sys/ipc.h: Likewise.
51238 * sysvipc/sys/msg.h: Likewise.
51239 * sysvipc/sys/sem.h: Likewise.
51240 * sysvipc/sys/shm.h: Likewise.
51241 * termios/termios.h: Likewise.
51242 * time/sys/time.h: Likewise.
51243 * time/time.h: Likewise.
51244 * wcsmbs/bits/wchar2.h: Likewise.
51245 * wcsmbs/uchar.h: Likewise.
51246 * wcsmbs/wchar.h: Likewise.
51247 * wctype/wctype.h: Likewise.
51248
0269750c
UD
51249 [BZ #13551]
51250 * Makeconfig: Remove all but ELF support including AIX support.
51251 * Makerules: Likewise.
51252 * config.h.in: Likewise.
51253 * config.make.in: Likewise.
51254 * configure: Likewise.
51255 * configure.in: Likewise.
51256 * csu/Makefile: Likewise.
51257 * csu/version.c: Likewise.
51258 * debug/Makefile: Likewise.
51259 * dlfcn/Makefile: Likewise.
51260 * elf/Makefile: Likewise.
51261 * extra-lib.mk: Likewise.
51262 * iconv/Makefile: Likewise.
51263 * include/libc-symbols.h: Likewise.
51264 * include/shlib-compat.h: Likewise.
51265 * resolv/Makefile: Likewise.
51266 * resolv/res_libc.c: Likewise.
51267 * rt/Makefile: Likewise.
51268 * sysdeps/i386/asm-syntax.h: Likewise.
51269 * sysdeps/i386/sysdep.h: Likewise.
51270 * sysdeps/ieee754/ldbl-opt/math_ldbl_opt.h: Likewise.
51271 * sysdeps/mach/sysdep.h: Likewise.
51272 * sysdeps/powerpc/powerpc32/Makefile: Likewise.
51273 * sysdeps/powerpc/powerpc64/Makefile: Likewise.
51274 * sysdeps/s390/asm-syntax.h: Likewise.
51275 * sysdeps/s390/s390-32/sysdep.h: Likewise.
51276 * sysdeps/s390/s390-64/sysdep.h: Likewise.
51277 * sysdeps/sh/sysdep.h: Likewise.
51278 * sysdeps/unix/sparc/sysdep.h: Likewise.
51279 * sysdeps/wordsize-32/divdi3.c: Likewise.
51280 * sysdeps/x86_64/sysdep.h: Likewise.
51281
00bbd29b
UD
51282 * argp/Versions: Remove _argp_unlock_xxx.
51283
51284 [BZ #13559]
51285 * abilist/ld.abilist: Update. Adjust for removal of tls option.
51286 * abilist/libBrokenLocale.abilist: Likewise.
51287 * abilist/libanl.abilist: Likewise.
51288 * abilist/libc.abilist: Likewise.
51289 * abilist/libcrypt.abilist: Likewise.
51290 * abilist/libdl.abilist: Likewise.
51291 * abilist/libm.abilist: Likewise.
51292 * abilist/libnsl.abilist: Likewise.
51293 * abilist/libpthread.abilist: Likewise.
51294 * abilist/libresolv.abilist: Likewise.
51295 * abilist/librt.abilist: Likewise.
51296 * abilist/libthread_db.abilist: Likewise.
51297 * abilist/libutil.abilist: Likewise.
51298 * abilist/libnss_db.abilist: New file.
51299
51300 * scripts/abilist.awk: Add support for indirect functions.
51301
a2693a0e
UD
51302 * sysdeps/unix/sysv/linux/configure.in: Remove m68k support.
51303
3f05895f
UD
51304 * sysdeps/generic/ldsodefs.h: Remove Alpha support.
51305
ecb6fb48
UD
51306 * shlib-versions: Remove entries for ports architectures.
51307
664f8cb9
UD
51308 * elf/tls-macros.h: Remove support for Alpha and IA-64. Should be in
51309 files in ports.
51310 * elf/stackguard-macros.h: Remove support for IA-64.
51311 * elf/tst-auditmod1.c: Likewise.
51312 * sysdeps/generic/ldsodefs.h: Likewise.
51313
7ae81d88
UD
51314 * sysdeps/unix/sysv/linux/configure.in: Ports should define
51315 libc_cv_gcc_unwind_find_fde and arch_minimum_kernel in their
51316 configure files.
51317
bdeba135
UD
51318 [BZ #13552]
51319 * configure.in: Remove --enable-omitfp support.
51320 * FAQ.in: Adjust.
51321 * config.make.in: Likewise.
51322 * Makeconfig: Likewise.
51323 * manual/install.texi: Likewise.
51324
d75a0a62
UD
51325 In case anyone cares, the IA-64 architecture could move to ports.
51326 * sysdeps/ia64/*: Removed.
51327 * sysdeps/unix/sysv/linux/ia64/*: Removed.
b13b9885 51328 * sysdeps/unix/sysv/linux/kernel-features.h: Remove IA-64 support.
d75a0a62 51329
dcc9756b
UD
51330 [BZ #13555]
51331 * configure.in: Remove entries for unsupported architectures.
51332
d3761ebc 51333 [BZ #13533]
9954432e
UD
51334 * iconv/gconv_builtin.h: Use CHAR16 for the char16_t conversions.
51335 * iconv/gconv_simple.c: Rename char16_t routines. Add char16_t<->utf8
51336 routines.
51337 * iconv/gconv_int.h: Adjust prototypes for char16_t routines.
51338 * iconv/iconv_prog.c: Recognize CHAR16 as internal name.
51339 * wcsmbs/c16rtomb.c: Fix a few problems. Disable all the code and
51340 fall back to using wcrtomb.
51341 * wcsmbs/mbrtoc16.: Fix implementation to handle real conversions.
51342 * wcsmbs/wcsmbsload.c: Make char16 routines optional. Adjust for
51343 renaming.
51344 * wcsmbs/Makefile (tests): Add tst-c16c32-1:
51345 * wcsmbs/tst-c16c32-1.c: New file.
51346
51347 * wcsmbs/wcrtomb.c: Use MB_LEN_MAX instead of MB_CUR_MAX for sizing
51348 local variable.
51349
c3a87236
UD
51350 * libio/stdio.h: Do not declare gets at all for _GNU_SOURCE.
51351
28926a1b
UD
51352 * elf/tst-unique3.cc: Add explicit declaration of gets.
51353 * elf/tst-unique3lib.cc: Likewise.
51354 * elf/tst-unique3lib2.cc: Likewise.
51355 * elf/tst-unique4.cc: Likewise.
51356
df78418a
UD
51357 * string/test-strcpy.c (do_one_test): Fix format string for WIDE use.
51358
8ecd6b2a
JM
513592012-01-06 Joseph Myers <joseph@codesourcery.com>
51360
51361 [BZ #13566]
51362 * assert/assert.h (static_assert): Don't define for C++.
51363 * libio/stdio.h (gets): Do declare for C++ <= C++11.
51364 * wcsmbs/uchar.h (char16_t, char32_t): Don't typedef for C++11.
51365
9f115170
UD
513662012-01-03 Ulrich Drepper <drepper@gmail.com>
51367
5e0d0300
UD
51368 * iconv/loop.c (single loop): Fix assertion in storing of
51369 remaining bytes.
51370
9f115170
UD
51371 * posix/regcomp.c (init_word_char): Optimize a bit for sane encodings.
51372
81fb02b0
UD
513732012-01-01 Ulrich Drepper <drepper@gmail.com>
51374
51375 * posix/getconf.c: Update copyright year.
51376 * nss/getent.c: Likewise.
a316c1f6 51377 * nss/makedb.c: Likewise.
81fb02b0
UD
51378 * iconv/iconvconfig.c: Likewise.
51379 * iconv/iconv_prog.c: Likewise.
51380 * elf/ldconfig.c: Likewise.
a316c1f6
UD
51381 * elf/pldd.c: Likewise.
51382 * elf/sotruss.ksh: Likewise.
81fb02b0
UD
51383 * catgets/gencat.c: Likewise.
51384 * csu/version.c: Likewise.
51385 * elf/ldd.bash.in: Likewise.
51386 * elf/sprof.c (print_version): Likewise.
51387 * locale/programs/locale.c: Likewise.
51388 * locale/programs/localedef.c: Likewise.
a316c1f6 51389 * login/programs/pt_chown.c: Likewise.
81fb02b0
UD
51390 * nscd/nscd.c (print_version): Likewise.
51391 * debug/xtrace.sh: Likewise.
51392 * malloc/memusage.sh: Likewise.
51393 * malloc/mtrace.pl: Likewise.
51394 * debug/catchsegv.sh: Likewise.
51395
2ba92745
JJ
513962011-12-30 Jakub Jelinek <jakub@redhat.com>
51397
51398 * posix/regex_internal.c (re_string_fetch_byte_case): Remove
51399 pure attribute.
51400
dadebdae
UD
514012011-12-24 Ulrich Drepper <drepper@gmail.com>
51402
d3761ebc 51403 [BZ #13533]
db6af3eb
UD
51404 * iconv/gconv_simple.c: Add ASCII<->UTF-16 transformations.
51405 * iconv/gconv_builtin.h: Add entries for internal ASCII<->UTF-16
51406 transformations.
51407 * iconv/gconv_int.h: Likewise.
51408 * wcsmbs/Makefile (routines): Add mbrtoc16 and c16rtomb.
51409 * wcsmbs/Versions: Export mbrtoc16, c16rtomb, mbrtoc32, c32rtomb
51410 from libc for GLIBC_2.16.
51411 * wcsmbs/mbrtowc.c: Define mbrtoc32 alias.
51412 * wcsmbs/wcrtomb.c: Define c32rtomb alias.
51413 * wcsmbs/uchar.h: Really define mbstate_t.
51414 * wcsmbs/wchar.h: Allow defining mbstate_t in uchar.h.
51415 * wcsmbs/c16rtomb.c: New file.
51416 * wcsmbs/mbrtoc16.c: New file.
51417 * wcsmbs/wcsmbsload.c: Add static definitions for c16 conversions
51418 for C/POSIX locale.
51419 (__wcsmbs_load_conv): Do not fill in c16 routines yet.
51420 * wcsmbs/wcsmbsload.h (gconv_fcts): Add entries for c16 routines.
51421
dadebdae
UD
51422 * wcsmbs/wchar.h: Add missing __restrict.
51423
67371b56
UD
514242011-12-23 Ulrich Drepper <drepper@gmail.com>
51425
74033a25
UD
51426 [BZ #13532]
51427 * time/Makefile (routines): Add timespec_get.
51428 * time/Versions: Export timespec_get from libc for GLIBC_2.16.
51429 * time/time.h: Define TIME_UTC and declare timespec_get. Define
51430 timespec for ISO C11.
51431 * time/timespec_get.c: New file.
51432 * sysdeps/unix/sysv/linux/timespec_get.c: New file.
51433 * sysdeps/unix/sysv/linux/x86_64/timespec_get.c: New file.
51434
380d7e87
UD
51435 [BZ #13531]
51436 * malloc/malloc.c: Define alias aligned_alloc for public_mEMALIGn.
51437 * stdlib/stdlib.h: Declare aligned_alloc.
51438 * Versions.def: Add GLIBC_2.16 for libc.
51439 * malloc/Versions: Export aligned_alloc from libc for GLIBC_2.16.
51440
4e9e7a35
UD
51441 [BZ 13527]
51442 * stdlib/stdlib.h: Make at_quick_exit and quick_exit available for
51443 ISO C11.
51444
380d7e87 51445 * include/features.h: Define __USE_ISOCXX11 when compiling ISO C++11
8fd8ff3b
UD
51446 code.
51447
03a71829
UD
51448 [BZ #13528]
51449 * libio/stdio.h: Do not declare gets for ISO C11 and _GNU_SOURCE.
51450
839e283e
UD
51451 [BZ #13529]
51452 * assert/assert.h (static_assert): Define.
51453
ce5294e2 51454 * version.h: Update for 2.16 development version.
90fa7312 51455
8d44e150 51456 [BZ #13526]
d7809905
UD
51457 * include/features.h: Handle __STDC_VERSION__ >= 201112 and
51458 _ISOC11_SOURCE.
51459
c0da14cd
UD
51460 * version.h (RELEASE): Bump for 2.15 release.
51461 * include/features.h (__GLIBC_MINOR__): Bump to 15.
51462
530a3249
MP
51463 * sysdeps/x86_64/dl-machine.h: Fix typos in comments.
51464 Patch by Marek Polacek <mpolacek@redhat.com>.
51465
67371b56
UD
51466 * bits/byteswap.h: Protect long long constants with __extension__.
51467 * sysdeps/i386/bits/byteswap.h: Likewise.
51468 * sysdeps/ia64/bits/byteswap.h: Likewise.
51469 * sysdeps/s390/bits/byteswap.h: Likewise.
51470 * sysdeps/x86_64/bits/byteswap.h: Likewise.
51471
15db4de1
LD
514722011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51473
51474 [BZ #13540]
bbe315ea
LD
51475 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Fix overrun in
51476 destination buffer.
15db4de1
LD
51477 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: Likewise.
51478
2b2596b1
MP
514792011-12-23 Marek Polacek <polacek@redhat.com>
51480
51481 * elf/dl-addr.c (determine_info): Add inline keyword.
51482 * elf/tst-auditmod4b.c (check_avx): Likewise.
51483 * elf/tst-auditmod6b.c (check_avx): Likewise.
51484 * elf/tst-auditmod6c.c (check_avx): Likewise.
51485 * elf/tst-auditmod7b.c (check_avx): Likewise.
51486
70c6c246
UD
514872011-12-23 Ulrich Drepper <drepper@gmail.com>
51488
51489 * sysdeps/i386/fpu/bits/fenv.h (feraiseexcept): Also enable for
51490 !__SSE_MATH__.
51491
c044cf14
LD
514922011-12-23 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51493
15db4de1 51494 [BZ #13540]
c044cf14
LD
51495 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: Fix wrong copying
51496 processing for last bytes.
51497
6b13d9d9
BH
514982011-08-06 Bruno Haible <bruno@clisp.org>
51499
d455f537
BH
51500 [BZ #13061]
51501 * iconvdata/cp1258.c (comp_table_data): Combine U+00A8 U+0301 to
51502 U+0385, not to U+1FEE.
51503
6b13d9d9
BH
51504 [BZ #13062]
51505 * iconvdata/tcvn5712-1.c (comp_table_data): Remove useless and wrong
51506 entry for U+00A5 U+0301.
51507
db910efd
UD
515082011-12-22 Ulrich Drepper <drepper@gmail.com>
51509
27deeafc
UD
51510 [BZ #13166]
51511 * inet/getnameinfo.c (getnameinfo): Return EAI_OVERFLOW if the
51512 buffer for the output is too small.
51513
aed9d171
UD
51514 * sysdeps/i386/fpu/bits/fenv.h [__SSE_MATH__]: Add feraiseexcept
51515 optimization.
51516
db910efd
UD
51517 [BZ #13185]
51518 * sysdeps/i386/fpu/fgetexcptflg.c (__fegetexceptflag): Also return
51519 SSE flags if possible.
51520
2bd779ae
LD
515212011-12-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51522
e7f9dac3 51523 [BZ #13540]
2bd779ae
LD
51524 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Fix wrong copying
51525 processing for last bytes.
51526
154bfc16
JM
515272011-12-22 Joseph Myers <joseph@codesourcery.com>
51528
51529 * sysdeps/unix/sysv/linux/Makefile (syscall-list-variants)
51530 (syscall-list-default-options, syscall-list-default-condition)
51531 (syscall-list-includes): Define.
51532 ($(objpfx)syscall-%.h $(objpfx)syscall-%.d): Support arbitrary
51533 list of ABIs and options and #if conditions for each ABI. Do not
51534 handle common syscalls between ABIs specially.
51535 * sysdeps/unix/sysv/linux/powerpc/Makefile (64bit-predefine):
51536 Remove.
51537 (syscall-list-variants, syscall-list-32bit-options)
51538 (syscall-list-32bit-condition, syscall-list-64bit-options)
51539 (syscall-list-64bit-condition): Define.
51540 * sysdeps/unix/sysv/linux/s390/Makefile (64bit-predefine): Remove.
51541 (syscall-list-variants, syscall-list-32bit-options)
51542 (syscall-list-32bit-condition, syscall-list-64bit-options)
51543 (syscall-list-64bit-condition): Define.
51544 * sysdeps/unix/sysv/linux/sparc/Makefile (64bit-predefine):
51545 Remove.
51546 (syscall-list-variants, syscall-list-32bit-options)
51547 (syscall-list-32bit-condition, syscall-list-64bit-options)
51548 (syscall-list-64bit-condition): Define.
51549 * sysdeps/unix/sysv/linux/x86_64/Makefile (64bit-predefine):
51550 Remove.
51551 (syscall-list-variants, syscall-list-32bit-options)
51552 (syscall-list-32bit-condition, syscall-list-64bit-options)
51553 (syscall-list-64bit-condition): Define.
51554
21eaf3a5
UD
515552011-12-22 Ulrich Drepper <drepper@gmail.com>
51556
16c6f992
UD
51557 * locale/iso-639.def: Add brx entry.
51558
41043168
UD
51559 [BZ #13328]
51560 * malloc/mtrace.c (tr_freehook): Avoid unnecessary unlock/lock.
51561 Proposed by Mariusz_Cukr <marcukr@op.pl>.
51562
21eaf3a5
UD
51563 * sysdeps/x86_64/fpu/bits/fenv.h: Use __REDIRECT_NTH for
51564 __feraiseexcept_renamed.
51565
e3a851a2
UD
515662011-12-21 Ulrich Drepper <drepper@gmail.com>
51567
4920765e
UD
51568 [BZ #13538]
51569 * sysdeps/unix/sysv/linux/sys/epoll.h: Initialize EPOLLONESHOT and
51570 EPOLLET with unsigned values.
51571 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Likewise.
51572 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h: Likewise.
51573
e3a851a2
UD
51574 * math/s_cacosh.c: Use Kahan's formula if the subtraction could lead
51575 to large cancellation.
51576 * math/s_cacoshf.c: Likewise.
51577 * math/s_cacoshl.c: Likewise.
51578
b27e24b8
RK
515792011-11-18 Richard B. Kreckel <kreckel@ginac.de>
51580
51581 [BZ #13305]
aebefeee 51582 [BZ #12786]
b27e24b8
RK
51583 * math/s_cacosh.c: Fix rare miscomputation in cacosh().
51584 * math/s_cacoshf.c: Likewise.
51585 * math/s_cacoshl.c: Likewise.
51586
ee190f67
UD
515872011-12-21 Ulrich Drepper <drepper@gmail.com>
51588
51589 [BZ #13439]
51590 * iconv/gconv.h: Define __GCONV_SWAP.
51591 * iconvdata/unicode.c: The swap bit must be stored in __flags.
51592 * iconvdata/utf-16.c: Likewise.
51593 * iconvdata/utf-32.c: Likewise.
51594
707f25df
AS
515952011-12-21 Andreas Schwab <schwab@linux-m68k.org>
51596
51597 [BZ #13524]
51598 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Clear lowest limb of
51599 numerator after shifting it by one limb.
51600
d2daaa1e
RÁE
516012011-12-19 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
51602
51603 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Define it only
51604 under [__USE_EXTERN_INLINES].
51605
a4647e72
UD
516062011-12-17 Ulrich Drepper <drepper@gmail.com>
51607
51608 [BZ #13446]
51609 * stdio-common/vfprintf.c (vfprintf): Fix extension of specs array.
51610
f0b264f1
AZ
516112011-11-22 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
51612
51613 * sysdeps/powerpc/Makefile: Added locale-defines.sym generation.
51614 * sysdeps/powerpc/locale-defines.sym: Locale definitions for strcasecmp
51615 optimized code.
51616 * sysdeps/powerpc/powerpc32/power7/Makefile: New file.
51617 * sysdeps/powerpc/powerpc32/power7/strcasecmp.S: New file.
51618 * sysdeps/powerpc/powerpc32/power7/strcasecmp_l.S: New file.
51619 * sysdeps/powerpc/powerpc64/power7/Makefile: Added unroll-loop option
51620 for strncasecmp/strncasecmp_l compilation.
51621 * sysdeps/powerpc/powerpc64/power7/strcasecmp.S: New file.
51622 * sysdeps/powerpc/powerpc64/power7/strcasecmp_l.S: New file.
51623
8ef4f244
MP
516242011-12-08 Marek Polacek <mpolacek@redhat.com>
51625
51626 [BZ #13484]
51627 * math/bits/math-finite.h: Use __REDIRECT_NTH and __NTH instead
51628 of __asm__.
51629
97ac2654
UD
516302011-12-17 Ulrich Drepper <drepper@gmail.com>
51631
51632 [BZ #13506]
51633 * time/tzfile.c (__tzfile_read): Check values from file header.
51634
91d2a845
WS
516352011-11-21 Will Schmidt <will_schmidt@vnet.ibm.com>
51636
51637 * powerpc/powerpc32/sysdep.h: Define SETUP_GOT_ACCESS() macro.
51638 * powerpc/powerpc32/a2/memcpy.S: Use SETUP_GOT_ACCESS() macro.
51639 * powerpc/powerpc32/dl-start.S: Likewise.
51640 * powerpc/powerpc32/elf/start.S: Likewise.
51641 * powerpc/powerpc32/fpu/__longjmp-common.S: Likewise.
51642 * powerpc/powerpc32/fpu/s_ceil.S: Likewise.
51643 * powerpc/powerpc32/fpu/s_ceilf.S: Likewise.
51644 * powerpc/powerpc32/fpu/s_floor.S: Likewise.
51645 * powerpc/powerpc32/fpu/s_floorf.S: Likewise.
51646 * powerpc/powerpc32/fpu/s_lround.S: Likewise.
51647 * powerpc/powerpc32/fpu/s_rint.S: Likewise.
51648 * powerpc/powerpc32/fpu/s_rintf.S: Likewise.
51649 * powerpc/powerpc32/fpu/s_round.S: Likewise.
51650 * powerpc/powerpc32/fpu/s_roundf.S: Likewise.
51651 * powerpc/powerpc32/fpu/s_trunc.S: Likewise.
51652 * powerpc/powerpc32/fpu/s_truncf.S: Likewise.
51653 * powerpc/powerpc32/fpu/setjmp-common.S: Likewise.
51654 * powerpc/powerpc32/memset.S: Likewise.
51655 * powerpc/powerpc32/power4/fpu/s_llround.S: Likewise.
51656 * powerpc/powerpc32/power4/fpu/w_sqrt.S: Likewise.
51657 * powerpc/powerpc32/power4/fpu/w_sqrtf.S: Likewise.
51658 * powerpc/powerpc32/power5/fpu/w_sqrt.S: Likewise.
51659 * powerpc/powerpc32/power5/fpu/w_sqrtf.S: Likewise.
51660 * powerpc/powerpc32/power7/fpu/s_finite.S: Likewise.
51661 * powerpc/powerpc32/power7/fpu/s_isinf.S: Likewise.
51662 * powerpc/powerpc32/power7/fpu/s_isnan.S: Likewise.
51663 * unix/sysv/linux/powerpc/powerpc32/____longjmp_chk.S: Likewise.
51664 * unix/sysv/linux/powerpc/powerpc32/brk.S: Likewise.
51665 * unix/sysv/linux/powerpc/powerpc32/getcontext-common.S: Likewise.
51666 * unix/sysv/linux/powerpc/powerpc32/setcontext-common.S: Likewise.
51667 * unix/sysv/linux/powerpc/powerpc32/swapcontext-common.S: Likewise.
51668
a1267ba1
AZ
516692011-11-18 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
51670
51671 * math/libm-test.inc: Added more nearbyint tests.
51672 * sysdeps/powerpc/powerpc32/fpu/s_nearbyint.S: New file.
51673 * sysdeps/powerpc/powerpc32/fpu/s_nearbyintf.S: New file.
51674 * sysdeps/powerpc/powerpc64/fpu/s_nearbyint.S: New file.
51675 * sysdeps/powerpc/powerpc64/fpu/s_nearbyintf.S: New file.
51676
ad8ac1bd
RL
516772011-11-21 Ross Lagerwall <rosslagerwall@gmail.com>
51678
51679 * resolv/res_init.c (__res_vinit): Open /etc/resolv.conf with
51680 FD_CLOEXEC.
51681
1d3e4b61
UD
516822011-11-14 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51683
51684 * sysdeps/x86_64/multiarch/Makefile [subdir=wcsmbs] (sysdep_routines):
51685 Add wcscpy-ssse3 wcscpy-c.
51686 * sysdeps/x86_64/multiarch/wcscpy-ssse3.S: New file.
51687 * sysdeps/x86_64/multiarch/wcscpy-c.c: New file.
51688 * sysdeps/x86_64/multiarch/wcscpy.S: New file.
51689 * sysdeps/x86_64/wcschr.S: New file.
51690 * sysdeps/x86_64/wcsrchr.S: New file.
51691 * string/test-strcmp.c: Remove checking of wcscmp function for
51692 wrong alignments.
51693 * sysdeps/i386/i686/multiarch/Makefile [subdir=wcsmbs]
51694 (sysdep_routines): Add wcscpy-ssse3 wcscpy-c wcschr-sse2 wcschr-c
51695 wcsrchr-sse2 wcsrchr-c.
51696 * sysdeps/i386/i686/multiarch/wcschr.S: New file.
51697 * sysdeps/i386/i686/multiarch/wcschr-c.c: New file.
51698 * sysdeps/i386/i686/multiarch/wcschr-sse2.S: New file.
51699 * sysdeps/i386/i686/multiarch/wcsrchr.S: New file.
51700 * sysdeps/i386/i686/multiarch/wcsrchr-c.c: New file.
51701 * sysdeps/i386/i686/multiarch/wcsrchr-sse2.S: New file.
51702 * sysdeps/i386/i686/multiarch/wcscpy.S: New file.
51703 * sysdeps/i386/i686/multiarch/wcscpy-c.c: New file.
51704 * sysdeps/i386/i686/multiarch/wcscpy-ssse3.S: New file.
51705 * wcsmbc/wcschr.c (WCSCHR): New macro.
51706
5b330a2d
UD
517072011-11-17 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
51708
51709 * wcsmbs/Makefile (strop-tests): Add wcsrchr wcscpy.
51710 * wcsmbs/test-wcsrchr.c: New file.
51711 * string/test-strrchr.c: Add wcsrchr support.
51712 (WIDE): New macro.
51713 * wcsmbs/test-wcscpy.c: New file.
51714 * string/test-strcpy.c: Add wcscpy support.
51715 (WIDE): New macro.
26428b7c 51716
f039c043
UD
517172011-12-10 Ulrich Drepper <drepper@gmail.com>
51718
51719 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Lift one operation out of
51720 the inner loop.
51721
850fb039
AS
517222011-12-06 Andreas Schwab <schwab@linux-m68k.org>
51723
51724 [BZ #13472]
51725 * sysdeps/powerpc/fpu/e_hypot.c (twoM600): Correct value.
51726
4efbd5cb
UD
517272011-12-04 Ulrich Drepper <drepper@gmail.com>
51728
52ff5dd0 51729 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Fix attribute.
52ad36a2 51730 Minor optimizations.
52ff5dd0 51731
4efbd5cb
UD
51732 * sunrpc/clnt_unix.c (clntunix_control): Fix aliasing issues.
51733 * sunrpc/clnt_tcp.c (clnttcp_control): Likewise.
51734 * sunrpc/clnt_udp.c (clntudp_call): Likewise.
51735
8a426e12
UD
517362011-12-03 Ulrich Drepper <drepper@gmail.com>
51737
aff2453d
UD
51738 * inet/netinet/in.h: Provide versions of IN6_IS_ADDR_UNSPECIFIED,
51739 IN6_IS_ADDR_LOOPBACK, IN6_IS_ADDR_LINKLOCAL, IN6_IS_ADDR_SITELOCAL,
51740 IN6_IS_ADDR_V4MAPPED, IN6_IS_ADDR_V4COMPAT, and IN6_ARE_ADDR_EQUAL
51741 for gcc to avoid warnings.
51742 * inet/Makefile (tests): Add tst-checks.
51743 * inet/tst-checks.c: New file.
51744
51745 * sysdeps/generic/dl-hash.h (_dl_elf_hash): Add attribute to avoid
51746 warning.
51747
51748 * sysdeps/x86_64/multiarch/wmemcmp-c.c: Provide prototype for
51749 __wmemcmp_sse2.
51750
51751 * sysdeps/x86_64/fpu/s_scalbln.c: Removed.
51752 * sysdeps/x86_64/fpu/s_scalbn.c: Removed.
51753
8a426e12
UD
51754 * malloc/mcheck.h: Fix use of incorrect encoding in comment.
51755
9bea3473
UD
517562011-12-02 Ulrich Drepper <drepper@gmail.com>
51757
3a965496
UD
51758 * nis/nis_findserv.c (__nis_findfastest_with_timeout): Avoid aliasing
51759 problem.
51760
9bea3473
UD
51761 * nscd/aicache.c (addhstaiX): Avoid unused variable warning.
51762
f101631b
UD
517632011-11-29 Joseph Myers <joseph@codesourcery.com>
51764
51765 * sysdeps/unix/sysv/linux/sh/bits/atomic.h (rNOSP): Define
51766 conditional on GCC version.
51767 (__arch_compare_and_exchange_val_8_acq)
51768 (__arch_compare_and_exchange_val_16_acq)
51769 (__arch_compare_and_exchange_val_32_acq, atomic_exchange_and_add)
51770 (atomic_add, atomic_add_negative, atomic_add_zero, atomic_bit_set)
51771 (atomic_bit_test_set): Use rNOSP instead of "r" constraints.
51772
a98275aa
UD
517732011-12-02 Joseph Myers <joseph@codesourcery.com>
51774
51775 * sysdeps/sh/backtrace.c: New file.
51776
d4cc29a2
AS
517772011-12-02 Andreas Schwab <schwab@redhat.com>
51778
51779 * misc/bits/select2.h (__FD_ELT): Mark as extension. Add
51780 parenthesis.
51781
6257af2d
AS
517822011-12-01 Andreas Schwab <schwab@redhat.com>
51783
51784 * sysdeps/unix/sysv/linux/futimes.c: Truncate time values when
51785 falling back to utime.
51786
b5f44c1a
AS
517872011-11-30 Andreas Schwab <schwab@redhat.com>
51788
51789 * sysdeps/s390/fpu/libm-test-ulps: Relax cpow (2 + 3 i, 4 + 0 i)
51790 expectations for float.
51791
f3a6cc0a
AS
517922011-11-29 Andreas Schwab <schwab@redhat.com>
51793
51794 * locale/weight.h (findidx): Add parameter len.
51795 * locale/weightwc.h (findidx): Likewise.
51796 * posix/fnmatch_loop.c (FCT): Adjust caller.
51797 * posix/regcomp.c (build_equiv_class): Likewise.
51798 * posix/regex_internal.h (re_string_elem_size_at): Likewise.
51799 * posix/regexec.c (check_node_accept_bytes): Likewise.
51800 * string/strcoll_l.c (STRCOLL): Likewise.
51801 * string/strxfrm_l.c (STRXFRM): Likewise.
51802
9d65ea3a
UD
518032011-11-17 Ulrich Drepper <drepper@gmail.com>
51804
51805 * Makefile.in: Remove CVSOPT handling.
51806 * configure.in: Remove use of AC_REVISION.
51807 * iconvdata/Makefile (distribute): No need to filter out CVS.
51808 * scripts/list-sources.sh: Remove CVS, subversion and monotone
51809 handling.
51810
5583a086
AS
518112011-11-16 Andreas Schwab <schwab@redhat.com>
51812
51813 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S
51814 [USE_AS_STRCASECMP_L]: Fix argument offsets for non-PIC.
51815 [USE_AS_STRNCASECMP_L]: Likewise.
51816 (__strcasecmp_ssse3, __strncasecmp_ssse3): Handle
51817 NO_TLS_DIRECT_SEG_REFS.
51818 * sysdeps/i386/i686/multiarch/strcmp-sse4.S [USE_AS_STRCASECMP_L]:
51819 Fix argument offsets for non-PIC.
51820 [USE_AS_STRNCASECMP_L]: Likewise.
51821 (__strcasecmp_sse4_2, __strncasecmp_sse4_2): Handle
51822 NO_TLS_DIRECT_SEG_REFS.
51823
d62a8200
UD
518242011-11-15 Ulrich Drepper <drepper@gmail.com>
51825
9d65ea3a 51826 * locale/loadarchive.c (_nl_load_locale_from_archive): Open files with
d62a8200
UD
51827 O_CLOEXEC.
51828 * locale/loadlocale.c (_nl_load_locale): Likewise.
51829
09f93bd3
AS
518302011-11-15 Andreas Schwab <schwab@redhat.com>
51831
446514f9
AS
51832 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU)
51833 [__ASSUME_POSIX_CPU_TIMERS > 0]: Assign to retval and break.
51834 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c
51835 (SYSCALL_GETTIME): Set errno on error.
51836
09f93bd3
AS
51837 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Properly
51838 count references to noai6ai_cached.
51839
312be3f9
UD
518402011-11-15 Ulrich Drepper <drepper@gmail.com>
51841
51842 * time/getdate.c (__getdate_r): Set FD_CLOEXEC for given file.
51843
51844 * sysdeps/unix/sysv/linux/readonly-area.c (__readonly_area): Set
51845 FD_CLOEXEC for /proc/self/maps.
51846
51847 * sysdeps/unix/sysv/linux/getsysstats.c (phys_pages_info): Set
51848 FD_CLOEXEC for /proc/meminfo.
51849
51850 * sysdeps/posix/getaddrinfo.c (gaiconf_init): Set FD_CLOEXEC for
51851 gai.conf.
51852
51853 * resolv/res_query.c (res_hostalias): Don't allow cancellation and set
51854 FD_CLOEXEC for given file.
51855
51856 * resolv/res_hconf.c (do_init): Set FD_CLOEXEC for host.conf.
51857
51858 * resolv/gethnamaddr.c (_sethtent): Don't allow cancellation and set
51859 FD_CLOEXEC for /etc/hosts.
51860 (_gethtent): Likewise.
51861
51862 * nss/nsswitch.c (nss_parse_file): Set FD_CLOEXEC.
51863
51864 * nss/nss_files/files-netgrp.c (_nss_files_setnetgrent): Don't allow
51865 cancellation and set FD_CLOEXEC for /etc/netgroup.
51866
51867 * nss/nss_files/files-key.c (search): Don't allow cancellation when
51868 reading /etc/publickey.
51869
51870 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Don't
51871 allow cancellation when reading /etc/group.
51872
51873 * nss/nss_files/files-alias.c (internal_setent): Don't allow
51874 cancellation.
51875 (get_next_alias): Likewise for included file. Also set FD_CLOEXEC.
51876
51877 * nss/nss_files/files-XXX.c (internal_setent): Don't allow cancellation
51878 when using data file.
51879
51880 * nis/nss-default.c (init): Set FD_CLOEXEC for /etc/default/nss.
51881
51882 * nis/nis_file.c (read_nis_obj): Set FD_CLOEXEC.
51883 (write_nis_obj): Use "c" and "e" in fopen.
51884
51885 * misc/mntent_r.c (__setmntent): Also append e to fopen format.
51886
51887 * misc/getusershell.c (initshells): Set FD_CLOEXEC for /etc/shells.
51888
51889 * misc/getttyent.c (setttyent): Set FD_CLOEXEC.
51890
51891 * misc/getpass.c (getpass): Set FD_CLOEXEC for /dev/tty.
51892
51893 * intl/localealias.c (read_alias_file): Set FD_CLOEXEC for
51894 locale.alias.
51895
51896 * inet/ruserpass.c (ruserpass): Set FD_CLOEXEC for .netrc.
51897
51898 * inet/rcmd.c (iruserfopen): Set FD_CLOEXEC for hosts.equiv.
51899
51900 * iconv/gconv_conf.c (read_conf_file): Set FD_CLOEXEC for config file.
51901
51902 * hesiod/hesiod.c (parse_config_file): Prevent cancellation in config
51903 file parsing and set FD_CLOEXEC.
51904
82af0fa8
UD
519052011-11-14 Ulrich Drepper <drepper@gmail.com>
51906
51907 * time/tzfile.c (__tzfile_read): Use "e" in fopen call.
51908
a5fb313c
AS
519092011-11-14 Andreas Schwab <schwab@redhat.com>
51910
51911 * malloc/arena.c (arena_get2): Don't call reused_arena when
51912 _int_new_arena failed.
51913
6abf3465
UD
519142011-11-14 Ulrich Drepper <drepper@gmail.com>
51915
51916 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]
51917 (sysdep_routines): Add strcasecmp_l-sse4 and strncase_l-sse4.
51918 * sysdeps/i386/i686/multiarch/strcasecmp.S: Re-enable SSE4.2 code.
51919 * sysdeps/i386/i686/multiarch/strcmp.S: Likewise.
51920 * sysdeps/i386/i686/multiarch/strncase.S: Likewise.
51921 * sysdeps/i386/i686/multiarch/strcmp-sse4.S: Change to allow reuse
51922 to compile strcasecmp and strncasecmp.
51923 * sysdeps/i386/i686/multiarch/strcasecmp_l-sse4.S: New file.
51924 * sysdeps/i386/i686/multiarch/strncase_l-sse4.S: New file.
51925
51926 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Use L macro consistently.
51927
76e3966e
UD
519282011-11-13 Ulrich Drepper <drepper@gmail.com>
51929
51930 * sysdeps/i386/i686/multiarch/Makefile [subdir=string]: Add
51931 locale-defines.sym to gen-as-const-headers.
51932 (sysdep_routines): Add strcasecmp_l-c, strcasecmp-c,
51933 strcasecmp_l-ssse3, strncase_l-c, strncase-c, and strncase_l-ssse3.
51934 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Change to allow reuse
51935 to compile strcasecmp and strncasecmp.
51936 * sysdeps/i386/i686/multiarch/strcmp.S: Allow to use for
51937 strcasecmp_l and strncasecmp_l.
51938 * sysdeps/i386/i686/multiarch/locale-defines.sym: New file.
51939 * sysdeps/i386/i686/multiarch/strcasecmp-c.c: New file.
51940 * sysdeps/i386/i686/multiarch/strcasecmp.S: New file.
51941 * sysdeps/i386/i686/multiarch/strcasecmp_l-c.c: New file.
51942 * sysdeps/i386/i686/multiarch/strcasecmp_l-ssse3.S: New file.
51943 * sysdeps/i386/i686/multiarch/strcasecmp_l.S: New file.
51944 * sysdeps/i386/i686/multiarch/strncase-c.c: New file.
51945 * sysdeps/i386/i686/multiarch/strncase.S: New file.
51946 * sysdeps/i386/i686/multiarch/strncase_l-c.c: New file.
51947 * sysdeps/i386/i686/multiarch/strncase_l-ssse3.S: New file.
51948 * sysdeps/i386/i686/multiarch/strncase_l.S: New file.
51949
ab26144e
UD
519502011-11-12 Ulrich Drepper <drepper@gmail.com>
51951
7edb22ef
UD
51952 * sysdeps/unix/clock_gettime.c (clock_gettime): No need to assign
51953 result of SYSDEP_GETTIME_CPU to retval.
51954 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSDEP_GETTIME_CPU): Add
51955 parameter list to macro. Remove trailing semicolon. Adjust users.
51956
9694fc44
UD
51957 * resolv/getaddrinfo_a.c (getaddrinfo_a): Avoid warning about unused
51958 variable.
51959
8ad89ef8
UD
51960 * sysdeps/ieee754/ldbl-96/e_j0l.c (__ieee754_j0l): Avoid storing
51961 mantissa words.
51962 * sysdeps/ieee754/ldbl-96/e_j1l.c (__ieee754_j1l): Likewise.
51963
0c822ef9
UD
51964 * sysdeps/ieee754/ldbl-96/e_hypotl.c (__ieee754_hypotl): Avoid warning
51965 from unused variable.
51966
874e0564
UD
51967 * sysdeps/generic/sysdep.h: Clean up, pretty print, use dwarf2.h for
51968 DWARF definitions.
51969 * sysdeps/generic/dwarf2.h: Don't define enums when using the file
51970 for assembling.
51971
3a2edc79
UD
51972 * elf/dl-iteratephdr.c [!SHARED] (__dl_iterate_phdr): Don't iterate
51973 over namespaces.
51974
f3c2577f
UD
51975 * sunrpc/rpc_prot.c (rejected): Fix case value.
51976
294ce126
UD
51977 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS): Use
51978 unsigned long long int to avoid warnings in shift.
51979
5e2b63c6
UD
51980 * posix/regex_internal.c (re_string_reconstruct): Actually use result
51981 of use of trans.
51982 * posix/regex_internal.h (re_string_wchar_at): Remove temporary
51983 variable tmp.
51984
e7f4b08e
UD
51985 * sysdeps/i386/i686/multiarch/wcscmp-c.c: Avoid warning.
51986 * sysdeps/i386/i686/multiarch/wcslen-c.c: Likewise.
51987 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: Likewise.
51988
ab26144e
UD
51989 * nis/nis_table.c (nis_list): Use variable of correct type for
51990 result of __follow_path call.
51991
8a6d5255
AZ
519922011-11-07 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
51993
51994 * sysdeps/powerpc/fpu/math_private.h: Using inline assembly version
51995 of math functions ceil, trunc, floor, round, and sqrt, when
51996 avaliable on the platform.
51997 * sysdeps/powerpc/fpu/e_sqrt.c: Undefine __ieee754_sqrt to avoid
51998 name clash.
51999 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
52000 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
52001 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
52002
aaddc98c
MP
520032011-10-30 Marek Polacek <mpolacek@redhat.com>
52004
52005 * libio/wfileops.c (_IO_wfile_underflow_mmap): Remove unused variable.
52006 * sysdeps/ieee754/dbl-64/mpsqrt.c (__mpsqrt): Likewise.
52007
95b7042b
RM
520082011-11-11 Roland McGrath <roland@hack.frob.com>
52009
52010 * include/unistd.h: Fix __readlink return type.
52011 Reported by Chris Metcalf <cmetcalf@tilera.com>.
52012
57769839
UD
520132011-11-11 Ulrich Drepper <drepper@gmail.com>
52014
52015 * stdlib/ucontext.h: Undo last change for makecontext.
52016
edc5984d
AS
520172011-11-11 Andreas Schwab <schwab@redhat.com>
52018
98591e58
AS
52019 * nss/db-Makefile ($(VAR_DB)/group.db): Fix typo in awk script.
52020
edc5984d
AS
52021 * misc/sys/cdefs.h (__REDIRECT_NTHNL): Define.
52022 * setjmp/setjmp.h: Mark functions as non-leaf.
52023 * setjmp/bits/setjmp2.h: Likewise.
52024 * stdlib/ucontext.h: Likewise.
52025
77cdc054
AS
520262011-11-10 Andreas Schwab <schwab@redhat.com>
52027
52028 * malloc/arena.c (_int_new_arena): Don't increment narenas.
52029 (reused_arena): Don't check arena limit.
52030 (arena_get2): Atomically check arena limit.
52031
fe72eebd
UD
520322011-11-08 Ulrich Drepper <drepper@gmail.com>
52033
5f078c32
UD
52034 * locale/findlocale.c (_nl_find_locale): Use __strcasecmp_l.
52035 * intl/localealias.c (strcasecmp): Define using __strcasecmp_l.
52036
fe72eebd
UD
52037 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S: Remove unnecessary
52038 instructions.
52039
ae1bc2fa
AS
520402011-11-07 Andreas Schwab <schwab@redhat.com>
52041
7583a88d
AS
52042 * libio/genops.c (_IO_flush_all_lockp): Only register cleanup
52043 handler when locking.
52044
ae1bc2fa
AS
52045 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
52046 Fix size of allocated buffer.
52047
10fb0bfa
AS
520482011-11-04 Andreas Schwab <schwab@redhat.com>
52049
998832a4
AS
52050 [BZ #10103]
52051 * math/math.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Provide
52052 declarations for long double functions.
52053 * math/complex.h [__NO_LONG_DOUBLE_MATH && !_LIBC]: Likewise.
52054
10fb0bfa
AS
52055 * elf/sprof.c (load_shobj): Fix off-by-one when reading link name.
52056
3d7ba52b
AS
520572011-11-03 Andreas Schwab <schwab@redhat.com>
52058
a9ae54a1
AS
52059 * nscd/nscd.c (main): Don't start AVC thread until credentials are
52060 installed.
52061
3d7ba52b
AS
52062 * nss/makedb.c (set_file_creation_context): Do nothing if SELinux
52063 is disabled.
52064
bc8db248
ST
520652011-11-02 Samuel Thibault <samuel.thibault@ens-lyon.org>
52066
52067 * bits/ioctl-types.h (_IOT_sgttyb): Set number of chars to 4.
52068
45b96dd6
AS
520692011-11-01 Andreas Schwab <schwab@linux-m68k.org>
52070
647776f6
AS
52071 * include/alloca.h (stackinfo_alloca_round): Define.
52072 (extend_alloca): Use it.
52073 [_STACK_GROWS_UP]: Correct check for adjacent allocation.
52074 * elf/dl-deps.c (_dl_map_object_deps): Don't round alloca size
52075 here.
52076
d91a8b93
AS
52077 * scripts/check-local-headers.sh: Ignore libaudit.h.
52078
45b96dd6
AS
52079 * nscd/Makefile (extra-objs): Make recursively expanded.
52080
432d41ce
UD
520812011-11-01 Ulrich Drepper <drepper@gmail.com>
52082
34372fc6
UD
52083 * sysdeps/x86_64/strcmp.S: Fix test for non-ASCII locales.
52084 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Likewise.
52085
fadb59f8
UD
52086 * posix/tst-rfc3484.c: Add missing __free_in6ai dummy function.
52087 * posix/tst-rfc3484-2.c: Likewise.
52088 * posix/tst-rfc3484-3.c: Likewise.
52089
78239589
UD
52090 * sysdeps/unix/sysv/linux/bits/uio.h: Declare process_vm_readv and
52091 process_vm_writev.
52092 * sysdeps/unix/sysv/linux/syscalls.list: Add process_vm_readv and
52093 process_vm_writev.
52094 * sysdeps/unix/sysv/linux/Versions: Export process_vm_readv and
52095 process_vm_writev from libc using GLIBC_2.15 version.
52096
432d41ce
UD
52097 * nscd/connections.c: Use kernel headers instead of <netlink/netlink.h>.
52098
02f9c6cf
PP
520992011-10-31 Paul Pluzhnikov <ppluzhnikov@google.com>
52100
52101 * elf/dl-deps.c (_dl_map_object_deps): Reuse alloca space to reduce
52102 stack usage.
52103
3a2c0242
UD
521042011-10-31 Ulrich Drepper <drepper@gmail.com>
52105
f4ec4833
UD
52106 [BZ #13367]
52107 * nss/getent.c (initgroups_keys): Show error message in case no group
52108 names are given.
52109
3a2c0242
UD
52110 * include/ifaddrs.h: Declare __free_in6ai and __bump_nl_timestamp.
52111 * inet/check_pf.c: Provide dummy versions of __free_in6ai and
52112 __bump_nl_timestamp.
52113 * nscd/connections (nscd_init): When host database is served open
52114 netlink socket and request notification about configuration changes.
52115 (main_loop_poll): Track netlink file descriptor and bump timestamp
52116 in case data becomes available.
52117 (main_loop_epoll): Likewise.
52118 * nscd/nscd-client.h (DB_VERSION): Bump to 2.
52119 (database_pers_head): Add extra_data fileds.
52120 Declare __nscd_get_mapping and __nscd_get_nl_timestamp.
52121 * nscd/nscd_gethst_r.c (__nscd_get_nl_timestamp): New function.
52122 * nscd/nscd_helper.c (__nscd_get_mapping): Renamed from get_mapping.
52123 Adjust caller.
52124 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Don't call free on
52125 in6ai data, call __free_in6ai.
52126 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd] (sysdep-CFLAGS):
52127 Add -DHAVE_NETLINK.
52128 * sysdeps/unix/sysv/linux/check_pf.c: Major rewrite. Cache the
52129 interface information. Reuse previous data if netlink timestamp
52130 is not changed.
52131 (__bump_nl_timestamp): New function.
52132 (__free_in6ai): New function.
52133
636064eb
UD
521342011-10-30 Ulrich Drepper <drepper@gmail.com>
52135
52136 * sysdeps/unix/sysv/linux/check_pf.c (make_request): Don't call
52137 close_not_cancel_no_status here.
52138 (__check_pf): Reorganize code a bit to not call close twice if OOM.
52139
9beb2334
UD
521402011-10-29 Ulrich Drepper <drepper@gmail.com>
52141
6ef76f3b
UD
52142 [BZ #13276]
52143 * malloc/malloc.c (munmap_chunk): Don't use assertion to check munmap
52144 return value.
52145
0ffc4f3e 52146 * posix/sys/wait.h: Mark wait3 and wait4 with __THROWNL.
9beb2334
UD
52147 * libio/stdio.h: Mark sprintf, vsprintf snprintf, vsnprintf, vasprintf,
52148 asprintf, __asprintf, obstack_printf, obstack_vprintf with __THROWNL.
52149
cb95113e
UD
521502011-07-03 Andreas Jaeger <aj@suse.de>
52151
52152 [BZ #10709]
52153 * sysdeps/ieee754/dbl-64/s_sin.c (__sin): Fix incorrect rounding
52154 of sin. Patch suggested by Paul Zimmermann <zimmerma+gcc@loria.fr>.
52155 * math/libm-test.inc (sin_test): Add test case.
52156
a1b560ff
UD
521572011-10-29 Ulrich Drepper <drepper@gmail.com>
52158
c9aaface
UD
52159 [BZ #13337]
52160 * elf/sprof.c (load_shobj): Correctly NUL-terminate link name.
52161 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52162
d272e7f1
UD
52163 * elf/chroot_canon.c (chroot_canon): Cleanups.
52164
1bc33071
UD
52165 * elf/dl-lookup.c (_dl_setup_hash): Avoid warning.
52166
1760874d
TJ
52167 [BZ #13335]
52168 * elf/chroot_canon.c (chroot_canon): Fix readlink call.
52169 Patch by Thomas Jarosch <thomas.jarosch@intra2net.com>.
52170
51d91b18
UD
52171 * string/test-strchr.c: Make usable for strchrnul testing.
52172 * string/test-strchrnul.c: New file.
52173 * string/Makefile (strop-tests): Add strchrnul.
52174
a1b560ff 52175 * po/it.po: Update from translation team.
b611fb81 52176 * po/es.po: Likewise.
a1b560ff 52177
a5b81e1f
UD
521782011-10-28 Ulrich Drepper <drepper@gmail.com>
52179
fd52bc6d
UD
52180 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Take
52181 the three constants needed as parameters. Drop the others.
52182 (strcasestr_sse42): Load uclow, uchigh, and lcqword and pass to
52183 __m128i_strloadu_tolower.
52e4b9eb
UD
52184 Create and initialize variable zero and use it in all the places
52185 where _mm_setzero_si128 was used.
fd52bc6d 52186
a5b81e1f
UD
52187 * sysdeps/x86_64/fpu/multiarch/Makefile: Don't build brandred-avx.c,
52188 doasin-avx.c, dosincos-avx.c, e_asin-avx.c, mpatan-avx.c,
52189 mpatan2-avx.c, mpsqrt-avx.c, mptan-avx.c, sincos32-avx.c.
52190 * sysdeps/x86_64/fpu/multiarch/e_asin.c: There are no _avx variants
52191 anymore.
52192 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: Don't redirect __mpatan2.
52193 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: Don't redirect __mpatan.
52194 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: Don't redirect __branred,
52195 __docos, __dubsin, __mpcos, __mpcos1, __mpsin, __mpsin1.
52196 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: Don't redirect __branred,
52197 __mpranred, __mptan.
52198 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: Removed.
52199 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: Removed.
52200 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: Removed.
52201 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: Removed.
52202 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: Removed.
52203 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: Removed.
52204 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: Removed.
52205 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: Removed.
52206 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: Removed.
52207
b4343346
AS
522082011-10-28 Andreas Schwab <schwab@redhat.com>
52209
0c92d8a8
AS
52210 * sysdeps/i386/i686/multiarch/strnlen-c.c (libc_hidden_def): Only
52211 redefine if SHARED.
52212 * sysdeps/i386/i686/multiarch/wcscmp-c.c (libc_hidden_def): Likewise.
52213
b4343346
AS
52214 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Move
52215 wide char related routines to wcsmbs subdir.
52216
3871f58f
AS
522172011-10-27 Andreas Schwab <schwab@redhat.com>
52218
52219 [BZ #13344]
52220 * misc/sys/cdefs.h (__THROWNL): Define.
52221 * posix/unistd.h: Use __THREADNL instead of __THREAD
52222 for memory synchronization functions.
52223
94d44d9f
RM
522242011-10-26 Roland McGrath <roland@hack.frob.com>
52225
21b64b15 52226 [BZ #13349]
94d44d9f
RM
52227 * libio/Versions (GLIBC_2.0): Remove open_obstack_stream, which
52228 doesn't exist.
52229 * manual/stdio.texi (Obstack Streams): Node removed.
52230
f6ce9294
AS
522312011-10-26 Andreas Schwab <schwab@redhat.com>
52232
80479147
AS
52233 * sysdeps/ieee754/flt-32/e_j0f.c: Fix use of math_force_eval.
52234 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52235 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52236
f6ce9294
AS
52237 * math/math_private.h (math_force_eval): Allow non-addressable
52238 arguments.
52239 * sysdeps/i386/fpu/math_private.h (math_force_eval): Likewise.
52240
618280a1
UD
522412011-10-25 Ulrich Drepper <drepper@gmail.com>
52242
e0016b11
UD
52243 * sysdeps/ieee754/dbl-64/e_rem_pio2.c: Comment everything out, the
52244 file is not needed.
52245
52246 * sysdeps/x86_64/fpu/multiarch/e_asin.c: Support AVX variants.
52247 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: Likewise.
52248 * sysdeps/x86_64/fpu/multiarch/e_exp.c: Likewise.
52249 * sysdeps/x86_64/fpu/multiarch/e_log.c: Likewise.
52250 * sysdeps/x86_64/fpu/multiarch/s_atan.c: Likewise.
52251 * sysdeps/x86_64/fpu/multiarch/s_sin.c: Likewise.
52252 * sysdeps/x86_64/fpu/multiarch/s_tan.c: Likewise.
52253 * sysdeps/x86_64/fpu/multiarch/Makefile: Fix some CFLAGS-* variables.
52254 Add AVX variants.
52255 * sysdeps/x86_64/fpu/multiarch/brandred-avx.c: New file.
52256 * sysdeps/x86_64/fpu/multiarch/doasin-avx.c: New file.
52257 * sysdeps/x86_64/fpu/multiarch/dosincos-avx.c: New file.
52258 * sysdeps/x86_64/fpu/multiarch/e_asin-avx.c: New file.
52259 * sysdeps/x86_64/fpu/multiarch/e_atan2-avx.c: New file.
52260 * sysdeps/x86_64/fpu/multiarch/e_exp-avx.c: New file.
52261 * sysdeps/x86_64/fpu/multiarch/e_log-avx.c: New file.
52262 * sysdeps/x86_64/fpu/multiarch/mpa-avx.c: New file.
52263 * sysdeps/x86_64/fpu/multiarch/mpatan-avx.c: New file.
52264 * sysdeps/x86_64/fpu/multiarch/mpatan2-avx.c: New file.
52265 * sysdeps/x86_64/fpu/multiarch/mpexp-avx.c: New file.
52266 * sysdeps/x86_64/fpu/multiarch/mplog-avx.c: New file.
52267 * sysdeps/x86_64/fpu/multiarch/mpsqrt-avx.c: New file.
52268 * sysdeps/x86_64/fpu/multiarch/mptan-avx.c: New file.
52269 * sysdeps/x86_64/fpu/multiarch/s_atan-avx.c: New file.
52270 * sysdeps/x86_64/fpu/multiarch/s_sin-avx.c: New file.
52271 * sysdeps/x86_64/fpu/multiarch/s_tan-avx.c: New file.
52272 * sysdeps/x86_64/fpu/multiarch/sincos32-avx.c: New file.
52273 * sysdeps/x86_64/fpu/multiarch/slowexp-avx.c: New file.
52274
52275 * sysdeps/x86_64/multiarch/init-arch.h: Make bit_* macros available
52276 all the time. Define bit_AVX. Define HAS_* macros using bit_* macros.
52277
618280a1
UD
52278 * sysdeps/x86_64/multiarch/strcmp-sse42.S: Move common code to earlier
52279 place. Use VEX encoding when compiling for AVX.
52280
37822576
AS
522812011-10-25 Andreas Schwab <schwab@redhat.com>
52282
1f1e1947
AS
52283 * wcsmbs/wcscmp.c (WCSCMP): Compare as wchar_t, not wint_t.
52284 * wcsmbs/wmemcmp.c (WMEMCMP): Likewise.
52285
37822576
AS
52286 * string/test-strchr.c (do_test): Don't generate NUL bytes.
52287
31ea014d
UD
522882011-10-25 Ulrich Drepper <drepper@gmail.com>
52289
d7826aa1 52290 * sysdeps/ieee754/dbl-64/e_atanh.c: Use math_force_eval instead of a
ffb124cc 52291 useless if() expression.
d7826aa1
UD
52292 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
52293 * sysdeps/ieee754/dbl-64/s_ceil.c: Likewise.
52294 * sysdeps/ieee754/dbl-64/s_expm1.c: Likewise.
52295 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52296 * sysdeps/ieee754/dbl-64/s_log1p.c: Likewise.
52297 * sysdeps/ieee754/dbl-64/s_round.c: Likewise.
52298 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52299 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52300 * sysdeps/ieee754/dbl-64/wordsize-64/s_round.c: Likewise.
52301 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
52302 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
52303 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52304 * sysdeps/ieee754/flt-32/s_expm1f.c: Likewise.
52305 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52306 * sysdeps/ieee754/flt-32/s_log1pf.c: Likewise.
52307 * sysdeps/ieee754/flt-32/s_roundf.c: Likewise.
52308 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
52309 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
52310 * sysdeps/ieee754/ldbl-96/s_roundl.c: Likewise.
52311
31ea014d
UD
52312 * sysdeps/x86_64/fpu/math_private.h: Use VEX encoding when possible.
52313
16437fec
AS
523142011-10-25 Andreas Schwab <schwab@redhat.com>
52315
52316 * elf/dl-deps.c (_dl_map_object_deps): Remove always true
52317 condition.
52318 * elf/dl-fini.c (_dl_sort_fini): Likewise.
52319
31d3cc00
UD
523202011-10-25 Ulrich Drepper <drepper@gmail.com>
52321
52322 * sysdeps/ieee754/dbl-64/branred.c: Move FMA4 code into separate
52323 .text section. Avoid duplicate constants.
52324 * sysdeps/ieee754/dbl-64/doasin.c: Likewise.
52325 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52326 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
52327 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52328 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52329 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52330 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52331 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52332 * sysdeps/ieee754/dbl-64/mpa.c: Likewise.
52333 * sysdeps/ieee754/dbl-64/mpa.h: Likewise.
52334 * sysdeps/ieee754/dbl-64/mpatan.c: Likewise.
52335 * sysdeps/ieee754/dbl-64/mpatan.h: Likewise.
52336 * sysdeps/ieee754/dbl-64/mpatan2.c: Likewise.
52337 * sysdeps/ieee754/dbl-64/mpexp.c: Likewise.
52338 * sysdeps/ieee754/dbl-64/mpexp.h: Likewise.
52339 * sysdeps/ieee754/dbl-64/mpsqrt.c: Likewise.
52340 * sysdeps/ieee754/dbl-64/mpsqrt.h: Likewise.
52341 * sysdeps/ieee754/dbl-64/mptan.c: Likewise.
52342 * sysdeps/ieee754/dbl-64/s_sin.c: Likewise.
52343 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52344 * sysdeps/ieee754/dbl-64/sincos32.c: Likewise.
52345 * sysdeps/ieee754/dbl-64/slowexp.c: Likewise.
52346 * sysdeps/ieee754/dbl-64/slowpow.c: Likewise.
52347 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: Likewise.
52348 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: Likewise.
52349 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: Likewise.
52350 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: Likewise.
52351 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: Likewise.
52352 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: Likewise.
52353 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: Likewise.
52354 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: Likewise.
52355 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: Likewise.
52356 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: Likewise.
52357 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: Likewise.
52358 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: Likewise.
52359 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: Likewise.
52360 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: Likewise.
52361 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: Likewise.
52362 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: Likewise.
52363 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: Likewise.
52364 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: Likewise.
52365 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: Likewise.
52366 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: Likewise.
52367 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: Likewise.
52368 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: Likewise.
52369
58985aa9
UD
523702011-10-24 Ulrich Drepper <drepper@gmail.com>
52371
202c9deb
UD
52372 * sysdeps/x86_64/dla.h: Move to ...
52373 * sysdeps/x86_64/fpu/dla.h: ...here.
52374 (DLA_FMS): Some compilers fail to inline __builtin_fma in some
52375 situations. Use __builtin_fma only for gcc 4.6 and up.
a0cf1edd 52376
af968f62
UD
52377 * config.make.in: Add have-mfma4 entry.
52378 * configure.in: Substitute libc_cv_cc_fma4.
52379 * math/Makefile (dbl-only-routines): Add sincostab.
52380 * sysdeps/ieee754/dbl-64/dosincos.c: Don't include sincos.tbl.
52381 Use __sincostab not sincos.
52382 * sysdeps/ieee754/dbl-64/e_asin.c: Don't define aliases when function
52383 name is a macro.
52384 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52385 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52386 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52387 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise. Define singArctan2
52388 using __copysign.
52389 * sysdeps/ieee754/dbl-64/mpa.c: Don't export __acr. Don't define
52390 __cr and __cpymn. Define __cpy unless NO___CPY is defined. Define
52391 norm, denorm, and __mp_dbl unless NO___MP_DBL is defined.
52392 * sysdeps/ieee754/dbl-64/mpa.h: Don't declare __acr, __cr, __cpymn,
52393 and __inv.
52394 * sysdeps/ieee754/dbl-64/mpsqrt.c: Make fastiroot static.
52395 * sysdeps/ieee754/dbl-64/s_atan.c: Define __signArctan using
52396 __copysign.
52397 * sysdeps/ieee754/dbl-64/s_sin.c: Use __sincostab not sincos. Don't
52398 define aliases when function name is a macro.
52399 * sysdeps/ieee754/dbl-64/sincostab.c: Renamed from
52400 sysdeps/ieee754/dbl-64/sincos.tbl.
52401 * sysdeps/x86_64/fpu/multiarch/Makefile: Add entries to build
52402 fma4-enabled routines.
52403 * sysdeps/x86_64/fpu/multiarch/brandred-fma4.c: New file.
52404 * sysdeps/x86_64/fpu/multiarch/doasin-fma4.c: New file.
52405 * sysdeps/x86_64/fpu/multiarch/dosincos-fma4.c: New file.
52406 * sysdeps/x86_64/fpu/multiarch/e_asin-fma4.c: New file.
52407 * sysdeps/x86_64/fpu/multiarch/e_asin.c: New file.
52408 * sysdeps/x86_64/fpu/multiarch/e_atan2-fma4.c: New file.
52409 * sysdeps/x86_64/fpu/multiarch/e_atan2.c: New file.
52410 * sysdeps/x86_64/fpu/multiarch/e_exp-fma4.c: New file.
52411 * sysdeps/x86_64/fpu/multiarch/e_exp.c: New file.
52412 * sysdeps/x86_64/fpu/multiarch/e_log-fma4.c: New file.
52413 * sysdeps/x86_64/fpu/multiarch/e_log.c: New file.
52414 * sysdeps/x86_64/fpu/multiarch/e_pow-fma4.c: New file.
52415 * sysdeps/x86_64/fpu/multiarch/e_pow.c: New file.
52416 * sysdeps/x86_64/fpu/multiarch/halfulp-fma4.c: New file.
52417 * sysdeps/x86_64/fpu/multiarch/mpa-fma4.c: New file.
52418 * sysdeps/x86_64/fpu/multiarch/mpatan-fma4.c: New file.
52419 * sysdeps/x86_64/fpu/multiarch/mpatan2-fma4.c: New file.
52420 * sysdeps/x86_64/fpu/multiarch/mpexp-fma4.c: New file.
52421 * sysdeps/x86_64/fpu/multiarch/mplog-fma4.c: New file.
52422 * sysdeps/x86_64/fpu/multiarch/mpsqrt-fma4.c: New file.
52423 * sysdeps/x86_64/fpu/multiarch/mptan-fma4.c: New file.
52424 * sysdeps/x86_64/fpu/multiarch/s_atan-fma4.c: New file.
52425 * sysdeps/x86_64/fpu/multiarch/s_atan.c: New file.
52426 * sysdeps/x86_64/fpu/multiarch/s_sin-fma4.c: New file.
52427 * sysdeps/x86_64/fpu/multiarch/s_sin.c: New file.
52428 * sysdeps/x86_64/fpu/multiarch/s_tan-fma4.c: New file.
52429 * sysdeps/x86_64/fpu/multiarch/s_tan.c: New file.
52430 * sysdeps/x86_64/fpu/multiarch/sincos32-fma4.c: New file.
52431 * sysdeps/x86_64/fpu/multiarch/slowexp-fma4.c: New file.
52432 * sysdeps/x86_64/fpu/multiarch/slowpow-fma4.c: New file.
52433
58985aa9
UD
52434 * sysdeps/ieee754/dbl-64/doasin.c: Adjust for DLA_FMA -> DLA_FMS
52435 rename.
52436 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52437 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52438 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52439 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52440 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52441 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52442 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52443 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52444
a201fbcf
AS
524452011-10-24 Andreas Schwab <schwab@redhat.com>
52446
52447 * wcsmbs/wcslen.c: Don't define WCSLEN, reverse logic.
52448
fc2ee42a
LD
524492011-10-23 Ulrich Drepper <drepper@gmail.com>
52450
bb3129bd
UD
52451 * sysdeps/ieee754/dbl-64/wordsize-64/s_remquo.c: New file.
52452
0275fff8
UD
52453 * sysdeps/ieee754/dbl-64/e_fmod.c (__ieee754_fmod): Add some branch
52454 prediction.
52455 * sysdeps/ieee754/dbl-64/wordsize-64/e_fmod.c: New file.
52456
2fa2ae85
UD
52457 * string/strnlen.c: Don't define STRNLEN, reverse logic.
52458 Remove unused variable magic_bits.
52459 * sysdeps/i386/i686/multiarch/rtld-strnlen.c: New file.
52460
fc2ee42a
LD
52461 * string/strnlen.c: Define and use STRNLEN macro.
52462 * sysdeps/i386/i686/multiarch/Makefile [string] (sysdep_routines):
52463 Add strnlen-sse2, strnlen-c, wcslen-sse2, and wcslen-c.
52464 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Add support for strnlen.
52465 * wcsmbs/wcslen.c: Define and use WCSLEN.
52466 * sysdeps/i386/i686/multiarch/strnlen-c.c: New file.
52467 * sysdeps/i386/i686/multiarch/strnlen-sse2.S: New file.
52468 * sysdeps/i386/i686/multiarch/strnlen.S: New file.
52469 * sysdeps/i386/i686/multiarch/wcslen-c.c: New file.
52470 * sysdeps/i386/i686/multiarch/wcslen-sse2.S: New file.
52471 * sysdeps/i386/i686/multiarch/wcslen.S: New file.
52472 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
52473
ce7dd29f
LD
524742011-10-20 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52475
52476 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
52477 strnlen-sse2-no-bsf.
52478 Rename strlen-no-bsf to strlen-sse2-no-bsf.
52479 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Rename to
52480 * sysdeps/x86_64/multiarch/strlen-sse2-no-bsf.S:
52481 Add strnlen support.
52482 (USE_AS_STRNLEN): New macro.
52483 * sysdeps/x86_64/multiarch/strnlen-sse2-no-bsf.S: New file.
52484 * sysdeps/x86_64/multiarch/strcat-ssse3.S: Update.
52485 Rename strlen-no-bsf.S to strlen-sse2-no-bsf.S
52486 * sysdeps/x86_64/wcslen.S: New file.
52487
979c70a3
MZ
524882011-10-20 Michael Zolotukhin <michael.v.zolotukhin@gmail.com>
52489
52490 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Update.
52491 XMM-moves are used for copying on small sizes.
52492
2d09f82f
LD
524932011-10-19 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52494
52495 * wcsmbs/Makefile (strop-tests): Add wcschr.
52496 * wcsmbs/test-wcschr.c: New file.
52497 * string/test-strchr.c: Update.
52498 Add wcschr support.
52499 (WIDE): New macro.
52500
619fccca
LD
525012011-10-18 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52502
2d09f82f 52503 * wcsmbs/Makefile (strop-tests): Add wcslen.
619fccca
LD
52504 * wcsmbs/test-wcslen.c: New file.
52505 * string/test-strlen.c: Update.
52506 Add wcslen support.
52507 (WIDE): New macro.
52508
09f699ea
UD
525092011-10-23 Ulrich Drepper <drepper@gmail.com>
52510
52511 * po/it.po: Update from translation team.
52512
95584d3b
LD
525132011-09-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52514
52515 * sysdeps/x86_64/wcscmp.S: Update.
52516 Fix wrong comparison semantics.
52517 wcscmp shall use signed comparison not unsigned.
52518 Don't use substraction to avoid overflow bug.
52519 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: Likewise.
52520 * wcsmbc/wcscmp.c: Likewise.
52521 * string/test-strcmp.c: Likewise.
52522 Add new tests to check cases with negative values.
52523
c8b3296b
UD
525242011-10-23 Ulrich Drepper <drepper@gmail.com>
52525
52526 * sysdeps/ieee754/dbl-64/dla.h: Move DLA_FMA definition to...
52527 * sysdeps/x86_64/dla.h: ...here. New file.
52528 * sysdeps/ieee754/dbl-64/doasin.c: Use <dla.h> not "dla.h".
52529 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52530 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52531 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52532 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52533 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
52534 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52535 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52536 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52537
246ad57a
AS
525382011-10-23 Andreas Schwab <schwab@linux-m68k.org>
52539
52540 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Add __jnl_finite and
52541 __ynl_finite aliases.
52542
a1a87169
UD
525432011-10-22 Ulrich Drepper <drepper@gmail.com>
52544
0d355eb7
UD
52545 * sysdeps/x86_64/fpu/libm-test-ulps: Update.
52546
a1a87169
UD
52547 * sysdeps/ieee754/dbl-64/dla.h: When compiling with FMA4 support
52548 define DLA_FMA.
52549 [DLA_FMA] (EMULV): Use DLA_FMA.
52550 [DLA_FMA] (MUL12): Use EMULV.
52551 * sysdeps/ieee754/dbl-64/doasin.c [DLA_FMA]: Don't define variables
52552 that are not needed.
52553 * sysdeps/ieee754/dbl-64/dosincos.c: Likewise.
52554 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
52555 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
52556 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
52557 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
52558 * sysdeps/ieee754/dbl-64/s_atan.c: Likewise.
52559 * sysdeps/ieee754/dbl-64/s_tan.c: Likewise.
52560
ee2aafe0
AS
525612011-10-22 Andreas Schwab <schwab@linux-m68k.org>
52562
52563 * math/s_nan.c: Undef __nan.
52564 * math/s_nanf.c: Undef __nanf.
52565 * math/s_nanl.c: Undef __nanl.
52566 * sysdeps/ieee754/ldbl-128ibm/s_atanl.c: Include <math.h> before
52567 "math_private.h".
52568
bc62c2fb
UD
525692011-10-22 Ulrich Drepper <drepper@gmail.com>
52570
77425c63
UD
52571 * math/s_catan.c: Add branch predictions.
52572 * math/s_catanf.c: Likewise.
52573 * math/s_catanh.c: Likewise.
52574 * math/s_catanhf.c: Likewise.
52575 * math/s_catanhl.c: Likewise.
52576 * math/s_catanl.c: Likewise.
52577 * math/s_cexp.c: Likewise.
52578 * math/s_cexpf.c: Likewise.
52579 * math/s_cexpl.c: Likewise.
52580 * math/s_clog.c: Likewise.
52581 * math/s_clog10.c: Likewise.
52582 * math/s_clog10f.c: Likewise.
52583 * math/s_clog10l.c: Likewise.
52584 * math/s_clogf.c: Likewise.
52585 * math/s_clogl.c: Likewise.
52586 * math/s_csqrt.c: Likewise.
52587 * math/s_csqrtf.c: Likewise.
52588 * math/s_csqrtl.c: Likewise.
52589 * math/s_ctanf.c: Likewise.
52590 * math/s_ctanh.c: Likewise.
52591 * math/s_ctanhf.c: Likewise.
52592 * math/s_ctanhl.c: Likewise.
52593 * math/s_ctanl.c: Likewise.
52594
bc62c2fb
UD
52595 * math/math_private.h: Define __nan, __nanf, __nanl.
52596 * math/s_cacosh.c: Include <math_private.h>.
52597 * math/s_cacoshl.c: Likewise.
52598 * math/s_casinh.c: Likewise.
52599 * math/s_casinhf.c: Likewise.
52600 * math/s_casinhl.c: Likewise.
52601 * math/s_ccos.c: Rely entire on ccosh.
52602 * math/s_ccosf.c: Rely entire on ccoshf.
52603 * math/s_ccosl.c: Rely entirely on ccoshl.
52604 * math/s_ccosh.c: Add branch predicion helpers. Add branch prediction.
52605 Remove tests for FE_INVALID.
52606 * math/s_ccoshf.c: Likewise.
52607 * math/s_ccoshl.c: Likewise.
52608 * math/s_csin.c: Likewise.
52609 * math/s_csinf.c: Likewise.
52610 * math/s_csinh.c Likewise.
52611 * math/s_csinhf.c: Likewise.
52612 * math/s_csinhl.c: Likewise.
52613 * math/s_csinl.c: Likewise.
52614 * math/s_ctan.c: Likewise.
52615 * sysdeps/ieee754/dbl-64/e_acosh.c: Use __ieee754_sqrt.
52616 * sysdeps/ieee754/flt-32/e_acoshf.c: Use __ieee754_sqrtf.
52617 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Use __ieee754_sqrtl.
52618
8ec250a4
UD
526192011-10-21 Ulrich Drepper <drepper@gmail.com>
52620
c196fed8
UD
52621 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Fix
52622 compilation problems.
52623
8ec250a4
UD
52624 * sysdeps/ieee754/dbl-64/e_log.c (__ieee754_log): Add a few more
52625 __builtin_expect.
52626
8d4f46c6
UD
526272011-10-20 Ulrich Drepper <drepper@gmail.com>
52628
ed72b654
UD
52629 * sysdeps/i386/configure.in: Test for -mfma4 option.
52630 * config.h.in: Add HAVE_FMA4_SUPPORT entry.
52631 * sysdeps/x86_64/multiarch/init-arch.h: Define HAS_FMA4 and
52632 COMMON_CPUID_INDEX_80000001.
52633 * sysdeps/x86_64/multiarch/init-arch.c: Read 80000001 leaf for AMD.
52634 * sysdeps/x86_64/fpu/multiarch/s_fma.c: Test for FMA4 support and
52635 use it if FMA3 is not supported.
52636 * sysdeps/x86_64/fpu/multiarch/s_fmaf.c: Likewise.
52637
8d4f46c6
UD
52638 * sysdeps/x86_64/multiarch/s_fma.c: Moved to ../fpu/multiarch.
52639 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
52640
d45c60c2
AS
526412011-10-20 Andreas Schwab <schwab@redhat.com>
52642
52643 [BZ #12892]
52644 * elf/dl-fini.c (_dl_sort_fini): Ignore relocation dependency if
52645 it would create a cycle with a link time dependency.
52646
d9a4d2ab
UD
526472011-10-19 Ulrich Drepper <drepper@gmail.com>
52648
855d1560
UD
52649 * sysdeps/x86_64/multiarch/rawmemchr.S: Small optimization to safe an
52650 instruction.
52651 * string/Makefile (strop-tests): Add rawmemchr.
52652 * string/test-rawmemchr.c: New file.
52653
d9a4d2ab
UD
52654 * sysdeps/x86_64/multiarch/init-arch.h: Define bit_AVX and index_AVX.
52655 * sysdeps/x86_64/multiarch/strcmp-sse42.S: New file. Split out from...
52656 * sysdeps/x86_64/multiarch/strcmp.S: ...here. Include strcmp-sse42.S
52657 when compiling str{,n}casecmp and when AVX is available. Hook up
52658 new optimized code in initializers.
52659
8f3b1ffe
AS
526602011-10-19 Andreas Schwab <schwab@redhat.com>
52661
52662 * sysdeps/x86_64/fpu/math_private.h (libc_feupdateenv): Use
52663 __feraiseexcept instead of feraiseexcept.
52664
d38f1dba
UD
526652011-10-18 Ulrich Drepper <drepper@gmail.com>
52666
d9a8d0ab
UD
52667 * math/math_private.h: Define defaults for libc_fetestexcept and
52668 libc_feupdateenv.
52669 * sysdeps/ieee754/dbl-64/s_fma.c: Use libc_fe* interfaces.
52670 * sysdeps/ieee754/dbl-64/s_fmaf.c: Likewise.
52671 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
52672 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52673 * sysdeps/ieee754/flt-32/s_nearbyintf.c: Likewise.
52674 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52675 libc_fetestexcept and libc_feupdateenv.
52676
4855e3dd
UD
52677 * math/math_private.h: Define defaults for libc_feholdexcept_setround,
52678 libc_feholdexcept_setroundf, libc_feholdexcept_setroundl.
52679 * sysdeps/ieee754/dbl-64/e_exp2.c: Use libc_feholdexcept_setround.
52680 * sysdeps/x86_64/fpu/math_private.h: Define special version of
52681 libc_feholdexcept_setround.
52682
581d30e3
UD
52683 * sysdeps/x86_64/fpu/multiarch/Makefile [math] (libm-sysdep-routines):
52684 Add s_nearbyint-c and s_nearbyintf-c.
52685 * sysdeps/x86_64/fpu/bits/mathinline.h: Define nearbyint and
52686 nearbyintf inlines.
52687 * sysdeps/x86_64/fpu/multiarch/s_nearbyint-c.c: New file.
52688 * sysdeps/x86_64/fpu/multiarch/s_nearbyint.S: New file.
52689 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf-c.c: New file.
52690 * sysdeps/x86_64/fpu/multiarch/s_nearbyintf.S: New file.
52691
d38f1dba
UD
52692 * math/math_private.h: Define defaults for libc_fegetround,
52693 libc_fegetroundf, libc_fegetroundl, libc_fesetround, libc_fesetroundf,
52694 libc_fesetroundl, libc_feholdexcept, libc_feholdexceptf,
52695 libc_feholdexceptl, libc_fesetenv, libc_fesetenvf, libc_fesetenvl.
52696 * sysdeps/ieee754/dbl-64/wordsize-64/s_nearbyint.c: Use
52697 libc_feholdexcept, libc_fesetround, libc_fesetenv instead of the
52698 standard functions.
52699 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
52700 Remove comments and hacks for old compiler versions.
52701 * sysdeps/x86_64/fpu/math_private.h: Define special versions of
52702 libc_fegetround, libc_fesetround, libc_feholdexcept, and
52703 libc_feholdexceptl.
52704
caa6c9d8
AS
527052011-10-18 Andreas Schwab <schwab@redhat.com>
52706
52707 * sysdeps/x86_64/fpu/bits/fenv.h: Add C linkage markers.
83c7615c
AS
52708 (__feraiseexcept_renamed): Add __NTH.
52709 (feraiseexcept): Add __NTH. Rename local variables to fix
caa6c9d8
AS
52710 namespace violations.
52711
97c066e6
UD
527122011-10-17 Ulrich Drepper <drepper@gmail.com>
52713
99ce7b04
UD
52714 * sysdeps/ieee754/dbl-64/e_exp2.c (__ieee754_exp2): Small optimization.
52715
1004d182
UD
52716 * sysdeps/ieee754/dbl-64/wordsize-64/s_frexp.c: New file.
52717
228a984d
UD
52718 * sysdeps/x86_64/fpu/math_private.h: Relax asm requirements for
52719 recently added interfaces.
52720 * sysdeps/x86_64/fpu/bits/mathinline.h: Likewise.
52721
c8553a6a
UD
52722 * sysdeps/x86_64/fpu/math_private.h: Add some parenthesis to be safe
52723 about macro parameter expansion.
52724
ed22dcf6
UD
52725 * sysdeps/x86_64/fpu/bits/mathinline.h: Don't define inlines if
52726 __NO_MATH_INLINES is defined. Cleanups.
52727
52728 * sysdeps/x86_64/fpu/math_private.h: Define __rint, __rintf, __floor,
52729 and __floorf is target has SSE4.1.
52730 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: Undef first.
52731 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.: Likewise.
52732 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: Likewise.
52733 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: Likewise.
52734
b171c137
UD
52735 * sysdeps/x86_64/fpu/bits/mathinline.h (floor): Use correct function
52736 name.
52737 (floorf): Likewise.
52738
97c066e6
UD
52739 * nscd/netgroupcache.c (addgetnetgrentX): Fix #ifdef nesting.
52740
629f62ef
AS
527412011-10-17 Andreas Schwab <schwab@redhat.com>
52742
49a43d80
AS
52743 * misc/sys/cdefs.h: Fix last change.
52744
629f62ef
AS
52745 * grp/initgroups.c (internal_getgrouplist): Fix initgroups
52746 database lookup.
52747
e453f6cd
UD
527482011-10-16 Ulrich Drepper <drepper@gmail.com>
52749
aa78043a
UD
52750 * misc/sys/cdefs.h: Use leaf function attribute in __THROW.
52751
ad0f5cad
UD
52752 * sysdeps/ieee754/dbl-64/s_ceil.c: Avoid alias renamed.
52753 * sysdeps/ieee754/dbl-64/s_floor.c: Likewise.
52754 * sysdeps/ieee754/dbl-64/s_rint.c: Likewise.
52755 * sysdeps/ieee754/dbl-64/wordsize-64/s_ceil.c: Likewise.
52756 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: Likewise.
52757 * sysdeps/ieee754/dbl-64/wordsize-64/s_rint.c: Likewise.
52758 * sysdeps/ieee754/flt-32/s_ceilf.c: Likewise.
52759 * sysdeps/ieee754/flt-32/s_floorf.c: Likewise.
52760 * sysdeps/ieee754/flt-32/s_rintf.c: Likewise.
52761 * sysdeps/x86_64/fpu/multiarch/Makefile: New file.
52762 * sysdeps/x86_64/fpu/multiarch/s_ceil-c.c: New file.
52763 * sysdeps/x86_64/fpu/multiarch/s_ceil.S: New file.
52764 * sysdeps/x86_64/fpu/multiarch/s_ceilf-c.c: New file.
52765 * sysdeps/x86_64/fpu/multiarch/s_ceilf.S: New file.
52766 * sysdeps/x86_64/fpu/multiarch/s_floor-c.c: New file.
52767 * sysdeps/x86_64/fpu/multiarch/s_floor.S: New file.
52768 * sysdeps/x86_64/fpu/multiarch/s_floorf-c.c: New file.
52769 * sysdeps/x86_64/fpu/multiarch/s_floorf.S: New file.
52770 * sysdeps/x86_64/fpu/multiarch/s_rint-c.c: New file.
52771 * sysdeps/x86_64/fpu/multiarch/s_rint.S: New file.
52772 * sysdeps/x86_64/fpu/multiarch/s_rintf-c.c: New file.
52773 * sysdeps/x86_64/fpu/multiarch/s_rintf.S: New file.
52774
52775 * sysdeps/x86_64/fpu/bits/mathinline.h: Add inlines for rint, rintf,
52776 ceil, ceilf, floor, floorf.
52777
52778 * elf/do-rel.h (elf_dynamic_do_Rel): Work around linker problem.
52779 Perform IRELATIVE relocations last.
52780
e453f6cd
UD
52781 * elf/do-rel.h: Add another parameter nrelative, replacing the
52782 local variable with the same name. Change name of the function
52783 to end in Rel or Rela (uppercase).
52784 * elf/dynamic-link.h (_ELF_DYNAMIC_DO_RELOC): Add new element
52785 nrelative to ranges. Only nonzero for DT_REL/DT_RELA. Pass to the
52786 elf_dynamic_do_##reloc function.
52787
fd5bdc09
UD
527882011-10-15 Ulrich Drepper <drepper@gmail.com>
52789
79b195b5
UD
52790 * sysdeps/i386/i686/fpu/e_log.S: No need for the fyl2xp1 use, fyl2x
52791 is sufficient, at least on modern CPUs.
52792
d4a28569
UD
52793 * sysdeps/ieee754/dbl-64/wordsize-64/s_floor.c: New file.
52794
b61099b5
UD
52795 * sysdeps/ieee754/dbl-64/e_cosh.c: Cleanup.
52796 * sysdeps/ieee754/dbl-64/wordsize-64/e_cosh.c: New file.
52797
bcf01e6d
UD
52798 * math/Versions [libm] (GLIBC_2.15): Add __exp_finite, __expf_finite,
52799 __expl_finite.
52800 * math/bits/math-finite.h: Add entries for exp.
52801 * math/e_expl.c: Add __*_finite alias.
52802 * sysdeps/i386/fpu/e_exp.S: Likewise.
52803 * sysdeps/i386/fpu/e_expf.S: Likewise.
52804 * sysdeps/i386/fpu/e_expl.c: Likewise.
52805 * sysdeps/ieee754/dbl-64/e_exp.c: Likewise.
52806 * sysdeps/ieee754/flt-32/e_expf.c: Likewise.
52807 * sysdeps/ieee754/ldbl-128/e_expl.c: Likewise.
52808 * sysdeps/ieee754/ldbl-128ibm/e_expl.c: Likewise.
52809 * sysdeps/ieee754/dbl-64/w_exp.c: Complete rewrite.
52810 * sysdeps/ieee754/flt-32/w_expf.c: Likewise.
52811 * sysdeps/ieee754/ldbl-96/w_expl.c: Likewise.
52812
ba1a0d59
UD
52813 * sysdeps/i386/i686/fpu/e_logf.S: No need for the fyl2xp1 use, fyl2x
52814 is sufficient, at least on modern CPUs.
52815
fd5bdc09
UD
52816 * ctype/ctype-info.c (__ctype_init): Define.
52817 * include/ctype.h (__ctype_init): Declare.
52818 (__ctype_b_loc): The variable is always initialized.
52819 (__ctype_toupper_loc): Likewise.
52820 (__ctype_tolower_loc): Likewise.
52821 * ctype/Versions: Export __ctype_init for GLIBC_PRIVATE.
52822 * sysdeps/unix/sysv/linux/init-first.c (_init): Call __ctype_init.
52823
7872cfb0
AS
528242011-10-15 Andreas Schwab <schwab@linux-m68k.org>
52825
b468825a
AS
52826 * wcsmbs/wmemcmp.c (WMEMCMP): Define.
52827
7872cfb0
AS
52828 * configure.in: Also look in $cxxmachine/include for C++ system
52829 headers.
52830
be13f7bf
LD
528312011-09-27 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52832
52833 * sysdeps/x86_64/multiarch/Makefile: (sysdep_routines): Add
52834 memcmp-ssse3 wmemcmp-sse4 wmemcmp-ssse3 wmemcmp-c
52835 * sysdeps/x86_64/multiarch/memcmp-ssse3: New file.
52836 * sysdeps/x86_64/multiarch/memcmp.S: Update. Add __memcmp_ssse3.
52837 * sysdeps/x86_64/multiarch/memcmp-sse4.S: Update.
52838 (USE_AS_WMEMCMP): New macro.
52839 Fixing indents.
52840 * sysdeps/x86_64/multiarch/wmemcmp.S: New file.
52841 * sysdeps/x86_64/multiarch/wmemcmp-ssse3.S: New file.
52842 * sysdeps/x86_64/multiarch/wmemcmp-sse4.S: New file.
52843 * sysdeps/x86_64/multiarch/wmemcmp-c.S: New file.
52844 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52845 wmemcmp-ssse3 wmemcmp-sse4 wmemcmp-c
52846 * sysdeps/i386/i686/multiarch/wmemcmp.S: New file.
52847 * sysdeps/i386/i686/multiarch/wmemcmp-c.c: New file.
52848 * sysdeps/i386/i686/multiarch/wmemcmp-ssse3.S: New file.
52849 * sysdeps/i386/i686/multiarch/wmemcmp-sse4.S: New file.
52850 * sysdeps/i386/i686/multiarch/memcmp-sse4.S: Update.
52851 (USE_AS_WMEMCMP): New macro.
52852 * sysdeps/i386/i686/multiarch/memcmp-ssse3: Likewise.
52853 * sysdeps/string/test-memcmp.c: Update.
52854 Fix simple_wmemcmp.
52855 Add new tests.
52856 * wcsmbs/wmemcmp.c: Update.
52857 (WMEMCMP): New macro.
52858 Fix overflow bug.
52859
556a2007
AJ
528602011-10-12 Andreas Jaeger <aj@suse.de>
52861
52862 [BZ #13268]
52863 * math/bits/mathcalls.h: Mark argument 2 of modf as non-null.
52864
538faaa7
UD
528652011-10-15 Ulrich Drepper <drepper@gmail.com>
52866
ab6737ff
UD
52867 * libio/iofwide.c (do_length): Avoid warning.
52868
538faaa7
UD
52869 * ctype/ctype.h (__isctype_f): Add missing __THROW.
52870
396a21b1
UD
528712011-10-14 Ulrich Drepper <drepper@gmail.com>
52872
cdf2901f
UD
52873 * elf/pldd-xx.c (find_maps): Remove leftover debug message.
52874
38ad40ce
UD
52875 * sysdeps/i386/fpu/e_log.S: Add real definition of __log_finite.
52876 * sysdeps/i386/fpu/e_logf.S: Add real definition of __logf_finite.
52877 * sysdeps/i386/fpu/e_logl.S: Add real definition of __logl_finite.
52878 * sysdeps/i386/i686/fpu/e_log.S: New file.
52879 * sysdeps/i386/i686/fpu/e_logf.S: New file.
52880 * sysdeps/i386/i686/fpu/e_logl.S: New file.
52881
396a21b1
UD
52882 * ctype/ctype.h: Add support for inlined isXXX functions when
52883 compiling C++ code.
52884
6b1f68c9
AS
528852011-10-14 Andreas Schwab <schwab@redhat.com>
52886
349290c0
AS
52887 * sysdeps/s390/fpu/libm-test-ulps: Adjust ULPs for jn tests.
52888
6b1f68c9
AS
52889 * sysdeps/x86_64/fpu/fraiseexcpt.c: Fix last change.
52890
f2282d42
RM
528912011-10-13 Roland McGrath <roland@hack.frob.com>
52892
52893 [BZ #13291]
52894 * manual/string.texi (String/Array Comparison): Typo fix in strverscmp.
52895
5298ffa8
AS
528962011-10-13 Andreas Schwab <schwab@redhat.com>
52897
714fad23
AS
52898 * sysdeps/x86_64/fpu/fraiseexcpt.c: Add __feraiseexcept alias.
52899 * sysdeps/x86_64/fpu/feupdateenv.c: Use __feraiseexcept instead of
52900 feraiseexcept.
52901
81dcc7fb
AS
52902 * sysdeps/x86_64/memrchr.S: Check for zero size.
52903
5298ffa8
AS
52904 * string/stratcliff.c: Add memrchr tests.
52905
951fbcec
LD
529062011-10-12 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
52907
52908 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
52909 memchr-sse2 memchr-sse2-bsf memrchr-sse2 memrchr-sse2-bsf memrchr-c
52910 rawmemchr-sse2 rawmemchr-sse2-bsf.
52911 * sysdeps/i386/i686/multiarch/memchr.S: New file.
52912 * sysdeps/i386/i686/multiarch/memchr-sse2.S: New file.
52913 * sysdeps/i386/i686/multiarch/memchr-sse2-bsf.S: New file.
52914 * sysdeps/i386/i686/multiarch/memrchr.S: New file.
52915 * sysdeps/i386/i686/multiarch/memrchr-c.c: New file.
52916 * sysdeps/i386/i686/multiarch/memrchr-sse2.S: New file.
52917 * sysdeps/i386/i686/multiarch/memrchr-sse2-bsf.S: New file.
52918 * sysdeps/i386/i686/multiarch/rawmemchr.S: New file.
52919 * sysdeps/i386/i686/multiarch/rawmemchr-sse2.S: New file.
52920 * sysdeps/i386/i686/multiarch/rawmemchr-sse2-bsf.S: New file.
52921 * string/memrchr.c (MEMRCHR): New macro.
52922
0ac5ae23
UD
529232011-10-12 Ulrich Drepper <drepper@gmail.com>
52924
52925 Add integration with gcc's -ffinite-math-only and optimize wrapper
52926 functions in libm.
52927 * Versions.def: Define GLIBC_2.15 version for libm.
52928 * math/Makefile (headers): Add bits/math-finite.h.
52929 * math/bits/math-finite.h: New file.
52930 * sysdeps/ia64/fpu/bits/math-finite.h: New file.
52931 * math/Versions [libm] (GLIBC_2.15): Export __*_finite symbols.
52932 * math/e_acoshl.c: Add __*_finite alias.
52933 * math/e_acosl.c: Likewise.
52934 * math/e_asinl.c: Likewise.
52935 * math/e_atan2l.c: Likewise.
52936 * math/e_atanhl.c: Likewise.
52937 * math/e_coshl.c: Likewise.
52938 * math/e_exp10.c: Likewise.
52939 * math/e_exp10f.c: Likewise.
52940 * math/e_exp10l.c: Likewise.
52941 * math/e_exp2l.c: Likewise.
52942 * math/e_fmodl.c: Likewise.
52943 * math/e_gammal_r.c: Likewise.
52944 * math/e_hypotl.c: Likewise.
52945 * math/e_j0l.c: Likewise.
52946 * math/e_j1l.c: Likewise.
52947 * math/e_jnl.c: Likewise.
52948 * math/e_lgammal_r.c: Likewise.
52949 * math/e_log10l.c: Likewise.
52950 * math/e_log2l.c: Likewise.
52951 * math/e_logl.c: Likewise.
52952 * math/e_powl.c: Likewise.
52953 * math/e_sinhl.c: Likewise.
52954 * math/e_sqrtl.c: Likewise.
52955 * math/e_scalb.c: Completely rewritten and optimized.
52956 * math/e_scalbf.c: Likewise.
52957 * math/e_scalbl.c: Likewise.
52958 * math/w_acos.c: Likewise.
52959 * math/w_acosf.c: Likewise.
52960 * math/w_acosl.c: Likewise.
52961 * math/w_acosh.c: Likewise.
52962 * math/w_acoshf.c: Likewise.
52963 * math/w_acoshl.c: Likewise.
52964 * math/w_asin.c: Likewise.
52965 * math/w_asinf.c: Likewise.
52966 * math/w_asinl.c: Likewise.
52967 * math/w_atan2.c: Likewise.
52968 * math/w_atan2f.c: Likewise.
52969 * math/w_atan2l.c: Likewise.
52970 * math/w_atanh.c: Likewise.
52971 * math/w_atanhf.c: Likewise.
52972 * math/w_atanhl.c: Likewise.
52973 * math/w_exp10.c: Likewise.
52974 * math/w_exp10f.c: Likewise.
52975 * math/w_exp10l.c: Likewise.
52976 * math/w_fmod.c: Likewise.
52977 * math/w_fmodf.c: Likewise.
52978 * math/w_fmodl.c: Likewise.
52979 * math/w_j0.c: Likewise.
52980 * math/w_j0f.c: Likewise.
52981 * math/w_j0l.c: Likewise.
52982 * math/w_j1.c: Likewise.
52983 * math/w_j1f.c: Likewise.
52984 * math/w_j1l.c: Likewise.
52985 * math/w_jn.c: Likewise.
52986 * math/w_jnf.c: Likewise.
52987 * math/w_log.c: Likewise.
52988 * math/w_logf.c: Likewise.
52989 * math/w_logl.c: Likewise.
52990 * math/w_log10.c: Likewise.
52991 * math/w_log10f.c: Likewise.
52992 * math/w_log10l.c: Likewise.
52993 * math/w_log2.c: Likewise.
52994 * math/w_log2f.c: Likewise.
52995 * math/w_log2l.c: Likewise.
52996 * math/w_pow.c: Likewise.
52997 * math/w_powf.c: Likewise.
52998 * math/w_powl.c: Likewise.
52999 * math/w_remainder.c: Likewise.
53000 * math/w_remainderf.c: Likewise.
53001 * math/w_remainderl.c: Likewise.
53002 * math/w_scalb.c: Likewise.
53003 * math/w_scalbf.c: Likewise.
53004 * math/w_scalbl.c: Likewise.
53005 * math/w_sqrt.c: Likewise.
53006 * math/w_sqrtf.c: Likewise.
53007 * math/w_sqrtl.c: Likewise.
53008 * math/math.h: Define __MATH_DECLARE_LDOUBLE if long double functions
53009 are declared. Include <bits/math-finite.h> if -ffinite-math-only is
53010 used.
53011 * math/math_private.h: Declare __kernel_standard_f.
53012 * math/w_cosh.c: Remove cruft and optimize a bit.
53013 * math/w_coshf.c: Likewise.
53014 * math/w_coshl.c: Likewise.
53015 * math/w_exp2.c: Likewise.
53016 * math/w_exp2f.c: Likewise.
53017 * math/w_exp2l.c: Likewise.
53018 * math/w_hypot.c: Likewise.
53019 * math/w_hypotf.c: Likewise.
53020 * math/w_hypotl.c: Likewise.
53021 * math/w_lgamma.c: Likewise.
53022 * math/w_lgamma_r.c: Likewise.
53023 * math/w_lgammaf.c: Likewise.
53024 * math/w_lgammaf_r.c: Likewise.
53025 * math/w_lgammal.c: Likewise.
53026 * math/w_lgammal_r.c: Likewise.
53027 * math/w_sinh.c: Likewise.
53028 * math/w_sinhf.c: Likewise.
53029 * math/w_sinhl.c: Likewise.
53030 * math/w_tgamma.c: Likewise.
53031 * math/w_tgammaf.c: Likewise.
53032 * math/w_tgammal.c: Likewise.
53033 * sysdeps/ieee754/dbl-64/e_atanh.c: Likewise.
53034 * sysdeps/ieee754/flt-32/e_atanhf.c: Likewise.
53035 * sysdeps/i386/fpu/e_acos.S: Add __*_finite alias.
53036 Minor optimizations. Pretty printing. Remove cruft.
53037 * sysdeps/i386/fpu/e_acosf.S: Likewise.
53038 * sysdeps/i386/fpu/e_acosh.S: Likewise.
53039 * sysdeps/i386/fpu/e_acoshf.S: Likewise.
53040 * sysdeps/i386/fpu/e_acoshl.S: Likewise.
53041 * sysdeps/i386/fpu/e_acosl.c: Likewise.
53042 * sysdeps/i386/fpu/e_asin.S: Likewise.
53043 * sysdeps/i386/fpu/e_asinf.S: Likewise.
53044 * sysdeps/i386/fpu/e_atan2.S: Likewise.
53045 * sysdeps/i386/fpu/e_atan2f.S: Likewise.
53046 * sysdeps/i386/fpu/e_atan2l.c: Likewise.
53047 * sysdeps/i386/fpu/e_atanh.S: Likewise.
53048 * sysdeps/i386/fpu/e_atanhf.S: Likewise.
53049 * sysdeps/i386/fpu/e_atanhl.S: Likewise.
53050 * sysdeps/i386/fpu/e_exp10.S: Likewise.
53051 * sysdeps/i386/fpu/e_exp10f.S: Likewise.
53052 * sysdeps/i386/fpu/e_exp10l.S: Likewise.
53053 * sysdeps/i386/fpu/e_exp2.S: Likewise.
53054 * sysdeps/i386/fpu/e_exp2f.S: Likewise.
53055 * sysdeps/i386/fpu/e_exp2l.S: Likewise.
53056 * sysdeps/i386/fpu/e_fmod.S: Likewise.
53057 * sysdeps/i386/fpu/e_fmodf.S: Likewise.
53058 * sysdeps/i386/fpu/e_fmodl.c: Likewise.
53059 * sysdeps/i386/fpu/e_hypot.S: Likewise.
53060 * sysdeps/i386/fpu/e_hypotf.S: Likewise.
53061 * sysdeps/i386/fpu/e_log.S: Likewise.
53062 * sysdeps/i386/fpu/e_log10.S: Likewise.
53063 * sysdeps/i386/fpu/e_log10f.S: Likewise.
53064 * sysdeps/i386/fpu/e_log10l.S: Likewise.
53065 * sysdeps/i386/fpu/e_log2.S: Likewise.
53066 * sysdeps/i386/fpu/e_log2f.S: Likewise.
53067 * sysdeps/i386/fpu/e_log2l.S: Likewise.
53068 * sysdeps/i386/fpu/e_logf.S: Likewise.
53069 * sysdeps/i386/fpu/e_logl.S: Likewise.
53070 * sysdeps/i386/fpu/e_pow.S: Likewise.
53071 * sysdeps/i386/fpu/e_powf.S: Likewise.
53072 * sysdeps/i386/fpu/e_powl.S: Likewise.
53073 * sysdeps/i386/fpu/e_remainder.S: Likewise.
53074 * sysdeps/i386/fpu/e_remainderf.S: Likewise.
53075 * sysdeps/i386/fpu/e_remainderl.S: Likewise.
53076 * sysdeps/i386/fpu/e_scalb.S: Likewise.
53077 * sysdeps/i386/fpu/e_scalbf.S: Likewise.
53078 * sysdeps/i386/fpu/e_scalbl.S: Likewise.
53079 * sysdeps/i386/fpu/e_sqrt.S: Likewise.
53080 * sysdeps/i386/fpu/e_sqrtf.S: Likewise.
53081 * sysdeps/i386/fpu/e_sqrtl.c: Likewise.
53082 * sysdeps/ieee754/dbl-64/e_acosh.c: Likewise.
53083 * sysdeps/ieee754/dbl-64/e_asin.c: Likewise.
53084 * sysdeps/ieee754/dbl-64/e_atan2.c: Likewise.
53085 * sysdeps/ieee754/dbl-64/e_cosh.c: Likewise.
53086 * sysdeps/ieee754/dbl-64/e_exp2.c: Likewise.
53087 * sysdeps/ieee754/dbl-64/e_fmod.c: Likewise.
53088 * sysdeps/ieee754/dbl-64/e_gamma_r.c: Likewise.
53089 * sysdeps/ieee754/dbl-64/e_hypot.c: Likewise.
53090 * sysdeps/ieee754/dbl-64/e_j0.c: Likewise.
53091 * sysdeps/ieee754/dbl-64/e_j1.c: Likewise.
53092 * sysdeps/ieee754/dbl-64/e_jn.c: Likewise.
53093 * sysdeps/ieee754/dbl-64/e_lgamma_r.c: Likewise.
53094 * sysdeps/ieee754/dbl-64/e_log.c: Likewise.
53095 * sysdeps/ieee754/dbl-64/e_log10.c: Likewise.
53096 * sysdeps/ieee754/dbl-64/e_log2.c: Likewise.
53097 * sysdeps/ieee754/dbl-64/e_pow.c: Likewise.
53098 * sysdeps/ieee754/dbl-64/e_remainder.c: Likewise.
53099 * sysdeps/ieee754/dbl-64/e_sinh.c: Likewise.
53100 * sysdeps/ieee754/dbl-64/e_sqrt.c: Likewise.
53101 * sysdeps/ieee754/dbl-64/halfulp.c: Likewise.
53102 * sysdeps/ieee754/dbl-64/s_asinh.c: Likewise.
53103 * sysdeps/ieee754/flt-32/e_acosf.c: Likewise.
53104 * sysdeps/ieee754/flt-32/e_acoshf.c: Likewise.
53105 * sysdeps/ieee754/flt-32/e_asinf.c: Likewise.
53106 * sysdeps/ieee754/flt-32/e_atan2f.c: Likewise.
53107 * sysdeps/ieee754/flt-32/e_coshf.c: Likewise.
53108 * sysdeps/ieee754/flt-32/e_exp2f.c: Likewise.
53109 * sysdeps/ieee754/flt-32/e_fmodf.c: Likewise.
53110 * sysdeps/ieee754/flt-32/e_gammaf_r.c: Likewise.
53111 * sysdeps/ieee754/flt-32/e_hypotf.c: Likewise.
53112 * sysdeps/ieee754/flt-32/e_j0f.c: Likewise.
53113 * sysdeps/ieee754/flt-32/e_j1f.c: Likewise.
53114 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53115 * sysdeps/ieee754/flt-32/e_lgammaf_r.c: Likewise.
53116 * sysdeps/ieee754/flt-32/e_log10f.c: Likewise.
53117 * sysdeps/ieee754/flt-32/e_log2f.c: Likewise.
53118 * sysdeps/ieee754/flt-32/e_logf.c: Likewise.
53119 * sysdeps/ieee754/flt-32/e_powf.c: Likewise.
53120 * sysdeps/ieee754/flt-32/e_remainderf.c: Likewise.
53121 * sysdeps/ieee754/flt-32/e_sinhf.c: Likewise.
53122 * sysdeps/ieee754/flt-32/e_sqrtf.c: Likewise.
53123 * sysdeps/ieee754/flt-32/s_asinhf.c: Likewise.
53124 * sysdeps/ieee754/ldbl-128/e_acoshl.c: Likewise.
53125 * sysdeps/ieee754/ldbl-128/e_acosl.c: Likewise.
53126 * sysdeps/ieee754/ldbl-128/e_asinl.c: Likewise.
53127 * sysdeps/ieee754/ldbl-128/e_atan2l.c: Likewise.
53128 * sysdeps/ieee754/ldbl-128/e_atanhl.c: Likewise.
53129 * sysdeps/ieee754/ldbl-128/e_coshl.c: Likewise.
53130 * sysdeps/ieee754/ldbl-128/e_fmodl.c: Likewise.
53131 * sysdeps/ieee754/ldbl-128/e_gammal_r.c: Likewise.
53132 * sysdeps/ieee754/ldbl-128/e_hypotl.c: Likewise.
53133 * sysdeps/ieee754/ldbl-128/e_j0l.c: Likewise.
53134 * sysdeps/ieee754/ldbl-128/e_j1l.c: Likewise.
53135 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53136 * sysdeps/ieee754/ldbl-128/e_lgammal_r.c: Likewise.
53137 * sysdeps/ieee754/ldbl-128/e_log10l.c: Likewise.
53138 * sysdeps/ieee754/ldbl-128/e_log2l.c: Likewise.
53139 * sysdeps/ieee754/ldbl-128/e_logl.c: Likewise.
53140 * sysdeps/ieee754/ldbl-128/e_powl.c: Likewise.
53141 * sysdeps/ieee754/ldbl-128/e_remainderl.c: Likewise.
53142 * sysdeps/ieee754/ldbl-128/e_sinhl.c: Likewise.
53143 * sysdeps/ieee754/ldbl-128ibm/e_acoshl.c: Likewise.
53144 * sysdeps/ieee754/ldbl-128ibm/e_acosl.c: Likewise.
53145 * sysdeps/ieee754/ldbl-128ibm/e_asinl.c: Likewise.
53146 * sysdeps/ieee754/ldbl-128ibm/e_atan2l.c: Likewise.
53147 * sysdeps/ieee754/ldbl-128ibm/e_atanhl.c: Likewise.
53148 * sysdeps/ieee754/ldbl-128ibm/e_coshl.c: Likewise.
53149 * sysdeps/ieee754/ldbl-128ibm/e_fmodl.c: Likewise.
53150 * sysdeps/ieee754/ldbl-128ibm/e_gammal_r.c: Likewise.
53151 * sysdeps/ieee754/ldbl-128ibm/e_hypotl.c: Likewise.
53152 * sysdeps/ieee754/ldbl-128ibm/e_log10l.c: Likewise.
53153 * sysdeps/ieee754/ldbl-128ibm/e_log2l.c: Likewise.
53154 * sysdeps/ieee754/ldbl-128ibm/e_logl.c: Likewise.
53155 * sysdeps/ieee754/ldbl-128ibm/e_powl.c: Likewise.
53156 * sysdeps/ieee754/ldbl-128ibm/e_remainderl.c: Likewise.
53157 * sysdeps/ieee754/ldbl-128ibm/e_sinhl.c: Likewise.
53158 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c: Likewise.
53159 * sysdeps/ieee754/ldbl-96/e_acoshl.c: Likewise.
53160 * sysdeps/ieee754/ldbl-96/e_asinl.c: Likewise.
53161 * sysdeps/ieee754/ldbl-96/e_atan2l.c: Likewise.
53162 * sysdeps/ieee754/ldbl-96/e_atanhl.c: Likewise.
53163 * sysdeps/ieee754/ldbl-96/e_coshl.c: Likewise.
53164 * sysdeps/ieee754/ldbl-96/e_gammal_r.c: Likewise.
53165 * sysdeps/ieee754/ldbl-96/e_hypotl.c: Likewise.
53166 * sysdeps/ieee754/ldbl-96/e_j0l.c: Likewise.
53167 * sysdeps/ieee754/ldbl-96/e_j1l.c: Likewise.
53168 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53169 * sysdeps/ieee754/ldbl-96/e_lgammal_r.c: Likewise.
53170 * sysdeps/ieee754/ldbl-96/e_remainderl.c: Likewise.
53171 * sysdeps/ieee754/ldbl-96/e_sinhl.c: Likewise.
53172 * sysdeps/ieee754/ldbl-96/s_asinhl.c: Likewise.
53173 * sysdeps/powerpc/fpu/e_hypot.c: Likewise.
53174 * sysdeps/powerpc/fpu/e_hypotf.c: Likewise.
53175 * sysdeps/powerpc/fpu/e_sqrt.c: Likewise.
53176 * sysdeps/powerpc/fpu/e_sqrtf.c: Likewise.
53177 * sysdeps/powerpc/powerpc64/fpu/e_sqrt.c: Likewise.
53178 * sysdeps/powerpc/powerpc64/fpu/e_sqrtf.c: Likewise.
53179 * sysdeps/s390/fpu/e_sqrt.c: Likewise.
53180 * sysdeps/s390/fpu/e_sqrtf.c: Likewise.
53181 * sysdeps/s390/fpu/e_sqrtl.c: Likewise.
53182 * sysdeps/sparc/sparc32/e_sqrt.c: Likewise.
53183 * sysdeps/sparc/sparc64/fpu/e_sqrtl.c: Likewise.
53184 * sysdeps/x86_64/fpu/e_exp2l.S: Likewise.
53185 * sysdeps/x86_64/fpu/e_fmodl.S: Likewise.
53186 * sysdeps/x86_64/fpu/e_log10l.S: Likewise.
53187 * sysdeps/x86_64/fpu/e_log2l.S: Likewise.
53188 * sysdeps/x86_64/fpu/e_logl.S: Likewise.
53189 * sysdeps/x86_64/fpu/e_powl.S: Likewise.
53190 * sysdeps/x86_64/fpu/e_remainderl.S: Likewise.
53191 * sysdeps/x86_64/fpu/e_scalbl.S: Likewise.
53192 * sysdeps/x86_64/fpu/e_sqrt.c: Likewise. Fix parameter order
53193 * sysdeps/x86_64/fpu/e_sqrtf.c: Likewise.
53194 * sysdeps/x86_64/fpu/math_private.h (__isnan): Cast d parameter.
53195 (__isnanf): Likewise.
53196 (__isinf_ns): Likewise.
53197 (__isinf_nsf): Likewise.
53198 (__finite): Likewise.
53199 (__finitef): Likewise.
53200 (__ieee754_sqrt): Define as macro.
53201 (__ieee754_sqrtf): Define as macro.
53202 (__ieee754_sqrtl): Define as macro.
53203 * sysdeps/x86_64/fpu/bits/fenv.h (feraiseexcept): Add partially
53204 inlined copy.
53205 * sysdeps/x86_64/fpu/bits/mathinline.h: Make use of
53206 __FINITE_MATH_ONLY__ consistent.
53207 * sysdeps/ieee754/k_standard.c (__kernel_standard_f): New function.
53208
12cc2fcd
AS
532092011-10-10 Andreas Schwab <schwab@linux-m68k.org>
53210
a843a204
AS
53211 * inet/getnetgrent_r.c (nscd_getnetgrent): Use __rawmemchr instead
53212 of rawmemchr.
53213
12cc2fcd
AS
53214 * sysdeps/ieee754/ldbl-128ibm/s_isinf_nsl.c: New file.
53215
c853acd5
UD
532162011-10-09 Ulrich Drepper <drepper@gmail.com>
53217
53218 * po/ja.po: Update from translation team.
53219
c658d255
RM
532202011-10-08 Roland McGrath <roland@hack.frob.com>
53221
110946e4
RM
53222 * locale/programs/locarchive.c (prepare_address_space): New function.
53223 (create_archive, enlarge_archive, open_archive): Use it.
53224
50604220
RM
53225 * sysdeps/unix/sysv/linux/x86_64/time.c: Move #include <dl-vdso.h>
53226 inside [SHARED], where it is used.
53227
c658d255
RM
53228 * nscd/nscd_proto.h: Declare __nscd_setnetgrent.
53229
53230 * nss/getent.c (netgroup_keys): Remove unused variable.
53231 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: Likewise.
53232
6a621eb7
UD
532332011-10-08 Ulrich Drepper <drepper@gmail.com>
53234
7edb55ce
UD
53235 * include/math.h: Declare __isinf_ns, __isinf_nsf, __isinf_nsl.
53236 * sysdeps/ieee754/dbl-64/s_isinf_ns.c: New file.
53237 * sysdeps/ieee754/dbl-64/wordsize-64/s_isinf_ns.c: New file.
53238 * sysdeps/ieee754/flt-32/s_isinf_nsf.c: New file.
53239 * sysdeps/ieee754/ldbl-128/s_isinf_nsl.c: New file.
53240 * sysdeps/ieee754/ldbl-96/s_isinf_nsl.c: New file.
53241 * math/Makefile (libm-calls): Add s_isinf_ns.
53242 * math/divtc3.c: Use __isinf_nsl instead of isinf.
53243 * math/multc3.c: Likewise.
53244 * math/s_casin.c: Likewise.
53245 * math/s_casinf.c: Likewise.
53246 * math/s_casinl.c: Likewise.
53247 * math/s_ccos.c: Likewise.
53248 * math/s_ccosf.c: Likewise.
53249 * math/s_ccosl.c: Likewise.
53250 * math/s_ctan.c: Likewise.
53251 * math/s_ctanf.c: Likewise.
53252 * math/s_ctanh.c: Likewise.
53253 * math/s_ctanhf.c: Likewise.
53254 * math/s_ctanhl.c: Likewise.
53255 * math/s_ctanl.c: Likewise.
53256 * math/w_fmod.c: Likewise.
53257 * math/w_fmodf.c: Likewise.
53258 * math/w_fmodl.c: Likewise.
53259 * math/w_remainder.c: Likewise.
53260 * math/w_remainderf.c: Likewise.
53261 * math/w_remainderl.c: Likewise.
53262 * sysdeps/ieee754/dbl-64/s_finite.c: Undefine __finite.
53263 * sysdeps/ieee754/dbl-64/s_isnan.c: Undefine __isnan.
53264 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: Undefine __finite.
53265 * sysdeps/ieee754/dbl-64/wordsize-64/s_isnan.c: Undefine __nan.
53266 * sysdeps/ieee754/flt-32/s_finitef.c: Undefine __finitef.
53267 * sysdeps/ieee754/flt-32/s_isnanf.c: Undefine __nan.
53268 * sysdeps/x86_64/fpu/math_private.h: Add optimized versions of __isnsn,
53269 __isnanf, __isinf_ns, __isinf_nsf, __finite, and __finitef.
53270
187da0ae
UD
53271 * stdio-common/printf_fp.c: Use the fact that isinf returns the sign
53272 of the number.
53273 * stdio-common/printf_fphex.c: Likewise.
53274 * stdio-common/printf_size.c: Likewise.
53275
9277c064
UD
53276 * math/e_exp10.c: Include math_private.h using <...> not "...".
53277 * math/e_exp10f.c: Likewise.
53278 * math/e_exp10l.c: Likewise.
53279 * math/e_exp2l.c: Likewise.
53280 * math/e_j0l.c: Likewise.
53281 * math/e_j1l.c: Likewise.
53282 * math/e_jnl.c: Likewise.
53283 * math/e_lgammal_r.c: Likewise.
53284 * math/e_rem_pio2l.c: Likewise.
53285 * math/e_scalb.c: Likewise.
53286 * math/e_scalbf.c: Likewise.
53287 * math/e_scalbl.c: Likewise.
53288 * math/k_cosl.c: Likewise.
53289 * math/k_sinl.c: Likewise.
53290 * math/k_tanl.c: Likewise.
53291 * math/s_cacoshf.c: Likewise.
53292 * math/s_catan.c: Likewise.
53293 * math/s_catanf.c: Likewise.
53294 * math/s_catanh.c: Likewise.
53295 * math/s_catanhf.c: Likewise.
53296 * math/s_catanhl.c: Likewise.
53297 * math/s_catanl.c: Likewise.
53298 * math/s_ccosh.c: Likewise.
53299 * math/s_ccoshf.c: Likewise.
53300 * math/s_ccoshl.c: Likewise.
53301 * math/s_cexp.c: Likewise.
53302 * math/s_cexpf.c: Likewise.
53303 * math/s_cexpl.c: Likewise.
53304 * math/s_clog.c: Likewise.
53305 * math/s_clog10.c: Likewise.
53306 * math/s_clog10f.c: Likewise.
53307 * math/s_clog10l.c: Likewise.
53308 * math/s_clogf.c: Likewise.
53309 * math/s_clogl.c: Likewise.
53310 * math/s_csin.c: Likewise.
53311 * math/s_csinf.c: Likewise.
53312 * math/s_csinh.c: Likewise.
53313 * math/s_csinhf.c: Likewise.
53314 * math/s_csinhl.c: Likewise.
53315 * math/s_csinl.c: Likewise.
53316 * math/s_csqrt.c: Likewise.
53317 * math/s_csqrtf.c: Likewise.
53318 * math/s_csqrtl.c: Likewise.
53319 * math/s_ctan.c: Likewise.
53320 * math/s_ctanf.c: Likewise.
53321 * math/s_ctanh.c: Likewise.
53322 * math/s_ctanhf.c: Likewise.
53323 * math/s_ctanhl.c: Likewise.
53324 * math/s_ctanl.c: Likewise.
53325 * math/s_ldexp.c: Likewise.
53326 * math/s_ldexpf.c: Likewise.
53327 * math/s_ldexpl.c: Likewise.
53328 * math/s_significand.c: Likewise.
53329 * math/s_significandf.c: Likewise.
53330 * math/s_significandl.c: Likewise.
53331 * math/w_acos.c: Likewise.
53332 * math/w_acosf.c: Likewise.
53333 * math/w_acosh.c: Likewise.
53334 * math/w_acoshf.c: Likewise.
53335 * math/w_acoshl.c: Likewise.
53336 * math/w_acosl.c: Likewise.
53337 * math/w_asin.c: Likewise.
53338 * math/w_asinf.c: Likewise.
53339 * math/w_asinl.c: Likewise.
53340 * math/w_atan2.c: Likewise.
53341 * math/w_atan2f.c: Likewise.
53342 * math/w_atan2l.c: Likewise.
53343 * math/w_atanh.c: Likewise.
53344 * math/w_atanhf.c: Likewise.
53345 * math/w_atanhl.c: Likewise.
53346 * math/w_cosh.c: Likewise.
53347 * math/w_coshf.c: Likewise.
53348 * math/w_coshl.c: Likewise.
53349 * math/w_dremf.c: Likewise.
53350 * math/w_exp10.c: Likewise.
53351 * math/w_exp10f.c: Likewise.
53352 * math/w_exp10l.c: Likewise.
53353 * math/w_exp2.c: Likewise.
53354 * math/w_exp2f.c: Likewise.
53355 * math/w_fmod.c: Likewise.
53356 * math/w_fmodf.c: Likewise.
53357 * math/w_fmodl.c: Likewise.
53358 * math/w_hypot.c: Likewise.
53359 * math/w_hypotf.c: Likewise.
53360 * math/w_hypotl.c: Likewise.
53361 * math/w_j0.c: Likewise.
53362 * math/w_j0f.c: Likewise.
53363 * math/w_j0l.c: Likewise.
53364 * math/w_j1.c: Likewise.
53365 * math/w_j1f.c: Likewise.
53366 * math/w_j1l.c: Likewise.
53367 * math/w_jn.c: Likewise.
53368 * math/w_jnf.c: Likewise.
53369 * math/w_jnl.c: Likewise.
53370 * math/w_lgamma.c: Likewise.
53371 * math/w_lgamma_r.c: Likewise.
53372 * math/w_lgammaf.c: Likewise.
53373 * math/w_lgammaf_r.c: Likewise.
53374 * math/w_lgammal.c: Likewise.
53375 * math/w_lgammal_r.c: Likewise.
53376 * math/w_log.c: Likewise.
53377 * math/w_log10.c: Likewise.
53378 * math/w_log10f.c: Likewise.
53379 * math/w_log10l.c: Likewise.
53380 * math/w_log2.c: Likewise.
53381 * math/w_log2f.c: Likewise.
53382 * math/w_log2l.c: Likewise.
53383 * math/w_logf.c: Likewise.
53384 * math/w_logl.c: Likewise.
53385 * math/w_pow.c: Likewise.
53386 * math/w_powf.c: Likewise.
53387 * math/w_powl.c: Likewise.
53388 * math/w_remainder.c: Likewise.
53389 * math/w_remainderf.c: Likewise.
53390 * math/w_remainderl.c: Likewise.
53391 * math/w_scalb.c: Likewise.
53392 * math/w_scalbf.c: Likewise.
53393 * math/w_scalbl.c: Likewise.
53394 * math/w_sinh.c: Likewise.
53395 * math/w_sinhf.c: Likewise.
53396 * math/w_sinhl.c: Likewise.
53397 * math/w_sqrt.c: Likewise.
53398 * math/w_sqrtf.c: Likewise.
53399 * math/w_sqrtl.c: Likewise.
53400 * math/w_tgamma.c: Likewise.
53401 * math/w_tgammaf.c: Likewise.
53402 * math/w_tgammal.c: Likewise.
53403
6a621eb7
UD
53404 * po/ja.po: Update from translation team.
53405
bf582445
AJ
534062011-09-29 Andreas Jaeger <aj@suse.de>
53407
f9efbf3a
AJ
53408 [BZ #13179]
53409 * sunrpc/netname.c (netname2host): Fix logic.
53410
bf582445
AJ
53411 [BZ #6779]
53412 [BZ #6783]
53413 * math/w_remainderl.c (__remainderl): Handle (NaN, 0) and (Inf,y)
53414 correctly.
53415 * math/w_remainder.c (__remainder): Likewise.
53416 * math/w_remainderf.c (__remainderf): Likewise.
53417 * math/libm-test.inc (remainder_test): Add test cases.
53418
48693bea
AK
534192011-10-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
53420
53421 * stdlib/longlong.h: Update from GCC. Fix zarch smul_ppmm and
53422 sdiv_qrnnd.
53423
42622229
LD
534242011-10-07 Ulrich Drepper <drepper@gmail.com>
53425
53426 * string/test-memcmp.c: Avoid unncessary #defines.
53427 Patch by Liubov Dmitrieva <liubov.dmitrieva@gmail.com>.
53428
093ecf92
LD
534292011-08-31 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53430
53431 * sysdeps/x86_64/multiarch/rawmemchr.S: Update.
53432 Use new sse2 version for core i3 - i7 as it's faster
53433 than sse42 version.
53434 (bit_Prefer_PMINUB_for_stringop): New.
53435 * sysdeps/x86_64/rawmemchr.S: Update.
53436 Replace with faster SSE2 version.
53437 * sysdeps/x86_64/memrchr.S: New file.
53438 * sysdeps/x86_64/memchr.S: Update.
53439 Replace with faster SSE2 version.
53440
fde56e5c
MP
534412011-09-12 Marek Polacek <mpolacek@redhat.com>
53442
53443 * elf/dl-load.c (lose): Add cast to avoid warning.
53444
21fd49a9
UD
534452011-10-07 Ulrich Drepper <drepper@gmail.com>
53446
5a06e643
UD
53447 * po/ca.po: Update from translation team.
53448
684ae515
UD
53449 * inet/getnetgrent_r.c: Hook up nscd.
53450 * nscd/Makefile (routines): Add nscd_netgroup.
53451 (nscd-modules): Add netgroupcache.
53452 (CFLAGS-netgroupcache.c): Define.
53453 * nscd/cache.c (readdfcts): Add entries for GETNETGRENT and INNETGR.
53454 (cache_search): Add const to second parameter.
53455 * nscd/connections.c (serv2str): Add entries for GETNETGRENT and
53456 INNETGR.
53457 (dbs): Add netgrdb entry.
53458 (reqinfo): Add entries for GETNETGRENT, INNETGR, and GETFDNETGR.
53459 (verify_persistent_db): Handle netgrdb.
53460 (handle_request): Handle GETNETGRENT, INNETGR, and GETFDNETGR.
53461 * nscd/nscd-client.h (request_type): Add GETNETGRENT, INNETGR, and
53462 GETFDNETGR.
53463 (netgroup_response_header): Define.
53464 (innetgroup_response_header): Define.
53465 (datahead): Add netgroup_response_header and innetgroup_response_header
53466 elements.
53467 * nscd/nscd.conf: Add entries for netgroup cache.
53468 * nscd/nscd.h (dbtype): Add netgrdb.
53469 (_PATH_NSCD_NETGROUP_DB): Define.
53470 (netgroup_iov_disabled): Declare.
53471 (xmalloc, xcalloc, xrealloc): Move declarations here.
53472 (cache_search): Adjust prototype.
53473 Add netgroup-related prototypes.
53474 * nscd/nscd_conf.c (dbnames): Add netgrdb entry.
53475 * nscd/nscd_proto.h (__nss_not_use_nscd_netgroup): Declare.
53476 (__nscd_innetgr): Declare.
53477 * nscd/selinux.c (perms): Use access_vector_t as element type and
53478 add netgroup-related initializers.
53479 * nscd/netgroupcache.c: New file.
53480 * nscd/nscd_netgroup.c: New file.
53481 * nss/Versions [libc] (GLIBC_PRIVATE): Export __nss_lookup.
53482 * nss/getent.c (netgroup_keys): Use setnetgrent only for one parameter.
53483 For four parameters use innetgr.
53484 * nss/nss_files/files-init.c: Add definition and callback for netgr.
53485 * nss/nsswitch.c (__nss_lookup): Add libc_hidden_def.
53486 (__nss_disable_nscd): Set __nss_not_use_nscd_netgroup.
53487 * nss/nsswitch.h (__nss_lookup): Add libc_hidden_proto.
53488
21fd49a9
UD
53489 * nscd/connections.c (register_traced_file): Don't register file
53490 for disabled databases.
53491
054c0457
UD
534922011-10-06 Ulrich Drepper <drepper@gmail.com>
53493
32b63198
UD
53494 * nscd/grpcache.c (cache_addgr): Initialize written in all cases.
53495
054c0457
UD
53496 * nss/nsswitch.c (__nss_lookup_function): Fix order of deleting
53497 from tree and freeing node.
53498
64031225
JO
534992011-09-25 Jiri Olsa <jolsa@redhat.com>
53500
53501 * nss/nsswitch.c (__nss_database_lookup): Handle
53502 nss_parse_service_list out of memory case.
53503
0490345c
JO
535042011-09-15 Jiri Olsa <jolsa@redhat.com>
53505
53506 * nss/nsswitch.c (__nss_lookup_function): Handle __tsearch
53507 out of memory case.
53508
3a62d00d
AS
535092011-10-04 Andreas Schwab <schwab@redhat.com>
53510
53511 * include/dlfcn.h (__RTLD_NOIFUNC): Define.
53512 * elf/do-rel.h (elf_dynamic_do_rel): Add parameter skip_ifunc and
53513 pass it down.
53514 * elf/dynamic-link.h: Adjust prototypes of elf_machine_rel,
53515 elf_machine_rela, elf_machine_lazy_rel.
53516 (_ELF_DYNAMIC_DO_RELOC): Add parameter skip_ifunc and pass it down.
53517 (ELF_DYNAMIC_DO_REL): Likewise.
53518 (ELF_DYNAMIC_DO_RELA): Likewise.
53519 (ELF_DYNAMIC_RELOCATE): Likewise.
53520 * elf/dl-reloc.c (_dl_relocate_object): Pass __RTLD_NOIFUNC down
53521 to ELF_DYNAMIC_DO_REL.
53522 * elf/rtld.c (_dl_start): Adjust use of ELF_DYNAMIC_RELOCATE.
53523 (dl_main): In trace mode always set __RTLD_NOIFUNC.
53524 * elf/dl-conflict.c (_dl_resolve_conflicts): Adjust call to
53525 elf_machine_rela.
53526 * sysdeps/i386/dl-machine.h (elf_machine_rel): Add parameter
53527 skip_ifunc, don't call ifunc function if non-zero.
53528 (elf_machine_rela): Likewise.
53529 (elf_machine_lazy_rel): Likewise.
53530 (elf_machine_lazy_rela): Likewise.
53531 * sysdeps/ia64/dl-machine.h (elf_machine_rela): Likewise.
53532 (elf_machine_lazy_rel): Likewise.
53533 * sysdeps/powerpc/powerpc32/dl-machine.h (elf_machine_rela):
53534 Likewise.
53535 (elf_machine_lazy_rel): Likewise.
53536 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53537 Likewise.
53538 (elf_machine_lazy_rel): Likewise.
53539 * sysdeps/s390/s390-32/dl-machine.h (elf_machine_rela): Likewise.
53540 (elf_machine_lazy_rel): Likewise.
53541 * sysdeps/s390/s390-64/dl-machine.h (elf_machine_rela): Likewise.
53542 (elf_machine_lazy_rel): Likewise.
53543 * sysdeps/sh/dl-machine.h (elf_machine_rela): Likewise.
53544 (elf_machine_lazy_rel): Likewise.
53545 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela): Likewise.
53546 (elf_machine_lazy_rel): Likewise.
53547 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela): Likewise.
53548 (elf_machine_lazy_rel): Likewise.
53549 * sysdeps/x86_64/dl-machine.h (elf_machine_rela): Likewise.
53550 (elf_machine_lazy_rel): Likewise.
53551
68577918
UD
535522011-09-28 Ulrich Drepper <drepper@gmail.com>
53553
53554 * nss/nss_files/files-init.c (_nss_files_init): Use static
53555 initialization for all the *_traced_file variables.
53556
68822d74
AS
535572011-09-28 Andreas Schwab <schwab@redhat.com>
53558
53559 * sysdeps/powerpc/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53560
2056100b
RM
535612011-09-27 Roland McGrath <roland@hack.frob.com>
53562
53563 [BZ #13226]
53564 * manual/signal.texi (Longjmp in Handler): Grammar fixes.
53565
32c76b63
AS
535662011-09-27 Andreas Schwab <schwab@redhat.com>
53567
53568 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn):
53569 Reread the line before reparsing it.
53570
bf972c9d
AS
535712011-09-26 Andreas Schwab <schwab@redhat.com>
53572
53573 * sysdeps/x86_64/fpu/bits/mathinline.h: Use __asm instead of asm.
53574
e057a1b5
JM
535752011-09-21 Chung-Lin Tang <cltang@codesourcery.com>
53576 Maxim Kuvyrkov <maxim@codesourcery.com>
53577 Joseph Myers <joseph@codesourcery.com>
53578
53579 * resolv/Makefile (LDLIBS-resolv.so): Link in $(elfobjdir)/ld.so
53580 if needed for __stack_chk_guard.
53581
bc7e1c36
RM
535822011-09-19 Roland McGrath <roland@hack.frob.com>
53583
ecb1482f
RM
53584 * sysdeps/posix/spawni.c (script_execute): Always define it.
53585 It will be optimized away if unused.
53586 (maybe_script_execute): New function.
53587 (__spawni): Call it.
53588
bc7e1c36
RM
53589 * Makerules: Don't include tls.make.
53590 (config-tls): Always set to thread.
53591 * tls.make.c: File removed.
53592
1c3b002b
MF
535932011-09-19 Mike Frysinger <vapier@gentoo.org>
53594
53595 * Makeconfig (CPPFLAGS): Prepend $(CPPFLAGS-config).
53596 * config.make.in (CPPFLAGS-config): New substituted variable.
53597
2840865d
UD
535982011-09-15 Ulrich Drepper <drepper@gmail.com>
53599
88738eb6
UD
53600 * sysdeps/ieee754/dbl-64/wordsize-64/s_finite.c: New file.
53601
cbf645a6 53602 [BZ #13192]
2840865d
UD
53603 * sysdeps/unix/sysv/linux/bits/in.h (IP_MULTICAST_ALL): Define.
53604 Patch mostly by Neil Horman <nhorman@tuxdriver.com>.
53605
b402e91a
RM
536062011-09-15 Roland McGrath <roland@hack.frob.com>
53607
53608 * sysdeps/unix/sysv/linux/i386/____longjmp_chk.S
53609 (CALL_FAIL): Use HIDDEN_JUMPTARGET for __fortify_fail.
53610 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
53611 (CALL_FAIL): Likewise.
53612 * sysdeps/unix/sysv/linux/ia64/____longjmp_chk.S (CHECK_RSP): Likewise.
53613 (CALL_FAIL): Macro removed.
53614 Patch mostly by Mike Frysinger <vapier@gentoo.org>.
53615
4c1a1f71
UD
536162011-09-15 Ulrich Drepper <drepper@gmail.com>
53617
53618 * sysdeps/x86_64/fpu/bits/mathinline.h: Add fmax and fmin optimizations
53619 for __FINITE_MATH_ONLY__ == 1.
53620
edc121be
AS
536212011-09-15 Andreas Schwab <schwab@redhat.com>
53622
53623 * sysdeps/powerpc/fpu/e_hypot.c (__ieee754_hypot): Use
53624 __ieee754_sqrt instead of sqrt.
53625 * sysdeps/powerpc/fpu/e_hypotf.c (__ieee754_hypotf): Use
53626 __ieee754_sqrtf instead of sqrtf.
53627 * sysdeps/powerpc/fpu/e_rem_pio2f.c (__ieee754_rem_pio2f): Use
53628 __floorf instead of floorf.
53629 * sysdeps/powerpc/fpu/k_rem_pio2f.c (__fp_kernel_rem_pio2f): Use
53630 __floorf, __truncf instead of floorf, truncf.
53631
cd205654
UD
536322011-09-14 Ulrich Drepper <drepper@gmail.com>
53633
ee4d0315
UD
53634 * sysdeps/x86_64/fpu/s_copysign.S [ELF]: Use correct section.
53635
cd205654
UD
53636 * sysdeps/x86_64/fpu/bits/mathinline.h (__MATH_INLINE): Use
53637 __extern_always_inline.
53638 Define lrint{f,} and llrint{f,} for 64-bit and in some situations for
53639 32-bit.
53640
48b67d71
AS
536412011-09-14 Andreas Schwab <schwab@redhat.com>
53642
53643 * elf/rtld.c (dl_main): Also relocate in dependency order when
53644 doing symbol dependency testing.
53645
1ae12c75
AS
536462011-09-13 Andreas Schwab <schwab@linux-m68k.org>
53647
53648 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
53649 Always define `refsym'.
53650
995a80df
AS
536512011-09-13 Andreas Schwab <schwab@redhat.com>
53652
e529793b
AS
53653 * misc/sys/select.h (__FD_MASK): Renamed from __FDMASK.
53654 (__FD_ELT): Renamed from __FDELT.
53655 * misc/bits/select2.h (__FD_ELT): Likewise.
53656 * bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET): Use __FD_ELT,
53657 __FD_MASK instead of __FDELT, __FDMASK.
53658 * sysdeps/i386/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53659 Likewise.
53660 * sysdeps/x86_64/bits/select.h (__FD_SET, __FD_CLR, __FD_ISSET):
53661 Likewise.
53662
52d4fef8
AS
53663 * elf/Makefile (gen-ldd): Fix pattern.
53664
995a80df
AS
53665 * elf/rtld.c (dl_main): Only use USE___THREAD when defined.
53666 (init_tls): Likewise.
53667
8682f8b0
UD
536682011-09-12 Ulrich Drepper <drepper@gmail.com>
53669
53670 * sysdeps/ieee754/dbl-64/wordsize-64/s_logb.c: New file.
53671
de82006d
AS
536722011-09-12 Andreas Schwab <schwab@redhat.com>
53673
a7c8e6a1
AS
53674 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Cast to
53675 `struct cmsghdr *' instead of `void *'.
53676 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (__cmsg_nxthdr):
53677 Likewise.
53678
0f31fe77
AS
536792011-09-11 Andreas Schwab <schwab@linux-m68k.org>
53680
53681 * elf/Makefile (gen-ldd): Prepend $(..) to $(ldd-rewrite-script)
53682 if non-absolute.
53683 * sysdeps/unix/sysv/linux/configure.in: Remove leading ../ from
53684 ldd_rewrite_script.
0f31fe77 53685
32b4c839
UD
536862011-09-11 Ulrich Drepper <drepper@gmail.com>
53687
83cd1420
UD
53688 * configure.in: Remove --with-tls option.
53689 * config.h.in: Remove HAVE_TLS_SUPPORT entry.
53690 * sysdeps/i386/elf/configure.in: Always test for TLS support and err
53691 out in case it is missing.
53692 * sysdeps/ia64/elf/configure.in: Likewise.
53693 * sysdeps/powerpc/powerpc32/elf/configure.in: Likewise.
53694 * sysdeps/powerpc/powerpc64/elf/configure.in: Likewise.
53695 * sysdeps/s390/s390-32/elf/configure.in: Likewise.
53696 * sysdeps/s390/s390-64/elf/configure.in: Likewise.
53697 * sysdeps/sh/elf/configure.in: Likewise.
53698 * sysdeps/sparc/sparc32/elf/configure.in: Likewise.
53699 * sysdeps/sparc/sparc64/elf/configure.in: Likewise.
53700 * sysdeps/x86_64/elf/configure.in: Likewise.
53701 * sysdeps/mach/hurd/i386/tls.h: Remove test for HAVE_TLS_SUPPORT.
53702 * sysdeps/mach/hurd/tls.h: Likewise.
53703
633f745d
UD
53704 [BZ #13067]
53705 * malloc/obstack.h [!GNUC] (obstack_free): Avoid cast to int.
53706
f318beb8
UD
53707 [BZ #13090]
53708 * configure.in: Fix use of AC_INIT.
53709
32b4c839
UD
53710 * elf/dl-support.c (_dl_pagesize): Initialize to EXEC_PAGESIZE.
53711
3ce1f295
UD
537122011-09-10 Ulrich Drepper <drepper@gmail.com>
53713
bb016596
UD
53714 * malloc/malloc.c: Replace MALLOC_FAILURE_ACTION with use of
53715 __set_errno.
8e58439c
UD
53716 * malloc/hooks.c: Likewise.
53717
aebae053 53718 [BZ #11929]
02d46fc4
UD
53719 * malloc/arena.c (ptmalloc_init_minimal): Removed. Initialize all
53720 variables statically.
53721 (narenas): Initialize.
53722 (list_lock): Initialize.
bb016596
UD
53723 (ptmalloc_init): Don't call ptmalloc_init_minimal. Remove
53724 initializtion of main_arena and list_lock. Small cleanups.
02d46fc4
UD
53725 Replace all uses of malloc_getpagesize with GLRO(dl_pagesize).
53726 * malloc/malloc.c: Remove malloc_getpagesize. Include <ldsodefs.h>.
53727 Add initializers to main_arena and mp_.
53728 (malloc_state): Remove pagesize member. Change all users to use
53729 GLRO(dl_pagesize).
53730
53731 * elf/rtld.c (rtld_global_ro): Initialize _dl_pagesize.
53732 * sysdeps/unix/sysv/linux/getpagesize.c: Simplify. GLRO(dl_pagesize)
53733 is always initialized.
53734
22a89187
UD
53735 * malloc/malloc.c: Removed unused configurations and dead code.
53736 * malloc/arena.c: Likewise.
53737 * malloc/hooks.c: Likewise.
02d46fc4 53738 * malloc/Makefile (CPPFLAGS-malloc.c): Don't add -DATOMIC_FASTBINS.
22a89187 53739
d063d164
UD
53740 * include/tls.h: Removed. USE___THREAD must always be defined.
53741 * bits/libc-tsd.h: Don't handle !USE___THREAD.
53742 * elf/dl-libc.c: Likewise.
53743 * elf/dl-tsd.c: Likewise.
53744 * include/errno.h: Likewise.
53745 * include/netdb.h: Likewise.
53746 * include/resolv.h: Likewise.
53747 * inet/herrno-loc.c: Likewise.
53748 * inet/herrno.c: Likewise.
53749 * malloc/arena.c: Likewise.
53750 * malloc/hooks.c: Likewise.
53751 * malloc/malloc.c: Likewise.
53752 * resolv/res-state.c: Likewise.
53753 * resolv/res_libc.c: Likewise.
53754 * sysdeps/i386/dl-machine.h: Likewise.
53755 * sysdeps/ia64/dl-machine.h: Likewise.
53756 * sysdeps/powerpc/powerpc32/dl-machine.h: Likewise.
53757 * sysdeps/powerpc/powerpc64/dl-machine.h: Likewise.
53758 * sysdeps/s390/s390-32/dl-machine.h: Likewise.
53759 * sysdeps/s390/s390-64/dl-machine.h: Likewise.
53760 * sysdeps/sh/dl-machine.h: Likewise.
53761 * sysdeps/sparc/sparc32/dl-machine.h: Likewise.
53762 * sysdeps/sparc/sparc64/dl-machine.h: Likewise.
53763 * sysdeps/unix/i386/sysdep.S: Likewise.
53764 * sysdeps/unix/sysv/linux/i386/sysdep.h: Likewise.
53765 * sysdeps/unix/sysv/linux/ia64/sysdep.S: Likewise.
53766 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.S: Likewise.
53767 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h: Likewise.
53768 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.S: Likewise.
53769 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h: Likewise.
53770 * sysdeps/unix/sysv/linux/sh/sysdep.h: Likewise.
53771 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h: Likewise.
53772 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Likewise.
53773 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Likewise.
53774 * sysdeps/unix/x86_64/sysdep.S: Likewise.
53775 * sysdeps/x86_64/dl-machine.h: Likewise.
53776 * tls.make.c: Likewise.
53777
3ce1f295
UD
53778 * configure.in: Remove --with-__thread option. Make tests for
53779 --no-whole-archive, __builtin_expect, symbol redirection, __thread,
53780 tls_model attribute fail if no support is available. Remove
53781 USE_IN_LIBIO.
53782 * Makeconfig: Adjust for dropped configure option. All features are
53783 now mandatory.
53784 * Makerules: Likewise.
53785 * Versions.def: Likewise.
53786 * argp/argp-fmtstream.c: Likewise.
53787 * argp/argp-fmtstream.h: Likewise.
53788 * argp/argp-help.c: Likewise.
53789 * assert/assert.c: Likewise.
53790 * config.h.in: Likewise.
53791 * config.make.in: Likewise.
53792 * configure: Likewise.
53793 * configure.in: Likewise.
53794 * csu/Versions: Likewise.
53795 * csu/init.c: Likewise.
53796 * elf/tst-audit2.c: Likewise.
53797 * elf/tst-tls10.c: Likewise.
53798 * elf/tst-tls10.h: Likewise.
53799 * elf/tst-tls11.c: Likewise.
53800 * elf/tst-tls12.c: Likewise.
53801 * elf/tst-tls14.c: Likewise.
53802 * elf/tst-tlsmod11.c: Likewise.
53803 * elf/tst-tlsmod12.c: Likewise.
53804 * elf/tst-tlsmod13.c: Likewise.
53805 * elf/tst-tlsmod13a.c: Likewise.
53806 * elf/tst-tlsmod14a.c: Likewise.
53807 * elf/tst-tlsmod15b.c: Likewise.
53808 * elf/tst-tlsmod16a.c: Likewise.
53809 * elf/tst-tlsmod16b.c: Likewise.
53810 * elf/tst-tlsmod7.c: Likewise.
53811 * elf/tst-tlsmod8.c: Likewise.
53812 * elf/tst-tlsmod9.c: Likewise.
53813 * gmon/gmon.c: Likewise.
53814 * grp/fgetgrent_r.c: Likewise.
53815 * grp/putgrent.c: Likewise.
53816 * hurd/fopenport.c: Likewise.
53817 * include/libc-symbols.h: Likewise.
53818 * include/tls.h: Likewise.
53819 * intl/gettextP.h: Likewise.
53820 * intl/loadinfo.h: Likewise.
53821 * locale/global-locale.c: Likewise.
53822 * locale/localeinfo.h: Likewise.
53823 * mach/devstream.c: Likewise.
53824 * malloc/arena.c: Likewise.
53825 * malloc/set-freeres.c: Likewise.
53826 * misc/err.c: Likewise.
53827 * misc/getttyent.c: Likewise.
53828 * misc/mntent_r.c: Likewise.
53829 * posix/getopt.c: Likewise.
53830 * posix/wordexp.c: Likewise.
53831 * pwd/fgetpwent_r.c: Likewise.
53832 * resolv/Versions: Likewise.
53833 * resolv/res_hconf.c: Likewise.
53834 * shadow/fgetspent_r.c: Likewise.
53835 * shadow/putspent.c: Likewise.
53836 * stdio-common/printf_fphex.c: Likewise.
53837 * stdio-common/tmpfile.c: Likewise.
53838 * stdlib/abort.c: Likewise.
53839 * stdlib/fmtmsg.c: Likewise.
53840 * sunrpc/auth_unix.c: Likewise.
53841 * sunrpc/clnt_perr.c: Likewise.
53842 * sunrpc/clnt_tcp.c: Likewise.
53843 * sunrpc/clnt_udp.c: Likewise.
53844 * sunrpc/clnt_unix.c: Likewise.
53845 * sunrpc/openchild.c: Likewise.
53846 * sunrpc/svc_simple.c: Likewise.
53847 * sunrpc/svc_tcp.c: Likewise.
53848 * sunrpc/svc_udp.c: Likewise.
53849 * sunrpc/svc_unix.c: Likewise.
53850 * sunrpc/xdr.c: Likewise.
53851 * sunrpc/xdr_array.c: Likewise.
53852 * sunrpc/xdr_rec.c: Likewise.
53853 * sunrpc/xdr_ref.c: Likewise.
53854 * sunrpc/xdr_stdio.c: Likewise.
53855
1248c1c4
PB
538562011-09-09 Ulrich Drepper <drepper@gmail.com>
53857
53858 * sysdeps/i386/fpu/libm-test-ulps: Adjust ULPs for jn tests.
53859
538602011-07-03 Andreas Jaeger <aj@suse.de>
53861
53862 * math/libm-test.inc (jn_test): Add tests for BZ#11589.
53863 * sysdeps/x86_64/fpu/libm-test-ulps: Add new ULPs for jn_test,
53864 regenerate with gen-libm-tests.pl.
53865
538662010-05-12 Petr Baudis <pasky@suse.cz>
53867
53868 [BZ #11589]
53869 * sysdeps/ieee754/dbl-64/e_jn.c: Compensate major precision loss
53870 around j0() zero points by switching to j1().
53871 * sysdeps/ieee754/flt-32/e_jnf.c: Likewise.
53872 * sysdeps/ieee754/ldbl-128/e_jnl.c: Likewise.
53873 * sysdeps/ieee754/ldbl-128ibm/e_jnl.c: Likewise.
53874 * sysdeps/ieee754/ldbl-96/e_jnl.c: Likewise.
53875
f22e1074
UD
538762011-09-09 Ulrich Drepper <drepper@gmail.com>
53877
f19009c1
UD
53878 * sysdeps/unix/bsd/bsd4.4/bits/socket.h (__cmsg_nxthdr): Use NULL
53879 instead of 0.
53880 * sysdeps/unix/sysv/linux/bits/socket.h (__cmsg_nxthdr): Use (void*)0
3a235abb 53881 instead of 0.
f19009c1
UD
53882 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
53883 Patch in part by Pavel Roskin <proski@gnu.org>.
53884
3f8cc204
UD
53885 [BZ #13138]
53886 * stdio-common/vfscanf.c (ADDW): Allocate large memory block with
53887 realloc.
53888 (_IO_vfscanf_internal): Remove reteof. Use errout after setting done.
53889 Free memory block if necessary.
53890
f22e1074
UD
53891 [BZ #12847]
53892 * libio/genops.c (INTDEF): For string streams the _lock pointer can
53893 be NULL. Don't lock in this case.
53894
0a2349f9
RM
538952011-09-09 Roland McGrath <roland@hack.frob.com>
53896
53897 * elf/elf.h (ELFOSABI_GNU): New macro.
53898 (ELFOSABI_LINUX): Define to that.
53899
f3cdd467
DZ
539002011-07-29 Denis Zaitceff <zaitceff@gmail.com>
53901
53902 * string/strncat.c (strncat): Undef the symbol in case it has been
53903 defined in bits/string.h.
53904
74718d13
UD
539052011-09-09 Ulrich Drepper <drepper@gmail.com>
53906
633e9e0f
UD
53907 * elf/sotruss.ksh: Clean up, fix, and complete help messages.
53908
0a2349f9 53909 * elf/dl-iteratephdr.c (__dl_iterate_phdr): Fill in data from the real
74718d13
UD
53910 link map.
53911
f9924780
AJ
539122011-08-17 Andreas Jaeger <aj@suse.de>
53913
53914 * elf/sprof.c (load_shobj): Remove unused variable log_hashfraction.
53915
7f5517aa
PP
539162011-08-18 Paul Pluzhnikov <ppluzhnikov@google.com>
53917 Ian Lance Taylor <iant@google.com>
53918
53919 * math/libm-test.inc (lround_test): New testcase.
53920 * sysdeps/ieee754/dbl-64/s_lround.c (__lround): Don't lose precision.
53921
762011fe
UD
539222011-09-08 Ulrich Drepper <drepper@gmail.com>
53923
92963737
UD
53924 * Makefile: Remove support for automatic cvs check-ins.
53925 * Makerules: Likewise.
53926 * config.make.in: Likewise.
53927 * configure.in: Likewise.
53928 * intl/Makefile: Likewise.
53929 * locale/Makefile: Likewise.
53930 * po/Makefile: Likewise.
53931 * posix/Makefile: Likewise.
53932 * sysdeps/gnu/Makefile: Likewise.
53933 * sysdeps/mach/hurd/Makefile: Likewise.
53934 * sysdeps/sparc/sparc32/Makefile: Likewise.
53935
b0727fd8
JS
53936 [BZ #13118]
53937 * posix/Makefile (bug-regex32-ENV): Define.
53938 Patch by John Stanley <jpsinthemix@verizon.net>.
53939
a0f33f99
UD
53940 * misc/Makefile (headers): Add bits/select2.h.
53941 * misc/sys/select.h: Include bits/select2.h for _FORTIFY_SOURCE.
53942 * misc/bits/select2.h: New file.
53943 * include/bits/select2.h: New file.
53944 * debug/Makefile (routines): Add fdelt_chk.
53945 * debug/Versions: Export __fdelt_chk and __fdelt_warn for GLIBC_2.15.
53946 * debug/tst-chk1.c (do_test): Add tests for FD_SET, FD_CLR, and
53947 FD_ISSET.
53948 * debug/fdelt_chk.c: New file.
53949
762011fe
UD
53950 * wcsmbs/test-wcscmp.c: Moved from string/*. Adjust.
53951 * wcsmbs/test-wmemcmp.c: Likewise.
53952 * string/Makefile (strop-tests): Remove wcscmp and wmemcmp.
a0f33f99 53953 * wcsmbs/Makefile (strop-tests): Add wcscmp and wmemcmp.
762011fe
UD
53954
539552011-09-08 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
53956
53957 * string/Makefile (strop-tests): Add memcmp.
53958 * string/test-wmemcmp.c: New file.
53959 * string/test-memcmp.c: Add wmemcmp support.
53960
7f513ec8
RM
539612011-09-08 Roland McGrath <roland@hack.frob.com>
53962
0442afb4
RM
53963 [BZ #13153]
53964 * manual/libc.texinfo (EDITION, VERSION, UPDATED): Update for
53965 2011-07-19 change.
53966
7f513ec8
RM
53967 * sysdeps/mach/hurd/fork.c (__fork): Initialize REFS so we don't use a
53968 garbage value in a __mach_port_mod_refs call in the cases of the
53969 task-self and thread-self ports.
53970
a12b2239
ST
539712011-09-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
53972
53973 * sysdeps/mach/hurd/sys/param.h (DEV_BSIZE): New macro.
53974
610f9ab4
AS
539752011-09-08 Andreas Schwab <schwab@redhat.com>
53976
7f513ec8 53977 * elf/dl-load.c (lose): Check for non-null L.
610f9ab4 53978
48882a1a
LD
539792011-09-07 Ulrich Drepper <drepper@gmail.com>
53980
b49865be
UD
53981 * elf/dl-load.c (open_verify): Use O_CLOEXEC.
53982
fdc86bc9
UD
53983 * elf/dl-libc.c (dlerror_run): Pass back error code from
53984 dl_catch_error.
53985
c966526a
UD
53986 [BZ #13123]
53987 * elf/dl-load.c (lose): Free l_origin if it is valid.
53988
48882a1a
LD
53989 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Fix mixup in section
53990 names.
53991 * sysdeps/i386/i686/multiarch/strchr-sse2.S: Likewise.
53992 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
53993 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
53994 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
53995 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: Likewise.
53996 Patch by Liubov Dmitrieva <liubov.dmitrieva@intel.com>.
53997
77a2a8b4
AZ
539982011-08-01 Adhemerval Zanella <azanella@linux.vnet.ibm.com>
53999
54000 * sysdeps/powerpc/fpu/e_hypot.c: New file.
54001 * sysdeps/powerpc/fpu/e_hypotf.c: New file.
54002 * sysdeps/powerpc/fpu/e_rem_pio2f.c: New file.
54003 * sysdeps/powerpc/fpu/k_rem_pio2f.c: New file.
54004 * sysdeps/powerpc/fpu/k_cosf.c: New file.
54005 * sysdeps/powerpc/fpu/k_sinf.c: New file.
54006 * sysdeps/powerpc/fpu/s_cosf.c: New file.
54007 * sysdeps/powerpc/fpu/s_sinf.c: New file.
54008 * sysdeps/powerpc/fpu/s_scalbnf.c: New file.
54009 * sysdeps/powerpc/fpu/s_float_bitwise.h: New file.
54010
24f579d8
AM
540112011-08-15 Alan Modra <amodra@gmail.com>
54012
54013 [BZ #13092]
54014 * sysdeps/powerpc/Makefile (gmon): Move sysdep_routines to..
54015 * sysdeps/powerpc/powerpc64/Makefile (gmon): ..here..
54016 * sysdeps/powerpc/powerpc32/Makefile (gmon): ..and here. Add
54017 ppc_mcount to static-only-routines.
54018 * sysdeps/powerpc/powerpc32/Versions: Export GLIBC_PRIVATE
54019 __mcount_internal.
54020 * sysdeps/powerpc/powerpc32/ppc-mcount.S (_mcount): Call
54021 __mcount_internal with usual JUMPTARGET. Remove useless nop.
54022
3d4837df
UD
540232011-08-18 David Flaherty <flaherty@linux.vnet.ibm.com>
54024
54025 * sysdeps/ieee754/ldbl-128ibm/s_fmal.c: New file which checks
54026 for finite and infinity parameters.
54027
22700377
WS
540282011-08-04 Will Schmidt <will_schmidt@vnet.ibm.com>
54029
54030 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Adjust the alignment
54031 and add nop instructions for throughput optimization.
54032 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
54033
5025581e
WS
540342011-07-28 Will Schmidt <will_schmidt@vnet.ibm.com>
54035
54036 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Optimize the
54037 aligned copy for power7 with vector-scalar instructions.
54038 * sysdeps/powerpc/powerpc64/power7/memcpy.S: Likewise.
54039
08a300c9
L
540402011-07-24 H.J. Lu <hongjiu.lu@intel.com>
54041
54042 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Simplify
54043 AVX check.
54044
59178ef9
AS
540452011-09-07 Andreas Schwab <schwab@redhat.com>
54046
54047 [BZ #13144]
54048 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Revert
54049 last change.
54050
e38ba7ab
UD
540512011-09-07 Ulrich Drepper <drepper@gmail.com>
54052
54053 * sysdeps/unix/sysv/linux/x86_64/init-first.c
54054 (_libc_vdso_platform_setup): If vDSO is not present store pointer to
54055 syscall wrapper around clock_gettime in __vdso_clock_gettime.
54056 * sysdeps/unix/sysv/linux/x86_64/syscalls.list: Add entry for
54057 clock_gettime.
54058
d53a73ac
UD
540592011-09-06 Ulrich Drepper <drepper@gmail.com>
54060
fc8bffcc
UD
54061 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c (INTERNAL_GETTIME):
54062 Forgot to demangle the pointer.
54063
ceaa0c5d
UD
54064 * sysdeps/i386/sysdep.h: Define atom_text_section.
54065 * sysdeps/x86_64/sysdep.h: Likewise.
54066 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: Place function in
54067 section with atom_text_section.
54068 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: Likewise.
54069 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: Likewise.
54070 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: Likewise.
54071 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54072 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: Likewise.
54073
a77d3c17
UD
54074 * sysdeps/unix/sysv/linux/x86_64/clock_gettime.c: New file.
54075 * sysdeps/unix/sysv/linux/clock_gettime.c (SYSCALL_GETTIME): Allow
54076 already be defined. Change to take two parameters and don't assign
54077 result to variable. Adjust all users.
54078 Define INTERNAL_GETTIME if not already defined.
54079 Use INTERNAL_GETTIME instead of INTERNAL_VSYSCALL got clock_gettime
54080 call.
54081 * sysdeps/unix/sysv/linux/x86_64/sysdep.h: Don't define
54082 HAVE_CLOCK_GETTIME_VSYSCALL.
54083 * sysdeps/unix/clock_gettime.c: Adjust use of SYSDEP_GETTIME_CPU.
54084
d53a73ac
UD
54085 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Don't use
54086 gettimeofday vsyscall, just use time.
54087
a8f84144
AS
540882011-09-06 Andreas Schwab <schwab@redhat.com>
54089
54090 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Include
54091 <errno.h>.
54092
ef606249
UD
540932011-09-06 Ulrich Drepper <drepper@gmail.com>
54094
54095 * sysdeps/unix/sysv/linux/kernel-features.h: Add entry for getcpu
54096 syscall on x86-64.
54097 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c [!SHARED]: Use real
54098 syscall.
54099 * sysdeps/unix/sysv/linux/x86_64/time.c: Likewise.
54100 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [!SHARED]: Use real
54101 syscall if possible.
54102
6585cb60
UD
541032011-09-05 Ulrich Drepper <drepper@gmail.com>
54104
54105 * elf/pldd.c (get_process_info): Don't read whole ELF header, just
54106 e_ident. Don't pass to find_mapsXX.
54107 * elf/pldd-xx.c (find_mapsXX): Remove second parameter.
54108
a5f524e4
LD
541092011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
54110
54111 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54112 strchr-sse2-no-bsf strrchr-sse2-no-bsf
54113 * sysdeps/x86_64/multiarch/strchr.S: Update.
54114 Check bit_slow_BSF bit.
54115 * sysdeps/x86_64/multiarch/strrchr.S: Likewise.
54116 * sysdeps/x86_64/multiarch/strchr-sse2-no-bsf.S: New file.
54117 * sysdeps/x86_64/multiarch/strrchr-sse2-no-bsf.S: New file.
54118
554881ef
UD
541192011-09-05 Ulrich Drepper <drepper@gmail.com>
54120
d96de963
UD
54121 [BZ #13134]
54122 * sysdeps/posix/spawni.c (script_execute): Define only for compatibility
54123 before glibc 2.15.
54124 (tryshell): Define.
54125 (__spawni): Change last parameter to be flag. Test
54126 SPAWN_XFLAGS_USE_PATH flag to use path or not.
54127 Don't try to use shell unless SPAWN_XFLAGS_TRY_SHELL is set.
54128 * sysdeps/mach/hurd/spawni.c: Change last parameter and adjust user.
54129 * posix/spawni.c: Likewise.
54130 * posix/spawn.c: Add compat version which passed SPAWN_XFLAGS_TRY_SHELL.
54131 * posix/spawnp.c: Likewise. Change normal version to use
54132 SPAWN_XFLAGS_USE_PATH.
54133 * posix/spawn_int.c: Define SPAWN_XFLAGS_USE_PATH and
54134 SPAWN_XFLAGS_TRY_SHELL.
54135
d48e5868
UD
54136 [BZ #13150]
54137 * posix/glob.h: Remove gcc 1.x support.
54138
554881ef
UD
54139 [BZ #13068]
54140 * elf/dl-misc.c (_dl_sysdep_read_whole_file): Use O_CLOEXEC.
54141
693fb948
LD
541422011-07-20 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
54143
54144 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54145 strchr-sse2 strrchr-sse2 strchr-sse2-bsf
54146 strrchr-sse2-bsf
54147 * sysdeps/i386/i686/multiarch/strchr.S: New file.
54148 * sysdeps/i386/i686/multiarch/strrchr.S: New file.
54149 * sysdeps/i386/i686/multiarch/strchr-sse2.S: New file.
54150 * sysdeps/i386/i686/multiarch/strchr-sse2-bsf.S: New file.
54151 * sysdeps/i386/i686/multiarch/strrchr-sse2.S: New file.
54152 * sysdeps/i386/i686/multiarch/strrchr-sse2-bsf.S: New file.
54153
1b48c537
UD
541542011-08-29 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
54155
49d42c37
UD
54156 * sysdeps/x86_64/wcscmp.S: New file.
54157
1b48c537
UD
54158 * sysdeps/i386/i686/multiarch/Makefile: (sysdep_routines): Add
54159 wcscmp-c wcscmp-sse2
54160 * sysdeps/i386/i686/multiarch/wcscmp-c.c: New file.
54161 * sysdeps/i386/i686/multiarch/wcscmp.S: New file.
54162 * sysdeps/i386/i686/multiarch/wcscmp-sse2.S: New file.
54163 * wcsmbs/wcscmp.c: Allow renaming.
54164
15c95c5d
DM
541652011-09-05 David S. Miller <davem@davemloft.net>
54166
54167 * sysdeps/sparc/sparc32/fpu/s_fabsf.S: Use first argument
54168 stack slot, rather than the struct return pointer slot.
54169 * sysdeps/sparc/sparc32/fpu/s_fabs.c: Delete.
54170 * sysdeps/sparc/sparc32/fpu/s_fabs.S: New file.
54171 * sysdeps/sparc/sparc32/sparcv9/fpu/s_fabs.S: Likewise.
54172 * sysdeps/unix/sysv/linux/sparc/sparc32/sparcv9/fpu/Implies: Likewise.
54173
2f0ad8f3
UD
541742011-09-05 Ulrich Drepper <drepper@gmail.com>
54175
d88ae418
UD
54176 * po/ja.po: Update from translation team.
54177
2f0ad8f3
UD
54178 [BZ #13144]
54179 * sysdeps/unix/sysv/linux/x86_64/bits/sem.h (semdid_ds): Fix to match
54180 kernel in 64-bit binaries.
54181
5f4318d1
DM
541822011-09-01 David S. Miller <davem@davemloft.net>
54183
54184 * elf/elf.h (HWCAP_SPARC_*): Move to..
54185 * sysdeps/sparc/sysdep.h: this new file and add new values.
54186 * sysdeps/unix/sparc/sysdep.h: Include sysdeps/sparc/sysdep.h
54187 * sysdeps/sparc/dl-procinfo.h: Include sysdep.h and increase
54188 _DL_HWCAP_COUNT to 24.
54189 * sysdeps/sparc/dl-procinfo.c (_dl_sparc_cap_flags): Add new
54190 entries.
54191 * sysdeps/sparc/sparc32/bits/atomic.h: Don't use magic local
54192 __ATOMIC_HWCAP_SPARC_V9 define, use sysdep.h one instead.
54193 * sysdeps/sparc/sparc32/dl-machine.h: Include sysdep.h
54194 * sysdeps/sparc/sparc64/multiarch/memcpy.S: Use HWCAP_SPARC_*
54195 instead of magic constants.
54196 * sysdeps/sparc/sparc64/multiarch/memset.S: Likewise.
54197
3ba57516
DM
541982011-08-31 David S. Miller <davem@davemloft.net>
54199
54200 * sysdeps/unix/sparc/sysdep.h (SETUP_PIC_REG): Define.
54201 * sysdeps/unix/sysv/linux/sparc/sparc32/sysdep.h (PSEUDO):
54202 Reimplement to do errno handling inline.
54203 (SYSCALL_ERROR_HANDLER): New macro.
54204 (__SYSCALL_STRING): Do not do errno handling in asm.
54205 (__CLONE_SYSCALL_STRING): Delete.
54206 (__INTERNAL_SYSCALL_STRING): Delete.
54207 * sysdeps/unix/sysv/linux/sparc/sparc64/sysdep.h: Include
54208 sysdeps/unix/sparc/sysdep.h instead of sysdeps/unix/sysdep.h
54209 (PSEUDO): Reimplement to do errno handling inline.
54210 (ret, ret_NOERRNO, ret_ERRVAL, r0, r1, MOVE): Don't redefine.
54211 (SYSCALL_ERROR_HANDLER): New macro.
54212 (__SYSCALL_STRING): Do not do errno handling in asm.
54213 (__CLONE_SYSCALL_STRING): Delete.
54214 (__INTERNAL_SYSCALL_STRING): Delete.
54215 * sysdeps/unix/sysv/linux/sparc/sysdep.h (INLINE_SYSCALL):
54216 Implement in terms of INTERNAL_SYSCALL and __set_errno, just like
54217 i386.
54218 (INTERNAL_SYSCALL_DECL): Declare %g1 var for err state.
54219 (inline_syscall*): Add 'err' argument.
54220 (INTERNAL_SYSCALL, INTERNAL_SYSCALL_NCS,
54221 INTERNAL_SYSCALL_ERROR_P): Likewise and pass it down.
54222 (INLINE_CLONE_SYSCALL): Reimplement in terms of __SYSCALL_STRING,
54223 INTERNAL_SYSCALL_ERRNO, and INTERNAL_SYSCALL_ERROR_P.
54224
54225 * scripts/data/localplt-sparc-linux-gnu.data: Remove 'ffs'.
54226 * scripts/data/localplt-sparc64-linux-gnu.data: Likewise.
54227
2bc17433
AS
542282011-08-30 Andreas Schwab <schwab@redhat.com>
54229
54230 * elf/rtld.c (dl_main): Relocate objects in dependency order.
54231
fbeb5f4d
JO
542322011-08-29 Jiri Olsa <jolsa@redhat.com>
54233
54234 * sysdeps/i386/dl-trampoline.S (_dl_runtime_profile): Fix cfi
54235 directive.
54236
ad69cc26
DM
542372011-08-24 David S. Miller <davem@davemloft.net>
54238
54239 * sysdeps/sparc/sparc64/strcmp.S: Rewrite.
54240
39dd69df
AS
542412011-08-24 Andreas Schwab <schwab@redhat.com>
54242
54243 * elf/Makefile: Add rules to build and run unload8 test.
54244 * elf/unload8.c: New file.
54245 * elf/unload8mod1.c: New file.
54246 * elf/unload8mod1x.c: New file.
54247 * elf/unload8mod2.c: New file.
54248 * elf/unload8mod3.c: New file.
54249
54250 * elf/dl-close.c (_dl_close_worker): Reset private search list if
54251 it wasn't used.
54252
2c0b250a
DM
542532011-08-23 David S. Miller <davem@davemloft.net>
54254
54255 * sysdeps/sparc/sparc64/dl-machine.h (DL_STACK_END): Do not
54256 subtract stack bias.
54257 * sysdeps/sparc/sparc64/jmpbuf-unwind.h (_JMPBUF_UNWINDS): Use
54258 %sp not %fp in calculations.
54259 (_JMPBUF_UNWINDS_ADJ): Likewise.
54260
22044b48
DM
54261 * sysdeps/pthread/aio_suspend.c (do_aio_misc_wait): New function.
54262 (aio_suspend): Call it to force an exception region around the
54263 AIO_MISC_WAIT() invocation.
54264
2cae4995
AS
542652011-08-23 Andreas Schwab <schwab@redhat.com>
54266
54267 * sysdeps/i386/i686/multiarch/strspn.S (ENTRY): Add missing
54268 backslash.
54269
873a772e
AJ
542702011-07-04 Aurelien Jarno <aurelien@aurel32.net>
54271
54272 * sysdeps/powerpc/dl-tls.h: Add _PPC_DL_TLS_H inclusion
54273 protection macro.
54274 * sysdeps/powerpc/powerpc64/dl-irel.h: Include <ldsodefs.h>
54275 and <dl-machine.h>.
54276 (Elf64_FuncDesc): Remove.
54277
25ad0df1
DM
542782011-08-22 David S. Miller <davem@davemloft.net>
54279
54280 * sysdeps/unix/sysv/linux/sparc/sparc32/____longjmp_chk.S: Fix
54281 sigaltstack check, add missing cfi directives.
54282 * sysdeps/unix/sysv/linux/sparc/sparc64/____longjmp_chk.S: Add
54283 missing cfi directives, and sigaltstack handling.
54284
e888bcbe
AS
542852011-08-16 Andreas Schwab <schwab@redhat.com>
54286
54287 [BZ #11724]
54288 * elf/dl-deps.c (_dl_map_object_deps): Only assume cycle when
54289 object is seen twice.
54290 * elf/dl-fini.c (_dl_sort_fini): Likewise.
54291
54292 * elf/Makefile (distribute): Add tst-initorder2.c.
54293 (tests): Add tst-initorder2.
54294 (modules-names): Add tst-initorder2a tst-initorder2b
54295 tst-initorder2c tst-initorder2d. Add rules to build them.
54296 ($(objpfx)tst-initorder2.out): New rule.
54297 * elf/tst-initorder2.c: New file.
54298 * elf/tst-initorder2.exp: New file.
54299
87162f46
AS
543002011-08-22 Andreas Schwab <schwab@redhat.com>
54301
70538b7f
AS
54302 * sysdeps/unix/sysv/linux/i386/scandir64.c: Include <string.h>.
54303
f55ffe58
AS
54304 * elf/dl-deps.c (_dl_map_object_deps): Move check for missing
54305 dependencies back to end of function.
54306
87162f46
AS
54307 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
54308 $(elfobjdir)/ld.so.
54309
91b392a4
UD
543102011-08-21 Ulrich Drepper <drepper@gmail.com>
54311
54312 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.S: Removed.
54313 * sysdeps/unix/sysv/linux/x86_64/time.S: Removed.
54314 * sysdeps/unix/sysv/linux/x86_64/gettimeofday.c: New file.
54315 * sysdeps/unix/sysv/linux/x86_64/time.c: New file.
54316 * sysdeps/unix/sysv/linux/x86_64/bits/libc-vdso.h: Remove declaration
54317 of __vdso_gettimeofday.
54318 * sysdeps/unix/sysv/linux/x86_64/init-first.c: Remove definition of
54319 __vdso_gettimeofday and __vdso_time. Define __vdso_getcpu with
54320 attribute_hidden.
54321 (_libc_vdso_platform_setup): Remove initialization of
54322 __vdso_gettimeofday and __vdso_time.
54323
5c43483f
UD
543242011-08-20 Ulrich Drepper <drepper@gmail.com>
54325
775a77e7
UD
54326 * nss/nss_files/files-alias.c (get_next_alias): Use feof_unlocked
54327 and fgetc_unlocked.
54328 * nss/nss_files/files-key.c (search): Use fgets_unlocked and
54329 getc_unlocked.
89f447ed 54330
49c74ba9
UD
54331 * elf/dl-open.c (add_to_global): Report additions to the global scope
54332 for LD_DEBUG=scopes.
54333 (dl_open_worker): Also print scope of newly loaded dependencies.
001f0a6c 54334 (_dl_show_scope): Indicate if there is no scope.
49c74ba9 54335
5c43483f
UD
54336 [BZ #13114]
54337 * stdio-common/Makefile (tests): Add bug24.
54338 * stdio-common/bug24.c: New file.
54339
a101b025
AJ
543402011-08-19 Andreas Jaeger <aj@suse.de>
54341
54342 [BZ #13114]
54343 * libio/fileops.c (_IO_new_file_fopen): Fix handling of
54344 non-existant file when using close-on-exec mode.
54345
c88f1766
UD
543462011-08-20 Ulrich Drepper <drepper@gmail.com>
54347
0276a718
UD
54348 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_resolve): Fix CFI for
54349 the very first instruction.
54350
c88f1766
UD
54351 * sysdeps/x86_64/dl-trampoline.h: If MORE_CODE is defined, restore
54352 the CFI state in the end.
54353 * sysdeps/x86_64/dl-trampoline.S: Define MORE_CODE before first
54354 inclusion of dl-trampoline.h.
54355 Based on a patch by Jiri Olsa <jolsa@redhat.com>.
54356
51ccffa0
AS
543572011-08-19 Andreas Schwab <schwab@redhat.com>
54358
94d7165f
AS
54359 * sysdeps/powerpc/fpu/libm-test-ulps: Relax ctan (0.75 + 1.25 i)
54360 expectations for long double.
54361
51ccffa0
AS
54362 * sysdeps/unix/sysv/linux/powerpc/powerpc32/scandir64.c: Renamed
54363 from sysdeps/unix/sysv/linux/powerpc/scandir64.c.
54364
fd708658 543652011-08-14 David S. Miller <davem@davemloft.net>
c27714f1
DM
54366
54367 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): The
54368 artificual limit depends upon the system page size.
54369
44f0a71e
UD
543702011-08-17 Ulrich Drepper <drepper@gmail.com>
54371
54372 * Makeconfig (override CFLAGS): Add library-specific CFLAGS.
54373 * resolv/Makefile: Define CFLAGS-libresolv.
54374
8de79a24
AS
543752011-08-17 Andreas Schwab <schwab@redhat.com>
54376
54377 * nss/makedb.c (compute_tables): Make variables used in nested
54378 function static.
54379
27724598
UD
543802011-08-17 Ulrich Drepper <drepper@gmail.com>
54381
c5305d88
UD
54382 * elf/pldd-xx.c (r_debug): Explicitly add padding when needed.
54383 * elf/pldd.c (get_process_info): Use pread to re-read auxiliary vector
54384 if buffer was too small.
54385
27724598
UD
54386 * elf/pldd.c (main): Attach to all threads in the process.
54387 Rewrite /proc handling to use *at functions.
54388
076fe015
UD
543892011-08-16 Ulrich Drepper <drepper@gmail.com>
54390
174baab3
UD
54391 * elf/dl-open.c (_dl_show_scope): Take additional parameter which
54392 specifies first scope to show.
54393 (dl_open_worker): Update callers. Move printing scope of new
54394 object to before the relocation.
44f0a71e 54395 * elf/rtld.c (dl_main): Update _dl_show_scope call.
174baab3
UD
54396 * sysdeps/generic/ldsodefs.h: Update declaration.
54397
076fe015
UD
54398 * elf/dl-open.c (_dl_show_scope): Use _dl_debug_printf to generate the
54399 string for the scope number.
54400
a60df2c3
UD
544012011-08-14 Ulrich Drepper <drepper@gmail.com>
54402
54403 * nscd/servicescache.c (cache_addserv): Make sure written is always
54404 initialized.
54405
5e4287d1
RM
544062011-08-14 Roland McGrath <roland@hack.frob.com>
54407
85ae0589
RM
54408 * sysdeps/i386/i486/bits/atomic.h
54409 (__arch_compare_and_exchange_val_64_acq): Use RET alone at end of
54410 statement expression, so as to suppress "set but not used" warning.
54411 (__arch_c_compare_and_exchange_val_64_acq): Likewise.
54412
69f63097
RM
54413 * string/strncat.c (STRNCAT): Use prototype definition.
54414
675456ef
RM
54415 * locale/Makefile (locale-CPPFLAGS): Renamed CPPFLAGS-locale-programs.
54416 (locale-CPPFLAGS): New variable; put LOCALEDIR, LOCALE_ALIAS_PATH and
54417 -Iprograms here.
54418 (cppflags-iterator.mk sequence): Use locale-programs in place of nonlib.
54419 (localedef-modules): Add localedef.
54420 (locale-modules): Add locale.
54421
5e4287d1
RM
54422 * sysdeps/generic/ldsodefs.h (struct unique_sym): Add a const.
54423 * elf/rtld.c (dl_main): Invert order of assignment in last change,
54424 to avoid a warning.
54425
9c96ff23
DM
544262011-08-14 David S. Miller <davem@davemloft.net>
54427
54428 * sysdeps/unix/sysv/linux/sparc/bits/resource.h (RLIM_INFINITY,
54429 RLIM64_INFINITY): Fix 64-bit values for 32-bit sparc.
54430
f9ddf089
UD
544312011-08-13 Ulrich Drepper <drepper@gmail.com>
54432
44f0a71e 54433 * elf/dl-open.c: Rename show_scope to _dl_show_scope and export.
73d7af4f
UD
54434 (dl_open_worker): Call _dl_show_scope when DL_DEBUG_SCOPES is set.
54435 * elf/rtld.c (dl_main): Set l_name of vDSO.
54436 Call _dl_show_scope when DL_DEBUG_SCOPES.
54437 (process_dl_debug): Recognize scopes flag and also set it for all.
54438 * sysdeps/generic/ldsodefs.h: Define DL_DEBUG_SCOPES.
54439 Declare _dl_show_scope.
54440
1dc27704
UD
54441 * elf/dl-libc.c (do_dlopen_args): Add caller_dlopen.
54442 (do_dlopen): Pass caller_dlopen to dl_open.
54443 (__libc_dlopen_mode): Initialize caller_dlopen.
54444
f9ddf089
UD
54445 * intl/l10nflist.c (_nl_normalize_codeset): Make it compile outside
54446 of libc. Make tolower call locale-independent. Optimize a bit by
54447 using isdigit instead of isalnum.
54448 * locale/Makefile (locale-CPPFLAGS): Add -DNOT_IN_libc.
54449
9ac533d3
UD
544502011-08-12 Ulrich Drepper <drepper@gmail.com>
54451
54452 * elf/dl-load.c (_dl_map_object): Show in debug output whether a DSO
54453 was a dependency or dynamically loaded.
54454
89edf2e9
UD
544552011-08-11 Ulrich Drepper <drepper@gmail.com>
54456
8e999d29
UD
54457 * intl/l10nflist.c: Allow architecture-specific pop function.
54458 * sysdeps/x86_64/l10nflist.c: New file.
54459
89edf2e9
UD
54460 * intl/l10nflist.c (_nl_make_l10nflist): Use locale-independent
54461 classification.
54462
14d96785
AS
544632011-08-10 Andreas Schwab <schwab@redhat.com>
54464
54465 * include/dirent.h: Add libc_hidden_proto for scandirat and
54466 scandirat64. Don't declare __scandirat64.
54467 * dirent/scandirat.c: Add libc_hidden_def.
54468 * dirent/scandirat64.c (SCANDIRAT): Remove underscores.
54469 * sysdeps/unix/sysv/linux/i386/scandir64.c (SCANDIRAT): Likewise.
54470
6761ac04
DM
544712011-08-10 David S. Miller <davem@davemloft.net>
54472
54473 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Add missing comma in
54474 enum.
54475 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54476 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54477 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54478
c55fbd1e
UD
544792011-08-09 Ulrich Drepper <drepper@gmail.com>
54480
54481 * Versions.def [libc]: Add GLIBC_2.15.
54482 * dirent/Makefile (routines): Add scandirat and scandirat64.
54483 * dirent/Versions [libc]: Export scandirat and scandirat64 for
54484 GLIBC_2.15.
54485 * dirent/dirent.h: Declare scandirat and scandirat64.
54486 * dirent/scandirat.c: New file.
54487 * dirent/scandirat64.c: New file.
54488 * sysdeps/wordsize-64/scandirat.c: New file.
54489 * sysdeps/wordsize-64/scandirat64.c: New file.
54490 * dirent/opendir.c: Define opendirat.
54491 * dirent/scandir.c: Move code to scandirat.c. Implement scandir
54492 using scandirat.
54493 * dirent/scandir64.c: Adjust for scandir.c change.
54494 * include/dirent.h: Define scandir_cancel_struct. Declare __opendirat,
54495 __scandirat64, and __scandir_cancel_handler.
54496 * sysdeps/unix/opendir.c: Rename __opendir to __opendirat. Take
54497 additional parameter and use openat instead of open (outside of ld.so).
54498 Add new __opendir as wrapper around __opendirat.
54499 * sysdeps/unix/sysv/linux/i386/scandir64.c: Reimplement __old_scandir64
54500 here without requiring old scandirat implementation.
54501
879165f2
UD
545022011-08-08 Ulrich Drepper <drepper@gmail.com>
54503
54504 * dirent/scandir.c (cancel_handler): Renamed to
54505 __scandir_cancel_handler. Do not define if SKIP_SCANDIR_CANCEL is
54506 defined. Adjust users.
54507 * dirent/scandir64.c: Define SKIP_SCANDIR_CANCEL.
54508 * sysdeps/unix/sysv/linux/i386/scandir64.c: Likewise.
54509
cb7e923b
UD
545102011-08-04 Ulrich Drepper <drepper@gmail.com>
54511
16292edd
UD
54512 * string/test-string.h (IMPL): Use __STRING to expand name and then
54513 stringify it.
54514
cb7e923b
UD
54515 * string/test-strcmp.c: Unify most of the WIDE and !WIDE code. Lots
54516 of cleanups.
54517
cff82933
LD
545182011-07-22 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
54519
54520 * string/Makefile: Update.
54521 (strop-tests): Append strncat.
54522 * string/test-wcscmp.c: New file.
54523 New comprehensive test for wcscmp.
54524 * string/test-strcmp.c: Update.
54525 (WIDE): New define.
54526
9be9bfcc
AS
545272011-07-22 Andreas Schwab <schwab@redhat.com>
54528
54529 * resolv/res_init.c (__res_vinit): Properly tokenize nameserver
54530 line.
54531
2e96f1c7
AS
545322011-07-26 Andreas Schwab <schwab@redhat.com>
54533
54534 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
54535 encoding to ACE if AI_IDN.
54536
85188888
JJ
545372011-08-01 Jakub Jelinek <jakub@redhat.com>
54538
54539 * sysdeps/ieee754/dbl-64/k_rem_pio2.c (__kernel_rem_pio2): Fix up fq
54540 to y conversion for prec 3 and __FLT_EVAL_METHOD__ != 0.
54541
5fa16e9b
LD
545422011-07-22 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
54543
54544 * sysdeps/i386/i686/multiarch/strcat-sse2.S: Update.
54545 Fix overflow bug in strncat.
54546 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Likewise.
54547
54548 * string/test-strncat.c: Update.
54549 Add new tests for checking overflow bugs.
54550
545512011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
54552
54553 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
54554 strcat-ssse3 strcat-sse2 strncat-ssse3 strncat-sse2 strncat-c.
54555 * sysdeps/i386/i686/multiarch/strcat.S: New file.
54556 * sysdeps/i386/i686/multiarch/strcat-c.c: New file.
54557 * sysdeps/i386/i686/multiarch/strcat-sse2.S: New file.
54558 * sysdeps/i386/i686/multiarch/strcat-ssse3.S: New file.
54559 * sysdeps/i386/i686/multiarch/strncat.S: New file.
54560 * sysdeps/i386/i686/multiarch/strncat-sse2.S: New file.
54561 * sysdeps/i386/i686/multiarch/strncat-ssse3.S: New file.
54562
54563 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S
54564 (USE_AS_STRCAT): Define.
54565 Add strcat and strncat support.
54566 * sysdeps/i386/i686/multiarch/strlen-sse2.S: Likewise.
54567
8c1a459f
AS
545682011-07-25 Andreas Schwab <schwab@redhat.com>
54569
54570 * sysdeps/i386/i486/bits/string.h (__strncat_g): Correctly handle
54571 __n bigger than INT_MAX+1.
54572 (__strncmp_g): Likewise.
54573
bba33c28
UD
545742011-07-23 Ulrich Drepper <drepper@gmail.com>
54575
798be72d
UD
54576 * posix/unistd.h: Define SEEK_DATA and SEEK_HOLE.
54577 * libio/stido.h: Likewise.
54578
8accd4dc
UD
54579 * sysdeps/unix/sysv/linux/bits/socket.h (PF_NFC): Define.
54580 (AF_NFC): Define.
54581 * sysdeps/unix/sysv/linux/sparc/bits/socket.h (PF_NFC): Define.
54582 (AF_NFC): Define.
54583
cbff0d96
UD
54584 * sysdeps/unix/sysv/linux/sys/ptrace.h: Add new constants.
54585 * sysdeps/unix/sysv/linux/sparc/sys/ptrace.h: Likewise.
54586 * sysdeps/unix/sysv/linux/powerpc/sys/ptrace.h: Likewise.
54587 * sysdeps/unix/sysv/linux/ia64/sys/ptrace.h: Likewise.
54588 * sysdeps/unix/sysv/linux/s390/sys/ptrace.h: Likewise.
54589
9191c04a
UD
54590 [BZ #13021]
54591 * scripts/test-installation.pl: Don't expect libnss_test1 to be
54592 installed.
54593
bba33c28
UD
54594 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix one more
54595 typo.
54596 (_dl_x86_64_save_sse): Likewise.
54597
90f139dd
UD
545982011-07-22 Ulrich Drepper <drepper@gmail.com>
54599
1aae088a
UD
54600 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix test for
54601 OSXSAVE.
54602 (_dl_x86_64_save_sse): Likewise.
54603
8e2045f5
UD
54604 * crypt/crypt_util.c (__init_des_r): Optimize memset calls.
54605
90f139dd
UD
54606 * crypt/crypt_util.c (__init_des_r): Add read barrier as well.
54607
1d002f25
AS
546082011-07-21 Andreas Schwab <schwab@redhat.com>
54609
54610 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): Fix last
54611 change.
54612 (_dl_x86_64_save_sse): Use correct AVX check.
54613
21137f89
UD
546142011-07-21 Liubov Dmitrieva <liubov.dmitrieva@gmail.com>
54615
54616 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Fix overfow
54617 bug in strncpy/strncat.
54618 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: Likewise.
54619
a65c0b7a
UD
546202011-07-21 Ulrich Drepper <drepper@gmail.com>
54621
54622 * string/tester.c (test_strcat): Add tests for different alignments
54623 of source and destination.
54624 (test_strncat): Likewise.
54625
6986b98a
UD
546262011-07-20 Ulrich Drepper <drepper@gmail.com>
54627
90bb2039
UD
54628 [BZ #12852]
54629 * posix/glob.c (glob): Check passed in values before using them in
54630 expressions to avoid some overflows.
54631 (glob_in_dir): Likewise.
54632
5644ef54
UD
54633 [BZ #13007]
54634 * sysdeps/x86_64/dl-trampoline.S (_dl_runtime_profile): More complete
54635 check for AVX enablement so that we don't crash with old kernels and
54636 new hardware.
54637 * elf/tst-audit4.c: Add same checks here.
54638 * elf/tst-audit6.c: Likewise.
54639
54640 * sysdeps/x86_64/bits/link.h (La_x86_64_ymm): Force 16-byte alignment.
6986b98a 54641
bfc9dc9b
AS
546422011-07-09 Andreas Schwab <schwab@linux-m68k.org>
54643
54644 * sysdeps/unix/sysv/linux/pathconf.c: Include <string.h>.
54645
702e64bb
UD
546462011-07-20 Ulrich Drepper <drepper@gmail.com>
54647
54648 * po/cs.po: Update from translation team.
54649 * po/bg.po: Likewise.
54650
295e904f
MP
546512011-07-12 Marek Polacek <mpolacek@redhat.com>
54652
54653 * misc/sys/cdefs.h: Add support for const attribute.
54654 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add __attribute_const__
54655 to gnu_dev_{major,minor,makedev} functions.
54656
3ff94596
MP
546572011-07-20 Marek Polacek <mpolacek@redhat.com>
54658
54659 * intl/dcigettext.c (get_output_charset): Add missing bracket.
54660
28b59fca
AS
546612011-07-20 Andreas Schwab <schwab@redhat.com>
54662
54663 * resolv/res_query.c (__libc_res_nquerydomain): Use size_t for
54664 strlen results.
54665
19df733e
AK
546662011-07-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
54667
54668 * sysdeps/unix/sysv/linux/s390/s390-32/sysdep.h
54669 (INTERNAL_VSYSCALL_NCS): Use r10 for backing up the return address
54670 register in order to avoid conflicts with the soft frame pointer
54671 being held in r11 when necessary.
54672 * sysdeps/unix/sysv/linux/s390/s390-64/sysdep.h
54673 (INTERNAL_VSYSCALL_NCS): Likewise.
54674
c8835729
MP
546752011-07-14 Marek Polacek <mpolacek@redhat.com>
54676
54677 * elf/dl-fini.c (_dl_sort_fini): Remove unused link_map *l argument,
54678 * elf/dl-fini.c (_dl_fini): Adjust caller.
54679 * elf/dl-close.c (_dl_close_worker): Likewise.
54680 * sysdeps/generic/ldsodefs.h: Adjust declaration.
54681
b902330c
MP
546822011-07-15 Marek Polacek <mpolacek@redhat.com>
54683
8991e135
MP
54684 * elf/cache.c (load_aux_cache): Remove unnecessary condition of
54685 "aux_cache->nlibs < 0".
54686
b902330c
MP
54687 * nscd/nscd_conf.c (nscd_parse_file): Remove unnecessary condition
54688 in the reload-count case.
54689
99710781
LD
546902011-07-15 Liubov Dmitrieva <liubov.dmitrieva@intel.com>
54691
54692 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
54693 strcat-ssse3 strcat-sse2-unaligned strncat-ssse3
54694 strncat-sse2-unaligned strncat-c strlen-sse2-pminub
54695 * sysdeps/x86_64/multiarch/strcat-sse2-unaligned.S: New file.
54696 * sysdeps/x86_64/multiarch/strcat.S: New file.
54697 * sysdeps/x86_64/multiarch/strncat.S: New file.
54698 * sysdeps/x86_64/multiarch/strncat-c.c: New file.
54699 * sysdeps/x86_64/multiarch/strcat-ssse3.S: New file.
54700 * sysdeps/x86_64/multiarch/strncat-sse2-unaligned.S: New file.
54701 * sysdeps/x86_64/multiarch/strncat-ssse3.S: New file.
54702 * sysdeps/x86_64/multiarch/strcpy-ssse3.S
54703 (USE_AS_STRCAT): Define.
54704 Add strcat and strncat support.
54705 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Likewise.
54706 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: Likewise.
54707 * sysdeps/x86_64/multiarch/strlen-sse2-pminub.S: New file.
54708 * string/strncat.c: Update.
54709 (USE_AS_STRNCAT): Define.
54710 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
54711 Turn on bit_Prefer_PMINUB_for_stringop for Intel Core i3, i5
54712 and i7.
54713 * sysdeps/x86_64/multiarch/init-arch.h
54714 (bit_Prefer_PMINUB_for_stringop): New.
54715 (index_Prefer_PMINUB_for_stringop): Likewise.
54716 * sysdeps/x86_64/multiarch/strlen.S (strlen): Check
54717 bit_Prefer_PMINUB_for_stringop.
54718
7dc6bd90
UD
547192011-07-19 Ulrich Drepper <drepper@gmail.com>
54720
54721 * crypt/sha512.h (struct sha512_ctx): Move buffer into union and add
54722 buffer64.
54723 * crypt/sha512.c (__sha512_finish_ctx): Use buffer64 for writes instead
54724 of casting of buffer.
54725 * crypt/sha256.h (struct sha256_ctx): Move buffer into union and add
54726 buffer32 and buffer64.
54727 * crypt/sha256.c (__sha256_finish_ctx): Use buffer32 or buffer64 for
54728 writes instead of casting of buffer.
54729 * crypt/md5.h (struct md5_ctx): Move buffer into union and add
54730 buffer32.
54731 * crypt/md5.c (md5_finish_ctx): Use buffer32 for writes instead of
54732 casting of buffer.
54733
e0e72284
AS
547342011-07-19 Andreas Schwab <schwab@redhat.com>
54735
54736 * string/strxfrm_l.c (STRXFRM): Fix alloca accounting.
54737
feb1eb0b
UD
547382011-07-19 Ulrich Drepper <drepper@gmail.com>
54739
54740 * nscd/nscd.c (termination_handler): Don't do anything for a database
54741 if it has not yet been initialized.
54742
298711ff
UD
547432011-07-18 Ulrich Drepper <drepper@gmail.com>
54744
54745 * sysdeps/unix/sysv/linux/bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54746
547472011-07-15 Marek Polacek <mpolacek@redhat.com>
54748
54749 * bits/sched.h (__CPU_EQUAL_S): Fix a typo.
54750
f9d68389
UD
547512011-07-18 Ulrich Drepper <drepper@gmail.com>
54752
54753 * po/nl.po: Update from translation team.
54754 * po/sv.po: Likewise.
54755
db290cf5
RM
547562011-07-16 Roland McGrath <roland@hack.frob.com>
54757
54758 * sysdeps/i386/Makefile: Never use -mpreferred-stack-boundary=2,
54759 now disallowed by GCC.
5c550700 54760
fd5e21c7
RM
54761 * configure.in (use-default-link): Default to yes if a test -shared
54762 link meets our qualifications.
54763 * configure: Regenerated.
54764
5c550700
RM
54765 * config.make.in (output-format): New variable.
54766 * configure.in: Check for ld --print-output-format support.
54767 * configure: Regenerated.
54768 * Makerules ($(common-objpfx)format.lds)
54769 [$(output-format) != unknown]: Just use $(output-format),
54770 instead of the linker-script munging.
54771
9fa2c032
RM
547722011-07-14 Roland McGrath <roland@hack.frob.com>
54773
a6928d51
RM
54774 * Makefile ($(common-objpfx)linkobj/libc.so): Use $(shlib-lds) instead
54775 of $(common-objpfx)shlib.lds.
54776 * elf/Makefile ($(objpfx)sotruss-lib.so): Likewise.
54777
661607b3
RM
54778 * sysdeps/i386/i686/multiarch/strstr-c.c (libc_hidden_builtin_def):
54779 Conditionalize redefinition on [SHARED && DO_VERSIONING && !NO_HIDDEN].
54780
9fa2c032
RM
54781 * configure.in (-z relro check): Adjust test code to add a large
54782 writable data section after it.
54783 * configure: Regenerated.
54784
defe9061
RM
547852011-07-11 Roland McGrath <roland@hack.frob.com>
54786
54787 * configure.in (-z relro check): Fix test code to make the variable
54788 truly const.
54789 * configure: Regenerated.
54790
319b9ad4
UD
547912011-07-11 Ulrich Drepper <drepper@gmail.com>
54792
54793 * nscd/nscd.h (struct traced_file): Define.
54794 (struct database_dyn): Remove inotify_descr, reset_res, and filename
54795 elements. Add traced_files.
54796 (inotify_fd): Declare.
54797 (register_traced_file): Declare.
54798 * nscd/connections.c (dbs): Remove reset_res and filename initializers.
54799 (inotify_fd): Export.
54800 (resolv_conf_descr): Remove.
54801 (nscd_init): Move inotify descriptor creation to main.
54802 Don't register files for notification here.
54803 (register_traced_file): New function.
54804 (invalidate_cache): Don't use reset_res to determine whether to call
54805 res_init, go through the list of registered files.
54806 (main_loop_poll): The inotify descriptors are now stored in the
54807 structures for the traced files.
54808 (main_loop_epoll): Likewise
54809 * nscd/nscd.c (main): Create inotify socket here. Pass extra argument
54810 to __nss_disable_nscd.
54811 * nscd/cache.c (prune_cache): There is no single inotify descriptor
54812 for a database anymore. Check the records for all the registered
54813 files instead.
54814 * nss/Makefile (libnss_files-routines): Add files-init.
54815 (libnss_db-routines): Add db-init.
54816 * nss/Versions [libnss_files] (GLIBC_PRIVATE): Add _nss_files_init.
54817 [libnss_db] (GLIBC_PRIVATE): Add _nss_db_init.
54818 * nss/nss_db/db-init.c: New file.
54819 * nss/nss_files/files-init.c: New file.
54820 * nss/nsswitch.c (nss_load_library): New function. Broken out of
54821 __nss_lookup_function.
54822 (__nss_lookup_function): Call nss_load_library.
54823 (nss_load_all_libraries): New function.
54824 (__nss_disable_nscd): Take parameter with callback function for files
54825 to register. Set is_nscd. Load all the DSOs for the NSS modules
54826 used for the cached services.
54827 * nss/nsswitch.h (__nss_disable_nscd): Adjust prototype.
54828 * sysdeps/unix/sysv/linux/Makefile [subdir=nscd]: Pass the various -D
54829 options for features to all the files in nscd.
54830
54831 * nss/nsswitch.c (nss_parse_file): Add missing fclose.
54832
23bee3e8
RM
548332011-07-10 Roland McGrath <roland@hack.frob.com>
54834
54835 * csu/elf-init.c (__libc_csu_init): Comment typo.
54836
46a5b7f0
UD
548372011-07-09 Ulrich Drepper <drepper@gmail.com>
54838
54839 * po/pl.po: Update from translation team.
54840 * po/ja.po: Likewise.
54841 * po/ru.po: Likewise.
54842 * po/ko.po: Likewise.
54843 * po/fr.po: Likewise.
54844
d30cf5bb
RM
548452011-07-09 Roland McGrath <roland@hack.frob.com>
54846
113ddea4
RM
54847 * configure.in (.ctors/.dtors header and trailer check):
54848 Use an empirical test on a built program.
54849 * configure: Regenerated.
54850
574920b4
RM
54851 * configure.in (-z relro check): Use an empirical test on a built DSO.
54852 Detect, but do not require, on ia64.
54853 * configure: Regenerated.
54854
d30cf5bb
RM
54855 * configure.in (READELF): Find it with AC_CHECK_TOOL.
54856 Update tests that use readelf to use $READELF instead.
54857 * configure: Regenerated.
54858
8538fdb3
UD
548592011-07-08 Ulrich Drepper <drepper@gmail.com>
54860
54861 * malloc/hooks.c (memalign_check): Avoid using checked_request2size
54862 if the result is not used.
54863
04d08991
AJ
548642011-07-05 Andreas Jaeger <aj@suse.de>
54865
54866 [BZ#9696]
54867 * stdlib/tst-strtod.c: Add testcase.
54868
de283087
AD
548692011-07-07 Ulrich Drepper <drepper@gmail.com>
54870
4e5f31c8 54871 * sysdeps/unix/sysv/linux/pathconf.c (distinguish_extX): New function.
46a5b7f0 54872 (__statfs_link_max): Use it to distinguish between ext2/3 and ext4.
4e5f31c8
UD
54873 The latter has a higher limit. Take additional parameter to pass to
54874 the new function.
54875 (__pathconf): Pass file to __statfs_link_max.
54876 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Pass fd to
54877 __statfs_link_max.
54878 * sysdeps/unix/sysv/linux/pathconf.h: Adjust prototype of
54879 __statfs_link_max.
54880
de283087
AD
54881 [BZ #12868]
54882 * sysdeps/unix/sysv/linux/linux_fsinfo.h: Define Lustre constants.
54883 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
54884 Handle Lustre.
54885 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_link_max): Likewise.
54886 (__statfs_filesize_max): Likewise.
54887 Patch mostly by Andreas Dilger <adilger@whamcloud.com>.
54888
c75fa153
AJ
548892011-07-05 Andreas Jaeger <aj@suse.de>
54890
54891 * resolv/res_comp.c (dn_skipname): Remove unused variable.
54892
1a544854
UD
548932011-07-06 Marek Polacek <mpolacek@redhat.com>
54894
54895 * nis/nss_nisplus/nisplus-spwd.c (_nss_nisplus_setspent): Honour the
54896 `status' variable.
54897 * nis/nss_nisplus/nisplus-ethers.c (_nss_nisplus_setetherent):
54898 Likewise.
54899
6f0eec67
UD
549002011-07-04 H.J. Lu <hongjiu.lu@intel.com>
54901
54902 * Makefile (strop-tests): Add strncat.
54903 * string/test-strncat.c: New file.
54904
aae30307
UD
549052011-06-30 Marek Polacek <mpolacek@redhat.com>
54906
54907 * iconvdata/johab.c: Don't inline `johab_sym_hanja_to_ucs' function.
54908
c0cfb5eb
UD
549092011-06-21 Andreas Jaeger <aj@suse.de>
54910
54911 * sysdeps/s390/s390-64/Makefile ($(inst_gconvdir)/gconv-modules):
54912 Copy rule from iconvdata/Makefile.
54913
01636b21
UD
549142011-07-06 Ulrich Drepper <drepper@gmail.com>
54915
54916 [BZ #12922]
54917 * posix/getopt.c (_getopt_internal_r): When "W;" is in short options
54918 but no long options are defined, just return 'W'.
54919
9895c8bc
UD
549202011-06-22 Marek Polacek <mpolacek@redhat.com>
54921
54922 [BZ #9696]
54923 * stdlib/strtod_l.c (round_and_return): Set ERANGE instead of EDOM.
54924
5d4cf042
UD
549252011-07-06 Ulrich Drepper <drepper@gmail.com>
54926
54927 * inet/getnetgrent_r.c (internal_getnetgrent_r): Fix check for known
54928 netgroups to read.
960e5535 54929 (innetgr): Likewise.
5d4cf042 54930
751eb97e
RM
549312011-07-05 Roland McGrath <roland@hack.frob.com>
54932
54933 * config.make.in (install_root): Default to $(DESTDIR).
54934
f15f1e45
UD
549352011-07-05 Ulrich Drepper <drepper@gmail.com>
54936
54937 * nscd/nscd_getserv_r.c (nscd_getserv_r): Add cast to avoid warning.
54938
4e34ac6a
RM
549392011-07-02 Roland McGrath <roland@hack.frob.com>
54940
5e9b6af4
RM
54941 * Makerules ($(common-objpfx)format.lds): Fail if result is empty.
54942
84f9ea0f
RM
54943 * Makefile ($(common-objpfx)testrun.sh): Generate to work relative to
54944 containing directory rather than embedding absolute directory names.
54945
ea5ee9f7
RM
54946 * scripts/check-local-headers.sh: Rewritten using awk.
54947 Match by word, not by line. Print error messages for matches.
54948 * Makefile ($(objpfx)check-local-headers.out): Pass AWK in to it.
54949
1b74661a
RM
54950 * Makerules [shlib-lds-flags empty]:
54951 ($(common-objpfx)libc_pic.opts): New target.
54952 ($(common-objpfx)libc_pic.os.clean): New target.
54953 ($(common-objpfx)libc.so): Link it instead of libc_pic.os.
54954
54955 * config.make.in (OBJCOPY): New variable.
54956 * aclocal.m4 (LIBC_PROG_BINUTILS): Substitute OBJCOPY too.
54957 * configure: Regenerated.
54958
f781ef40
RM
54959 * config.make.in (use-default-link): New variable.
54960 * configure.in (use_default_link): Grok --with-default-link to set it.
54961 * configure: Regenerated.
54962 * Makerules [$(elf) = yes] [$(use-default-link) = yes]:
54963 (shlib-lds, shlib-lds-flags): Define to empty.
54964
2d4fa81e
RM
54965 * Makerules (shlib-lds): New variable.
54966 (shlib-lds-flags): New variable.
54967 (build-shlib, build-moduile, build-module-asneeded): Use it.
54968 ($(common-objpfx)libc.so): Use $(shlib-lds).
54969 ($(extra-modules-build:%=$(objpfx)%.so)): Likewise.
54970 * iconvdata/extra-module.mk ($(objpfx)$(mod).so): Likewise.
54971
31fffa6b
RM
54972 * elf/dynamic-link.h (elf_get_dynamic_info): Make asserts accept
54973 DT_FLAGS/DT_FLAGS_1 with zero flags.
54974
4e34ac6a
RM
54975 * elf/Makefile ($(objpfx)ld.so): Use -defsym=_begin=0 instead of
54976 linker script munging.
54977
fcfc776b
UD
549782011-07-02 Ulrich Drepper <drepper@gmail.com>
54979
54980 * crypt/sha512.h (struct sha512_ctx): Add union to access total also
54981 as 128-bit value.
54982 * crypt/sha512.c (sha512_process_block): Perform total addition using
54983 128-bit if possible.
54984 (__sha512_finish_ctx): Likewise.
54985 * crypt/sha256.h (struct sha256_ctx): Add union to access total also
54986 as 64-bit value.
54987 * crypt/sha256.c (SWAP64): Define.
54988 (sha256_process_block): Perform total addition using 64-bit if
54989 possible.
54990 (__sha256_finish_ctx): Likewise.
54991
99231d9a
UD
549922011-07-01 Ulrich Drepper <drepper@gmail.com>
54993
54994 * nscd/pwdcache.c (cache_addpw): Cleanup. Add branch prediction.
54995 * nscd/initgrcache.c (addinitgroupsX): Likewise.
54996 * nscd/hstcache.c (cache_addhst): Likewise.
54997 * nscd/grpcache.c (cache_addgr): Likewise.
54998 * nscd/aicache.c (addhstaiX): Likewise
54999 * nscd/servicescache.c (cache_addserv): Handle zero negtimeout.
55000
445b4a53
TK
550012011-07-01 Thorsten Kukuk <kukuk@suse.de>
55002
55003 * nscd/pwdcache.c (cache_addpw): Handle zero negtimeout.
55004 * nscd/initgrcache.c (addinitgroupsX): Likewise.
55005 * nscd/hstcache.c (cache_addhst): Likewise.
55006 * nscd/grpcache.c (cache_addgr): Likewise.
55007 * nscd/aicache.c (addhstaiX): Likewise
55008
6d4d8e8e
AS
550092011-07-01 Andreas Schwab <schwab@redhat.com>
55010
55011 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Query NIS
55012 domain only when needed.
55013
89f654c5
AS
550142011-06-30 Andreas Schwab <schwab@redhat.com>
55015
55016 * sysdeps/posix/getaddrinfo.c (gaih_inet): Make sure RES_USE_INET6
55017 is always restored.
55018
cf3b23ff
UD
550192011-06-29 Ulrich Drepper <drepper@gmail.com>
55020
55021 * nscd/grpcache.c (cache_addgr): Don't write notfound reply if we
55022 are re-adding the entry.
55023 * nscd/servicescache.c (cache_addserv): Likewise.
55024
751626f9
AJ
550252011-06-30 Aurelien Jarno <aurelien@aurel32.net>
55026
55027 * sysdeps/generic/dl-irel.h: fix protection against multiple
55028 inclusions.
55029 * sysdeps/generic/dl-irel.h (elf_ifunc_invoke): New.
55030
9113ea1f
UD
550312011-06-28 Ulrich Drepper <drepper@gmail.com>
55032
5c0b8d90
UD
55033 [BZ #12935]
55034 * malloc/memusage.sh: Fix quoting in message.
55035 * debug/xtrace.sh: Likewise.
55036
9113ea1f
UD
55037 * configure.in: Remove support for --experimental-malloc option, make
55038 it the default.
55039 * config.make.in: Likewise.
55040 * malloc/Makefile: Likewise.
55041
a4172181
AS
550422011-06-27 Andreas Schwab <schwab@redhat.com>
55043
55044 * iconvdata/gb18030.c (BODY for TO_LOOP): Fix encoding of non-BMP
55045 two-byte characters.
55046
78a7eee7
RM
550472011-06-27 Roland McGrath <roland@hack.frob.com>
55048
62bede13
RM
55049 * configure.in (NO_CTORS_DTORS_SECTIONS): Give this check its own
55050 AC_CACHE_CHECK invocation.
55051 * configure: Regenerated.
55052
78a7eee7
RM
55053 * elf/soinit.c (__CTOR_LIST__, __DTOR_LIST__): Add used attribute.
55054
5ce33a62
UD
550552011-06-27 Ulrich Drepper <drepper@gmail.com>
55056
034807a9
UD
55057 [BZ #12350]
55058 * nscd/aicache.c (addhstaiX): Restore only RES_USE_INET6
55059 bit from old_res_options.
55060
4902da17
UD
55061 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-servicescache.c): Define.
55062
5ce33a62
UD
55063 * inet/getnetgrent_r.c (innetgr): Minimal cleanup, use correct return
55064 value type for setfct.
55065
c2344f56
L
550662011-06-23 H.J. Lu <hongjiu.lu@intel.com>
55067
55068 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55069 __gettimeofday instead of gettimeofday.
55070
68468076
UD
550712011-06-26 Ulrich Drepper <drepper@gmail.com>
55072
55073 * elf/Makefile (all-built-dso): No need to check linkobj/libc.so.
55074
acb0d739
L
550752011-06-24 H.J. Lu <hongjiu.lu@intel.com>
55076
55077 * sysdeps/i386/i686/multiarch/strcpy-sse2.S (RETURN): Fix a typo.
55078
55079 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: Correct unwind
55080 info.
55081
8912479f
L
550822011-06-22 H.J. Lu <hongjiu.lu@intel.com>
55083
55084 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
55085 strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55086 strcpy-sse2-unaligned strncpy-sse2-unaligned
55087 stpcpy-sse2-unaligned stpncpy-sse2-unaligned.
55088 * sysdeps/x86_64/multiarch/stpcpy-sse2-unaligned.S: New file.
55089 * sysdeps/x86_64/multiarch/stpcpy-ssse3.S: New file.
55090 * sysdeps/x86_64/multiarch/stpncpy-sse2-unaligned.S: New file.
55091 * sysdeps/x86_64/multiarch/stpncpy-ssse3.S: New file.
55092 * sysdeps/x86_64/multiarch/strcpy-sse2-unaligned.S: New file.
55093 * sysdeps/x86_64/multiarch/strcpy-ssse3.S: New file.
55094 * sysdeps/x86_64/multiarch/strncpy-sse2-unaligned.S: New file.
55095 * sysdeps/x86_64/multiarch/strncpy-ssse3.S: New file.
55096 * sysdeps/x86_64/multiarch/strcpy.S: Remove strcpy with SSSE3.
55097 (STRCPY): Support SSE2 and SSSE3 versions.
55098
d5495a11
UD
550992011-06-24 Ulrich Drepper <drepper@gmail.com>
55100
55101 [BZ #12874]
55102 * sysdeps/unix/sysv/linux/Makefile (CFLAGS-tst-writev.c): Define.
55103 * sysdeps/wordsize-64/tst-writev.c: Work around problem with 2.6.38+
55104 kernels which artificially limit size of requests.
55105
0b1cbaae
L
551062011-06-22 H.J. Lu <hongjiu.lu@intel.com>
55107
55108 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
55109 strncpy-c strcpy-ssse3 strncpy-ssse3 stpcpy-ssse3 stpncpy-ssse3
55110 strcpy-sse2 strncpy-sse2 stpcpy-sse2 stpncpy-sse2.
55111 * sysdeps/i386/i686/multiarch/stpcpy-sse2.S: New file.
55112 * sysdeps/i386/i686/multiarch/stpcpy-ssse3.S: New file.
55113 * sysdeps/i386/i686/multiarch/stpncpy-sse2.S: New file.
55114 * sysdeps/i386/i686/multiarch/stpncpy-ssse3.S: New file.
55115 * sysdeps/i386/i686/multiarch/stpncpy.S : New file.
55116 * sysdeps/i386/i686/multiarch/strcpy-sse2.S : New file.
55117 * sysdeps/i386/i686/multiarch/strcpy-ssse3.S: New file.
55118 * sysdeps/i386/i686/multiarch/strcpy.S: New file.
55119 * sysdeps/i386/i686/multiarch/strncpy-c.c: New file.
55120 * sysdeps/i386/i686/multiarch/strncpy-sse2.S: New file.
55121 * sysdeps/i386/i686/multiarch/strncpy-ssse3.S: New file.
55122 * sysdeps/i386/i686/multiarch/strncpy.S: New file.
55123 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55124 Enable unaligned load optimization for Intel Core i3, i5 and i7
55125 processors.
55126 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Unaligned_Load):
55127 Define.
55128 (index_Fast_Unaligned_Load): Define.
55129 (HAS_FAST_UNALIGNED_LOAD): Define.
55130
07f494a0
MP
551312011-06-23 Marek Polacek <mpolacek@redhat.com>
55132
55133 * nss/nss_db/db-open.c: Include <unistd.h> for read declaration.
55134
fa3fc0fe
UD
551352011-06-22 Ulrich Drepper <drepper@gmail.com>
55136
55137 [BZ #12907]
55138 * sysdeps/posix/getaddrinfo.c (getaddrinfo): Avoid calling __check_pf
55139 until it is clear that the information is realy needed.
55140 Patch mostly by David Hanisch <david.hanisch@nsn.com>.
55141
e12df166
AS
551422011-06-22 Andreas Schwab <schwab@redhat.com>
55143
55144 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix last change.
55145
852eb34d
UD
551462011-06-22 Ulrich Drepper <drepper@gmail.com>
55147
84e2a551
UD
55148 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Use
55149 /sys/devices/system/cpu/online if it is usable.
55150
852eb34d
UD
55151 * sysdeps/unix/sysv/linux/getsysstats.c (__get_nprocs): Rate limit
55152 reading the information from the /proc filesystem to once a second.
55153
6e502e19
UD
551542011-06-21 Andreas Jaeger <aj@suse.de>
55155
55156 * sysdeps/unix/sysv/linux/bits/sigcontext.h: Fix definition of
55157 NULL after inclusion of kernel headers.
55158
75d39ff2
UD
551592011-06-21 Ulrich Drepper <drepper@gmail.com>
55160
51f9aa6a
UD
55161 * nss/nss_db/db-XXX.c (nss_db_setENT): Only set entidx for successful
55162 calls to internal_setent.
55163
c0244a9d
UD
55164 [BZ #12885]
55165 * sysdeps/posix/getaddrinfo.c (gaih_inet): When looking up only IPv6
55166 addresses using gethostbyname4_r ignore IPv4 addresses.
55167
c5e3c2ae
UD
55168 * sysdeps/posix/getaddrinfo.c (gaih_inet): After the last change the
55169 branch using gethostbyname2 is only for AF_INET. Optimize accordingly.
55170
75d39ff2
UD
55171 * inet/getnetgrent_r.c: Use DL_CALL_FCT in several places.
55172
42675c6f
DM
551732011-06-20 David S. Miller <davem@davemloft.net>
55174
55175 * sysdeps/sparc/sparc32/dl-plt.h: Protect against multiple
55176 inclusions.
55177 * sysdeps/sparc/sparc64/dl-plt.h: Likewise.
55178
55179 * sysdeps/i386/dl-irel.h (elf_ifunc_invoke): New.
55180 (elf_irel): Use it.
55181 * sysdeps/powerpc/powerpc32/dl-irel.h: Likewise.
55182 * sysdeps/powerpc/powerpc64/dl-irel.h: Likewise.
55183 * sysdeps/sparc/sparc32/dl-irel.h: Likewise.
55184 * sysdeps/sparc/sparc64/dl-irel.h: Likewise.
55185 * sysdeps/x86_64/dl-irel.h: Likewise.
55186
55187 * elf/dl-runtime.c: Use elf_ifunc_invoke.
55188 * elf/dl-sym.c: Likewise.
55189
57912a71
UD
551902011-06-15 Ulrich Drepper <drepper@gmail.com>
55191
55192 * resolv/res_send.c (__libc_res_nsend): Fix typos in last patch. We
55193 need to dereference resplen2.
55194
ee22793d
AS
551952011-06-14 Andreas Schwab <schwab@redhat.com>
55196
55197 * sysdeps/unix/sysv/linux/wordsize-64/dl-fxstatat64.c: New file.
55198
a9e836b0
UD
551992011-06-15 Ulrich Drepper <drepper@gmail.com>
55200
77fb9117
UD
55201 * Makeconfig: Define vardbdir and inst_vardbdir.
55202 * nss/Makefile: Add rules to install db-Makefile.
55203
40c1b22c
UD
55204 * nss/nss_db/db-XXX.c: Cleanup.
55205
9f2da732
UD
55206 * nss/Makefile (libnss_db-dbs): Add db-initgroups.
55207 * nss/Versions [libnss_db]: Add _nss_db_initgroups_dyn for
55208 GLIBC_PRIVATE.
55209 * nss/db-Makefile (groups.db): Emit entries for initgroups lookups.
55210 * nss/makedb.c: Implement -g option to specify that value strings
55211 are generated and should not be added to table iterated over for
55212 get*ent calls.
55213 * nss/nss_db/db-initgroups.c: New file.
55214
82e9a1f7
UD
55215 * nss/getent.c: Add support for initgroups lookups through getgrouplist
55216 interface.
55217
c41af17e
UD
55218 * grp/initgroups.c (__nss_initgroups_database): Renamed and exported.
55219 (internal_getgrouplist): Adjust to name change.
55220 Update use_initgroups_entry if this is not the first call.
55221 * nss/databases.def: Add initgroups entry.
55222
a9e836b0
UD
55223 * nss/makedb.c (compute_tables): Check result of multiple hash table
55224 sizes to minimize maximum chain length.
55225
2666d441
UD
552262011-06-14 Ulrich Drepper <drepper@gmail.com>
55227
55228 * Versions.def: Add entry for libnss_db.
55229 * shlib-versions: Likewise.
55230 * nss/Makefile: Add rules to build libnss_db.
55231 * nss/Versions: Add libnss_db information. Organize libnss_files
55232 entries better.
55233 * nss/db-Makefile: Add gshadow support. Change rules for the new
55234 makedb progra. Some minor improvements to generate smaller files.
55235 * nss/nss_db/nss_db.h: Move NSS database header data structures to
55236 here from...
55237 * nss/makedb.c: ...here.
55238 Improve database format to be smaller and require less memory at
55239 runtime.
55240 * nss/nss_db/db-XXX.x: Adjust for new database format. Don't use
55241 db anymore.
55242 * nss/nss_db/db-netgrp.c: Likewise.
55243 * nss/nss_db/db-open.c: Likewise.
55244 * nss/nss_files/flies-XXX.x: Adjust comments.
55245 * nss/nss_files/files-ethers.c: Adjust for new DB_LOOKUP definition.
55246 * nss/nss_files/files-grp.c: Likewise.
55247 * nss/nss_files/files-hosts.c: Likewise.
55248 * nss/nss_files/files-network.c: Likewise.
55249 * nss/nss_files/files-proto.c: Likewise.
55250 * nss/nss_files/files-pwd.c: Likewise.
55251 * nss/nss_files/files-rpc.c: Likewise.
55252 * nss/nss_files/files-service.c: Likewise.
55253 * nss/nss_files/files-sgrp.c: Likewise.
55254 * nss/nss_files/files-spwd.c: Likewise.
55255 * nss/nss_db/db-alias.c: Removed.
55256 * nss/nss_db/dummy-db.h: Removed.
55257
9ee76b5a
UD
552582011-06-02 Ulrich Drepper <drepper@gmail.com>
55259
55260 * nss/makedb.c: Rewritten to not use database library.
55261 * nss/Makefile: Update to build new makedb program.
55262
c71ca1f8
AJ
552632011-06-14 Andreas Jaeger <aj@suse.de>
55264
55265 * sysdeps/unix/sysv/linux/check_native.c: Include <string.h> for
55266 memset declaration.
55267
3154bfb8
UD
552682011-06-10 Andreas Schwab <schwab@redhat.com>
55269
55270 * sysdeps/posix/getaddrinfo.c (gaih_inet): Fix logic allocating
55271 tmpbuf.
55272
b350afab
RM
552732011-06-10 Roland McGrath <roland@hack.frob.com>
55274
decd4e50
RM
55275 * Makerules (shlib.lds): Fail if the linker script comes out empty.
55276 * elf/Makefile ($(objpfx)ld.so): Likewise.
55277
5615eaf2
RM
55278 * Makefile ($(common-objpfx)linkobj/libc.so): Break long lines with \.
55279 Don't list ld.so twice in dependencies.
55280
55281 * posix/bug-regex31.c: Include <stdlib.h>.
55282
55283 * nscd/hstcache.c (cache_addhst): Remove unused variable.
55284
55285 * nis/nss_compat/compat-spwd.c
55286 (getspent_next_nss_netgr): Remove unused variable.
55287 * nis/nss_compat/compat-pwd.c (getpwent_next_nss_netgr): Likewise.
55288
55289 * nis/nis_print_group_entry.c (nis_print_group_entry): Fix "Implicit
55290 nonmembers" output to use the right array.
55291
55292 * resolv/nss_dns/dns-network.c (getanswer_r): Remove unused variable.
55293
55294 * elf/dl-open.c (_dl_open): Quash warnings when DL_NNS==1.
55295
55296 * locale/programs/ld-ctype.c (ctype_read): Remove unused variable.
55297 * locale/programs/ld-collate.c (add_to_tablewc): Likewise.
55298 * catgets/gencat.c (read_input_file): Likewise.
55299 * locale/programs/locarchive.c (enlarge_archive): Likewise.
55300
55301 * sunrpc/clnt_udp.c (__libc_clntudp_bufcreate): Move DONTBLOCK
55302 variable definition inside #if's controlling its use.
55303
55304 * inet/getnetgrent_r.c (innetgr): Remove unused variable.
55305
55306 * resolv/res_hconf.c (_res_hconf_reorder_addrs): Fix errno restoration.
55307
55308 * misc/syslog.c (__vsyslog_chk): Remove unused variable.
55309
55310 * io/fts.c (fts_build): Use if (0 && ...) rather than #if 0 for
55311 unreachable code.
55312
55313 * stdio-common/printf_fp.c (___printf_fp): Remove unused variable.
55314
b68e08db
RM
55315 * configure.in (nss-crypt check): Use AC_LANG_PROGRAM.
55316 * configure: Regenerated.
55317
b350afab
RM
55318 * Makerules: Revert last change.
55319 * elf/Makefile: Likewise.
55320
28368601
RM
553212011-06-09 Roland McGrath <roland@hack.frob.com>
55322
55323 * Makerules ($(common-objpfx)libc_pic.os): Use -Wl, before -r.
55324 * elf/Makefile ($(objpfx)librtld.os): Likewise.
55325 (reloc-link): Likewise.
55326
11988f8f
UD
553272011-06-09 Ulrich Drepper <drepper@gmail.com>
55328
55329 * elf/Makefile: Add rules to build pldd.
55330 * elf/pldd.c: New file.
55331 * elf/pldd-xx.c: New file.
55332
e80fab37
UD
553332011-06-07 Ulrich Drepper <drepper@gmail.com>
55334
55335 * version.h: Update for 2.15 development version.
55336
9b849836
DM
553372011-06-07 David S. Miller <davem@davemloft.net>
55338
55339 * sysdeps/sparc/sparc32/dl-irel.h (elf_irela): Pass dl_hwcap to
55340 ifuncs.
55341 * sysdeps/sparc/sparc32/dl-machine.h (elf_machine_rela,
55342 elf_machine_lazy_rel): Likewise.
55343 * sysdeps/sparc/sparc64/dl-irel.h (elf_irela): Likewise.
55344 * sysdeps/sparc/sparc64/dl-machine.h (elf_machine_rela,
55345 elf_machine_lazy_rel): Likewise.
55346 * sysdeps/sparc/sparc64/multiarch/memcpy.S (memcpy): Fetch
55347 dl_hwcap via passed in argument.
55348 * sysdeps/sparc/sparc64/multiarch/memset.S (memset, bzero):
55349 Likewise.
55350
5a31b283
AK
553512011-06-06 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
55352
55353 * stdlib/longlong.h: Update from GCC. Fix smul_ppmm for S/390.
55354
069e52f8
RM
553552011-06-06 Roland McGrath <roland@hack.frob.com>
55356
55357 [BZ #12849]
55358 * manual/fdl-1.1.texi: New file, verbatim from:
55359 http://www.gnu.org/licenses/old-licenses/fdl-1.1.texi
55360 * manual/lgpl-2.1.texi: New file, verbatim from:
55361 http://www.gnu.org/licenses/old-licenses/lgpl-2.1.texi
55362 * manual/Makefile (licenses): New variable, list those new file names.
55363 (texis): Use it.
55364 (chapters.% top-menu.%): Include $(licenses) with $(appendices).
55365
55366 * manual/fdl.texi: File removed.
55367 * manual/lesser.texi: File removed.
55368 * manual/libc.texinfo (Copying, Documentation License):
55369 Use new @include file names, put @appendix directive before @include.
55370
f16846a5
JJ
553712011-06-04 Jakub Jelinek <jakub@redhat.com>
55372
55373 [BZ #12841]
55374 * rt/bits/mqueue2.h (__mq_open_2): Add __THROW.
55375 (__mq_open_alias): Use __REDIRECT_NTH instead of __REDIRECT.
55376 (mq_open): Add __NTH.
55377
3d29045b
L
553782011-06-02 H.J. Lu <hongjiu.lu@intel.com>
55379
55380 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
55381 Assume Intel Core i3/i5/i7 processor if AVX is available.
55382
8c297311
UD
553832011-05-31 Ulrich Drepper <drepper@gmail.com>
55384
55385 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard): Fix
55386 typo.
55387
c8fc0c91
UD
553882011-05-31 Andreas Schwab <schwab@redhat.com>
55389
55390 * nscd/nscd_getserv_r.c (nscd_getserv_r): Don't free non-malloced
55391 memory. Use alloca_account. Fix memory leak when retrying.
55392
5b27a807
UD
553932011-05-31 Ulrich Drepper <drepper@gmail.com>
55394
356f8bc6
UD
55395 * version.h (RELEASE): Bump for 2.14 release.
55396 * include/features.h (__GLIBC_MINOR__): Bump to 14.
55397
5b27a807
UD
55398 * config.make.in (RANLIB): Remove entry.
55399
01f16ab0
UD
554002011-05-30 Ulrich Drepper <drepper@gmail.com>
55401
41fce8bd
UD
55402 * po/Makefile (po-sed-cmd): Add ksh to extensions.
55403 (libc.pot): Work around missing support for .ksh extension in xgettext.
55404
4769ae77
UD
55405 [BZ #12684]
55406 * resolv/res_send.c (__libc_res_nsend): Only go to the next name server
55407 if both request failed.
55408 (send_dg): In case of server errors clear resplen or *resplen2.
55409
6b1e7d19
UD
55410 [BZ #12454]
55411 * elf/dl-deps.c (_dl_map_object_deps): Run initializer sorting only
55412 when there are multiple maps.
55413 * elf/dl-fini.c (_dl_sort_fini): Check for list of one.
55414 (_dl_fini): Remove test here.
55415
01f16ab0
UD
55416 * elf/rtld.c (dl_main): Don't allow the loader to load itself.
55417
b1ebd700
UD
554182011-05-29 Ulrich Drepper <drepper@gmail.com>
55419
7ae22829
UD
55420 [BZ #12350]
55421 * sysdeps/posix/getaddrinfo.c (gethosts): Restore only RES_USE_IENT6
55422 bit from old_res_options.
55423 (gaih_inet): Likewise.
55424
553149f6 55425 [BZ #11099]
18a84741 55426 * shadow/sgetspent_r.c (LINE_PARSER): Interpret numeric field values
873ca504
UD
55427 as signed.
55428
652ffab1
UD
55429 * resolv/res_init.c (res_setoptions): Make the code more compact.
55430
16985fd0
UD
55431 [BZ #11558]
55432 * resolv/res_init.c (res_setoptions): Recognize use-vc option and
55433 set RES_USEVC.
55434
0464f746
UD
55435 [BZ #11634]
55436 * elf/Makefile (tests): Don't add tst-audit[67] without working -mavx.
55437
7d17596c
UD
55438 * malloc/malloc.h: Mark malloc hook variables as deprecated.
55439
cf6bbbd7
UD
55440 [BZ #11781]
55441 * malloc/malloc.h: Declare malloc hook variables as volatile.
55442
13f1ab36
UD
55443 * locale/programs/locarchive.c (add_locale_to_archive): Fix typo
55444 in last patch.
55445
b1ebd700
UD
55446 [BZ #11799]
55447 * sysdeps/unix/sysv/linux/bits/siginfo.h (SI_USER): Don't mention
4997db74 55448 raise in the comment.
80e2212d
UD
55449 * sysdeps/unix/sysv/linux/s390/bits/siginfo.h: Likewise.
55450 * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise.
55451 * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise.
b1ebd700 55452
ce67228d
UD
554532011-05-28 Ulrich Drepper <drepper@gmail.com>
55454
8887a920
UD
55455 [BZ #12811]
55456 * posix/regex_internal.c (build_wcs_buffer): Don't signal we have to
55457 grow the buffers more if it already has to be sufficient.
55458 (build_wcs_upper_buffer): Likewise.
55459 * posix/regexec.c (check_matching): Likewise.
55460 (clean_state_log_if_needed): Likewise.
55461 (extend_buffers): Don't enlarge buffers beyond size of the input
55462 buffer.
55463 Patches mostly by Emil Wojak <emil@wojak.eu>.
55464 * posix/bug-regex32.c: New file.
55465 * posix/Makefile (tests): Add bug-regex32.
55466
4f031072
UD
55467 * locale/findlocale.c (_nl_find_locale): Return right away if
55468 _nl_explode_name failed.
55469 * locale/programs/locarchive.c (add_locale_to_archive): Likewise.
55470
d0478f0c
UD
55471 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_sendmmsg): Define.
55472
de81b246
UD
55473 * debug/xtrace.sh: Unify messages.
55474 * malloc/memusage.sh: Likewise.
55475
c738465a
UD
55476 [BZ #12813]
55477 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_time): Retrieve
55478 time symbol from vDSO. Substitute with vsyscall if not available.
55479 * sysdeps/unix/sysv/linux/x86_64/time.S [SHARED]: Use
55480 __vdso_time.
55481
f1f929d7
UD
55482 * sysdeps/unix/sysv/linux/internal_sendmmsg.S: New file.
55483 * sysdeps/unix/sysv/linux/sendmmsg.c: New file.
55484 * sysdeps/unix/sysv/linux/Makefile [subdir=socket] (sysdep_routines):
55485 Add sendmmsg and internal_sendmmsg.
55486 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add sendmmsg.
55487 * sysdeps/unix/sysv/linux/bits/socket.h: Declare sendmmsg.
55488 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_SENDMMSG.
55489
ce67228d
UD
55490 * sysdeps/unix/sysv/linux/syscalls.list: Add setns entry.
55491 * sysdeps/unix/sysv/linux/bits/sched.h: Declare setns.
55492 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14]: Add setns.
55493
e57420c6
UD
554942011-05-27 Ulrich Drepper <drepper@gmail.com>
55495
a8509ca5
UD
55496 [BZ #12813]
55497 * sysdeps/unix/sysv/linux/x86_64/init-first.c (__vdso_getcpu):
55498 Retrieve getcpu symbol from vDSO. Substitute with vsyscall if not
55499 available.
55500 * sysdeps/unix/sysv/linux/x86_64/sched_getcpu.S [SHARED]: Use
55501 __vdso_getcpu.
55502
e57420c6
UD
55503 [BZ #12814]
55504 * iconvdata/Makefile (tests): Add bug-iconv9.
55505 * iconvdata/bug-iconv9.c: New file.
55506
4d07db15
AS
555072011-05-27 Andreas Schwab <schwab@redhat.com>
55508
55509 [BZ #12814]
55510 * iconvdata/iso-2022-jp.c (BODY): Fix invalid variable shadowing.
55511
ea486f69
JJ
555122011-05-25 Jakub Jelinek <jakub@redhat.com>
55513
55514 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55515 (struct user_regs_struct): Change intcs field back to cs.
55516
6f038433
UD
555172011-05-25 Ulrich Drepper <drepper@gmail.com>
55518
55519 * po/ja.po: Update from translation team.
55520
67f86a25
UD
555212011-05-23 Ulrich Drepper <drepper@gmail.com>
55522
55523 [BZ #12795]
55524 * sysdeps/unix/sysv/linux/bits/resource.h (RLIMIT_RTTIME): Define.
55525 * sysdeps/unix/sysv/linux/sparc/bits/resource.h: Likewise.
55526
def7fbd6
AS
555272011-05-20 Andreas Schwab <schwab@redhat.com>
55528
55529 * stdlib/longlong.h: Update from GCC.
55530
f50ef8f1
AS
555312011-05-23 Andreas Schwab <schwab@redhat.com>
55532
55533 * sysdeps/unix/sysv/linux/ia64/sysconf.c (HAS_CPUCLOCK): Add
55534 parameter name.
55535 * sysdeps/unix/sysv/linux/sysconf.c (has_cpuclock, HAS_CPUCLOCK):
55536 Add parameter name.
55537 (__sysconf): Pass it down.
55538
de7ce8f1
UD
555392011-05-22 Ulrich Drepper <drepper@gmail.com>
55540
f2962a71
UD
55541 [BZ #12671]
55542 * nis/nss_nis/nis-alias.c (_nss_nis_getaliasbyname_r): Use malloc in
55543 some situations.
55544 * nscd/nscd_getserv_r.c (nscd_getserv_r): Likewise.
55545 * posix/glob.c (glob_in_dir): Take additional parameter alloca_used.
55546 add in in __libc_use_alloca calls. Adjust callers.
55547 (glob): Use malloc in some situations.
55548
de7ce8f1
UD
55549 * elf/dl-runtime.c (_dl_profile_fixup): Also store LA_SYMB_NOPLTENTER
55550 and LA_SYMB_NOPLTEXIT in flags which are passed to pltenter and
55551 pltexit.
55552
aec84f53
UD
555532011-05-21 Ulrich Drepper <drepper@gmail.com>
55554
05bb4a68
UD
55555 * sysdeps/unix/sysv/linux/bits/time.h: Define CLOCK_REALTIME_ALARM
55556 and CLOCK_BOOTTIME_ALARM.
55557
7ea72f99
UD
55558 [BZ #12782]
55559 * string/xpg-strerror.c (__xpg_strerror_r): Fill buffer even if error
55560 is returned.
55561
7e4afad5
UD
55562 * string/_strerror.c (__strerror_r): Print negative errors as signed
55563 numbers.
55564
8e211fec
UD
55565 [BZ #12777]
55566 * iconvdata/cp1258.c (comp_table_data): Remove entry 0x00A5 0xEC.
55567 (decomp_table): Change U0385 entry to emit 0xA5 0xEC.
55568 * iconvdata/CP1258.irreversible: Adjust entry 0xA8EC.
55569
f7d82dc9
UD
55570 * configure.in: Fix typo in redirection and correct removal of test
55571 files in two cases.
55572
cc9e536d
UD
55573 [BZ #12788]
55574 * locale/setlocale.c (new_composite_name): Fix test to check for
55575 identical name of all categories.
55576
aec84f53
UD
55577 [BZ #12792]
55578 * libio/filedoalloc.c (local_isatty): New function.
55579 (_IO_file_doallocate): Use local_isatty.
55580 * stdio-common/perror.c (perror): In case a new stream is used
55581 forward the stream error.
55582 * stdio-common/vfprintf.c (ARGCHECK): For read-only streams also set
55583 error flag.
55584
78e64fdc
RT
555852011-05-20 Ulrich Drepper <drepper@gmail.com>
55586
34a9094f
UD
55587 [BZ #11869]
55588 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't unconditionally use
55589 alloca.
55590 * include/alloca.h (extend_alloca_account): Define.
55591
78e64fdc
RT
55592 [BZ #11857]
55593 * posix/regex.h: Fix comments with documentation of user-accessible
55594 fields after compilation and describe correct free'ing of pattern
55595 after re_compile_pattern.
55596 Patch by Reuben Thomas <rrt@sc3d.org>.
55597
457bddfc
RA
555982011-05-18 Ryan S. Arnold <rsa@us.ibm.com>
55599
55600 * sysdeps/powerpc/powerpc64/Makefile (no-special-regs): Add -mno-vsx
55601 and -mno-altivec to prevent the compiler from using Altivec and/or
55602 VSX instructions when the corresponding registers are not available.
55603
a4527b51
AS
556042011-05-19 Andreas Schwab <schwab@redhat.com>
55605
55606 * grp/compat-initgroups.c (__libc_use_alloca): Don't define.
55607
ed690b2f
UD
556082011-05-19 Ulrich Drepper <drepper@gmail.com>
55609
55610 * libio/freopen.c (freopen): Use __dup2, not dup2.
55611 * libio/freopen64.c (freopen64): Likewise.
55612
8db73634
L
556132011-05-17 H.J. Lu <hongjiu.lu@intel.com>
55614
55615 [BZ #12775]
55616 * sysdeps/x86_64/fpu/e_powl.S: Fix a typo.
55617 * math/Makefile (tests): Add test-powl.
55618 (CFLAGS-test-powl.c): Define.
55619 * math/test-powl.c: New file.
55620
0a197a9d
L
556212011-05-16 H.J. Lu <hongjiu.lu@intel.com>
55622
55623 * fileops.c (_IO_new_file_fopen): Get fd from _IO_fileno.
55624
ee30c380
UD
556252011-05-17 Ulrich Drepper <drepper@gmail.com>
55626
55627 [BZ #11837]
55628 * iconvdata/gb18030.c: Update to GB18020-2005.
55629
6ce75379
UD
556302011-05-16 Ulrich Drepper <drepper@gmail.com>
55631
a4b89fd8
AR
55632 * posix/regex.h (RE_SYNTAX_AWK, RE_SYNTAX_GNU_AWK,
55633 RE_SYNTAX_POSIX_AWK): Update to match recent development.
55634 Patch by Aharon Robbins <arnold@skeeve.com>.
55635
ea389b12
UD
55636 [BZ #11892]
55637 * stdlib/putenv.c (putenv): Don't always create copy of the variable
55638 on the stack.
55639
68a3f91f
UD
55640 [BZ #11895]
55641 * misc/pselect.c (__pselect): Handle timeout value errors hidden
55642 through underflows.
55643
15cc7dd1
UD
55644 [BZ #12766]
55645 * misc/error.c (error_at_line): Ensure file_name and old_file_name
55646 point to strings before performing equality test for error_one_per_line
55647 mode.
55648
f3799213
UD
55649 [BZ #11697]
55650 * login/programs/pt_chown.c (do_pt_chown): Always call chown.
55651
d79a9c94
UD
55652 [BZ #11820]
55653 * sysdeps/unix/sysv/linux/x86_64/sys/user.h
55654 (struct user_fpregs_struct): Avoid __uint*_t types.
55655
56e5eb46
UD
55656 [BZ #6420]
55657 * malloc/mtrace.c (tr_where): Add additional parameter to point to
55658 symbol info. Use it instead of calling _dl_addr locally.
55659 (lock_and_info): New function.
55660 (tr_freehook): Call lock_and_info and pass symbol info as additional
55661 parameter to tr_where.
55662 (tr_mallochook): Likewise.
55663 (tr_reallochook): Likewise.
55664 (tr_memalignhook): Likewise.
55665
6ce75379
UD
55666 * malloc/mtrace.c: Remove support for USE_MTRACE_FILE. It is not
55667 used and couldn't be at all thread-safe.
55668
f8a3b5bf
UD
556692011-05-15 Ulrich Drepper <drepper@gmail.com>
55670
94b7cc37
UD
55671 * libio/freopen.c (freopen): Don't close old file descriptor
55672 before the new one is opened. Instead dup the new file descriptor
55673 to the old one after the new stream is created.
55674 * libio/freopen64.c (freopen64): Likewise.
55675 * libio/libio.h: Define _IO_FLAGS2_NOCLOSE and _IO_FLAGS2_CLOEXEC.
55676 * libio/fileops.c (_IO_new_file_close_it): Handle new
55677 _IO_FLAGS2_NOCLOSE flag.
55678 (_IO_new_file_fopen): Set _IO_FLAGS2_CLOEXEC for "e" mode.
55679 If _IO_file_open didn't set FD_CLOEXEC do it after the call.
55680 * libio/oldfileops.c (_IO_old_file_close_it): Handle new
55681 _IO_FLAGS2_NOCLOSE flag.
55682 * include/unistd.h: Add hidden_proto for dup3.
55683 Define __have_dup3.
55684 * io/dup3.c: Define hidden symbol.
55685 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_DUP3.
55686
bd25564e
UD
55687 [BZ #7101]
55688 * posix/getopt.c (_getopt_internal_r): List all ambigious possibilities
55689 when an incomplete long option is used.
55690 * posix/tst-getopt_long1.c: New file.
55691 * posix/Makefile (tests): Add tst-getopt_long1.
55692
c84cfef4
UD
55693 [BZ #10138]
55694 * scripts/config.guess: Update from autoconf-2.68.
55695 * scripts/config.sub: Likewise.
55696
3b85df27
UD
55697 [BZ #10157]
55698 * sysdeps/unix/sysv/linux/sysconf.c (__sysconf): Split out CPUTIME
55699 tests into ...
55700 (has_cpuclock): ...this. New function.
55701 * sysdeps/unix/sysv/linux/ia64/sysconf.c: Just define HAS_CPUCLOCK
55702 macro here based on has_cpuclock code.
55703
15a856b1
UD
55704 [BZ #10149]
55705 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55706 First byte (not low byte) is now always NUL.
55707 * sysdeps/generic/dl-osinfo.h (_dl_setup_stack_chk_guard): Likewise.
55708
05f399e6
UD
55709 * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_setup_stack_chk_guard):
55710 Use non-cancelable interfaces.
55711
10a52685 55712 [BZ #9809]
94ecc67d
UD
55713 * locale/iso-639.def: Add entry for Sorani.
55714
f8a3b5bf
UD
55715 [BZ #11901]
55716 * include/stdlib.h: Move include protection to the right place.
55717 Define abort_msg_s. Declare __abort_msg with it.
55718 * stdlib/abort.c (__abort_msg): Adjust type.
55719 * assert/assert.c (__assert_fail_base): New function. Majority
55720 of code from __assert_fail. Allocate memory for __abort_msg with
55721 mmap.
55722 (__assert_fail): Now call __assert_fail_base.
55723 * assert/assert-perr.c: Remove bulk of implementation. Use
55724 __assert_fail_base.
55725 * include/assert.hL Declare __assert_fail_base.
55726 * sysdeps/posix/libc_fatal.c: Allocate memory for __abort_msg with
55727 mmap.
55728 * sysdeps/unix/sysv/linux/libc_fatal.c: Likewise.
55729
1af4e298
UD
557302011-05-14 Ulrich Drepper <drepper@gmail.com>
55731
f8a3b5bf 55732 [BZ #11952]
d26dfc60
MG
55733 [BZ #12453]
55734 * elf/dl-open.c (dl_open_worker): Delay calls to _dl_update_slotinfo
55735 until all modules are registered in the DTV.
55736 * elf/Makefile: Add rules to build and run tst-tls19.
55737 * elf/tst-tls19.c: New file.
55738 * elf/tst-tls19mod1.c: New file.
55739 * elf/tst-tls19mod2.c: New file.
55740 * elf/tst-tls19mod3.c: New file.
55741 Patch mostly by Martin von Gagern <Martin.vGagern@gmx.net>.
55742
2fc54d6f
UD
55743 [BZ #12083]
55744 * sysdeps/pthread/aio_misc.c (__aio_init): Compute optim.aio_num
55745 correctly.
55746
98d76b46
UD
55747 [BZ #12601]
55748 * iconvdata/cp932.c (BODY to UCS4): Fix incrementing inptr in case of
55749 two-byte sequence errors.
55750 * iconvdata/Makefile (tests): Add bug-iconv8.
55751 * iconvdata/bug-iconv8.c: New file.
55752
da3c19ef
UD
55753 [BZ #12626]
55754 * sysdeps/generic/elf/backtracesymsfd.c (__backtrace_symbols_fd): Move
55755 buf2 definition.
55756
ca408c15
UD
55757 * libio/fileops.c (_IO_new_file_close_it): Initialize write_status.
55758
d6f67f7d
UD
55759 [BZ #12432]
55760 * sysdeps/ia64/backtrace.c (struct trace_reg): Add cfa element.
55761 (dummy_getcfa): New function.
55762 (init): Get _Unwind_GetCFA address, use dummy if not found.
55763 (backtrace_helper): In recursion check, also check whether CFA changes.
55764 (__backtrace): Completely initialize arg.
55765
1af4e298 55766 * iconv/loop.c (SINGLE) [STORE_REST]: Add input bytes to bytebuf before
0656e90e
UD
55767 storing incomplete byte sequence in state object. Avoid testing for
55768 guaranteed too small input if we know there is enough data available.
1af4e298 55769
da62f81b
AS
557702011-05-11 Andreas Schwab <schwab@redhat.com>
55771
55772 * Makeconfig (+link-pie): Indent.
55773 * Rules (binaries-pie): Define if $(have-fpie) and
55774 $(build-shared).
55775 (binaries-shared): Also filter out $(binaries-pie).
55776 ($(addprefix $(objpfx),$(binaries-pie))): New rule.
55777 * nscd/Makefile (others-pie): Add nscd.
55778 (LDFLAGS-nscd): Set this instead of relro-LDFLAGS.
55779 ($(objpfx)nscd): Remove command override.
55780 * login/Makefile (others-pie): Add pt_chown.
55781 ($(objpfx)pt_chown): Remove command override.
55782 * elf/Makefile: Add PIE tests to tests and tests-pie variables and
55783 remove command overrides.
55784
fcabc0f8
UD
557852011-05-13 Ulrich Drepper <drepper@gmail.com>
55786
20030ae6
UD
55787 * libio/tst_putwc.c: Fix error messages.
55788
fcabc0f8
UD
55789 [BZ #12724]
55790 * libio/fileops.c (_IO_new_file_close_it): Always flush when
55791 currently writing and seek to current position when not.
55792 * libio/Makefile (tests): Add bug-fclose1.
55793 * libio/bug-fclose1.c: New file.
55794
320a5dc0
PB
557952011-05-12 Ulrich Drepper <drepper@gmail.com>
55796
55797 [BZ #12511]
55798 * elf/dl-lookup.c (enter): Don't test for copy relocation here and
55799 don't set DF_1_NODELETE here.
55800 (do_lookup_x): When entering new entry test for copy relocation
55801 and if necessary set DF_1_NODELETE flag.
55802 * elf/tst-unique4.cc: New file.
55803 * elf/tst-unique4.h: New file.
55804 * elf/tst-unique4lib.cc: New file.
55805 * elf/Makefile: Add rules to build and run tst-unique4.
55806 Patch by Piotr Bury <pbury@goahead.com>.
55807
22836f52
UD
558082011-05-11 Ulrich Drepper <drepper@gmail.com>
55809
f574184a
UD
55810 [BZ #12052]
55811 * sysdeps/posix/spawni.c (__spawni): Fix sched_setscheduler call.
55812
e1fb097f
UD
55813 [BZ #12625]
55814 * misc/mntent_r.c (addmntent): Flush the stream after the output
55815
22836f52
UD
55816 [BZ #12393]
55817 * elf/dl-load.c (is_trusted_path): Remove unnecessary test.
55818 (is_trusted_path_normalize): Skip initial colon. Append slash
55819 to empty buffer. Duplicate is_trusted_path code but allow
55820 constructed patch to be prefix.
55821 (is_dst): Allow $ORIGIN followed by /.
55822 (_dl_dst_substitute): Correct clearing of check_for_trusted.
55823 Correct testing of result of is_trusted_path_normalize
55824 (decompose_rpath): Fix warning.
55825
7b3b0b2a
UD
558262011-05-10 Ulrich Drepper <drepper@gmail.com>
55827
55828 [BZ #11257]
55829 * grp/initgroups.c (internal_getgrouplist): When we found the service
55830 list through the initgroups entry in nsswitch.conf do not always
55831 continue on a successful lookup. Don't always use the
eac80ce2 55832 __nss_group_database value if it is set.
7b3b0b2a
UD
55833 * nss/nsswitch.conf (initgroups): Change action for successful db
55834 lookup to continue for compatibility.
55835
2a81eaa5
UD
558362011-05-09 Ulrich Drepper <drepper@gmail.com>
55837
be97a69e
UD
55838 [BZ #11532]
55839 * iconvdata/Makefile: Add rules to build CP770, CP771, CP772, CP773,
55840 and CP774 modules.
55841 * iconvdata/gconv-modules: Add entries for CP770, CP771, CP772, CP773,
55842 and CP774 modules.
55843 * iconvdata/tst-tables.sh: Likewise.
55844 * iconvdata/cp770.c: New file.
55845 * iconvdata/cp771.c: New file.
55846 * iconvdata/cp772.c: New file.
55847 * iconvdata/cp773.c: New file.
55848 * iconvdata/cp774.c: New file.
55849 * iconvdata/testdata/CP770: New file.
55850 * iconvdata/testdata/CP770..UTF8: New file.
55851 * iconvdata/testdata/CP771: New file.
55852 * iconvdata/testdata/CP771..UTF8: New file.
55853 * iconvdata/testdata/CP772: New file.
55854 * iconvdata/testdata/CP772..UTF8: New file.
55855 * iconvdata/testdata/CP773: New file.
55856 * iconvdata/testdata/CP773..UTF8: New file.
55857 * iconvdata/testdata/CP774: New file.
55858 * iconvdata/testdata/CP774..UTF8: New file.
55859
55860 * iconvdata/gen-8bit-gap-1.sh: End reading of charmap file at
55861 END CHARMAP line.
55862 * iconvdata/gen-8bit-gap.sh: Likewise.
55863 * iconvdata/gen-8bit.sh: Likewise.
55864
c1e9e399
UD
55865 * locale/iso-639.def: Add ary entry.
55866
24c55fb3 55867 [BZ #11258]
96b4b1b0
UD
55868 * locale/C-translit.h.in: Add U20A1 transliteration.
55869
bdc2f971
KB
55870 [BZ #12178]
55871 * locale/iso-639.def: Add wae entry.
55872 Patch by Kevin Bortis <bortis@translate-wae.ch>.
55873
2952b117
UD
55874 [BZ #12545]
55875 * locale/programs/localedef.c (construct_output_path): Use ssize_t
55876 for n.
55877
2a81eaa5
UD
55878 [BZ #12711]
55879 * locale/C-translit.h.in: Add entry for U20B9.
55880 Patch by pravin.d.s@gmail.com.
55881
28377d1b
UD
558822011-05-08 Ulrich Drepper <drepper@gmail.com>
55883
7fb90fb8
UD
55884 [BZ #12713]
55885 * sysdeps/unix/sysv/linux/getcwd.c: If getcwd syscall report
55886 ENAMETOOLONG use generic getcwd.
6fb2dde3
UD
55887 * sysdeps/posix/getcwd.c: Add support to use openat. Make usable
55888 in rtld. Use *stat64.
7fb90fb8 55889 * sysdeps/unix/sysv/linux/Makefile [subdir=elf] (sysdep-rtld-routines):
6fb2dde3 55890 Add dl-getcwd, dl-openat64, dl-opendir, dl-fxstatat64.
7fb90fb8 55891 * sysdeps/unix/sysv/linux/dl-getcwd.c: New file.
6fb2dde3
UD
55892 * sysdeps/unix/sysv/linux/dl-openat64.c: New file.
55893 * sysdeps/unix/sysv/linux/dl-opendir.c: New file.
55894 * sysdeps/unix/sysv/linux/dl-fxstat64.c: New file.
55895 * include/sys/stat.h: Define __fstatat, __lstat64, __fstat64, and
55896 __fstatat64 macros.
7fb90fb8
UD
55897 * include/dirent.h: Add libc_hidden_proto for rewinddir.
55898 * dirent/rewinddir.c: Add libc_hidden_def.
55899 * sysdeps/mach/hurd/rewinddir.c: Likewise.
6fb2dde3 55900 * sysdeps/unix/rewinddir.c: Likewise. Don't do locking outside libc.
7fb90fb8 55901
28377d1b
UD
55902 * include/dirent.h (__alloc_dir): Add flags parameter.
55903 * sysdeps/unix/fdopendir.c (__fdopendir): Pass flags to __alloc_dir.
55904 * sysdeps/unix/opendir.c (__opendir): Pass 0 in new parameter to
55905 __alloc_dir.
55906 (__alloc_dir): Take new parameter. Don't call fcntl for invocations
55907 from fdopendir if O_CLOEXEC is already set.
55908
66bdbaa4
AM
559092011-03-15 Alan Modra <amodra@gmail.com>
55910
55911 * elf/dl-reloc.c (_dl_try_allocate_static_tls <TLS_DTV_AT_TP>): Handle
55912 l_tls_firstbyte_offset non-zero. Save padding offset in
55913 l_tls_firstbyte_offset for later use.
55914 * elf/dl-close.c (_dl_close_worker <TLS_DTV_AT_TP>): Correct code
55915 freeing static tls block.
55916
95721191
JN
559172011-03-05 Jonathan Nieder <jrnieder@gmail.com>
55918
55919 * sysdeps/unix/sysv/linux/sys/param.h: Fix an #ifndef __undef_ARG_MAX
55920 where #ifdef was intended. The intent is to prevent ARG_MAX from
55921 being defined by the kernel headers.
55922
f87dfb1f
UD
559232011-05-07 Ulrich Drepper <drepper@gmail.com>
55924
55925 [BZ #12734]
55926 * resolv/resolv.h: Define RES_NOTLDQUERY.
55927 * resolv/res_init.c (res_setoptions): Recognize no_tld_query and
55928 no-tld-query and set RES_NOTLDQUERY.
55929 * resolv/res_debug.c (p_option): Handle RES_NOTLDQUERY.
55930 * resolv/res_query.c (__libc_res_nsearch): Backport changes from
55931 modern BIND to search name as TLD unless forbidden.
55932
47c3cd7a
UD
559332011-05-07 Petr Baudis <pasky@suse.cz>
55934 Ulrich Drepper <drepper@gmail.com>
55935
55936 [BZ #12393]
55937 * elf/dl-load.c (fillin_rpath): Move trusted path check...
55938 (is_trusted_path): ...to here.
c1e9ea35 55939 (is_trusted_path_normalize): Wrapper for /../ and /./ normalization.
47c3cd7a 55940 (_dl_dst_substitute): Verify expanded $ORIGIN path elements
c1e9ea35 55941 using is_trusted_path_normalize() in setuid scripts.
47c3cd7a 55942
8a35c912
PP
559432011-05-06 Paul Pluzhnikov <ppluzhnikov@google.com>
55944
55945 * sysdeps/unix/sysv/linux/sys/sysmacros.h: Add missing
55946 __BEGIN/__END_DECLS.
55947
acd41f47
UD
559482011-05-06 Ulrich Drepper <drepper@gmail.com>
55949
55950 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Return
55951 NSS_STATUS_NOTFOUND if no record was found.
55952
597df647
AS
559532011-05-05 Andreas Schwab <schwab@redhat.com>
55954
55955 * sunrpc/Makefile (headers): Add rpc/netdb.h.
55956 (headers-not-in-tirpc): Remove rpc/netdb.h
55957 * resolv/netdb.h: Revert last change.
55958
b9af1301
PP
559592011-05-05 Paul Pluzhnikov <ppluzhnikov@google.com>
55960
55961 * Makeconfig (link-libc-static): Use --{start,end}-group to handle
55962 circular dependency between libgcc.a and libc.a.
55963
4e34d5f5
AS
559642011-05-05 Andreas Schwab <schwab@redhat.com>
55965
55966 * resolv/netdb.h: Don't include <rpc/netdb.h>.
55967 * nis/Makefile: Don't install rpcsvc/*.
55968 * inet/protocols/timed.h: Include <sys/types.h> and <sys/time.h>
55969 instead of <rpc/types.h>.
55970 (MAXHOSTNAMELEN): Define.
55971
00ee369c
AS
559722011-05-03 Andreas Schwab <schwab@redhat.com>
55973
55974 * elf/ldconfig.c (add_dir): Don't crash on empty path.
55975
0b592a30
MB
559762011-04-28 Maciej Babinski <mbabinski@google.com>
55977
55978 [BZ #12714]
55979 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't bypass
55980 gethostbyname4_r when IPv6 results are possible.
55981
6e04cbbe
UD
559822011-05-02 Ulrich Drepper <drepper@gmail.com>
55983
55984 [BZ #12723]
55985 * sysdeps/unix/sysv/linux/pathconf.c (__pathconf): Implement
55986 _PC_PIPE_BUF handling.
55987
e4ecafe0
BH
559882011-04-30 Bruno Haible <bruno@clisp.org>
55989
55990 [BZ #12717]
55991 * conform/data/netdb.h-data (getnameinfo): Make POSIX compliant.
55992 * resolv/netdb.h (getnameinfo): Change type of flags parameter
55993 to 'int'.
55994 * inet/getnameinfo.c (getnameinfo): Likewise.
55995
125ee683
UD
559962011-04-29 Ulrich Drepper <drepper@gmail.com>
55997
55998 * grp/initgroups.c (internal_getgrouplist): Prefer initgroups setting
55999 to groups setting in database lookup.
56000 * nss/nsswitch.conf: Add initgroups entry.
56001
b722481a
EB
560022011-04-22 Ulrich Drepper <drepper@gmail.com>
56003
56004 [BZ #12685]
56005 * libio/fileops.c (_IO_new_file_fopen): Scan up to 7 bytes of the
56006 mode string.
56007 Patch by Eric Blake <eblake@redhat.com>.
56008
4df46dbd
L
560092011-04-20 H.J. Lu <hongjiu.lu@intel.com>
56010
56011 * sunrpc/Makefile (need-export-routines): Add svc_run.
56012 (routines): Remove svc_run.
56013 ($(objpfx)thrsvc): Add $(common-objpfx)linkobj/libc.so.
56014 * sunrpc/clnt_perr.c (clnt_perrno): Export.
56015 * sunrpc/svc_run.c (svc_run): Likewise.
56016 * sunrpc/svc_udp.c (svcudp_create): Likewise.
56017
e84142d2
UD
560182011-04-21 Ulrich Drepper <drepper@gmail.com>
56019
56020 * nss/nss_files/files-initgroups.c (_nss_files_initgroups_dyn): Fix
56021 problem in reallocation in last patch.
56022
877175d8
UD
560232011-04-20 Ulrich Drepper <drepper@gmail.com>
56024
56025 * sunrpc/Makefile: Move inclusion of Rules.
56026
ab8eed78
UD
560272011-04-19 Ulrich Drepper <drepper@gmail.com>
56028
56029 * nss/nss_files/files-initgroups.c: New file.
56030 * nss/Makefile (libnss_files-routines): Add files-initgroups.
56031 * nss/Versions (libnss_files) [GLIBC_PRIVATE]: Export
56032 _nss_files_initgroups_dyn.
56033
e3d8f584
RS
560342011-03-31 Richard Sandiford <richard.sandiford@linaro.org>
56035
56036 * elf/elf.h (R_ARM_IRELATIVE): Define.
56037
af190f45
UD
560382011-04-19 Ulrich Drepper <drepper@gmail.com>
56039
56040 * po/ru.po: Update from translation team.
56041
53cf59ef
UD
560422011-04-17 Ulrich Drepper <drepper@gmail.com>
56043
56044 * sunrpc/Makefile ($(rpc-compat-routines.os)): Add before-compile to
56045 dependencies.
56046
4c559bcd
MF
560472011-02-06 Mike Frysinger <vapier@gentoo.org>
56048
56049 [BZ #12653]
56050 * sysdeps/i386/i686/multiarch/memcpy-ssse3-rep.S: Only protect
56051 MEMCPY_CHK with USE_AS_BCOPY ifdef check.
56052 * sysdeps/i386/i686/multiarch/memcpy-ssse3.S: Likewise.
56053 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: Likewise.
56054 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: Likewise.
56055
4420675c
AS
560562011-03-28 Andreas Schwab <schwab@linux-m68k.org>
56057
56058 * sysdeps/powerpc/powerpc32/power4/strncmp.S: Don't read past
56059 differing bytes.
56060 * sysdeps/powerpc/powerpc64/power4/strncmp.S: Likewise.
56061 * sysdeps/powerpc/powerpc32/power7/strncmp.S: Likewise.
56062 * sysdeps/powerpc/powerpc64/power7/strncmp.S: Likewise.
56063
75ea32ab
UD
560642011-04-17 Ulrich Drepper <drepper@gmail.com>
56065
56066 [BZ #12420]
56067 * sysdeps/unix/sysv/linux/x86_64/getcontext.S: Reload context after
56068 storing it.
56069 * stdlib/bug-getcontext.c: New file.
56070 * stdlib/Makefile: Add rules to build and run bug-getcontext.
56071
27390476
AK
560722011-04-13 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
56073
56074 * sysdeps/s390/s390-64/utf16-utf32-z9.c: Wrap the z9-109
56075 instructions into .machine "z9-109".
56076 * sysdeps/s390/s390-64/utf8-utf16-z9.c: Likewise.
56077 * sysdeps/s390/s390-64/utf8-utf32-z9.c: Likewise.
56078
10442705
AK
560792011-04-11 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
56080
56081 * sysdeps/s390/s390-32/elf/start.S (_start): Skip extra zeroes
56082 between environment variables and auxiliary vector.
56083
7b57bfe5
UD
560842011-04-16 Ulrich Drepper <drepper@gmail.com>
56085
56086 * Makefile: Add rules to build linkobj/libc.so.
56087 * include/libc-symbols.h: Define libc_hidden_nolink.
56088 * include/rpc/auth.h: Mark functions which are to be hidden.
56089 * include/rpc/auth_des.h: Likewise.
56090 * include/rpc/auth_unix.h: Likewise.
56091 * include/rpc/clnt.h: Likewise.
56092 * include/rpc/des_crypt.h: Likewise.
56093 * include/rpc/key_prot.h: Likewise.
56094 * include/rpc/pmap_clnt.h: Likewise.
56095 * include/rpc/pmap_prot.h: Likewise.
56096 * include/rpc/pmap_rmt.h: Likewise.
56097 * include/rpc/rpc_msg.h: Likewise.
56098 * include/rpc/svc.h: Likewise.
56099 * include/rpc/svc_auth.h: Likewise.
56100 * include/rpc/xdr.h: Likewise.
56101 * nis/Makefile: Link all DSOs against linkobj/libc.so.
56102 * nss/Makefile: Likewise.
56103 * sunrpc/Makefile: Don't install headers. Build library with normal
56104 entry points. Don't build rpcinfo. Link RPC tests appropriately.
56105 * sunrpc/auth_des.c: Hide exported symbols by default, export some
56106 for the compat linking library. Remove use of INTDEF/INTUSE.
56107 * sunrpc/auth_none.c: Likewise.
56108 * sunrpc/auth_unix.c: Likewise.
56109 * sunrpc/authdes_prot.c: Likewise.
56110 * sunrpc/authuxprot.c: Likewise.
56111 * sunrpc/clnt_gen.c: Likewise.
56112 * sunrpc/clnt_perr.c: Likewise.
56113 * sunrpc/clnt_raw.c: Likewise.
56114 * sunrpc/clnt_simp.c: Likewise.
56115 * sunrpc/clnt_tcp.c: Likewise.
56116 * sunrpc/clnt_udp.c: Likewise.
56117 * sunrpc/clnt_unix.c: Likewise.
56118 * sunrpc/des_crypt.c: Likewise.
56119 * sunrpc/des_soft.c: Likewise.
56120 * sunrpc/get_myaddr.c: Likewise.
56121 * sunrpc/key_call.c: Likewise.
56122 * sunrpc/key_prot.c: Likewise.
56123 * sunrpc/netname.c: Likewise.
56124 * sunrpc/pm_getmaps.c: Likewise.
56125 * sunrpc/pm_getport.c: Likewise.
56126 * sunrpc/pmap_clnt.c: Likewise.
56127 * sunrpc/pmap_prot.c: Likewise.
56128 * sunrpc/pmap_prot2.c: Likewise.
56129 * sunrpc/pmap_rmt.c: Likewise.
56130 * sunrpc/publickey.c: Likewise.
56131 * sunrpc/rpc_cmsg.c: Likewise.
56132 * sunrpc/rpc_common.c: Likewise.
56133 * sunrpc/rpc_dtable.c: Likewise.
56134 * sunrpc/rpc_prot.c: Likewise.
56135 * sunrpc/rpc_thread.c: Likewise.
56136 * sunrpc/rtime.c: Likewise.
56137 * sunrpc/svc.c: Likewise.
56138 * sunrpc/svc_auth.c: Likewise.
56139 * sunrpc/svc_authux.c: Likewise.
56140 * sunrpc/svc_raw.c: Likewise.
56141 * sunrpc/svc_run.c: Likewise.
56142 * sunrpc/svc_simple.c: Likewise.
56143 * sunrpc/svc_tcp.c: Likewise.
56144 * sunrpc/svc_udp.c: Likewise.
56145 * sunrpc/svc_unix.c: Likewise.
56146 * sunrpc/svcauth_des.c: Likewise.
56147 * sunrpc/xcrypt.c: Likewise.
56148 * sunrpc/xdr.c: Likewise.
56149 * sunrpc/xdr_array.c: Likewise.
56150 * sunrpc/xdr_float.c: Likewise.
56151 * sunrpc/xdr_intXX_t.c: Likewise.
56152 * sunrpc/xdr_mem.c: Likewise.
56153 * sunrpc/xdr_rec.c: Likewise.
56154 * sunrpc/xdr_ref.c: Likewise.
56155 * sunrpc/xdr_sizeof.c: Likewise.
56156 * sunrpc/xdr_stdio.c: Likewise.
56157
e6c61494
UD
561582011-04-10 Ulrich Drepper <drepper@gmail.com>
56159
56160 [BZ #12650]
56161 * sysdeps/i386/dl-tls.h: Define TLS_DTV_UNALLOCATED.
56162 * sysdeps/ia64/dl-tls.h: Likewise.
56163 * sysdeps/powerpc/dl-tls.h: Likewise.
56164 * sysdeps/s390/dl-tls.h: Likewise.
56165 * sysdeps/sh/dl-tls.h: Likewise.
56166 * sysdeps/sparc/dl-tls.h: Likewise.
56167 * sysdeps/x86_64/dl-tls.h: Likewise.
56168 * elf/dl-tls.c: Don't define TLS_DTV_UNALLOCATED here.
56169
34fe483e
AS
561702011-03-14 Andreas Schwab <schwab@redhat.com>
56171
56172 * elf/dl-load.c (_dl_dst_substitute): When skipping the first
56173 rpath element also skip the following colon.
56174 (expand_dynamic_string_token): Add is_path parameter and pass
56175 down to DL_DST_REQUIRED and _dl_dst_substitute.
56176 (decompose_rpath): Call expand_dynamic_string_token with
56177 non-zero is_path. Ignore empty rpaths.
56178 (_dl_map_object_from_fd): Call expand_dynamic_string_token
56179 with zero is_path.
56180
f12a32e6
AS
561812011-04-08 Andreas Schwab <schwab@linux-m68k.org>
56182
56183 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sync_file_range.c:
56184 Make cancelable.
56185
38a7d692
UD
561862011-04-09 Ulrich Drepper <drepper@gmail.com>
56187
56188 [BZ #12655]
56189 * sysdeps/unix/sysv/linux/sys/syscall.h: Fix comment.
56190 Patch by Filipe David Manana <fdmanana@apache.org>.
56191
e451d22b
AS
561922011-04-07 Andreas Schwab <schwab@redhat.com>
56193
56194 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S (CALL_FAIL):
56195 Maintain aligned stack.
56196 (CHECK_RSP): Remove unused macro.
56197
dedc7c7b
UD
561982011-04-03 Ulrich Drepper <drepper@gmail.com>
56199
56200 * sysdeps/x86_64/cacheinfo.c (intel_02_known): Fix typo in table.
56201 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_known): Likewise.
56202
94521213
UD
562032011-04-02 Ulrich Drepper <drepper@gmail.com>
56204
56205 * sysdeps/unix/sysv/linux/bits/time.h (CLOCK_BOOTTIME): Define.
56206
8cb700c0 56207 * include/features.h: Mention __USE_XOPEN2K8 in comment.
81489b2e 56208
0354e355
L
562092011-03-26 H.J. Lu <hongjiu.lu@intel.com>
56210
56211 [BZ #12518]
56212 * sysdeps/x86_64/Versions: Add memcpy to GLIBC_2.14.
56213 * sysdeps/x86_64/memcpy.S: Provide GLIBC_2_14 memcpy.
56214 * sysdeps/x86_64/memmove.c: New file.
56215 * sysdeps/x86_64/multiarch/memcpy.S: Include <shlib-compat.h>.
56216 (memcpy): Renamed to ...
56217 (__new_memcpy): This.
56218 (memcpy): Provide GLIBC_2_14 memcpy.
56219 * sysdeps/x86_64/multiarch/memmove.c: Include <shlib-compat.h>.
56220 (memcpy): Provide GLIBC_2_2_5 memcpy.
56221
8593482f
UD
562222011-04-01 Ulrich Drepper <drepper@gmail.com>
56223
56224 [BZ #12631]
56225 * wcsmbs/wchar.h: Make wcpcpy and wcpncpy visible for __USE_XOPEN2K8.
56226
81a5726b
AS
562272011-03-30 Andreas Schwab <schwab@redhat.com>
56228
56229 * misc/syncfs.c: New file.
56230 * misc/Makefile (routines): Add syncfs.
56231 * posix/unistd.h: Declare syncfs.
56232 * sysdeps/unix/syscalls.list: Add syncfs.
56233
00e5419f
AS
562342011-04-01 Andreas Schwab <schwab@redhat.com>
56235
56236 * sysdeps/unix/sysv/linux/Versions: Rename open_by_handle to
56237 open_by_handle_at.
56238 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
56239 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56240 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56241 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56242 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56243 * sysdeps/unix/sysv/linux/syscalls.list: Likewise.
56244 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56245
748876bf
UD
562462011-04-01 Ulrich Drepper <drepper@gmail.com>
56247
658e451d
UD
56248 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define O_PATH.
56249 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56250 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
56251 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56252 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56253 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56254 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56255
748876bf
UD
56256 * io/Makefile: Compile fallocate.c, fallocate64.c, and
56257 sync_file_range.c with -fexceptions.
56258 * sysdeps/unix/sysv/linux/fallocate.c: Make cancelable.
56259 * sysdeps/unix/sysv/linux/fallocate64.c: Likewise.
56260 * sysdeps/unix/sysv/linux/i386/fallocate.c: Likewise.
56261 * sysdeps/unix/sysv/linux/i386/fallocate64.c: Likewise.
56262 * sysdeps/unix/sysv/linux/wordsize-64/fallocate.c: Likewise.
56263 * sysdeps/unix/sysv/linux/sync_file_range.c: Likewise.
56264 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Mark
3167dad0
UD
56265 sync_file_range as cancellation point
56266 * sysdeps/unix/sysv/linux/i386/sync_file_range.c: New file. This is
56267 now a wrapper around __call_sync_file_range with cancellation handling.
56268 * sysdeps/unix/sysv/linux/i386/sync_file_range.S: Renamed to ...
56269 * sysdeps/unix/sysv/linux/i386/call_sync_file_range.S: ...this. Change
56270 function name to __call_sync_file_range.
56271 * sysdeps/unix/sysv/linux/i386/Makefile [subdir=io] (sysdep_routines):
56272 Add call_sync_file_range.
748876bf 56273
6e63d5e1
AS
562742011-04-01 Andreas Schwab <schwab@redhat.com>
56275
56276 * sysdeps/unix/sysv/linux/Makefile (sysdep_headers): Add
748876bf 56277 bits/timex.h.
6e63d5e1 56278
46998f74
UD
562792011-04-01 Ulrich Drepper <drepper@gmail.com>
56280
4c1423ed
UD
56281 * iconv/iconv.h: Fix typo in comment.
56282 * io/fcntl.h: Likewise.
56283 * libio/stdio.h: Likewise.
56284 * posix/spawn.h: Likewise.
56285 * posix/unistd.h: Likewise.
56286 * stdlib/stdlib.h: Likewise.
56287 * time/time.h: Likewise.
56288 * wcsmbs/wchar.h: Likewise.
56289
158648c0
UD
56290 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (name_to_handle_at,
56291 open_by_handle): Add.
56292 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Define struct file_handle
56293 and MAX_HANDLE_SZ. Declare name_to_handle_at and open_by_handle.
56294 Augment a few comments.
56295 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
56296 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
56297 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
56298 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
56299 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
56300 * sysdeps/unix/sysv/linux/syscalls.list: Add name_to_handle_at and
56301 open_by_handle.
56302
46998f74
UD
56303 * io/fcntl.h (AT_EMPTY_PATH): Define.
56304
83fe108b
UD
563052011-03-30 Ulrich Drepper <drepper@gmail.com>
56306
56307 * sysdeps/unix/sysv/linux/syscalls.list: Add clock_adjtime.
56308 * sysdeps/unix/sysv/linux/bits/time.h: New file.
56309 * sysdeps/unix/sysv/linux/sys/timex.h: Move struct timex definition
56310 to...
56311 * sysdeps/unix/sysv/linux/bits/timex.h: ...here. New file.
034c4e15
UD
56312 * Versions.def: Add GLIBC_2.14.
56313 * sysdeps/unix/sysv/linux/Versions [GLIBC_2.14] (clock_adjtime):
56314 Export.
83fe108b 56315
bb242059
UD
563162011-03-22 Ulrich Drepper <drepper@gmail.com>
56317
56318 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word): Increment
56319 round counter.
56320 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56321
c97a1282
L
563222011-03-20 H.J. Lu <hongjiu.lu@intel.com>
56323
56324 [BZ #12597]
56325 * string/test-strncmp.c (do_page_test): New function.
56326 (check2): Likewise.
56327 (test_main): Call check2.
56328 * sysdeps/x86_64/multiarch/strcmp.S: Properly cross page boundary.
56329
2a115601
UD
563302011-03-20 Ulrich Drepper <drepper@gmail.com>
56331
56332 [BZ #12587]
56333 * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_check_word):
56334 Handle cache information in CPU leaf 4.
56335 * sysdeps/x86_64/cacheinfo.c (intel_check_word): Likewise.
56336
8126d904
UD
563372011-03-18 Ulrich Drepper <drepper@gmail.com>
56338
042c49c6 56339 [BZ #12583]
8126d904
UD
56340 * posix/fnmatch.c (fnmatch): Check size of pattern in wide
56341 character representation.
56342 Partly based on a patch by Tomas Hoger <thoger@redhat.com>.
56343
ccfe366e
RA
563442011-03-16 Ryan S. Arnold <rsa@us.ibm.com>
56345
56346 * sysdeps/powerpc/powerpc32/power6/fpu/s_isnanf.S (isnanf): Fix
56347 END(__isnan) to END(__isnanf) to match function entry point/label
56348 EALIGN(__isnanf,...).
56349
c6e13027
JJ
563502011-03-10 Jakub Jelinek <jakub@redhat.com>
56351
56352 * wcsmbs/wchar.h (wmemcmp): Remove __restrict qualifiers.
56353
33f85a3f
UD
563542011-03-10 Ulrich Drepper <drepper@gmail.com>
56355
028478fa
UD
56356 [BZ #12510]
56357 * elf/dl-lookup.c (do_lookup_x): For copy relocations of unique objects
56358 copy from the symbol referenced in the relocation to initialize the
56359 used variable.
56360 Patch by Piotr Bury <pbury@goahead.com>.
56361 * elf/Makefile: Add rules to build and tst-unique3.
56362 * include/bits/dlfcn.h: Remove _dl_mcount_wrapper_check declaration.
56363 * elf/tst-unique3.cc: New file.
56364 * elf/tst-unique3.h: New file.
56365 * elf/tst-unique3lib.cc: New file.
56366 * elf/tst-unique3lib2.cc: New file.
56367
33f85a3f
UD
56368 * elf/Makefile: Don't run tst-execstack* tests of SELinux is enabled.
56369
03592fc7
MF
563702011-03-10 Mike Frysinger <vapier@gentoo.org>
56371
56372 * sysdeps/sparc/sparc64/elf/configure.in (libc_cv_sparc64_tls): Add
56373 $LDFLAGS and -nostdlib -nostartfiles to linking step. Change main
56374 to _start.
03592fc7 56375
6a5ee102
UD
563762011-03-06 Ulrich Drepper <drepper@gmail.com>
56377
56378 * elf/dl-load.c (_dl_map_object): If we are looking for the first
56379 to-be-loaded object along a path to loader is ld.so.
56380
7e4ba49c
HJ
563812011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
56382 Ulrich Drepper <drepper@gmail.com>
56383
56384 * sysdeps/x86_64/memset.S: After aligning destination, code
56385 branches to different locations depending on the value of
56386 misalignment, when multiarch is enabled. Fix this.
56387
563882011-03-02 Harsha Jagasia <harsha.jagasia@amd.com>
56389
56390 * sysdeps/x86_64/cacheinfo.c (init_cacheinfo):
56391 Set _x86_64_preferred_memory_instruction for AMD processsors.
56392 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56393 Set bit_Prefer_SSE_for_memop for AMD processors.
56394
13a804de
UD
563952011-03-04 Ulrich Drepper <drepper@gmail.com>
56396
56397 * libio/fmemopen.c (fmemopen): Optimize a bit.
56398
9d25c392
AS
563992011-03-03 Andreas Schwab <schwab@redhat.com>
56400
56401 * libio/fmemopen.c (fmemopen): Don't read past end of buffer.
56402
a5543c6a
RM
564032011-03-03 Roland McGrath <roland@redhat.com>
56404
56405 * setjmp/bits/setjmp2.h: Canonicalize comment formatting.
56406
012d35f7
DM
564072011-02-28 Aurelien Jarno <aurelien@aurel32.net>
56408
7e4ba49c 56409 * sysdeps/sparc/sparc64/multiarch/memset.S(__bzero): Call
012d35f7
DM
56410 __bzero_ultra1 instead of __memset_ultra1.
56411
4bff6e01
AS
564122011-02-23 Andreas Schwab <schwab@redhat.com>
56413 Ulrich Drepper <drepper@gmail.com>
56414
56415 [BZ #12509]
56416 * include/link.h (struct link_map): Add l_orig_initfini.
56417 * elf/dl-load.c (_dl_map_object_from_fd): Free realname before
56418 returning unsuccessfully.
56419 * elf/dl-close.c (_dl_close_worker): If this is the last explicit
56420 close of a file loaded at startup, restore the original l_initfini
56421 list.
56422 * elf/dl-deps.c (_dl_map_object_deps): Don't free old l_initfini
56423 list, store the pointer.
56424 * elf/Makefile ($(objpfx)noload-mem): New rule.
56425 (noload-ENV): Define.
56426 (tests): Add $(objpfx)noload-mem.
56427 * elf/noload.c: Include <memcheck.h>.
56428 (main): Call mtrace. Close all opened handles.
56429
f2092faf
AS
564302011-02-17 Andreas Schwab <schwab@redhat.com>
56431
56432 [BZ #12454]
56433 * elf/dl-deps.c (_dl_map_object_deps): Signal error early when
56434 dependencies are missing.
56435
6c8a2e88
ST
564362011-02-22 Samuel Thibault <samuel.thibault@ens-lyon.org>
56437
f2092faf 56438 Fix __if_freereq crash: Unlike the generic version which uses free,
6c8a2e88
ST
56439 Hurd needs munmap.
56440 * sysdeps/mach/hurd/ifreq.h: New file.
56441
84a42118
PB
564422011-01-27 Petr Baudis <pasky@suse.cz>
56443 Ulrich Drepper <drepper@gmail.com>
56444
071f805e 56445 [BZ 12445]#
84a42118
PB
56446 * stdio-common/vfprintf.c (vfprintf): Pass correct newlen
56447 to extend_alloca().
56448 * stdio-common/bug23.c: New file.
56449 * stdio-common/Makefile (tests): Add bug23.
56450
e23fe25b
AS
564512010-09-28 Andreas Schwab <schwab@redhat.com>
56452 Ulrich Drepper <drepper@gmail.com>
56453
56454 [BZ #12489]
56455 * elf/rtld.c (dl_main): Move setting of GLRO(dl_init_all_dirs)
56456 before performing relro protection. At old place add assertion
56457 to make sure nothing changed.
56458
d3f02e10
NS
564592011-02-17 Nathan Sidwell <nathan@codesourcery.com>
56460 Glauber de Oliveira Costa <glommer@gmail.com>
56461
56462 * elf/elf.h: Add new ARM TLS relocs.
56463
d55fd7a5
RA
564642011-02-16 Ryan S. Arnold <rsa@us.ibm.com>
56465
56466 * sysdeps/unix/sysv/linux/powerpc/powerpc64/sysdep.h:
56467 (INTERNAL_VSYSCALL_NCS INTERNAL_SYSCALL_NCS): Remove erroneous (int)
56468 cast from r3.
56469 * sysdeps/wordsize-64/Makefile: New file. Add tst-writev to
56470 'tests' variable.
56471 * sysdeps/wordsize-64/tst-writev.c: New file.
56472
2206397e
RA
564732011-02-15 Ryan S. Arnold <rsa@us.ibm.com>
56474
56475 * sysdeps/powerpc/powerpc64/power7/Makefile: New file which adds
56476 -mno-vsx to the CFLAGS-rtld.c variable to avoid using VSX registers and
56477 insns in _dl_start to prevent a TOC reference before relocs are
56478 resolved.
56479
e9433893
UD
564802011-02-15 Ulrich Drepper <drepper@gmail.com>
56481
56482 [BZ #12469]
56483 * Makeconfig: Remove RANLIB definition.
56484 * Makerules: Don't use RANLIB.
56485 * aclocal.m4: Remove ranlib test.
56486 * configure.in: No need to check for ranlib.
56487 * elf/rtld-Rules: Don't use RANLIB.
56488
f75286c6
ST
564892011-02-16 Samuel Thibault <samuel.thibault@ens-lyon.org>
56490
8e31c82d
ST
56491 * sysdeps/mach/i386/sysdep.h: Add _MACH_I386_SYSDEP_H inclusion
56492 protection macro.
56493 * sysdeps/mach/i386/thread_state.h: Add _MACH_I386_THREAD_STATE_H
56494 inclusion protection macro.
56495
f75286c6
ST
56496 * stdio-common/psiginfo.c (psiginfo): Check pinfo->si_signo against
56497 SIGRTMIN and SIGRTMAX and print information in that case only when
56498 SIGRTMIN is defined.
56499
c1d0e639
JJ
565002011-02-11 Jakub Jelinek <jakub@redhat.com>
56501
56502 * stdio-common/printf-parsemb.c (__parse_one_specmb): Handle
56503 arginfo fn returning -1.
56504
56505 * stdio-common/_i18n_number.h (_i18n_number_rewrite): Ensure decimal
56506 and thousands string is zero terminated.
56507
edf9294e
AS
565082011-02-03 Andreas Schwab <schwab@redhat.com>
56509
56510 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Sync with
56511 sysdeps/unix/sysv/linux/bits/socket.h.
56512
2b7e92df
ST
565132011-01-30 Samuel Thibault <samuel.thibault@ens-lyon.org>
56514
edf9294e
AS
56515 * bits/sched.h (__CPU_ZERO, __CPU_SET, __CPU_CLR, __CPU_ISSET)
56516 (__CPU_COUNT): Remove old macros.
56517 (__CPU_ZERO_S, __CPU_SET_S, __CPU_CLR_S, __CPU_ISSET_S)
56518 (__CPU_COUNT, __CPU_EQUAL_S, __CPU_OP_S, __CPU_ALLOC_SIZE)
56519 (__CPU_ALLOC, __CPU_FREE): Add macros.
2b7e92df
ST
56520 (__sched_cpualloc, __sched_cpufree): Add declarations.
56521
a4c7ea7b
UD
565222011-02-05 Ulrich Drepper <drepper@gmail.com>
56523
56524 * nscd/nscd-client.h: Define MAX_TIMEOUT_VALUE.
56525 (struct datahead): Reuse 32 bits of the alignment for a TTL field.
56526 * nscd/aicache.c (addhstaiX): Return timeout of added value.
56527 (readdhstai): Return value of addhstaiX call.
56528 * nscd/grpcache.c (cache_addgr): Return timeout of added value.
56529 (addgrbyX): Return value returned by cache_addgr.
56530 (readdgrbyname): Return value returned by addgrbyX.
56531 (readdgrbygid): Likewise.
56532 * nscd/pwdcache.c (cache_addpw): Return timeout of added value.
56533 (addpwbyX): Return value returned by cache_addpw.
56534 (readdpwbyname): Return value returned by addhstbyX.
56535 (readdpwbyuid): Likewise.
56536 * nscd/servicescache.c (cache_addserv): Return timeout of added value.
56537 (addservbyX): Return value returned by cache_addserv.
56538 (readdservbyname): Return value returned by addservbyX:
56539 (readdservbyport): Likewise.
56540 * nscd/hstcache.c (cache_addhst): Return timeout of added value.
56541 (addhstbyX): Return value returned by cache_addhst.
56542 (readdhstbyname): Return value returned by addhstbyX.
56543 (readdhstbyaddr): Likewise.
56544 (readdhstbynamev6): Likewise.
56545 (readdhstbyaddrv6): Likewise.
56546 * nscd/initgrcache.c (addinitgroupsX): Return timeout of added value.
56547 (readdinitgroups): Return value returned by addinitgroupsX.
56548 * nscd/cache.c (readdfcts): Change return value of functions to time_t.
56549 (prune_cache): Keep track of timeout value of re-added entries.
56550 * nscd/connections.c (nscd_run_prune): Use MAX_TIMEOUT_VALUE.
56551 * nscd/nscd.h: Adjust prototypes of readd* functions.
56552
a0bf67cc
RM
565532011-02-04 Roland McGrath <roland@redhat.com>
56554
56555 * nis/nis_server.c (nis_servstate): Use the right name for 0.
56556 (nis_stats): Likewise.
56557 * nis/nis_modify.c (nis_modify): Likewise.
56558 * nis/nis_remove.c (nis_remove): Likewise.
56559 * nis/nis_add.c (nis_add): Likewise.
56560
56561 * elf/dl-object.c (_dl_new_object): Remove unused variable L.
56562
56563 * posix/fnmatch_loop.c: Add some consts.
56564
56565 * sysdeps/x86_64/multiarch/memset-x86-64.S: Add an #undef.
56566
435b95eb
L
565672011-02-02 H.J. Lu <hongjiu.lu@intel.com>
56568
56569 [BZ #12460]
56570 * config.make.in (config-cflags-novzeroupper): Define.
56571 * configure.in: Substitute libc_cv_cc_novzeroupper.
56572 * elf/Makefile (AVX-CFLAGS): Define.
56573 (CFLAGS-tst-audit4.c): Replace -mavx with $(AVX-CFLAGS).
56574 (CFLAGS-tst-auditmod4a.c): Likewise.
56575 (CFLAGS-tst-auditmod4b.c): Likewise.
56576 (CFLAGS-tst-auditmod6b.c): Likewise.
56577 (CFLAGS-tst-auditmod6c.c): Likewise.
56578 (CFLAGS-tst-auditmod7b.c): Likewise.
56579 * sysdeps/i386/configure.in: Check -mno-vzeroupper.
56580
8517b15e
UD
565812011-02-02 Ulrich Drepper <drepper@gmail.com>
56582
56583 * elf/dl-runtime.c (_dl_call_pltexit): Pass correct address of the
56584 function to the callback.
56585 Patch partly by Jiri Olsa <jolsa@redhat.com>.
56586
10a656fe
AS
565872011-02-02 Andreas Schwab <schwab@redhat.com>
56588
56589 * shadow/sgetspent.c: Check return value of __sgetspent_r instead
56590 of errno.
56591
968dad0a
UD
565922011-01-19 Ulrich Drepper <drepper@gmail.com>
56593
9f94d2ea 56594 [BZ #11724]
968dad0a
UD
56595 * elf/dl-deps.c (_dl_map_object_deps): Rewrite sorting determining order
56596 of constructors.
56597 * elf/dl-fini.c (_dl_sort_fini): Rewrite sorting determining order
56598 of destructors.
56599 (_dl_fini): Don't call _dl_sort_fini if there is only one object.
56600
56601 [BZ #11724]
56602 * elf/Makefile: Add rules to build and run new test.
56603 * elf/tst-initorder.c: New file.
56604 * elf/tst-initorder.exp: New file.
56605 * elf/tst-initordera1.c: New file.
56606 * elf/tst-initordera2.c: New file.
56607 * elf/tst-initordera3.c: New file.
56608 * elf/tst-initordera4.c: New file.
56609 * elf/tst-initorderb1.c: New file.
56610 * elf/tst-initorderb2.c: New file.
56611 * elf/tst-order-a1.c: New file.
56612 * elf/tst-order-a2.c: New file.
56613 * elf/tst-order-a3.c: New file.
56614 * elf/tst-order-a4.c: New file.
56615 * elf/tst-order-b1.c: New file.
56616 * elf/tst-order-b2.c: New file.
56617 * elf/tst-order-main.c: New file.
56618 New test case by George Gensure <werkt0@gmail.com>.
56619
86e92359
UD
566202010-10-01 Andreas Schwab <schwab@redhat.com>
56621
56622 * sysdeps/posix/getaddrinfo.c (gaih_inet): Don't discard result of
56623 decoding ACE if AI_CANONIDN.
56624
5d5732b0
UD
566252011-01-18 Ulrich Drepper <drepper@gmail.com>
56626
56627 * elf/Makefile: Build IFUNC tests unless multi-arch = no.
56628
a77e8cbc
UD
566292011-01-17 Ulrich Drepper <drepper@gmail.com>
56630
6392473f
UD
56631 * version.h (RELEASE): Bump for 2.13 release.
56632 * include/features.h: (__GLIBC_MINOR__): Bump to 13.
56633
620a0529
UD
56634 * io/fcntl.h: Define AT_NO_AUTOMOUNT.
56635
18ba70a5
UD
56636 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MADV_HUGEPAGE and
56637 MADV_NOHUGEPAGE.
32465c3e
UD
56638 * sysdeps/unix/sysv/linux/ia64/bits/mman.h: Likewise.
56639 * sysdeps/unix/sysv/linux/powerpc/bits/mman.h: Likewise.
56640 * sysdeps/unix/sysv/linux/s390/bits/mman.h: Likewise.
56641 * sysdeps/unix/sysv/linux/sh/bits/mman.h: Likewise.
56642 * sysdeps/unix/sysv/linux/sparc/bits/mman.h: Likewise.
56643 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56644
c0dafcf1
UD
56645 * posix/getconf.c: Update copyright year.
56646 * catgets/gencat.c: Likewise.
56647 * csu/version.c: Likewise.
56648 * debug/catchsegv.sh: Likewise.
56649 * debug/xtrace.sh: Likewise.
56650 * elf/ldconfig.c: Likewise.
56651 * elf/ldd.bash.in: Likewise.
56652 * elf/sprof.c (print_version): Likewise.
56653 * iconv/iconv_prog.c: Likewise.
56654 * iconv/iconvconfig.c: Likewise.
56655 * locale/programs/locale.c: Likewise.
56656 * locale/programs/localedef.c: Likewise.
56657 * malloc/memusage.sh: Likewise.
56658 * malloc/mtrace.pl: Likewise.
56659 * nscd/nscd.c (print_version): Likewise.
56660 * nss/getent.c: Likewise.
56661
a77e8cbc
UD
56662 * sysdeps/unix/sysv/linux/bits/socket.h: Define AF_CAIF, AF_ALG,
56663 PF_CAIF, and PF_ALG.
56664 * sysdeps/unix/sysv/linux/sparc/bits/socket.h: Likewise.
56665
77e8bddf
AS
566662011-01-16 Andreas Schwab <schwab@linux-m68k.org>
56667
1f20b93a
AS
56668 * elf/Makefile (tlsmod17a-modules, tlsmod18a-modules): Define.
56669 (modules-names): Use them.
56670 (ifunc-test-modules, ifunc-pie-tests): Define.
56671 (extra-test-objs): Add tlsmod17a-modules, tlsmod18a-modules,
56672 tst-pie1, ifunc-test-modules and ifunc-pie-tests objects.
56673 (test-extras): Likewise.
56674 ($(patsubst %,$(objpfx)%.os,$(tlsmod17a-modules))): Use
56675 $(compile-command.c).
56676 ($(patsubst %,$(objpfx)%.os,$(tlsmod18a-modules))): Likewise.
56677 (all-built-dso): Define.
56678 (check-textrel.out, check-execstack.out): Depend on it.
56679
77e8bddf
AS
56680 * configure.in: Don't override --enable-multi-arch.
56681
bc425b33
UD
566822011-01-15 Ulrich Drepper <drepper@gmail.com>
56683
56684 [BZ #6812]
56685 * nscd/hstcache.c (tryagain): Define.
56686 (cache_addhst): Return tryagain not notfound for temporary errors.
56687 (addhstbyX): Also set h_errno to TRY_AGAIN when memory allocation
56688 failed.
56689
794c3ad3
UD
566902011-01-14 Ulrich Drepper <drepper@gmail.com>
56691
70181fdd
UD
56692 [BZ #10563]
56693 * sysdeps/unix/sysv/linux/i386/setgroups.c: Use INLINE_SETXID_SYSCALL
56694 to make the syscall.
56695 * sysdeps/unix/sysv/linux/setgroups.c: New file.
56696
794c3ad3
UD
56697 [BZ #12378]
56698 * posix/fnmatch_loop.c (FCT): When matching '[' keep track of beginning
56699 and fall back to matching as normal character if the string ends before
56700 the matching ']' is found. This is what POSIX requires.
56701 * posix/testfnm.c: Adjust test result.
56702 * posix/globtest.sh: Adjust test result. Add new test.
56703 * posix/tst-fnmatch.input: Likewise.
56704 * posix/tst-fnmatch2.c: Add new test.
56705
68dc9497
AS
567062010-12-28 Andreas Schwab <schwab@linux-m68k.org>
56707
56708 * elf/Makefile (check-execstack): Revert last change. Depend on
56709 check-execstack.h.
56710 (check-execstack.h): New target.
56711 (generated): Add check-execstack.h.
56712 * elf/check-execstack.c: Include "check-execstack.h".
56713 (main): Revert last change.
56714 (handle_file): Return zero if GNU_STACK is absent and
56715 DEFAULT_STACK_PERMS doesn't include PF_X.
56716
451f001b
UD
567172011-01-13 Ulrich Drepper <drepper@gmail.com>
56718
cfa28e56
UD
56719 * sysdeps/posix/spawni.c (__spawni): Don't fail if close file action
56720 in child fails because the descriptor is already closed.
8cf8ce17
UD
56721 * include/sys/resource.h: Add libc_hidden_proto for getrlimit64.
56722 * sysdeps/unix/sysv/linux/getrlimit64.c: Add libc_hidden_def.
56723 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Likewise.
cfa28e56 56724
1086d70d
UD
56725 [BZ #12397]
56726 * sysdeps/unix/sysv/linux/mkdirat.c (mkdirat): Fix handling of missing
56727 syscall.
56728
451f001b
UD
56729 [BZ #10484]
56730 * nss/nss_files/files-hosts.c (HOST_DB_LOOKUP): Handle overflows of
56731 temporary buffer used to handle multi lookups locally.
a85b5cb4 56732 * include/alloca.h: Add libc_hidden_proto for __libc_alloca_cutoff.
451f001b 56733
08769175
UD
567342011-01-12 Ulrich Drepper <drepper@gmail.com>
56735
56736 * elf/dl-dst.h (DL_DST_REQUIRED): Allow l_origin to be NULL when
56737 loader is ld.so.
56738
5e49c52e
UD
567392011-01-10 Paul Pluzhnikov <ppluzhnikov@google.com>
56740
56741 * sysdeps/i386/Makefile: stdlib/cxa_finalize.c needs 16-byte stack
56742 alignment for SSE2.
56743
60522a5f
UD
567442011-01-12 Ulrich Drepper <drepper@gmail.com>
56745
56746 [BZ #12394]
56747 * stdio-common/printf_fp.c (__printf_fp): Add more room for grouping
56748 characters. When rounding increased number of integer digits recompute
56749 number of groups.
56750 * stdio-common/tst-grouping.c: New file.
56751 * stdio-common/Makefile: Add rules to build and run tst-grouping.
56752
f257bbd7
UD
567532011-01-09 Ulrich Drepper <drepper@gmail.com>
56754
56755 * sysdeps/i386/bits/select.h: Don't use asm code for __FD_SET,
56756 __FD_CLR, and __FS_ISSET. gcc generates better code on its own.
56757
56758 * sysdeps/x86_64/bits/select.h: Mark value of __FD_SET and __FD_CLR as
56759 void.
56760 * bits/select.h: Likewise.
56761
fa9c15cb
UD
567622011-01-08 Ulrich Drepper <drepper@gmail.com>
56763
56764 * po/ja.po: Update from translation team.
56765
16c2895f
DM
567662011-01-04 David S. Miller <davem@sunset.davemloft.net>
56767
56768 [BZ #11155]
56769 * sysdeps/unix/sysv/linux/sparc/sparc64/fxstat.c: Use i386's
56770 implementation just like for lxstat, fxstatat, et al.
56771
2543fef2
JM
567722010-12-27 Jim Meyering <meyering@redhat.com>
56773
56774 [BZ #12348]
56775 * posix/regexec.c (build_trtable): Return failure indication upon
56776 calloc failure. Otherwise, re_search_internal could infloop on OOM.
56777
98727dbe
UD
567782010-12-25 Ulrich Drepper <drepper@gmail.com>
56779
5bd6dc5c
UD
56780 [BZ #12201]
56781 * sysdeps/unix/sysv/linux/getrlimit64.c: New file.
56782 * sysdeps/unix/sysv/linux/setrlimit64.c: New file.
56783 * sysdeps/unix/sysv/linux/i386/getrlimit64.c: Use ../getrlimit64.c.
56784 * sysdeps/unix/sysv/linux/kernel-features.h: Define __ASSUME_PRLIMIT64.
56785
97983464
UD
56786 [BZ #12207]
56787 * malloc/malloc.c (do_check_malloc_state): Use fastbin macro.
56788
98727dbe
UD
56789 [BZ #12204]
56790 * string/xpg-strerror.c (__xpg_strerror_r): Return error code, not -1.
56791 * sysdeps/mach/xpg-strerror.c (__xpg_strerror_r): Likewise.
56792
4a531bb0
L
567932010-12-15 H.J. Lu <hongjiu.lu@intel.com>
56794
56795 * config.h.in (NO_CTORS_DTORS_SECTIONS): Define.
56796 * configure.in: Define NO_CTORS_DTORS_SECTIONS if linker
56797 script has SORT_BY_INIT_PRIORITY.
56798 * elf/sofini.c: Remove `.ctors' and `.dtors' sections if
56799 NO_CTORS_DTORS_SECTIONS is defined.
56800 * elf/soinit.c: Likewise.
56801 * sysdeps/i386/init-first.c: Don't call __libc_global_ctors if
56802 NO_CTORS_DTORS_SECTIONS is defined.
56803 * sysdeps/mach/hurd/i386/init-first.c: Likewise.
56804 * sysdeps/mach/hurd/powerpc/init-first.c: Likewise.
56805 * sysdeps/sh/init-first.c: Likewise.
56806 * sysdeps/unix/sysv/linux/init-first.c: Likewise.
56807
07eb4b71
UD
568082010-12-24 Ulrich Drepper <drepper@gmail.com>
56809
56810 * stdio-common/vfprintf.c (vfprintf): If printf handlers are installed
56811 always use the slow path.
56812
30950a5f
RA
568132010-12-15 Ryan S. Arnold <rsa@us.ibm.com>
56814
56815 * elf/Makefile: (check-execstack): Replace $(native-compile) with a
56816 similar rule which adds the sysdep directories to the header search in
56817 order to pick up the correct platform stackinfo.h.
56818 * elf/check-execstack.c (main): Check DEFAULT_STACK_PERMS for PF_X and
56819 perform test if it is, otherwise return successfully without testing.
56820 * elf/dl-load.c (_dl_map_object_from_fd): Source stack_flags from
56821 DEFAULT_STACK_PERMS define in stackinfo.h.
56822 * elf/dl-support.c (_dl_stack_flags): Source from DEFAULT_STACK_PERMS
56823 defined in stackinfo.h.
56824 * elf/rtld.c (_dl_starting_up): Source ._dl_stack_flags from
56825 DEFAULT_STACK_PERMS defined in stackinfo.h.
56826 * sysdeps/i386/stackinfo.h: Define DEFAULT_STACK_PERMS with PF_X.
56827 * sysdeps/ia64/stackinfo.h: Likewise.
56828 * sysdeps/s390/stackinfo.h: Likewise.
56829 * sysdeps/sh/stackinfo.h: Likewise.
56830 * sysdeps/sparc/stackinfo.h: Likewise.
56831 * sysdeps/x86_64/stackinfo.h: Likewise.
56832 * sysdeps/powerpc/stackinfo.h: Define DEFAULT_STACK_PERMS without
56833 PF_X for powerpc64. Retain PF_X for powerpc32.
56834
db753e2c
UD
568352010-12-19 Ulrich Drepper <drepper@gmail.com>
56836
14b697f7
UD
56837 * sysdeps/unix/readdir_r.c (__READDIR_R): Compute reclen more
56838 accurately.
db753e2c
UD
56839 * sysdeps/unix/sysv/linux/wordsize-64/readdir_r.c: Define
56840 GETDENTS_64BIT_ALIGNED.
56841
28300719
UD
568422010-12-14 Ulrich Drepper <dreper@gmail.com>
56843
14b697f7 56844 * sysdeps/i386/i686/multiarch/strcmp.S: Undo accidental checkin.
28300719 56845
4f197237
AS
568462010-12-10 Andreas Schwab <schwab@redhat.com>
56847
dbb0472f
AS
56848 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Only declare under
56849 _GNU_SOURCE.
56850
4f197237
AS
56851 * wcsmbs/wchar.h (wcpcpy, wcpncpy): Add __restrict.
56852 * wcsmbs/bits/wchar2.h (__wmemmove_chk_warn, wmemmove, wmemset):
56853 Remove __restrict.
56854 (wcscpy, __wcpcpy_chk, __wcpcpy_alias, wcpcpy, wcsncpy, wcpncpy)
56855 (wcscat, wcsncat, __wcrtomb_chk, wcrtomb): Add __restrict.
56856
fb88ac72
UD
568572010-12-09 Ulrich Drepper <drepper@gmail.com>
56858
56859 [BZ #11655]
56860 * stdlib/msort.c (qsort_r): Make sure both phys_pages and pagesize
56861 are initialized.
56862
42acbb92
JJ
568632010-12-09 Jakub Jelinek <jakub@redhat.com>
56864
56865 * string/bits/string3.h (memmove, bcopy): Remove __restrict.
56866
c038d98d
UD
568672010-12-03 Ulrich Drepper <drepper@gmail.com>
56868
56869 * po/it.po: Update from translation team.
56870
3a4a2499
L
568712010-12-01 H.J. Lu <hongjiu.lu@intel.com>
56872
56873 * sysdeps/i386/i686/multiarch/strcmp-ssse3.S (STRCMP): Remove
56874 unused codes.
56875
1e24cf6e
UD
568762010-11-30 Ulrich Drepper <drepper@gmail.com>
56877
56878 * sysdeps/i386/fpu/libm-test-ulps: Relax ynf(10,0.75) test expectations.
56879
a7690819
AS
568802010-11-24 Andreas Schwab <schwab@redhat.com>
56881
56882 * resolv/nss_dns/dns-host.c (getanswer_r): Don't handle ttl == 0
56883 specially.
56884 (gaih_getanswer_slice): Likewise.
56885
3bf8d1b1
JJ
568862010-10-20 Jakub Jelinek <jakub@redhat.com>
56887
56888 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Fix up inline asm.
56889
6db52fbb
PB
568902010-05-31 Petr Baudis <pasky@suse.cz>
56891
56892 [BZ #11149]
56893 * elf/ldconfig.c (main): Allow aux_cache_file open()ing to fail
56894 silently even in the chroot mode.
56895
eaca7569
UD
568962010-11-22 Ulrich Drepper <drepper@gmail.com>
56897
56898 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Optimize
56899 last patch a bit. Pretty printing
56900
3056dcdb
UD
569012010-05-31 Petr Baudis <pasky@suse.cz>
56902
56903 [BZ #10085]
56904 * nis/nss_compat/compat-initgroups.c (internal_getgrent_r): Fix
56905 initialization of skip_initgroups_dyn.
56906
cf7c9078
UD
569072010-11-19 Ulrich Drepper <drepper@gmail.com>
56908
56909 * sysdeps/unix/sysv/linux/i386/bits/mman.h: Define MAP_HUGETLB.
56910 * sysdeps/unix/sysv/linux/x86_64/bits/mman.h: Likewise.
56911
a1fb5e3e
UD
569122010-11-16 Ulrich Drepper <drepper@gmail.com>
56913
56914 * sysdeps/unix/sysv/linux/sys/swap.h (SWAP_FLAG_DISCARD): Define.
56915
3540d66b
AS
569162010-11-11 Andreas Schwab <schwab@redhat.com>
56917
56918 * posix/fnmatch_loop.c (NEW_PATTERN): Fix use of alloca.
56919 * posix/Makefile (tests): Add $(objpfx)tst-fnmatch-mem.
56920 (tst-fnmatch-ENV): Set MALLOC_TRACE.
56921 ($(objpfx)tst-fnmatch-mem): New rule.
56922 (generated): Add tst-fnmatch-mem and tst-fnmatch.mtrace.
56923 * posix/tst-fnmatch.c (main): Call mtrace.
56924
13b69574
L
569252010-11-11 H.J. Lu <hongjiu.lu@intel.com>
56926
56927 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56928 Support Intel processor model 6 and model 0x2c.
56929
da93d214
LM
569302010-11-10 Luis Machado <luisgpm@br.ibm.com>
56931
56932 * sysdeps/ieee754/ldbl-128ibm/e_sqrtl.c (__ieee754_sqrtl): Force
56933 signed comparison.
56934
8ca52c6e
L
569352010-11-09 H.J. Lu <hongjiu.lu@intel.com>
56936
56937 [BZ #12205]
56938 * string/test-strncasecmp.c (check_result): New function.
56939 (do_one_test): Use it.
56940 (check1): New function.
56941 (test_main): Use it.
56942 * sysdeps/i386/i686/multiarch/strcmp.S (nibble_ashr_use_sse4_2_exit):
56943 Support strcasecmp and strncasecmp.
56944
69da074d
UD
569452010-11-08 Ulrich Drepper <drepper@gmail.com>
56946
56947 [BZ #12194]
56948 * sysdeps/i386/bits/byteswap.h: Avoid warning in __bswap_16.
56949 * sysdeps/x86_64/bits/byteswap.h: Likewise.
56950
ff02d528
L
569512010-11-07 H.J. Lu <hongjiu.lu@intel.com>
56952
56953 * sysdeps/x86_64/memset.S: Check USE_MULTIARCH and USE_SSE2 for
56954 IFUNC support.
56955 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
56956 memset-x86-64.
56957 * sysdeps/x86_64/multiarch/bzero.S: New file.
56958 * sysdeps/x86_64/multiarch/cacheinfo.c: New file.
56959 * sysdeps/x86_64/multiarch/memset-x86-64.S: New file.
56960 * sysdeps/x86_64/multiarch/memset.S: New file.
56961 * sysdeps/x86_64/multiarch/memset_chk.S: New file.
56962 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
56963 Set bit_Prefer_SSE_for_memop for Intel processors.
56964 * sysdeps/x86_64/multiarch/init-arch.h (bit_Prefer_SSE_for_memop):
56965 Define.
56966 (index_Prefer_SSE_for_memop): Define.
56967 (HAS_PREFER_SSE_FOR_MEMOP): Define.
56968
344d0b54
LM
569692010-11-04 Luis Machado <luisgpm@br.ibm.com>
56970
56971 * sysdeps/powerpc/powerpc32/power7/mempcpy.S: New file.
56972 * sysdeps/powerpc/powerpc64/power7/mempcpy.S: New file.
56973
c0dde15b
UD
569742010-11-03 H.J. Lu <hongjiu.lu@intel.com>
56975
56976 [BZ #12191]
56977 * sysdeps/i386/i686/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56978 (__x86_64_raw_data_cache_size_half): Likewise.
56979 (__x86_64_raw_shared_cache_size): Likewise.
56980 (__x86_64_raw_shared_cache_size_half): Likewise.
56981
56982 * sysdeps/x86_64/cacheinfo.c (__x86_64_raw_data_cache_size): New.
56983 (__x86_64_raw_data_cache_size_half): Likewise.
56984 (__x86_64_raw_shared_cache_size): Likewise.
56985 (__x86_64_raw_shared_cache_size_half): Likewise.
56986 (init_cacheinfo): Set __x86_64_raw_data_cache_size,
56987 __x86_64_raw_data_cache_size_half, __x86_64_raw_shared_cache_size
56988 and __x86_64_raw_shared_cache_size_half. Round
56989 __x86_64_data_cache_size_half, __x86_64_data_cache_size
56990 __x86_64_shared_cache_size_half and __x86_64_shared_cache_size,
56991 to multiple of 256 bytes.
56992
0e516e0e
MS
569932010-11-03 Ulrich Drepper <drepper@gmail.com>
56994
56995 [BZ #12167]
56996 * sysdeps/unix/sysv/linux/ttyname.c (ttyname): Recognize new mangling
56997 of inacessible symlinks. Verify result of symlink before returning it.
56998 * sysdeps/unix/sysv/linux/ttyname_r.c (__ttyname_r): Likewise.
56999 Patch mostly by Miklos Szeredi <miklos@szeredi.hu>.
57000
0e012e87
ER
570012010-10-28 Erich Ritz <erichritz@gmail.com>
57002
57003 * math/math.h (isinf): Fix typo in comment.
57004
de0ff7bc
UD
570052010-11-01 Ulrich Drepper <drepper@gmail.com>
57006
57007 * po/da.po: Update from translation team.
57008
fa41c84d
UD
570092010-10-26 Ulrich Drepper <drepper@gmail.com>
57010
57011 * elf/rtld.c (dl_main): Move assertion after the point where rtld map
57012 is added to the list.
57013
f0967738
AK
570142010-10-20 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
57015 Ulrich Drepper <drepper@gmail.com>
57016
57017 * elf/dl-object.c (_dl_new_object): Don't append the new object to
57018 the global list here. Move code to...
57019 (_dl_add_to_namespace_list): ...here. New function.
57020 * elf/rtld.c (dl_main): Invoke _dl_add_to_namespace_list.
57021 * sysdeps/generic/ldsodefs.h (_dl_add_to_namespace_list): Declare.
57022 * elf/dl-load.c (lose): Don't remove the element from the list.
57023 (_dl_map_object_from_fd): Invoke _dl_add_to_namespace_list.
57024 (_dl_map_object): Likewise.
57025
570262010-10-25 Ulrich Drepper <drepper@gmail.com>
dbf3a069
RL
57027
57028 [BZ #12159]
57029 * sysdeps/x86_64/multiarch/strchr.S: Fix propagation of search byte
57030 into all bytes of SSE register.
57031 Patch by Richard Li <richardpku@gmail.com>.
57032
f0967738 570332010-10-24 Ulrich Drepper <drepper@gmail.com>
fdc0f374
UD
57034
57035 [BZ #12140]
57036 * malloc/malloc.c (_int_free): Fill correct number of bytes when
57037 perturbing.
57038
d0b9e94f
MB
570392010-10-20 Michael B. Brutman <brutman@us.ibm.com>
57040
57041 * sysdeps/powerpc/dl-procinfo.c: Add support for ppca2 platform
57042 * sysdeps/powerpc/dl-procinfo.h: Add support for ppca2 platform
57043 * sysdeps/powerpc/powerpc32/a2/memcpy.S: New file.
57044 * sysdeps/powerpc/powerpc64/a2/memcpy.S: Likewise.
57045 * sysdeps/unix/sysv/linux/powerpc/powerpc32/a2/Implies: New
57046 submachine.
57047 * sysdeps/unix/sysv/linux/powerpc/powerpc64/a2/Implies: Likewise.
57048
8e9f92e9
AS
570492010-10-22 Andreas Schwab <schwab@redhat.com>
57050
57051 * include/dlfcn.h (__RTLD_SECURE): Define.
57052 * elf/dl-load.c (_dl_map_object): Remove preloaded parameter. Use
57053 mode & __RTLD_SECURE instead.
57054 (open_path): Rename preloaded parameter to secure.
57055 * sysdeps/generic/ldsodefs.h (_dl_map_object): Adjust declaration.
57056 * elf/dl-open.c (dl_open_worker): Adjust call to _dl_map_object.
57057 * elf/dl-deps.c (openaux): Likewise.
57058 * elf/rtld.c (struct map_args): Remove is_preloaded.
57059 (map_doit): Don't use it.
57060 (dl_main): Likewise.
57061 (do_preload): Use __RTLD_SECURE instead of is_preloaded.
57062 (dlmopen_doit): Add __RTLD_SECURE to mode bits.
57063
bc96fbda
AS
570642010-09-09 Andreas Schwab <schwab@redhat.com>
57065
57066 * Makeconfig (sysd-rules-patterns): Add rtld-%:rtld-%.
57067 (sysd-rules-targets): Remove duplicates.
57068 * elf/rtld-Rules ($(objpfx)rtld-%.os): Add pattern rules with
57069 rtld-%.$o dependency.
57070
22cd1c9b
AS
570712010-10-18 Andreas Schwab <schwab@redhat.com>
57072
57073 * elf/dl-open.c (dl_open_worker): Don't expand DST here, let
57074 _dl_map_object do it.
57075
18edac48
UD
570762010-10-19 Ulrich Drepper <drepper@gmail.com>
57077
57078 * sysdeps/i386/bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has
57079 fast fma builtins, define the macros in the C99 standard.
57080 (FP_FAST_FMAF): Likewise.
57081 (FP_FAST_FMAL): Likewise.
57082 * sysdeps/x86_64/bits/mathdef.h: Likewise.
57083
57084 * bits/mathdef.h: Update copyright year.
57085 * sysdeps/powerpc/bits/mathdef.h: Likewise.
57086
d2050124
MM
570872010-10-19 Michael Meissner <meissner@linux.vnet.ibm.com>
57088
57089 * bits/mathdef.h (FP_FAST_FMA): If the GCC 4.6 port has fast fma
57090 builtins, define the macros in the C99 standard.
57091 (FP_FAST_FMAF): Likewise.
57092 (FP_FAST_FMAL): Likewise.
57093 * sysdeps/powerpc/bits/mathdef.h (FP_FAST_FMA): Define, ppc as
57094 multiply/add.
57095 (FP_FAST_FMAF): Likewise.
57096
475facd1
JJ
570972010-10-15 Jakub Jelinek <jakub@redhat.com>
57098
57099 [BZ #3268]
57100 * math/libm-test.inc (fma_test): Some new testcases.
57101 * sysdeps/ieee754/ldbl-128/s_fmal.c: New file.
57102 * sysdeps/ieee754/ldbl-96/s_fma.c (__fma): Fix fma with finite x and
57103 y and infinite z. Do multiplication by C already in long double.
57104 * sysdeps/ieee754/ldbl-96/s_fmal.c: New file.
57105 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix fma with finite x and
57106 y and infinite z. Do bitwise or of inexact bit into u.d.
57107 * sysdeps/ieee754/ldbl-64-128/s_fmal.c: New file.
57108 * sysdeps/i386/fpu/s_fmaf.S: Removed.
57109 * sysdeps/i386/fpu/s_fma.S: Removed.
57110 * sysdeps/i386/fpu/s_fmal.S: Removed.
57111
7c08a05c
JJ
571122010-10-16 Jakub Jelinek <jakub@redhat.com>
57113
57114 [BZ #3268]
57115 * math/libm-test.inc (fma_test): Add IEEE quad long double fmal tests.
57116 * sysdeps/ieee754/ldbl-128/s_fmal.c (__fmal): Ensure a1 + u.d
57117 computation is not scheduled after fetestexcept. Fix value
57118 of minimum denormal long double.
57119
f3f7372d
JJ
571202010-10-14 Jakub Jelinek <jakub@redhat.com>
57121
57122 [BZ #3268]
57123 * math/libm-test.inc (fma_test): Add some more tests.
57124 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Handle underflows
57125 correctly.
57126
14d43591
AS
571272010-10-15 Andreas Schwab <schwab@redhat.com>
57128
57129 * scripts/data/localplt-s390-linux-gnu.data: New file.
57130 * scripts/data/localplt-s390x-linux-gnu.data: New file.
57131
5e908464
JJ
571322010-10-13 Jakub Jelinek <jakub@redhat.com>
57133
57134 [BZ #3268]
57135 * math/libm-test.inc (fma_test): Some more fmaf and fma tests.
57136 * sysdeps/i386/i686/multiarch/s_fma.c: Include ldbl-96 version
57137 instead of dbl-64.
57138 * sysdeps/i386/fpu/bits/mathinline.h (fma, fmaf, fmal): Remove
57139 inlines.
57140 * sysdeps/ieee754/ldbl-96/s_fma.c: New file.
57141 * sysdeps/ieee754/dbl-64/s_fma.c (__fma): Fix exponent adjustment
57142 if one of x and y is very large and the other is subnormal.
57143 * sysdeps/s390/fpu/s_fmaf.c: New file.
57144 * sysdeps/s390/fpu/s_fma.c: New file.
57145 * sysdeps/powerpc/fpu/s_fmaf.S: New file.
57146 * sysdeps/powerpc/fpu/s_fma.S: New file.
57147 * sysdeps/powerpc/powerpc32/fpu/s_fma.S: New file.
57148 * sysdeps/powerpc/powerpc64/fpu/s_fma.S: New file.
57149 * sysdeps/unix/sysv/linux/s390/fpu/s_fma.c: New file.
57150
571512010-10-12 Jakub Jelinek <jakub@redhat.com>
57152
57153 [BZ #3268]
57154 * math/libm-test.inc (fma_test): Add some more fmaf tests, add
57155 fma tests.
57156 * sysdeps/ieee754/dbl-64/s_fmaf.c (__fmaf): Fix Inf/Nan check.
57157 * sysdeps/ieee754/dbl-64/s_fma.c: New file.
57158 * sysdeps/i386/i686/multiarch/s_fma.c: Include
57159 sysdeps/ieee754/dbl-64/s_fma.c instead of math/s_fma.c.
57160 * sysdeps/x86_64/multiarch/s_fma.c: Likewise.
57161 * sysdeps/ieee754/ldbl-opt/s_fma.c: Likewise.
57162 * sysdeps/ieee754/ldbl-128/s_fma.c: New file.
57163
b833d51f
UD
571642010-10-12 Ulrich Drepper <drepper@redhat.com>
57165
57166 [BZ #12078]
57167 * posix/regcomp.c (parse_branch): One more memory leak plugged.
57168 * posix/bug-regex31.input: Add test case.
57169
1751705d
UD
571702010-10-11 Ulrich Drepper <drepper@gmail.com>
57171
e9b9cbf5
UD
57172 * posix/bug-regex31.c: Rewrite to run multiple tests from stdin.
57173 * posix/bug-regex31.input: New file.
57174
57175 [BZ #12078]
57176 * posix/regcomp.c (parse_branch): Free memory when allocation failed.
57177 (parse_sub_exp): Fix last change, use postorder.
57178
ef06edbe
UD
57179 * posix/bug-regex31.c: New file.
57180 * posix/Makefile: Add rules to build and run bug-regex31.
57181
a129c80d
UD
57182 * posix/regcomp.c (parse_bracket_exp): Add missing re_free calls.
57183
57184 [BZ #12078]
57185 * posix/regcomp.c (parse_sub_exp): Free tree data when it is not used.
57186
b76b818e
UD
57187 [BZ #12108]
57188 * stdio-common/psiginfo.c (psiginfo): Don't expext SIGRTMIN..SIGRTMAX
57189 to have entries in sys_siglist.
57190
1751705d
UD
57191 [BZ #12093]
57192 * sysdeps/unix/sysv/linux/check_pf.c (__check_pf): ->ifa_addr might
57193 be NULL.
57194
9ff8d36f
JJ
571952010-10-07 Jakub Jelinek <jakub@redhat.com>
57196
57197 [BZ #3268]
57198 * math/libm-test.inc (fma_test): Add 2 fmaf tests.
57199 * sysdeps/ieee754/dbl-64/s_fmaf.c: New file.
57200 * sysdeps/i386/i686/multiarch/s_fmaf.c: Include
57201 sysdeps/ieee754/dbl-64/s_fmaf.c instead of math/s_fmaf.c.
57202 * sysdeps/x86_64/multiarch/s_fmaf.c: Likewise.
57203 * include/fenv.h (feupdateenv, fetestexcept): Add libm_hidden_proto.
57204 * math/feupdateenv.c (feupdateenv): Add libm_hidden_ver.
57205 * sysdeps/i386/fpu/feupdateenv.c (feupdateenv): Likewise.
57206 * sysdeps/powerpc/fpu/feupdateenv.c (feupdateenv): Likewise.
57207 * sysdeps/x86_64/fpu/feupdateenv.c (feupdateenv): Likewise.
57208 * sysdeps/sparc/fpu/feupdateenv.c (feupdateenv): Likewise.
57209 * sysdeps/ia64/fpu/feupdateenv.c (feupdateenv): Add libm_hidden_def.
57210 * sysdeps/s390/fpu/feupdateenv.c (feupdateenv): Likewise.
57211 * math/ftestexcept.c (fetestexcept): Likewise.
57212 * sysdeps/ia64/fpu/ftestexcept.c (fetestexcept): Likewise.
57213 * sysdeps/i386/fpu/ftestexcept.c (fetestexcept): Likewise.
57214 * sysdeps/s390/fpu/ftestexcept.c (fetestexcept): Likewise.
57215 * sysdeps/powerpc/fpu/ftestexcept.c (fetestexcept): Likewise.
57216 * sysdeps/x86_64/fpu/ftestexcept.c (fetestexcept): Likewise.
57217 * sysdeps/sparc/fpu/ftestexcept.c (fetestexcept): Likewise.
57218 * sysdeps/sh/sh4/fpu/ftestexcept.c (fetestexcept): Likewise.
57219
af325969
UD
572202010-10-11 Ulrich Drepper <drepper@gmail.com>
57221
c579b202 57222 [BZ #12107]
af325969
UD
57223 * stdio-common/psiginfo.c (psiginfo): Terminate all strings with
57224 newline.
57225
67a67b95
UD
572262010-10-06 Ulrich Drepper <drepper@gmail.com>
57227
57228 * string/bug-strstr1.c: New file.
57229 * string/Makefile: Add rules to build and run bug-strstr1.
57230
5fb308bc
EB
572312010-10-05 Eric Blake <eblake@redhat.com>
57232
57233 [BZ #12092]
57234 * string/str-two-way.h (two_way_long_needle): Always clear memory
57235 when skipping input due to the shift table.
57236
45db99c7
UD
572372010-10-03 Ulrich Drepper <drepper@gmail.com>
57238
3b111893
UD
57239 [BZ #12005]
57240 * malloc/mcheck.c: Handle large requests.
57241
45db99c7
UD
57242 [BZ #12077]
57243 * sysdeps/x86_64/strcmp.S: Fix handling of remaining bytes in buffer
57244 for strncmp and strncasecmp.
57245 * string/stratcliff.c: Add tests for strcmp and strncmp.
57246 * wcsmbs/wcsatcliff.c: Adjust for stratcliff change.
57247
cf7a1eb8
NI
572482010-09-28 Nobuhiro Iwamatsu <iwamatsu@nigauri.org>
57249
57250 * sysdeps/sh/sh4/fpu/fpu_control.h: Add 'extern "C"' protection to
57251 __set_fpscr.
57252
6484ba5e
AJ
572532010-09-30 Andreas Jaeger <aj@suse.de>
57254
57255 * sysdeps/unix/sysv/linux_fsinfo.h (BTRFS_SUPER_MAGIC): Define.
57256 (CGROUP_SUPER_MAGIC): Define.
57257 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57258 Handle btrfs and cgroup file systems.
57259 * sysdeps/unix/sysv/linux/pathconf.c (__statfs_filesize_max):
57260 Likewise.
57261
91c42559
LM
572622010-09-27 Luis Machado <luisgpm@br.ibm.com>
57263
57264 * sysdeps/powerpc/powerpc32/rtld-memset.c: New file.
57265 * sysdeps/powerpc/powerpc64/rtld-memset.c: New file.
57266
87a97932
AK
572672010-09-29 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
57268
57269 [BZ #12067]
57270 * sysdeps/s390/s390-32/elf/start.S: Fix address calculation when
57271 trying to locate the ELF header.
57272
c21cc9bc
AS
572732010-09-27 Andreas Schwab <schwab@redhat.com>
57274
57275 [BZ #11611]
57276 * sysdeps/unix/sysv/linux/internal_statvfs.c (INTERNAL_STATVFS):
57277 Mask out sign-bit copies when constructing f_fsid.
57278
315970f6
PB
572792010-09-24 Petr Baudis <pasky@suse.cz>
57280
57281 * debug/stack_chk_fail_local.c: Add missing licence exception.
57282 * debug/warning-nop.c: Likewise.
57283
1ac7a2c7
JM
572842010-09-15 Joseph Myers <joseph@codesourcery.com>
57285
57286 * sysdeps/unix/sysv/linux/getdents.c (__GETDENTS): When
57287 implementing getdents64 using getdents syscall, set d_type if
57288 __ASSUME_GETDENTS32_D_TYPE.
57289
56801c50
AS
572902010-09-16 Andreas Schwab <schwab@redhat.com>
57291
57292 * elf/dl-close.c (free_slotinfo, free_mem): Move to...
57293 * elf/dl-libc.c (free_slotinfo, free_mem): ... here.
57294
dda51327
UD
572952010-09-21 Ulrich Drepper <drepper@redhat.com>
57296
57297 [BZ #12037]
57298 * posix/unistd.h: Undo change of feature selection for ftruncate from
57299 2010-01-11.
57300
8ffcee4a
UD
573012010-09-20 Ulrich Drepper <drepper@redhat.com>
57302
a545ecd9 57303 * sysdeps/x86_64/strcmp.S: Fix another typo in x86-64 strncasecmp limit
8ffcee4a
UD
57304 detection.
57305
e24f0a8b
AS
573062010-09-20 Andreas Schwab <schwab@redhat.com>
57307
57308 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.list: Add
57309 fanotify_mark.
57310 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57311
7291c56f
AS
573122010-09-14 Andreas Schwab <schwab@redhat.com>
57313
57314 * sysdeps/s390/s390-32/__longjmp.c (__longjmp): Define register
57315 variables after CHECK_SP call.
57316 * sysdeps/s390/s390-64/__longjmp.c (__longjmp): Likewise.
57317
bc5fb037
AS
573182010-09-13 Andreas Schwab <schwab@redhat.com>
57319 Ulrich Drepper <drepper@redhat.com>
57320
57321 * elf/rtld.c (dl_main): Set GLRO(dl_init_all_dirs) just before
57322 re-relocationg ld.so.
57323 * elf/dl-support.c (_dl_non_dynamic_init): And here after the
57324 _dl_init_paths call.
57325 * elf/dl-load.c (_dl_init_paths). Don't set GLRO(dl_init_all_dirs)
57326 here anymore.
57327
e66e7419
UD
573282010-09-14 Ulrich Drepper <drepper@redhat.com>
57329
57330 * resolv/res_init.c (__res_vinit): Count the default server we added.
57331
c044aa75
CLT
573322010-09-08 Chung-Lin Tang <cltang@codesourcery.com>
57333 Ulrich Drepper <drepper@redhat.com>
57334
57335 [BZ #11968]
57336 * sysdeps/unix/sysv/linux/x86_64/____longjmp_chk.S
57337 (____longjmp_chk): Use %ebx for saving value across system call.
57338 Add unwind info.
57339
32cf4069
AS
573402010-09-06 Andreas Schwab <schwab@redhat.com>
57341
57342 * manual/Makefile: Don't mix pattern rules with normal rules.
57343
817328ee
AS
573442010-09-05 Andreas Schwab <schwab@linux-m68k.org>
57345
57346 * debug/vdprintf_chk.c (__vdprintf_chk): Remove undefined
57347 operation.
57348 * libio/iofdopen.c (_IO_new_fdopen): Likewise.
57349 * libio/iofopncook.c (_IO_cookie_init): Likewise.
57350 * libio/iovdprintf.c (_IO_vdprintf): Likewise.
57351 * libio/oldiofdopen.c (_IO_old_fdopen): Likewise.
57352 * sysdeps/powerpc/powerpc64/dl-machine.h (elf_machine_rela):
57353 Likewise.
57354
29fddf61
UD
573552010-09-04 Ulrich Drepper <drepper@redhat.com>
57356
57357 [BZ #11979]
57358 * iconvdata/gconv-modules: Remove EBCDIC-CP-AR2 alias from
57359 IBM-930, IBM-933, IBM-935, IBM-937, and IBM-939.
57360
0959ffc9
UD
573612010-09-02 Ulrich Drepper <drepper@redhat.com>
57362
57363 * sysdeps/x86_64/add_n.S: Update from GMP 5.0.1.
57364 * sysdeps/x86_64/addmul_1.S: Likewise.
57365 * sysdeps/x86_64/lshift.S: Likewise.
57366 * sysdeps/x86_64/mul_1.S: Likewise.
57367 * sysdeps/x86_64/rshift.S: Likewise.
57368 * sysdeps/x86_64/sub_n.S: Likewise.
57369 * sysdeps/x86_64/submul_1.S: Likewise.
57370
ece29840
ST
573712010-09-01 Samuel Thibault <samuel.thibault@ens-lyon.org>
57372
0959ffc9
UD
57373 This aligns bits/sched.h onto sysdeps/unix/sysv/linux/bits/sched.h:
57374 Define __sched_param instead of SCHED_* and sched_param when
ece29840 57375 <bits/sched.h> is included with __need_schedparam defined.
0959ffc9 57376 * bits/sched.h [__need_schedparam]
ece29840 57377 (SCHED_OTHER, SCHED_FIFO, SCHED_RR, sched_param): Do not define.
0959ffc9
UD
57378 [!__defined_schedparam && (__need_schedparam || _SCHED_H)]
57379 (__defined_schedparam): Define to 1.
ece29840
ST
57380 (__sched_param): New structure, identical to sched_param.
57381 (__need_schedparam): Undefine.
57382
e53a31fe
MF
573832010-08-31 Mike Frysinger <vapier@gentoo.org>
57384
fdc0c10d
MF
57385 * sysdeps/unix/sysv/linux/sparc/sys/epoll.h (epoll_create2): Delete.
57386 (epoll_create1): Declare.
57387
e53a31fe
MF
57388 * sysdeps/unix/sysv/linux/x86_64/sys/epoll.h: Fix typo.
57389
a726d796
AS
573902010-08-31 Andreas Schwab <schwab@redhat.com>
57391
57392 [BZ #7066]
57393 * stdlib/strtod_l.c (____STRTOF_INTERNAL): Fix array overflow when
57394 shifting retval into place.
57395
2f3e3dc7
UD
573962010-09-01 Ulrich Drepper <drepper@redhat.com>
57397
f2933da9
UD
57398 * nis/rpcsvc/nis.h: Update copyright notice.
57399 * nis/rpcsvc/nis.x: Likewise.
57400 * nis/rpcsvc/nis_callback.h: Likewise.
57401 * nis/rpcsvc/nis_callback.x: Likewise.
57402 * nis/rpcsvc/nis_object.x: Likewise.
57403 * nis/rpcsvc/nis_tags.h: Likewise.
57404 * nis/rpcsvc/yp.h: Likewise.
57405 * nis/rpcsvc/yp.x: Likewise.
57406 * nis/rpcsvc/ypupd.h: Likewise.
57407 * nis/yp_xdr.c: Likewise.
57408 * nis/ypupdate_xdr.c: Likewise.
57409
2f3e3dc7
UD
57410 * sunrpc/pm_getport.c (__libc_rpc_getport): New function. This is
57411 mainly the body of pmap_getport. Add parameters to specify timeouts.
57412 (pmap_getport): Use __libc_rpc_getport.
57413 * sunrpc/Versions: Export __libc_rpc_getport with GLIBC_PRIVATE.
57414 * include/rpc/pmap_clnt.h: Declare __libc_rpc_getport.
57415 * nis/nis_findserv.c: Remove pmap_getport copy. Use __libc_rpc_getport.
57416
f3dcc2f9
AS
574172010-08-31 Andreas Schwab <schwab@linux-m68k.org>
57418
57419 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Add
57420 fanotify_mark.
57421
6d34eb5b
RM
574222010-08-27 Roland McGrath <roland@redhat.com>
57423
57424 * sysdeps/i386/i686/multiarch/Makefile
57425 (CFLAGS-varshift.c): New variable.
57426
9ea3de11
UD
574272010-08-27 Ulrich Drepper <drepper@redhat.com>
57428
c96d23fc
UD
57429 * sysdeps/i386/i686/multiarch/varshift.S: File removed.
57430 * sysdeps/i386/i686/multiarch/varshift.c: New file.
57431
9ea3de11
UD
57432 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: Move to .text.slow section.
57433
57434 * sysdeps/x86_64/strlen.S: Minimal code improvement.
57435
623aac7f
L
574362010-08-26 H.J. Lu <hongjiu.lu@intel.com>
57437
57438 * sysdeps/x86_64/strlen.S: Unroll the loop.
57439 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
57440 strlen-sse2 strlen-sse2-bsf.
57441 * sysdeps/x86_64/multiarch/strlen.S ((strlen): Return
57442 __strlen_no_bsf if bit_Slow_BSF is set.
57443 (__strlen_sse42): Removed.
57444 * sysdeps/x86_64/multiarch/strlen-no-bsf.S: New file.
57445 * sysdeps/x86_64/multiarch/strlen-sse4.S: New file.
57446
8b2b7715
RM
574472010-08-25 Roland McGrath <roland@redhat.com>
57448
57449 * sysdeps/x86_64/multiarch/varshift.S: File removed.
57450 * sysdeps/x86_64/multiarch/varshift.c: New file.
57451 * sysdeps/x86_64/multiarch/Makefile (CFLAGS-varshift.c): New variable.
57452 * sysdeps/x86_64/multiarch/varshift.h: Clean up decls, fix a cast.
57453 * sysdeps/x86_64/multiarch/memmove.c: Move decls around.
57454 * sysdeps/x86_64/multiarch/memmove_chk.c: Likewise.
57455
e73015f2
L
574562010-08-25 H.J. Lu <hongjiu.lu@intel.com>
57457
57458 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57459 strlen-sse2 strlen-sse2-bsf.
57460 * sysdeps/i386/i686/multiarch/strlen.S (strlen): Return
57461 __strlen_sse2_bsf if bit_Slow_BSF is unset.
57462 (__strlen_sse2): Removed.
57463 * sysdeps/i386/i686/multiarch/strlen-sse2-bsf.S: New file.
57464 * sysdeps/i386/i686/multiarch/strlen-sse2.S: New file.
57465 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features): Set
57466 bit_Slow_BSF for Atom.
57467 * sysdeps/x86_64/multiarch/init-arch.h (bit_Slow_BSF): Define.
57468 (index_Slow_BSF): Define.
57469 (HAS_SLOW_BSF): Define.
57470
df24a73e
UD
574712010-08-25 Ulrich Drepper <drepper@redhat.com>
57472
57473 [BZ #10851]
57474 * resolv/res_init.c (__res_vinit): When no server address at all
57475 is given default to loopback.
57476
f2ac4868
RM
574772010-08-24 Roland McGrath <roland@redhat.com>
57478
09055553
RM
57479 * configure.in: Remove config-name.h generation.
57480 * configure: Regenerated.
57481 * config-name.in: File removed.
57482 * scripts/config-uname.sh: New file.
57483 * posix/Makefile (uname.c): Depend on $(objdir)config-name.h.
57484 ($(objdir)config-name.h): New target.
57485
f2ac4868
RM
57486 * sunrpc/rpc_parse.h: Avoid nested comment.
57487
73f27d5e
RH
574882010-08-24 Richard Henderson <rth@redhat.com>
57489 Ulrich Drepper <drepper@redhat.com>
57490 H.J. Lu <hongjiu.lu@intel.com>
57491
57492 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add varshift.
57493 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Likewise.
57494 * sysdeps/x86_64/multiarch/strcspn-c.c: Include "varshift.h".
57495 Replace _mm_srli_si128 with __m128i_shift_right. Replace
57496 _mm_alignr_epi8 with _mm_loadu_si128.
57497 * sysdeps/x86_64/multiarch/strspn-c.c: Likewise.
57498 * sysdeps/x86_64/multiarch/strstr.c: Include "varshift.h".
57499 (__m128i_shift_right): Removed.
57500 * sysdeps/i386/i686/multiarch/varshift.h: New file.
57501 * sysdeps/i386/i686/multiarch/varshift.S: New file.
57502 * sysdeps/x86_64/multiarch/varshift.h: New file.
57503 * sysdeps/x86_64/multiarch/varshift.S: New file.
57504
84b9230c
MF
575052010-08-21 Mike Frysinger <vapier@gentoo.org>
57506
57507 * configure.in: Move assembler checks to before sysdep dir checking.
57508
9bbd0ddc
PB
575092010-08-20 Petr Baudis <pasky@suse.cz>
57510
57511 * LICENSES: Sync the sunrpc license.
57512
9da4bb31
UD
575132010-08-19 Ulrich Drepper <drepper@redhat.com>
57514
a7ab6ec8
UD
57515 * sunrpc/auth_des.c: Update copyright notice once again.
57516 * sunrpc/auth_none.c: Likewise.
57517 * sunrpc/auth_unix.c: Likewise.
57518 * sunrpc/authdes_prot.c: Likewise.
57519 * sunrpc/authuxprot.c: Likewise.
57520 * sunrpc/bindrsvprt.c: Likewise.
57521 * sunrpc/clnt_gen.c: Likewise.
57522 * sunrpc/clnt_perr.c: Likewise.
57523 * sunrpc/clnt_raw.c: Likewise.
57524 * sunrpc/clnt_simp.c: Likewise.
57525 * sunrpc/clnt_tcp.c: Likewise.
57526 * sunrpc/clnt_udp.c: Likewise.
57527 * sunrpc/clnt_unix.c: Likewise.
57528 * sunrpc/des_crypt.c: Likewise.
57529 * sunrpc/des_soft.c: Likewise.
57530 * sunrpc/get_myaddr.c: Likewise.
57531 * sunrpc/getrpcport.c: Likewise.
57532 * sunrpc/key_call.c: Likewise.
57533 * sunrpc/key_prot.c: Likewise.
57534 * sunrpc/openchild.c: Likewise.
57535 * sunrpc/pm_getmaps.c: Likewise.
57536 * sunrpc/pm_getport.c: Likewise.
57537 * sunrpc/pmap_clnt.c: Likewise.
57538 * sunrpc/pmap_prot.c: Likewise.
57539 * sunrpc/pmap_prot2.c: Likewise.
57540 * sunrpc/pmap_rmt.c: Likewise.
57541 * sunrpc/rpc/auth.h: Likewise.
57542 * sunrpc/rpc/auth_unix.h: Likewise.
57543 * sunrpc/rpc/clnt.h: Likewise.
57544 * sunrpc/rpc/des_crypt.h: Likewise.
57545 * sunrpc/rpc/key_prot.h: Likewise.
57546 * sunrpc/rpc/netdb.h: Likewise.
57547 * sunrpc/rpc/pmap_clnt.h: Likewise.
57548 * sunrpc/rpc/pmap_prot.h: Likewise.
57549 * sunrpc/rpc/pmap_rmt.h: Likewise.
57550 * sunrpc/rpc/rpc.h: Likewise.
57551 * sunrpc/rpc/rpc_des.h: Likewise.
57552 * sunrpc/rpc/rpc_msg.h: Likewise.
57553 * sunrpc/rpc/svc.h: Likewise.
57554 * sunrpc/rpc/svc_auth.h: Likewise.
57555 * sunrpc/rpc/types.h: Likewise.
57556 * sunrpc/rpc/xdr.h: Likewise.
57557 * sunrpc/rpc_clntout.c: Likewise.
57558 * sunrpc/rpc_cmsg.c: Likewise.
57559 * sunrpc/rpc_common.c: Likewise.
57560 * sunrpc/rpc_cout.c: Likewise.
57561 * sunrpc/rpc_dtable.c: Likewise.
57562 * sunrpc/rpc_hout.c: Likewise.
57563 * sunrpc/rpc_main.c: Likewise.
57564 * sunrpc/rpc_parse.c: Likewise.
57565 * sunrpc/rpc_parse.h: Likewise.
57566 * sunrpc/rpc_prot.c: Likewise.
57567 * sunrpc/rpc_sample.c: Likewise.
57568 * sunrpc/rpc_scan.c: Likewise.
57569 * sunrpc/rpc_scan.h: Likewise.
57570 * sunrpc/rpc_svcout.c: Likewise.
57571 * sunrpc/rpc_tblout.c: Likewise.
57572 * sunrpc/rpc_util.c: Likewise.
57573 * sunrpc/rpc_util.h: Likewise.
57574 * sunrpc/rpcinfo.c: Likewise.
57575 * sunrpc/rpcsvc/bootparam_prot.x: Likewise.
57576 * sunrpc/rpcsvc/key_prot.x: Likewise.
57577 * sunrpc/rpcsvc/klm_prot.x: Likewise.
57578 * sunrpc/rpcsvc/mount.x: Likewise.
57579 * sunrpc/rpcsvc/nfs_prot.x: Likewise.
57580 * sunrpc/rpcsvc/nlm_prot.x: Likewise.
57581 * sunrpc/rpcsvc/rex.x: Likewise.
57582 * sunrpc/rpcsvc/rstat.x: Likewise.
57583 * sunrpc/rpcsvc/rusers.x: Likewise.
57584 * sunrpc/rpcsvc/sm_inter.x: Likewise.
57585 * sunrpc/rpcsvc/spray.x: Likewise.
57586 * sunrpc/rpcsvc/yppasswd.x: Likewise.
57587 * sunrpc/rtime.c: Likewise.
57588 * sunrpc/svc.c: Likewise.
57589 * sunrpc/svc_auth.c: Likewise.
57590 * sunrpc/svc_authux.c: Likewise.
57591 * sunrpc/svc_raw.c: Likewise.
57592 * sunrpc/svc_run.c: Likewise.
57593 * sunrpc/svc_simple.c: Likewise.
57594 * sunrpc/svc_tcp.c: Likewise.
57595 * sunrpc/svc_udp.c: Likewise.
57596 * sunrpc/svc_unix.c: Likewise.
57597 * sunrpc/svcauth_des.c: Likewise.
57598 * sunrpc/xcrypt.c: Likewise.
57599 * sunrpc/xdr.c: Likewise.
57600 * sunrpc/xdr_array.c: Likewise.
57601 * sunrpc/xdr_float.c: Likewise.
57602 * sunrpc/xdr_mem.c: Likewise.
57603 * sunrpc/xdr_rec.c: Likewise.
57604 * sunrpc/xdr_ref.c: Likewise.
57605 * sunrpc/xdr_sizeof.c: Likewise.
57606 * sunrpc/xdr_stdio.c: Likewise.
57607
9da4bb31
UD
57608 * sysdeps/x86_64/multiarch/strcmp.S: Fix two typos in strncasecmp
57609 handling.
57610
bdaa77bc
AS
576112010-08-19 Andreas Schwab <schwab@redhat.com>
57612
57613 * sysdeps/i386/i686/multiarch/strspn.S [!SHARED]: Fix SSE4.2 check.
57614
fe2f79db
LM
576152010-08-19 Luis Machado <luisgpm@br.ibm.com>
57616
57617 * sysdeps/powerpc/powerpc32/power7/memchr.S: New file.
57618 * sysdeps/powerpc/powerpc32/power7/memrchr.S: New file.
57619 * sysdeps/powerpc/powerpc32/power7/rawmemchr.S: New file.
57620 * sysdeps/powerpc/powerpc32/power7/strchr.S: New file.
57621 * sysdeps/powerpc/powerpc32/power7/strchrnul.S: New file.
57622 * sysdeps/powerpc/powerpc32/power7/strlen.S: New file.
57623 * sysdeps/powerpc/powerpc32/power7/strnlen.S: New file.
57624 * sysdeps/powerpc/powerpc64/power7/memchr.S: New file.
57625 * sysdeps/powerpc/powerpc64/power7/memrchr.S: New file.
57626 * sysdeps/powerpc/powerpc64/power7/rawmemchr.S: New file.
57627 * sysdeps/powerpc/powerpc64/power7/strchr.S: New file.
57628 * sysdeps/powerpc/powerpc64/power7/strchrnul.S: New file.
57629 * sysdeps/powerpc/powerpc64/power7/strlen.S: New file.
57630 * sysdeps/powerpc/powerpc64/power7/strnlen.S: New file.
57631
b9b42ee0
AB
576322010-07-26 Anton Blanchard <anton@samba.org>
57633
57634 * malloc/malloc.c (sYSTRIm): Replace divide and multiply with mask.
57635 * malloc/arena.c (heap_trim): Likewise.
57636
1c06ba31
UD
576372010-08-16 Ulrich Drepper <drepper@redhat.com>
57638
57639 * sysdeps/unix/sysv/linux/syscalls.list: Add entry for fanotify_init
57640 here. Not...
57641 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: ...here...
57642 * sysdeps/unix/sysv/linux/i386/syscalls.list: ... orhere.
57643
f8392f40
L
576442010-08-12 H.J. Lu <hongjiu.lu@intel.com>
57645
57646 * sysdeps/i386/elf/Makefile: New file.
57647
3162f12e
AS
576482010-08-14 Andreas Schwab <schwab@linux-m68k.org>
57649
57650 * sysdeps/unix/sysv/linux/sys/fanotify.h: Remove third argument
57651 from fanotify_init.
57652 * sysdeps/unix/sysv/linux/i386/syscalls.list: Likewise.
57653 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57654
28c90b2c
UD
576552010-08-15 Ulrich Drepper <drepper@redhat.com>
57656
57657 * sysdeps/x86_64/strcmp.S: Use correct register for fourth parameter
57658 of strncasecmp_l.
1feccb6c 57659 * sysdeps/multiarch/strcmp.S: Likewise.
28c90b2c 57660
ca6bb004
UD
576612010-08-14 Ulrich Drepper <drepper@redhat.com>
57662
e9f82e0d
UD
57663 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57664 strncase_l-nonascii.
57665 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57666 Add strncase_l-ssse3.
57667 * sysdeps/x86_64/multiarch/strcmp.S: Prepare for use as strncasecmp.
57668 * sysdeps/x86_64/strcmp.S: Likewise.
57669 * sysdeps/x86_64/multiarch/strncase_l-ssse3.S: New file.
57670 * sysdeps/x86_64/multiarch/strncase_l.S: New file.
57671 * sysdeps/x86_64/strncase.S: New file.
57672 * sysdeps/x86_64/strncase_l-nonascii.c: New file.
57673 * sysdeps/x86_64/strncase_l.S: New file.
57674 * string/Makefile (strop-tests): Add strncasecmp.
57675 * string/test-strncasecmp.c: New file.
57676
57677 * sysdeps/x86_64/strcasecmp_l-nonascii.c: Add prototype to avoid
57678 warning.
57679
ca6bb004
UD
57680 * sysdeps/x86_64/strcmp.S: Move definition of NO_NOLOCALE_ALIAS to...
57681 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: ... here.
57682
052fa7b3
AS
576832010-08-14 Andreas Schwab <schwab@linux-m68k.org>
57684
57685 * sysdeps/unix/sysv/linux/prlimit.c: Make it compile.
57686
962dba78
UD
576872010-08-12 Ulrich Drepper <drepper@redhat.com>
57688
57689 * sysdeps/unix/sysv/linux/bits/termios.h: Define EXTPROC.
57690 * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise.
57691 * sysdeps/unix/sysv/linux/sparc/bits/termios.h: Likewise.
57692
bebff237
AM
576932010-05-01 Alan Modra <amodra@gmail.com>
57694
57695 * sysdeps/powerpc/powerpc32/power4/memcmp.S: Correct cfi for r24.
57696 * sysdeps/powerpc/powerpc64/bsd-_setjmp.S: Move contents..
57697 * sysdeps/powerpc/powerpc64/bsd-setjmp.S: ..and these too..
57698 * sysdeps/powerpc/powerpc64/setjmp.S: ..to here..
57699 * sysdeps/powerpc/powerpc64/setjmp-common.S: ..and here, with some
57700 tidying. Don't tail-call __sigjmp_save for static lib.
57701 * sysdeps/powerpc/powerpc64/sysdep.h (SAVE_ARG, REST_ARG): Correct
57702 save location.
57703 (CFI_SAVE_ARG, CFI_REST_ARG): New macros.
57704 (CALL_MCOUNT): Add eh info, and nop after bl.
57705 (TAIL_CALL_SYSCALL_ERROR): New macro.
57706 (PSEUDO_RET): Use it.
57707 * sysdeps/powerpc/powerpc64/dl-trampoline.S (_dl_runtime_resolve):
57708 Correct save location of integer regs and cr.
57709 (_dl_profile_resolve): Correct cr save location. Delete nops
57710 after bl when SHARED. Reduce cfi size a little by better
57711 placement of cfi directives.
57712 * sysdeps/powerpc/powerpc64/fpu/s_copysign.S (__copysign): Don't
57713 make a stack frame. Instead use parm save area as a temp.
57714 * sysdeps/unix/sysv/linux/powerpc/powerpc64/brk.S (__brk): Don't
57715 make a stack frame. Use TAIL_CALL_SYSCALL_ERROR.
57716 * sysdeps/unix/sysv/linux/powerpc/powerpc64/clone.S (__clone):
57717 Don't make a stack frame for parent, use parm save area.
57718 Increase child stack frame to 112 bytes. Don't save unused reg,
57719 and adjust reg usage. Set up cfi on error recovery and
57720 epilogue of parent, and use TAIL_CALL_SYSCALL_ERROR, PSEUDO_RET.
57721 * sysdeps/unix/sysv/linux/powerpc/powerpc64/makecontext.S
57722 (__makecontext): Add dummy nop after jump to exit.
57723 * sysdeps/unix/sysv/linux/powerpc/powerpc64/socket.S (__socket):
57724 Use correct parm save area and cr save, reduce stack frame.
57725 Correct cfi for possible PSEUDO_RET frame setup.
57726 * sysdeps/unix/sysv/linux/powerpc/powerpc64/vfork.S (__vfork):
57727 Branch to local label emitted by PSEUDO_RET rather than
57728 __syscall_error.
57729
02637374
AS
577302010-08-12 Andreas Schwab <schwab@redhat.com>
57731
57732 [BZ #11904]
57733 * locale/programs/locale.c (print_assignment): New function.
57734 (show_locale_vars): Use it.
57735
c3e2f19b
UD
577362010-08-11 Ulrich Drepper <drepper@redhat.com>
57737
3cdaa6ad
UD
57738 * sysdeps/unix/sysv/linux/bits/statfs.h (struct statfs): Add f_flags
57739 field.
57740 (struct statfs64): Likewise.
57741 (_STATFS_F_FLAGS): Define.
57742 * sysdeps/unix/sysv/linux/s390/bits/statfs.h: Likewise.
57743 * sysdeps/unix/sysv/linux/internal_statvfs.c (__statvfs_getflags):
57744 Don't define if __ASSUME_STATFS_F_FLAGS is defined.
57745 (ST_VALID): Define locally.
57746 (INTERNAL_STATVFS): If f_flags has ST_VALID set don't call
57747 __statvfs_getflags, use the provided value.
57748 * sysdeps/unix/sysv/linux/kernel-features.h: Define
57749 __ASSUME_STATFS_F_FLAGS.
57750
754f7da3
UD
57751 * sysdeps/unix/sysv/linux/sys/inotify.h (IN_EXCL_UNLINK): Define.
57752
10b3bedc
UD
57753 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_headers):
57754 Add sys/fanotify.h.
57755 * sysdeps/unix/sysv/linux/Versions [libc]: Export fanotify_init and
57756 fanotify_mask for GLIBC_2.13.
57757 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entries for
57758 fanotify_init and fanotify_mark.
57759 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise.
57760 * sysdeps/unix/sysv/linux/sys/fanotify.h: New file.
57761
c08fb0d7
UD
57762 * sysdeps/unix/sysv/linux/Makefile [subdir=misc] (sysdep_routines):
57763 Add prlimit.
57764 * sysdeps/unix/sysv/linux/Versions [libc]: Export prlimit and
57765 prlimit64 for GLIBC_2.13.
57766 * sysdeps/unix/sysv/linux/bits/resource.h: Declare prlimit and
57767 prlimit64.
57768 * sysdeps/unix/sysv/linux/i386/syscalls.list: Add entry for prlimit64
57769 syscall.
57770 * sysdeps/unix/sysv/linux/powerpc/powerpc32/syscalls.list: Likewise.
57771 * sysdeps/unix/sysv/linux/s390/s390-32/syscalls.list: Likewise.
57772 * sysdeps/unix/sysv/linux/sh/syscalls.list: Likewise.
57773 * sysdeps/unix/sysv/linux/sparc/sparc32/syscalls.lis: Likewise.
57774 * sysdeps/unix/sysv/linux/wordsize-64/syscalls.list: Likewise. Also
57775 add prlimit alias.
57776 * sysdeps/unix/sysv/linux/prlimit.c: New file.
57777
15bac72b
UD
57778 [BZ #11903]
57779 * sysdeps/generic/netinet/ip.h (IPTOS_CLASS): Fix definition.
57780 Patch by Evgeni Bikov <bikovevg@iitp.ru>.
57781
c3e2f19b
UD
57782 * nss/Makefile: Add rules to build and run tst-nss-test1.
57783 * shlib-versions: Add entry for libnss_test1.
57784 * nss/nss_test1.c: New file.
57785 * nss/tst-nss-test1.c: New file.
57786
57787 * nss/nsswitch.c (__nss_database_custom): Define new variable.
57788 (__nss_configure_lookup): Set appropriate entry in
57789 __nss_configure_lookup to true.
57790 * nss/nsswitch.h: Define enum with indeces of databases in
57791 databases and __nss_database_custom arrays. Declare
57792 __nss_database_custom.
57793 * grp/initgroups.c (internal_getgrouplist): Use __nss_database_custom
57794 to avoid using nscd when custom rules are installed.
57795 * nss/getXXbyYY_r.c: Likewise.
57796 * sysdeps/posix/getaddrinfo.c (gaih_inet): Likewise.
57797
57798 * nss/nss_files/files-parse.c: Whitespace fixes.
57799
f15ce4d8
UD
578002010-08-09 Ulrich Drepper <drepper@redhat.com>
57801
57802 [BZ #11883]
57803 * posix/fnmatch.c: Keep track of alloca use and fall back on malloc.
57804 * posix/fnmatch_loop.c: Likewise.
57805
d22e4cc9
AK
578062010-07-17 Andi Kleen <ak@linux.intel.com>
57807
57808 * sysdeps/i386/i386-mcount.S (__fentry__): Define.
57809 * sysdeps/x86_64/_mcount.S (__fentry__): Define.
57810 * stdlib/Versions (__fentry__): Add for GLIBC 2.13
57811 * Versions.def [GLIBC_2.13]: Add.
57812
805bc17d
UD
578132010-08-06 Ulrich Drepper <drepper@redhat.com>
57814
57815 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
57816 Also fail if tpwd after pwuid call is NULL.
57817
5a42321d
ST
578182010-07-31 Samuel Thibault <samuel.thibault@ens-lyon.org>
57819
57820 * hurd/hurdselect.c (_hurd_select): Round timeout up instead of down
57821 when converting to ms.
57822
fd3ebeda
ST
578232010-06-06 Samuel Thibault <samuel.thibault@ens-lyon.org>
57824
57825 * sysdeps/mach/hurd/ttyname.c (ttyname): Replace MIG_BAD_ID and
57826 EOPNOTSUPP errors with ENOTTY.
57827 * sysdeps/mach/hurd/ttyname_r.c (__ttyname_r): Replace MIG_BAD_ID and
57828 EOPNOTSUPP errors with ENOTTY.
57829
73507d3a
UD
578302010-07-31 Ulrich Drepper <drepper@redhat.com>
57831
57832 * sysdeps/x86_64/multiarch/Makefile [subdir=string] (sysdep_routines):
57833 Add strcasecmp_l-ssse3.
57834 * sysdeps/x86_64/multiarch/strcmp.S: Add support to compile for
57835 strcasecmp.
57836 * sysdeps/x86_64/strcmp.S: Allow more flexible compiling of strcasecmp.
57837 * sysdeps/x86_64/multiarch/strcasecmp_l.S: New file.
57838 * sysdeps/x86_64/multiarch/strcasecmp_l-ssse3.S: New file.
57839
fe36dd02
UD
578402010-07-30 Ulrich Drepper <drepper@redhat.com>
57841
66f6765a
UD
57842 * sysdeps/x86_64/multiarch/strcmp.S: Pretty printing.
57843
42e08a54
UD
57844 * string/Makefile (strop-tests): Add strcasecmp.
57845 * sysdeps/x86_64/Makefile [subdir=string] (sysdep_routines): Add
57846 strcasecmp_l-nonascii.
57847 (gen-as-const-headers): Add locale-defines.sym.
57848 * sysdeps/x86_64/strcmp.S: Add support for strcasecmp implementation.
57849 * sysdeps/x86_64/strcasecmp.S: New file.
57850 * sysdeps/x86_64/strcasecmp_l.S: New file.
57851 * sysdeps/x86_64/strcasecmp_l-nonascii.c: New file.
57852 * sysdeps/x86_64/locale-defines.sym: New file.
57853 * string/test-strcasecmp.c: New file.
57854
fe36dd02
UD
57855 * string/test-strcasestr.c: Test both ends of the range of characters.
57856 * sysdeps/x86_64/multiarch/strstr.c: Fix UCHIGH definition.
57857
48cbc0d6
RM
578582010-07-29 Roland McGrath <roland@redhat.com>
57859
76e6d6bc 57860 [BZ #11856]
48cbc0d6
RM
57861 * manual/locale.texi (Yes-or-No Questions): Fix example code.
57862
880113d9
UD
578632010-07-27 Ulrich Drepper <drepper@redhat.com>
57864
57865 * sysdeps/x86_64/multiarch/strcmp-ssse3.S: Avoid compiling the file
57866 for ld.so.
57867
deb9cabb
AS
578682010-07-27 Andreas Schwab <schwab@redhat.com>
57869
57870 * manual/memory.texi (Malloc Tunable Parameters): Document
57871 M_PERTURB.
57872
1c7570ff
RM
578732010-07-26 Roland McGrath <roland@redhat.com>
57874
57875 [BZ #11840]
57876 * configure.in (-fgnu89-inline check): Set and substitute
57877 gnu89_inline, not libc_cv_gnu89_inline.
57878 * configure: Regenerated.
57879 * config.make.in (gnu89-inline-CFLAGS): Use @gnu89_inline@.
57880
24fb0f88
UD
578812010-07-26 Ulrich Drepper <drepper@redhat.com>
57882
57883 * string/test-strnlen.c: New file.
57884 * string/Makefile (strop-tests): Add strnlen.
57885 * string/tester.c (test_strnlen): Add a few more test cases.
57886 * string/tst-strlen.c: Better error reporting.
57887
57888 * sysdeps/x86_64/strnlen.S: New file.
57889
8e96b93a
UD
578902010-07-24 Ulrich Drepper <drepper@redhat.com>
57891
57892 * sysdeps/x86_64/multiarch/strstr.c (__m128i_strloadu_tolower): Use
57893 lower-latency instructions.
57894
dbc676d4
UD
578952010-07-23 Ulrich Drepper <drepper@redhat.com>
57896
57897 * string/test-strcasestr.c: New file.
57898 * string/test-strstr.c: New file.
57899 * string/Makefile (strop-tests): Add strstr and strcasestr.
57900 * string/str-two-way.h: Don't undefine MAX.
57901 * string/strcasestr.c: Don't define alias if NO_ALIAS is defined.
57902
f6a31e0e
AS
579032010-07-21 Andreas Schwab <schwab@redhat.com>
57904
57905 * sysdeps/i386/i686/multiarch/Makefile (sysdep_routines): Add
57906 strcasestr-nonascii.
57907 (CFLAGS-strcasestr-nonascii.c): Define.
57908 * sysdeps/i386/i686/multiarch/strcasestr-nonascii.c: New file.
57909 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c (STRSTR_SSE42):
57910 Remove unused attribute.
57911
5dbc3b6c
RM
579122010-07-20 Roland McGrath <roland@redhat.com>
57913
57914 * elf/dl-sysdep.c (_dl_important_hwcaps): Add dsocaps mask to
57915 dl_hwcap_mask as well as dl_hwcap. Without this, dsocaps matching in
57916 ld.so.cache was broken. With it, there is no way to disable dsocaps
57917 like LD_HWCAP_MASK can disable hwcaps.
57918
23d101d8
EPM
579192010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
57920
57921 * sysdeps/mach/hurd/sendmsg.c (__libc_sendmsg): Fix memory leaks.
57922
cc9f2e47
UD
579232010-07-16 Ulrich Drepper <drepper@redhat.com>
57924
57925 * sysdeps/x86_64/multiarch/strstr.c: Rewrite to avoid indirect function
57926 call in strcasestr.
57927 * sysdeps/x86_64/multiarch/strcasestr.c: Declare
57928 __strcasestr_sse42_nonascii.
57929 * sysdeps/x86_64/multiarch/Makefile: Add rules to build
57930 strcasestr-nonascii.c.
57931 * sysdeps/x86_64/multiarch/strcasestr-nonascii.c: New file.
57932
77c1b069
LM
579332010-06-15 Luis Machado <luisgpm@br.ibm.com>
57934
57935 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysign.S: New file.
57936 * sysdeps/powerpc/powerpc32/power6/fpu/s_copysignf.S: New file.
57937 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysign.S: New file.
57938 * sysdeps/powerpc/powerpc64/power6/fpu/s_copysignf.S: New file.
57939
440566c3
UD
579402010-07-09 Ulrich Drepper <drepper@redhat.com>
57941
57942 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Use __fcntl not
57943 fcntl.
57944
5be9d05d
AS
579452010-07-06 Andreas Schwab <schwab@redhat.com>
57946
c30b7ee2 57947 [BZ #11577]
5be9d05d
AS
57948 * elf/dl-version.c (match_symbol): Don't pass NULL occation to
57949 dl_signal_cerror.
57950
8a492a67
UD
579512010-07-06 Ulrich Drepper <drepper@redhat.com>
57952
57953 * sysdeps/unix/sysv/linux/fpathconf.c (__fpathconf): Implement
57954 _PC_PIPE_BUF using F_GETPIPE_SZ.
57955
713df3d5
RM
579562010-07-05 Roland McGrath <roland@redhat.com>
57957
57958 * manual/arith.texi (Rounding Functions): Fix rint description
57959 implicit in round description.
57960
702e8f14
UD
579612010-07-02 Ulrich Drepper <drepper@redhat.com>
57962
57963 * elf/Makefile: Fix linking for a few tests to make recent linker
57964 happy.
57965
52ed8be9
AS
579662010-06-30 Andreas Schwab <schwab@redhat.com>
57967
57968 * dlfcn/Makefile (LDLIBS-bug-atexit3-lib.so): Readd
57969 $(common-objpfx)libc_nonshared.a.
57970
f47c9a11
LM
579712010-06-21 Luis Machado <luisgpm@br.ibm.com>
57972
57973 * sysdeps/powerpc/powerpc32/970/fpu/Implies: Remove.
57974 * sysdeps/powerpc/powerpc32/power5/fpu/Implies: Remove.
57975 * sysdeps/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57976 * sysdeps/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57977 * sysdeps/powerpc/powerpc64/970/fpu/Implies: Remove.
57978 * sysdeps/powerpc/powerpc64/power5/fpu/Implies: Remove.
57979 * sysdeps/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57980 * sysdeps/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57981 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/fpu/Implies: Remove.
57982 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/fpu/Implies: Remove.
57983 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/fpu/Implies: Remove.
57984 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5+/fpu/Implies: Remove.
57985 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/fpu/Implies: Remove.
57986 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/fpu/Implies: Remove.
57987 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/fpu/Implies: Remove.
57988 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/fpu/Implies: Remove.
57989 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/fpu/Implies: Remove.
57990 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/fpu/Implies: Remove.
57991 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5+/fpu/Implies: Remove.
57992 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/fpu/Implies: Remove.
57993 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/fpu/Implies: Remove.
57994 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/fpu/Implies: Remove.
57995 * sysdeps/powerpc/powerpc32/970/Implies: Point to power4.
57996 * sysdeps/powerpc/powerpc32/power5/Implies: Point to power4.
57997 * sysdeps/powerpc/powerpc32/power5+/Implies: Point to power5.
57998 * sysdeps/powerpc/powerpc32/power6/Implies: Point to power5+.
57999 * sysdeps/powerpc/powerpc32/power6x/Implies: Point to power6.
58000 * sysdeps/powerpc/powerpc64/970/Implies: Point to power4.
58001 * sysdeps/powerpc/powerpc64/power5/Implies: Point to power4.
58002 * sysdeps/powerpc/powerpc64/power5+/Implies: Point to power5.
58003 * sysdeps/powerpc/powerpc64/power6/Implies: Point to power5+.
58004 * sysdeps/powerpc/powerpc64/power6x/Implies: Point to power6.
58005 * sysdeps/powerpc/powerpc32/power7/Implies: New file.
58006 * sysdeps/powerpc/powerpc64/power7/Implies: New file.
58007 * sysdeps/unix/sysv/linux/powerpc/powerpc32/970/Implies: New file.
58008 * sysdeps/unix/sysv/linux/powerpc/powerpc32/cell/Implies: New file.
58009 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power4/Implies: New file.
58010 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power5/Implies: New file.
58011 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6/Implies: New file.
58012 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power6x/Implies: New file.
58013 * sysdeps/unix/sysv/linux/powerpc/powerpc32/power7/Implies: New file.
58014 * sysdeps/unix/sysv/linux/powerpc/powerpc64/970/Implies: New file.
58015 * sysdeps/unix/sysv/linux/powerpc/powerpc64/cell/Implies: New file.
58016 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power4/Implies: New file.
58017 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power5/Implies: New file.
58018 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6/Implies: New file.
58019 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power6x/Implies: New file.
58020 * sysdeps/unix/sysv/linux/powerpc/powerpc64/power7/Implies: New file.
58021
6fb8cbcb
L
580222010-06-25 H.J. Lu <hongjiu.lu@intel.com>
58023
58024 * debug/memmove_chk.c (__memmove_chk): Renamed to ...
58025 (MEMMOVE_CHK): ...this. Default to __memmove_chk.
58026 * string/memmove.c (memmove): Renamed to ...
58027 (MEMMOVE): ...this. Default to memmove.
58028 * sysdeps/x86_64/memcpy.S: Use ENTRY_CHK and END_CHK.
58029 * sysdeps/x86_64/sysdep.h (ENTRY_CHK): Define.
58030 (END_CHK): Define.
58031 * sysdeps/x86_64/multiarch/Makefile (sysdep_routines): Add
58032 memcpy-ssse3 mempcpy-ssse3 memmove-ssse3 memcpy-ssse3-back
58033 mempcpy-ssse3-back memmove-ssse3-back.
58034 * sysdeps/x86_64/multiarch/bcopy.S: New file .
58035 * sysdeps/x86_64/multiarch/memcpy-ssse3-back.S: New file.
58036 * sysdeps/x86_64/multiarch/memcpy-ssse3.S: New file.
58037 * sysdeps/x86_64/multiarch/memcpy.S: New file.
58038 * sysdeps/x86_64/multiarch/memcpy_chk.S: New file.
58039 * sysdeps/x86_64/multiarch/memmove-ssse3-back.S: New file.
58040 * sysdeps/x86_64/multiarch/memmove-ssse3.S: New file.
58041 * sysdeps/x86_64/multiarch/memmove.c: New file.
58042 * sysdeps/x86_64/multiarch/memmove_chk.c: New file.
58043 * sysdeps/x86_64/multiarch/mempcpy-ssse3-back.S: New file.
58044 * sysdeps/x86_64/multiarch/mempcpy-ssse3.S: New file.
58045 * sysdeps/x86_64/multiarch/mempcpy.S: New file.
58046 * sysdeps/x86_64/multiarch/mempcpy_chk.S: New file.
58047 * sysdeps/x86_64/multiarch/init-arch.h (bit_Fast_Copy_Backward):
58048 Define.
58049 (index_Fast_Copy_Backward): Define.
58050 (HAS_ARCH_FEATURE): Define.
58051 (HAS_FAST_REP_STRING): Define.
58052 (HAS_FAST_COPY_BACKWARD): Define.
58053
4e733bac 580542010-06-21 Andreas Schwab <schwab@redhat.com>
e35fcef8
AS
58055
58056 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid):
58057 Restore proper fallback handling.
58058
63c4ed22
UD
580592010-06-19 Ulrich Drepper <drepper@redhat.com>
58060
ac2b484c
UD
58061 [BZ #11701]
58062 * posix/group_member.c (__group_member): Correct checking loop.
58063
63c4ed22
UD
58064 * sysdeps/unix/sysv/linux/getlogin_r.c (__getlogin_r_loginuid): Handle
58065 OOM in getpwuid_r correctly. Return error number when the caller
58066 should return, otherwise -1.
58067 (getlogin_r): Adjust to return also for result of __getlogin_r_loginuid
58068 call returning > 0 value.
58069 * sysdeps/unix/sysv/linux/getlogin.c (getlogin): Likewise.
58070
765ade4b
AS
580712010-06-07 Andreas Schwab <schwab@redhat.com>
58072
58073 * dlfcn/Makefile: Remove explicit dependencies on libc.so and
58074 libc_nonshared.a from targets in modules-names.
58075
80da2e09
KS
580762010-06-02 Kirill A. Shutemov <kirill@shutemov.name>
58077
58078 * elf/dl-reloc.c: Flush cache after solving TEXTRELs if arch
58079 requires it.
58080
158db122
LM
580812010-06-10 Luis Machado <luisgpm@br.ibm.com>
58082
58083 * sysdeps/powerpc/powerpc32/power7/memcmp.S: New file
58084 * sysdeps/powerpc/powerpc64/power7/memcmp.S: New file.
58085 * sysdeps/powerpc/powerpc32/power7/strncmp.S: New file.
58086 * sysdeps/powerpc/powerpc64/power7/strncmp.S: New file.
58087
caa78cf8
AS
580882010-06-02 Andreas Schwab <schwab@redhat.com>
58089
58090 * nis/nss_nis/nis-initgroups.c (get_uid): Properly resize buffer.
58091
b2ef2c01
UD
580922010-06-14 Ulrich Drepper <drepper@redhat.com>
58093
58094 * sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Define F_SETPIPE_SZ
58095 and F_GETPIPE_SZ.
58096 * sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
58097 * sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
58098 * sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
58099 * sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
58100 * sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
58101 * sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise
58102
fbd643b6
RM
581032010-06-14 Roland McGrath <roland@redhat.com>
58104
58105 * manual/libc.texinfo (@copying): Change to GFDL v1.3.
58106
f32f2869
JJ
581072010-06-07 Jakub Jelinek <jakub@redhat.com>
58108
58109 * libio/stdio.h (sscanf, vsscanf): Use __REDIRECT_NTH instead of
58110 __REDIRECT followed by __THROW.
58111 * wcsmbs/wchar.h (swscanf, vswscanf): Likewise.
58112 * posix/getopt.h (getopt): Likewise.
58113
2a50c078
EPM
581142010-06-02 Emilio Pozuelo Monfort <pochu27@gmail.com>
58115
58116 * hurd/lookup-at.c (__file_name_lookup_at): Accept
58117 AT_SYMLINK_FOLLOW in AT_FLAGS. Fail with EINVAL if both
58118 AT_SYMLINK_FOLLOW and AT_SYMLINK_NOFOLLOW are present
58119 in AT_FLAGS.
58120 * hurd/hurd/fd.h (__file_name_lookup_at): Update comment.
58121 * sysdeps/mach/hurd/linkat.c (linkat): Pass O_NOLINK in FLAGS.
58122
eb5ad2eb
LM
581232010-05-28 Luis Machado <luisgpm@br.ibm.com>
58124
58125 * sysdeps/powerpc/powerpc32/power7/memcpy.S: Exchange srdi for srwi.
58126
3c88fe1e
L
581272010-05-26 H.J. Lu <hongjiu.lu@intel.com>
58128
58129 [BZ #11640]
58130 * sysdeps/x86_64/multiarch/init-arch.c (__init_cpu_features):
58131 Properly check family and model.
58132
d2f73151
TY
581332010-05-26 Takashi Yoshii <takashi.yoshii.zj@renesas.com>
58134
58135 * sysdeps/unix/sysv/linux/sh/sh4/register-dump.h: Fix iov[] size.
58136
ebd2e13d
LM
581372010-05-24 Luis Machado <luisgpm@br.ibm.com>
58138
58139 * sysdeps/powerpc/powerpc32/power7/memset.S: POWER7 32-bit memset fix.
58140
b32b8b45
UD
581412010-05-21 Ulrich Drepper <drepper@redhat.com>
58142
58143 * elf/dl-runtime.c (_dl_profile_fixup): Don't crash on unresolved weak
58144 symbol reference.
58145
9acbe24d
AS
581462010-05-19 Andreas Schwab <schwab@redhat.com>
58147
58148 * elf/dl-runtime.c (_dl_fixup): Don't crash on unresolved weak
58149 symbol reference.
58150
f0ccf6ea
AS
581512010-05-21 Andreas Schwab <schwab@redhat.com>
58152
3d04ff3a
AS
58153 * sysdeps/unix/sysv/linux/Makefile (sysdep_routines): Add recvmmsg
58154 and internal_recvmmsg.
58155 * sysdeps/unix/sysv/linux/recvmmsg.c: New file.
58156 * sysdeps/unix/sysv/linux/internal_recvmmsg.S: New file.
58157 * sysdeps/unix/sysv/linux/socketcall.h (SOCKOP_recvmmsg): Define.
58158 * sysdeps/unix/sysv/linux/syscalls.list (recvmmsg): Remove.
58159
f0ccf6ea
AS
58160 * sunrpc/clnt_tcp.c (clnttcp_control): Add missing break.
58161 * sunrpc/clnt_udp.c (clntudp_control): Likewise.
58162 * sunrpc/clnt_unix.c (clntunix_control): Likewise.
58163
5b08ac57
AS
581642010-05-20 Andreas Schwab <schwab@redhat.com>
58165
58166 * sysdeps/unix/sysv/linux/sys/timex.h: Use __REDIRECT_NTH.
58167
4828935d
LM
581682010-05-17 Luis Machado <luisgpm@br.ibm.com>
58169
58170 POWER7 optimizations.
58171 * sysdeps/powerpc/powerpc64/power7/memset.S: New file.
58172 * sysdeps/powerpc/powerpc32/power7/memset.S: New file.
58173
373d545e
UD
581742010-05-19 Ulrich Drepper <drepper@redhat.com>
58175
58176 * version.h: Update for 2.13 development version.
58177
21a2b1ae
AS
581782010-05-12 Andrew Stubbs <ams@codesourcery.com>
58179
58180 * sysdeps/sh/sh4/fpu/feholdexcpt.c (feholdexcept): Really disable all
58181 exceptions. Return 0.
58182
3f7dcb2b
RM
581832010-05-07 Roland McGrath <roland@redhat.com>
58184
58185 * elf/ldconfig.c (main): Add a const.
58186
5f24d53a 581872010-05-06 Ulrich Drepper <drepper@redhat.com>
70c9476e 58188
a160f8d8
UD
58189 * nss/getent.c (idn_flags): Default to AI_IDN|AI_CANONIDN.
58190 (args_options): Add no-idn option.
58191 (ahosts_keys_int): Add idn_flags to ai_flags.
58192 (parse_option): Handle 'i' option to clear idn_flags.
58193
5f24d53a
UD
58194 * malloc/malloc.c (_int_free): Possible race in the most recently
58195 added check. Only act on the data if no current modification
58196 happened.
265bb1ce
UD
58197
58198See ChangeLog.17 for earlier changes.
This page took 8.557937 seconds and 5 git commands to generate.